Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 47 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 75 out of 100
- SEO 85 out of 100
- Performance and Accessibility 63 out of 100
What AI sees of your website

Global Payment Processing & Fintech | Liberate Global Commerce
With Rapyd, your business can accept and send payments to just about anyone, anywhere. Faster, cheaper and easier. No one gives you more solutions to integrate global payment processing and fintech.
Next step
Turn this report into a fix workflow
23 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 | 47 | Priority fix | 10 | 13 | 1 | View details |
| Discoverability | 67 | Needs work | 5 | 4 | 0 | View details |
| Content Readiness | 63 | Needs work | 5 | 5 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 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 | 75 | Mostly ready | 4 | 0 | 15 | |
| GEO Readiness | 83 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 74 | Needs work | 2 | 0 | 5 | |
| AEO Readiness | 67 | Needs work | 1 | 0 | 6 | |
| 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 | 21 | 5 | 1 | View details |
| Performance | 50 | Needs work | 10 | 4 | 1 | View details |
| Accessibility | 86 | Mostly ready | 11 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
48 items need attention
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
100 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}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>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"key\":\"fc1e56548e0ea7fd770f4713aedf1d78\",\"redirect_rules\":[],\"content_rule_sets\":[{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"show\"}],\"countries\":[\"United States\"]},{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"show\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"show\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"show\"},{\"selector\":\"#menu-item-23114"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
50 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",
"ImageObject",
"Organization",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
50 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": [
{
"url": "https://www.rapyd.net/wp-json/",
"rel": "https://api.w.org/",
"type": "application/json"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
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>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"key\":\"fc1e56548e0ea7fd770f4713aedf1d78\",\"redirect_rules\":[],\"content_rule_sets\":[{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"show\"}],\"countries\":[\"United States\"]},{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"show\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"show\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"show\"},{\"selector\":\"#menu-item-23114"
},
{
"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>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"key\":\"fc1e56548e0ea7fd770f4713aedf1d78\",\"redirect_rules\":[],\"content_rule_sets\":[{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"show\"}],\"countries\":[\"United States\"]},{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"show\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"show\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"show\"},{\"selector\":\"#menu-item-23114"
},
{
"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>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"key\":\"fc1e56548e0ea7fd770f4713aedf1d78\",\"redirect_rules\":[],\"content_rule_sets\":[{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"show\"}],\"countries\":[\"United States\"]},{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"show\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"show\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"show\"},{\"selector\":\"#menu-item-23114"
},
{
"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>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"key\":\"fc1e56548e0ea7fd770f4713aedf1d78\",\"redirect_rules\":[],\"content_rule_sets\":[{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"show\"}],\"countries\":[\"United States\"]},{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"show\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"show\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"show\"},{\"selector\":\"#menu-item-23114"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"key\":\"fc1e56548e0ea7fd770f4713aedf1d78\",\"redirect_rules\":[],\"content_rule_sets\":[{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"show\"}],\"countries\":[\"United States\"]},{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"show\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"show\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"show\"},{\"selector\":\"#menu-item-23114"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"key\":\"fc1e56548e0ea7fd770f4713aedf1d78\",\"redirect_rules\":[],\"content_rule_sets\":[{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"show\"}],\"countries\":[\"United States\"]},{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"show\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"show\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"show\"},{\"selector\":\"#menu-item-23114"
},
{
"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>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"key\":\"fc1e56548e0ea7fd770f4713aedf1d78\",\"redirect_rules\":[],\"content_rule_sets\":[{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"show\"}],\"countries\":[\"United States\"]},{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"show\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"show\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"show\"},{\"selector\":\"#menu-item-23114"
}
]
},
"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 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 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, Cookie, Cookie".
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, Cookie, Cookie"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Cookie, Cookie\".",
"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": 24092,
"excerpt": "<!doctype html>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"",
"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; 4 links missing accessible names; 8 buttons missing accessible names; 4/5 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": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"https://www.facebook.com/rapydpayments\" class=\"vcex-image-grid-entry-link\"><img width=\"26\" height=\"26\" src=\"https://www.rapyd.net/wp-content/uploads/2022/08/social-icon-facebook.svg\" class=\"wpex-align-middle\" alt decoding=\"async\"></a>",
"<a href=\"https://www.instagram.com/wearerapyd/\" class=\"vcex-image-grid-entry-link\"><img width=\"26\" height=\"26\" src=\"https://www.rapyd.net/wp-content/uploads/2022/08/social-icon-instagram.svg\" class=\"wpex-align-middle\" alt decoding=\"async\"></a>",
"<a href=\"https://www.youtube.com/channel/UCQEgwX9qILl5NAsRULVRZWA\" class=\"vcex-image-grid-entry-link\"><img width=\"26\" height=\"26\" src=\"https://www.rapyd.net/wp-content/uploads/2022/08/social-icon-yt.svg\" class=\"wpex-align-middle\" alt decoding=\"async\"></a>",
"<a href=\"https://discord.com/invite/Sq38qzcYHv\" class=\"vcex-image-grid-entry-link\"><img width=\"26\" height=\"26\" src=\"https://www.rapyd.net/wp-content/uploads/2022/08/social-icon-disc.svg\" class=\"wpex-align-middle\" alt decoding=\"async\"></a>"
],
"inaccessibleButtons": [
"<button class=\"cmm-dropdown-toggle\" aria-pressed=\"false\"><i class=\"fa fa-angle-down\"></i></button>",
"<button class=\"cmm-dropdown-toggle\" aria-pressed=\"false\"><i class=\"fa fa-angle-down\"></i></button>",
"<button class=\"cmm-dropdown-toggle\" aria-pressed=\"false\"><i class=\"fa fa-angle-down\"></i></button>",
"<button class=\"cmm-dropdown-toggle\" aria-pressed=\"false\"><i class=\"fa fa-angle-down\"></i></button>",
"<button class=\"cmm-dropdown-toggle\" aria-pressed=\"false\"><i class=\"fa fa-angle-down\"></i></button>",
"<button class=\"cmm-dropdown-toggle\" aria-pressed=\"false\"><i class=\"fa fa-angle-down\"></i></button>",
"<button class=\"cmm-dropdown-toggle\" aria-pressed=\"false\"><i class=\"fa fa-angle-down\"></i></button>",
"<button class=\"cmm-dropdown-toggle\" aria-pressed=\"false\"><i class=\"fa fa-angle-down\"></i></button>"
],
"missingAutocompleteInputs": [
"<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search…\" aria-label=\"Cookie list search\">"
],
"imagesMissingAlt": [
"<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=2383632538535404&ev=PageView &noscript=1\">",
"<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=2383632538535404&ev=PageView &noscript=1\">"
],
"skippedHeadingLevels": [
"h4: Partner Programme",
"h4: Financial Services Infrastructure",
"h4: Industry Solutions",
"h4: Resource Center",
"h4: Developers",
"h4: Why Rapyd",
"h1: The Fintech Platform For Every Business Card Acquiring Global Payouts Every Business",
"h3: 1 PAYMENT SOLUTION. 0 screaming.",
"h5: Direct Card Acquiring",
"h5: Multi-Currency Business Accounts",
"h5: Higher Auth Rates",
"h5: Fast Onboarding",
"h5: Stablecoin Solutions",
"h5: Instant Payouts",
"h2: EXPERTISE.ACROSS INDUSTRIESWORLDWIDE.",
"h3: B2B PAYMENTS",
"h3: eCOMMERCE",
"h3: iGAMING",
"h3: MARKETPLACES",
"h3: ONLINE TRADING",
"h3: CREATOR ECONOMY",
"h3: ONLINE TRAVEL",
"h3: CRYPTO EXCHANGES",
"h3: More ReachNo B.S.",
"h3: Dream It.",
"h3: Build It.",
"h3: WITH RAPYD.",
"h4: The Newsletter That Makes Payments Payoff",
"h4: Thank You!",
"h2: LET'S GET REAL",
"h4: ALCASTON",
"h3: CASE STUDY: ALCASTON",
"h4: GOTRADE",
"h3: CASE STUDY: GoTrade",
"h4: KADMOS",
"h3: CASE STUDY: KADMOS",
"h4: LITTLEPAY",
"h3: CASE STUDY: LITTLEPAY",
"h3: RAPYD RECOGNITION",
"h3: Build Bold. Get Rapyd.",
"h3: Partners",
"h3: Products",
"h3: Icelandic",
"h3: Industries",
"h3: Developers",
"h3: Company",
"h3: Legal, Security & Privacy",
"h2: $h2",
"h2: Global",
"h2: Your Privacy",
"h2: Your Privacy",
"h3: Your Privacy",
"h3: Targeting Cookies",
"h3: Functional Cookies",
"h3: Performance Cookies",
"h3: Strictly Necessary Cookies",
"h4: Your Privacy",
"h4: Targeting Cookies",
"h4: Functional Cookies",
"h4: Performance Cookies",
"h4: Strictly Necessary Cookies",
"h3: Cookie List"
]
},
"counts": {
"h1": 1,
"headings": 62,
"links": 255,
"inaccessibleLinks": 4,
"buttons": 20,
"inaccessibleButtons": 8,
"images": 54,
"imagesWithAlt": 52,
"autocompleteInputs": 5,
"inputsWithAutocomplete": 4,
"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": 130215
}
]
},
"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": 129824
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 129824
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 129825
}
]
},
"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": 129824
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 129825
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 129824
}
]
},
"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": 130215
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 129824
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 129824
}
]
},
"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": 129824
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 130215
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 129824
}
]
},
"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": 130215
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 129824
}
]
},
"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": 129824
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 130215
}
]
},
"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": 130215
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 129824
}
]
},
"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.rapyd.net",
"probes": [
{
"name": "_index._agents.www.rapyd.net",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.rapyd.net",
"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.rapyd.net",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "rapyd.net",
"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 tool-param-description.<input name="email"> is missing tool-param-description.<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.<input name="addsearch-field-tab"> is missing tool-param-description.<input name="ot-group-id-C0004"> is missing tool-param-description.<input name="ot-group-id-C0003"> is missing tool-param-description.<input name="ot-group-id-C0002"> is missing tool-param-description.<input name="vendor-search-handler"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.
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": 1,
"formsWithTags": 0,
"totalInteractive": 281,
"interactiveWithTags": 0,
"totalCount": 282,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<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.",
"<input name=\"addsearch-field-tab\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 21,
"issues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<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.",
"<input name=\"addsearch-field-tab\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"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."
},
{
"type": "code",
"value": "<input name=\"addsearch-field-tab\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"ot-group-id-C0004\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"ot-group-id-C0003\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"ot-group-id-C0002\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"vendor-search-handler\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 281,
"interactiveWithTags": 0,
"totalCount": 282,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<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.",
"<input name=\"addsearch-field-tab\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 281,
"interactiveWithTags": 0,
"totalCount": 282,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<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.",
"<input name=\"addsearch-field-tab\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
8 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header.
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
75/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": null,
"schemaDates": [
"2026-06-03T14:40:29+00:00",
"2022-07-26T20:34:55+00:00"
],
"metaDateCount": 1,
"timeDateCount": 0
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher.
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
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2022-07-26T20:34:55+00:00",
"2026-06-03T14:40:29+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "/company/partners/",
"text": "Partner Programme",
"html": "<a href=\"/company/partners/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">Partner Programme</span></a>"
},
{
"href": "https://www.rapyd.net/company/partners/referral/",
"text": "Referral Agents & Consultants",
"html": "<a href=\"https://www.rapyd.net/company/partners/referral/\" class=\"vcex-navbar-link vcex-navbar-link--30226 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Referral Agents & Consultants</span></a>"
},
{
"href": "https://www.rapyd.net/company/partners/iso/",
"text": "ISOs & ISVs",
"html": "<a href=\"https://www.rapyd.net/company/partners/iso/\" class=\"vcex-navbar-link vcex-navbar-link--22960 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">ISOs & ISVs</span></a>"
},
{
"href": "https://www.rapyd.net/company/partners/payfac/",
"text": "PayFacs",
"html": "<a href=\"https://www.rapyd.net/company/partners/payfac/\" class=\"vcex-navbar-link vcex-navbar-link--24606 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">PayFacs</span></a>"
},
{
"href": "/company/why-rapyd/",
"text": "Why Rapyd",
"html": "<a href=\"/company/why-rapyd/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">Why Rapyd</span></a>"
},
{
"href": "https://www.rapyd.net/company/about-rapyd/",
"text": "About Rapyd",
"html": "<a href=\"https://www.rapyd.net/company/about-rapyd/\" class=\"vcex-navbar-link vcex-navbar-link--19391 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">About Rapyd</span></a>"
},
{
"href": "https://www.rapyd.net/company/careers/",
"text": "Careers",
"html": "<a href=\"https://www.rapyd.net/company/careers/\" class=\"vcex-navbar-link vcex-navbar-link--19637 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Careers</span></a>"
},
{
"href": "/company/why-rapyd/",
"text": "Why Rapyd",
"html": "<a id=\"home-hero-why-rapyd\" href=\"/company/why-rapyd/\" class=\"vcex-button theme-button c-plain-text-button inline home-hero__sales-cta vcex_6a26921b9e246\"><span class=\"vcex-button-inner theme-button-inner wpex-flex wpex-flex-wrap wpex-items-center wpex-justify-center\">Why Rapyd</span></a>"
},
{
"href": "/company/partners/",
"text": "Let’s Partner",
"html": "<a href=\"/company/partners/\" class=\"vcex-button theme-button c-button c-button--green align-center inline wpb_animate_when_almost_visible wpb_fadeIn fadeIn\"><span class=\"vcex-button-inner theme-button-inner wpex-flex wpex-flex-wrap wpex-items-center wpex-justify-center\">Let’s Partner</span></a>"
},
{
"href": "https://www.linkedin.com/company/rapydpayments",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/rapydpayments\" class=\"vcex-image-grid-entry-link\"><img width=\"26\" height=\"26\" src=\"https://www.rapyd.net/wp-content/uploads/2022/08/social-icon-linkedin.svg\" class=\"wpex-align-middle\" alt=\"LinkedIn Icon\" decoding=\"async\"></a>"
},
{
"href": "https://www.rapyd.net/company/partners/",
"text": "Partner Programme",
"html": "<a href=\"https://www.rapyd.net/company/partners/\" class=\"vcex-navbar-link vcex-navbar-link--16706 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Partner Programme</span></a>"
},
{
"href": "https://www.rapyd.net/company/partners/iso/",
"text": "ISOs & ISVs",
"html": "<a href=\"https://www.rapyd.net/company/partners/iso/\" class=\"vcex-navbar-link vcex-navbar-link--22960 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">ISOs & ISVs</span></a>"
},
{
"href": "https://www.rapyd.net/company/partners/payfac/",
"text": "PayFacs",
"html": "<a href=\"https://www.rapyd.net/company/partners/payfac/\" class=\"vcex-navbar-link vcex-navbar-link--24606 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">PayFacs</span></a>"
},
{
"href": "https://www.rapyd.net/company/partners/referral/",
"text": "Referral Agents & Consultants",
"html": "<a href=\"https://www.rapyd.net/company/partners/referral/\" class=\"vcex-navbar-link vcex-navbar-link--30226 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Referral Agents & Consultants</span></a>"
},
{
"href": "https://www.rapyd.net/company/about-rapyd/",
"text": "About Us",
"html": "<a href=\"https://www.rapyd.net/company/about-rapyd/\" class=\"vcex-navbar-link vcex-navbar-link--19391 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">About Us</span></a>"
},
{
"href": "https://www.rapyd.net/company/why-rapyd/",
"text": "Why Rapyd",
"html": "<a href=\"https://www.rapyd.net/company/why-rapyd/\" class=\"vcex-navbar-link vcex-navbar-link--19274 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Why Rapyd</span></a>"
},
{
"href": "https://www.rapyd.net/company/careers/",
"text": "Careers",
"html": "<a href=\"https://www.rapyd.net/company/careers/\" class=\"vcex-navbar-link vcex-navbar-link--19637 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em js-footer-link--careers\"><span class=\"vcex-navbar-link-text\">Careers</span></a>"
},
{
"href": "/company/partners/",
"text": "Partners",
"html": "<a href=\"/company/partners/\">Partners</a>"
},
{
"href": "/company/partners/iso/",
"text": "ISOs & ISVs",
"html": "<a href=\"/company/partners/iso/\">ISOs & ISVs</a>"
},
{
"href": "/company/partners/payfac/",
"text": "PayFacs",
"html": "<a href=\"/company/partners/payfac/\">PayFacs</a>"
},
{
"href": "/company/partners/referral/",
"text": "Referral Agents & Consultants",
"html": "<a href=\"/company/partners/referral/\">Referral Agents & Consultants</a>"
},
{
"href": "/company/",
"text": "Company",
"html": "<a href=\"/company/\">Company</a>"
},
{
"href": "/company/about-rapyd/",
"text": "About",
"html": "<a href=\"/company/about-rapyd/\">About</a>"
},
{
"href": "https://www.rapyd.net/company/why-rapyd/",
"text": "Why Rapyd",
"html": "<a href=\"https://www.rapyd.net/company/why-rapyd/\">Why Rapyd</a>"
},
{
"href": "https://www.rapyd.net/company/careers/",
"text": "Careers",
"html": "<a href=\"https://www.rapyd.net/company/careers/\">Careers</a>"
}
],
"contactLinks": [
{
"href": "https://www.rapyd.net/contact/partnerships/",
"text": "Apply Now",
"html": "<a href=\"https://www.rapyd.net/contact/partnerships/\" class=\"vcex-navbar-link vcex-navbar-link--23026 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Apply Now</span></a>"
},
{
"href": "https://www.rapyd.net/contact/",
"text": "Contact Us",
"html": "<a href=\"https://www.rapyd.net/contact/\" class=\"vcex-navbar-link vcex-navbar-link--15858 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Contact Us</span></a>"
},
{
"href": "https://support.rapyd.net/s/login/",
"text": "Support",
"html": "<a href=\"https://support.rapyd.net/s/login/\" class=\"vcex-navbar-link vcex-navbar-link--20336 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Support</span></a>"
},
{
"href": "/contact/",
"text": "Contact Sales",
"html": "<a href=\"/contact/\">Contact Sales</a>"
},
{
"href": "/contact/",
"text": "Get Started",
"html": "<a id=\"home-hero-get-started\" href=\"/contact/\" class=\"vcex-button theme-button c-button c-button--green inline home-hero__cta\"><span class=\"vcex-button-inner theme-button-inner wpex-flex wpex-flex-wrap wpex-items-center wpex-justify-center\">Get Started</span></a>"
},
{
"href": "/contact/",
"text": "Get Started",
"html": "<a href=\"/contact/\" class=\"vcex-button theme-button c-button c-button--pink align-center inline\"><span class=\"vcex-button-inner theme-button-inner wpex-flex wpex-flex-wrap wpex-items-center wpex-justify-center\">Get Started</span></a>"
},
{
"href": "/contact/",
"text": "Contact Sales",
"html": "<a href=\"/contact/\" class=\"vcex-button theme-button c-button c-button--purple inline home-cta__button\"><span class=\"vcex-button-inner theme-button-inner wpex-flex wpex-flex-wrap wpex-items-center wpex-justify-center\">Contact Sales</span></a>"
},
{
"href": "https://www.rapyd.net/contact/partnerships/",
"text": "Apply Now",
"html": "<a href=\"https://www.rapyd.net/contact/partnerships/\" class=\"vcex-navbar-link vcex-navbar-link--23026 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Apply Now</span></a>"
},
{
"href": "/network/",
"text": "Supported Countries",
"html": "<a href=\"/network/\" class=\"vcex-navbar-link vcex-navbar-link--32390 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Supported Countries</span></a>"
},
{
"href": "https://www.rapyd.net/contact-rapyd/",
"text": "Contact Us",
"html": "<a href=\"https://www.rapyd.net/contact-rapyd/\" class=\"vcex-navbar-link vcex-navbar-link--23022 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Contact Us</span></a>"
},
{
"href": "https://support.rapyd.net/s/login/",
"text": "Support Center",
"html": "<a href=\"https://support.rapyd.net/s/login/\" class=\"vcex-navbar-link vcex-navbar-link--21868 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Support Center</span></a>"
},
{
"href": "/contact-rapyd/",
"text": "here",
"html": "<a href=\"/contact-rapyd/\">here</a>"
},
{
"href": "/contact/partnerships/",
"text": "Apply Now",
"html": "<a href=\"/contact/partnerships/\">Apply Now</a>"
},
{
"href": "https://support.rapyd.net/s/login/",
"text": "Support",
"html": "<a href=\"https://support.rapyd.net/s/login/\">Support</a>"
},
{
"href": "/contact/",
"text": "Contact Us",
"html": "<a href=\"/contact/\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "/security-compliance/privacy-center/",
"text": "Privacy",
"html": "<a href=\"/security-compliance/privacy-center/\" class=\"vcex-navbar-link vcex-navbar-link--29005 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Privacy</span></a>"
},
{
"href": "/security-compliance/site-privacy-policy#dont-sell",
"text": "Do Not Sell or Share My Information",
"html": "<a href=\"/security-compliance/site-privacy-policy#dont-sell\" class=\"vcex-navbar-link vcex-navbar-link--43246 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Do Not Sell or Share My Information</span></a>"
},
{
"href": "/security-compliance/privacy-center/",
"text": "Privacy",
"html": "<a href=\"/security-compliance/privacy-center/\" class=\"vcex-navbar-link vcex-navbar-link--30784 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Privacy</span></a>"
},
{
"href": "/security-compliance/privacy-policy/",
"text": "Product Privacy Policy",
"html": "<a style=\"color: #fcff00\" href=\"/security-compliance/privacy-policy/\">Product Privacy Policy</a>"
},
{
"href": "/security-compliance/site-privacy-policy/",
"text": "Site Privacy Policy",
"html": "<a style=\"color: #fcff00\" href=\"/security-compliance/site-privacy-policy/\">Site Privacy Policy</a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 60/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
4 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
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 60/100 and needs improvement.
Evidence
{
"schemaCount": 6,
"checkedFields": [
{
"path": "$[0].@graph[0].name",
"value": "Global Payment Processing & Fintech | Liberate Global Commerce"
},
{
"path": "$[0].@graph[0].description",
"value": "With Rapyd, your business can accept and send payments to just about anyone, anywhere. Faster, cheaper and easier. No one gives you more solutions to integrate global payment processing and fintech."
},
{
"path": "$[0].@graph[2].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[0].@graph[3].name",
"value": "Rapyd"
},
{
"path": "$[0].@graph[4].name",
"value": "Rapyd"
},
{
"path": "$[1].name",
"value": "Global Payment Processing & Fintech | Liberate Global Commerce"
},
{
"path": "$[1].description",
"value": "With Rapyd, your business can accept and send payments to just about anyone, anywhere. Faster, cheaper and easier. No one gives you more solutions to integrate global payment processing and fintech."
},
{
"path": "$[3].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[4].name",
"value": "Rapyd"
},
{
"path": "$[5].name",
"value": "Rapyd"
}
],
"mismatches": [
{
"path": "$[0].@graph[0].description",
"value": "With Rapyd, your business can accept and send payments to just about anyone, anywhere. Faster, cheaper and easier. No one gives you more solutions to integrate global payment processing and fintech."
},
{
"path": "$[0].@graph[2].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[1].description",
"value": "With Rapyd, your business can accept and send payments to just about anyone, anywhere. Faster, cheaper and easier. No one gives you more solutions to integrate global payment processing and fintech."
},
{
"path": "$[3].itemListElement[0].name",
"value": "Home"
}
],
"score": 60,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 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
37 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": 38,
"passing": 1,
"failing": [
{
"heading": "1 PAYMENT SOLUTION. 0 screaming.",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1662494279324 home-scream__heading vcex_6a26921bb4af8\"><span class=\"vcex-heading-inner wpex-inline-block\">1 PAYMENT SOLUTION.<br> 0 screaming.</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "EXPERTISE.ACROSS INDUSTRIESWORLDWIDE.",
"headingHtml": "<h2 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1732702397690 animate-text home-solutions__heading words lines splitting\" style=\"--word-total: 4; --line-total: 3;\"><span class=\"vcex-heading-inner wpex-inline-block\"><span class=\"word\" data-word=\"EXPERTISE.\" style=\"--word-index: 0; --line-index: 0;\">EXPERTISE.</span><br><span class=\"yellow\"><span class=\"word\" data-word=\"ACROSS\" style=\"--word-index: 1; --line-index: 1;\">ACROSS</span><s...",
"firstParagraph": "Choose your solution.",
"paragraphHtml": "<p style=\"text-align: center;\"><strong>Choose your solution.</strong></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "B2B PAYMENTS",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc1af8\"><a href=\"/solutions/industries/b2b/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">B2B PAYMENTS</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "eCOMMERCE",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc2a86\"><a href=\"/solutions/industries/ecommerce/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">eCOMMERCE</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "iGAMING",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc3a91\"><a href=\"/solutions/industries/gaming/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">iGAMING</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "MARKETPLACES",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc4dc0\"><a href=\"/solutions/industries/marketplaces/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">MARKETPLACES</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "ONLINE TRADING",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc5f65\"><a href=\"/solutions/industries/trading/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">ONLINE TRADING</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CREATOR ECONOMY",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc6cd5\"><a href=\"/solutions/industries/creator-economy/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">CREATOR ECONOMY</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "ONLINE TRAVEL",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc79c1\"><a href=\"/solutions/industries/travel/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">ONLINE TRAVEL</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CRYPTO EXCHANGES",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc87ee\"><a href=\"/solutions/industries/crypto/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">CRYPTO EXCHANGES</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "More ReachNo B.S.",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1732703721119 animate-text words lines splitting\" style=\"--word-total: 4; --line-total: 2;\"><span class=\"vcex-heading-inner wpex-inline-block\"><span class=\"pink\"><span class=\"word\" data-word=\"More\" style=\"--word-index: 0; --line-index: 0;\">More</span><span class=\"whitespace\"> </span><span class=\"word\" data-word=\"Reach\" style=\"--word-index: 1; --line-index: 0;\">Reach</span></span><br><s...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Dream It.",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl home-payments__anim-heading\"><span class=\"vcex-heading-inner wpex-inline-block\">Dream It.</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Build It.",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl home-payments__anim-heading\"><span class=\"vcex-heading-inner wpex-inline-block\">Build It.</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "WITH RAPYD.",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl home-payments__anim-heading vcex_6a26921bdf127\"><span class=\"vcex-heading-inner wpex-inline-block\"><span class=\"pink\">WITH RAPYD.</span></span></h3>",
"firstParagraph": "Thousands of professionals make payments a strategic advantagewith The Rapyd Advance Newsletter",
"paragraphHtml": "<p style=\"color:white;\">Thousands of professionals make payments a strategic advantage<br>with The Rapyd Advance Newsletter </p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "LET'S GET REAL",
"headingHtml": "<h2 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1766452967422\"><span class=\"vcex-heading-inner wpex-inline-block\">LET'S GET REAL</span></h2>",
"firstParagraph": "Hear from Rapyd partners and clients about how Rapyd turns payments into a competitive advantage.",
"paragraphHtml": "<p style=\"text-align: center;\">Hear from Rapyd partners and clients about how Rapyd turns payments into a competitive advantage.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "CASE STUDY: ALCASTON",
"headingHtml": "<h3 style=\"color:#ff007a;\">CASE STUDY: ALCASTON</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CASE STUDY: GoTrade",
"headingHtml": "<h3>CASE STUDY: GoTrade</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CASE STUDY: KADMOS",
"headingHtml": "<h3 style=\"color:#01ff89;\">CASE STUDY: KADMOS</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CASE STUDY: LITTLEPAY",
"headingHtml": "<h3>CASE STUDY: LITTLEPAY</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "RAPYD RECOGNITION",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1766452905892 vcex_6a26921c076b0\"><span class=\"vcex-heading-inner wpex-inline-block\">RAPYD RECOGNITION</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Build Bold. Get Rapyd.",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl home-cta__heading\"><span class=\"vcex-heading-inner wpex-inline-block\"><span class=\"pink\">Build Bold.</span> Get Rapyd.</span></h3>",
"firstParagraph": "Subscribe To Our Newsletter",
"paragraphHtml": "<p>Subscribe To Our Newsletter</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Partners",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl footer__nav-heading vcex_6a26921c7cca7\"><span class=\"vcex-heading-inner wpex-inline-block\">Partners</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Products",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl footer__nav-heading vcex_6a26921c82374\"><span class=\"vcex-heading-inner wpex-inline-block\">Products</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Icelandic",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl vc_custom_1681424466183 footer__nav-heading footer-is-heading vcex_6a26921c8c99e\"><span class=\"vcex-heading-inner wpex-inline-block\">Icelandic</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Industries",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl footer__nav-heading vcex_6a26921c93965\"><span class=\"vcex-heading-inner wpex-inline-block\">Industries</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Developers",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl footer__nav-heading vcex_6a26921c985e9\"><span class=\"vcex-heading-inner wpex-inline-block\">Developers</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Company",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl footer__nav-heading vcex_6a26921c9c3ad\"><span class=\"vcex-heading-inner wpex-inline-block\">Company</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Legal, Security & Privacy",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl footer__nav-heading vcex_6a26921ca2285\"><span class=\"vcex-heading-inner wpex-inline-block\">Legal, Security & Privacy</span></h3>",
"firstParagraph": "©2026 Rapyd Financial Network (2016) Ltd.",
"paragraphHtml": "<p>©2026 Rapyd Financial Network (2016) Ltd.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "$h2",
"headingHtml": "<h2><a href=\"#\" onclick=\"event.stopPropagation();\" style=\"text-decoration: none;\">$h2</a></h2>",
"firstParagraph": "$hl",
"paragraphHtml": "<p>$hl</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Global",
"headingHtml": "<h2 id=\"onetrust-policy-title\">Global</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your Privacy",
"headingHtml": "<h2 id=\"ot-pc-title\" title=\"Your Privacy\" aria-hidden=\"false\">Your Privacy</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your Privacy",
"headingHtml": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Your Privacy</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your Privacy",
"headingHtml": "<h3 id=\"ot-pvcy-txt\">Your Privacy</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Targeting Cookies",
"headingHtml": "<h3 id=\"ot-header-id-C0004\">Targeting Cookies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Functional Cookies",
"headingHtml": "<h3 id=\"ot-header-id-C0003\">Functional Cookies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Performance Cookies",
"headingHtml": "<h3 id=\"ot-header-id-C0002\">Performance Cookies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Cookie List",
"headingHtml": "<h3>Cookie List</h3>",
"firstParagraph": "",
"paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
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: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 6,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher.
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
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2022-07-26T20:34:55+00:00",
"2026-06-03T14:40:29+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "/company/partners/",
"text": "Partner Programme",
"html": "<a href=\"/company/partners/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">Partner Programme</span></a>"
},
{
"href": "https://www.rapyd.net/company/partners/referral/",
"text": "Referral Agents & Consultants",
"html": "<a href=\"https://www.rapyd.net/company/partners/referral/\" class=\"vcex-navbar-link vcex-navbar-link--30226 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Referral Agents & Consultants</span></a>"
},
{
"href": "https://www.rapyd.net/company/partners/iso/",
"text": "ISOs & ISVs",
"html": "<a href=\"https://www.rapyd.net/company/partners/iso/\" class=\"vcex-navbar-link vcex-navbar-link--22960 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">ISOs & ISVs</span></a>"
},
{
"href": "https://www.rapyd.net/company/partners/payfac/",
"text": "PayFacs",
"html": "<a href=\"https://www.rapyd.net/company/partners/payfac/\" class=\"vcex-navbar-link vcex-navbar-link--24606 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">PayFacs</span></a>"
},
{
"href": "/company/why-rapyd/",
"text": "Why Rapyd",
"html": "<a href=\"/company/why-rapyd/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">Why Rapyd</span></a>"
},
{
"href": "https://www.rapyd.net/company/about-rapyd/",
"text": "About Rapyd",
"html": "<a href=\"https://www.rapyd.net/company/about-rapyd/\" class=\"vcex-navbar-link vcex-navbar-link--19391 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">About Rapyd</span></a>"
},
{
"href": "https://www.rapyd.net/company/careers/",
"text": "Careers",
"html": "<a href=\"https://www.rapyd.net/company/careers/\" class=\"vcex-navbar-link vcex-navbar-link--19637 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Careers</span></a>"
},
{
"href": "/company/why-rapyd/",
"text": "Why Rapyd",
"html": "<a id=\"home-hero-why-rapyd\" href=\"/company/why-rapyd/\" class=\"vcex-button theme-button c-plain-text-button inline home-hero__sales-cta vcex_6a26921b9e246\"><span class=\"vcex-button-inner theme-button-inner wpex-flex wpex-flex-wrap wpex-items-center wpex-justify-center\">Why Rapyd</span></a>"
},
{
"href": "/company/partners/",
"text": "Let’s Partner",
"html": "<a href=\"/company/partners/\" class=\"vcex-button theme-button c-button c-button--green align-center inline wpb_animate_when_almost_visible wpb_fadeIn fadeIn\"><span class=\"vcex-button-inner theme-button-inner wpex-flex wpex-flex-wrap wpex-items-center wpex-justify-center\">Let’s Partner</span></a>"
},
{
"href": "https://www.linkedin.com/company/rapydpayments",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/rapydpayments\" class=\"vcex-image-grid-entry-link\"><img width=\"26\" height=\"26\" src=\"https://www.rapyd.net/wp-content/uploads/2022/08/social-icon-linkedin.svg\" class=\"wpex-align-middle\" alt=\"LinkedIn Icon\" decoding=\"async\"></a>"
},
{
"href": "https://www.rapyd.net/company/partners/",
"text": "Partner Programme",
"html": "<a href=\"https://www.rapyd.net/company/partners/\" class=\"vcex-navbar-link vcex-navbar-link--16706 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Partner Programme</span></a>"
},
{
"href": "https://www.rapyd.net/company/partners/iso/",
"text": "ISOs & ISVs",
"html": "<a href=\"https://www.rapyd.net/company/partners/iso/\" class=\"vcex-navbar-link vcex-navbar-link--22960 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">ISOs & ISVs</span></a>"
},
{
"href": "https://www.rapyd.net/company/partners/payfac/",
"text": "PayFacs",
"html": "<a href=\"https://www.rapyd.net/company/partners/payfac/\" class=\"vcex-navbar-link vcex-navbar-link--24606 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">PayFacs</span></a>"
},
{
"href": "https://www.rapyd.net/company/partners/referral/",
"text": "Referral Agents & Consultants",
"html": "<a href=\"https://www.rapyd.net/company/partners/referral/\" class=\"vcex-navbar-link vcex-navbar-link--30226 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Referral Agents & Consultants</span></a>"
},
{
"href": "https://www.rapyd.net/company/about-rapyd/",
"text": "About Us",
"html": "<a href=\"https://www.rapyd.net/company/about-rapyd/\" class=\"vcex-navbar-link vcex-navbar-link--19391 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">About Us</span></a>"
},
{
"href": "https://www.rapyd.net/company/why-rapyd/",
"text": "Why Rapyd",
"html": "<a href=\"https://www.rapyd.net/company/why-rapyd/\" class=\"vcex-navbar-link vcex-navbar-link--19274 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Why Rapyd</span></a>"
},
{
"href": "https://www.rapyd.net/company/careers/",
"text": "Careers",
"html": "<a href=\"https://www.rapyd.net/company/careers/\" class=\"vcex-navbar-link vcex-navbar-link--19637 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em js-footer-link--careers\"><span class=\"vcex-navbar-link-text\">Careers</span></a>"
},
{
"href": "/company/partners/",
"text": "Partners",
"html": "<a href=\"/company/partners/\">Partners</a>"
},
{
"href": "/company/partners/iso/",
"text": "ISOs & ISVs",
"html": "<a href=\"/company/partners/iso/\">ISOs & ISVs</a>"
},
{
"href": "/company/partners/payfac/",
"text": "PayFacs",
"html": "<a href=\"/company/partners/payfac/\">PayFacs</a>"
},
{
"href": "/company/partners/referral/",
"text": "Referral Agents & Consultants",
"html": "<a href=\"/company/partners/referral/\">Referral Agents & Consultants</a>"
},
{
"href": "/company/",
"text": "Company",
"html": "<a href=\"/company/\">Company</a>"
},
{
"href": "/company/about-rapyd/",
"text": "About",
"html": "<a href=\"/company/about-rapyd/\">About</a>"
},
{
"href": "https://www.rapyd.net/company/why-rapyd/",
"text": "Why Rapyd",
"html": "<a href=\"https://www.rapyd.net/company/why-rapyd/\">Why Rapyd</a>"
},
{
"href": "https://www.rapyd.net/company/careers/",
"text": "Careers",
"html": "<a href=\"https://www.rapyd.net/company/careers/\">Careers</a>"
}
],
"contactLinks": [
{
"href": "https://www.rapyd.net/contact/partnerships/",
"text": "Apply Now",
"html": "<a href=\"https://www.rapyd.net/contact/partnerships/\" class=\"vcex-navbar-link vcex-navbar-link--23026 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Apply Now</span></a>"
},
{
"href": "https://www.rapyd.net/contact/",
"text": "Contact Us",
"html": "<a href=\"https://www.rapyd.net/contact/\" class=\"vcex-navbar-link vcex-navbar-link--15858 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Contact Us</span></a>"
},
{
"href": "https://support.rapyd.net/s/login/",
"text": "Support",
"html": "<a href=\"https://support.rapyd.net/s/login/\" class=\"vcex-navbar-link vcex-navbar-link--20336 wpex-inline-block wpex-float-left wpex-mb-5 theme-txt-link list wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Support</span></a>"
},
{
"href": "/contact/",
"text": "Contact Sales",
"html": "<a href=\"/contact/\">Contact Sales</a>"
},
{
"href": "/contact/",
"text": "Get Started",
"html": "<a id=\"home-hero-get-started\" href=\"/contact/\" class=\"vcex-button theme-button c-button c-button--green inline home-hero__cta\"><span class=\"vcex-button-inner theme-button-inner wpex-flex wpex-flex-wrap wpex-items-center wpex-justify-center\">Get Started</span></a>"
},
{
"href": "/contact/",
"text": "Get Started",
"html": "<a href=\"/contact/\" class=\"vcex-button theme-button c-button c-button--pink align-center inline\"><span class=\"vcex-button-inner theme-button-inner wpex-flex wpex-flex-wrap wpex-items-center wpex-justify-center\">Get Started</span></a>"
},
{
"href": "/contact/",
"text": "Contact Sales",
"html": "<a href=\"/contact/\" class=\"vcex-button theme-button c-button c-button--purple inline home-cta__button\"><span class=\"vcex-button-inner theme-button-inner wpex-flex wpex-flex-wrap wpex-items-center wpex-justify-center\">Contact Sales</span></a>"
},
{
"href": "https://www.rapyd.net/contact/partnerships/",
"text": "Apply Now",
"html": "<a href=\"https://www.rapyd.net/contact/partnerships/\" class=\"vcex-navbar-link vcex-navbar-link--23026 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Apply Now</span></a>"
},
{
"href": "/network/",
"text": "Supported Countries",
"html": "<a href=\"/network/\" class=\"vcex-navbar-link vcex-navbar-link--32390 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Supported Countries</span></a>"
},
{
"href": "https://www.rapyd.net/contact-rapyd/",
"text": "Contact Us",
"html": "<a href=\"https://www.rapyd.net/contact-rapyd/\" class=\"vcex-navbar-link vcex-navbar-link--23022 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Contact Us</span></a>"
},
{
"href": "https://support.rapyd.net/s/login/",
"text": "Support Center",
"html": "<a href=\"https://support.rapyd.net/s/login/\" class=\"vcex-navbar-link vcex-navbar-link--21868 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Support Center</span></a>"
},
{
"href": "/contact-rapyd/",
"text": "here",
"html": "<a href=\"/contact-rapyd/\">here</a>"
},
{
"href": "/contact/partnerships/",
"text": "Apply Now",
"html": "<a href=\"/contact/partnerships/\">Apply Now</a>"
},
{
"href": "https://support.rapyd.net/s/login/",
"text": "Support",
"html": "<a href=\"https://support.rapyd.net/s/login/\">Support</a>"
},
{
"href": "/contact/",
"text": "Contact Us",
"html": "<a href=\"/contact/\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "/security-compliance/privacy-center/",
"text": "Privacy",
"html": "<a href=\"/security-compliance/privacy-center/\" class=\"vcex-navbar-link vcex-navbar-link--29005 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Privacy</span></a>"
},
{
"href": "/security-compliance/site-privacy-policy#dont-sell",
"text": "Do Not Sell or Share My Information",
"html": "<a href=\"/security-compliance/site-privacy-policy#dont-sell\" class=\"vcex-navbar-link vcex-navbar-link--43246 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Do Not Sell or Share My Information</span></a>"
},
{
"href": "/security-compliance/privacy-center/",
"text": "Privacy",
"html": "<a href=\"/security-compliance/privacy-center/\" class=\"vcex-navbar-link vcex-navbar-link--30784 wpex-inline-block wpex-float-left wpex-mr-5 wpex-mb-5 theme-txt-link wpex-text-1em\"><span class=\"vcex-navbar-link-text\">Privacy</span></a>"
},
{
"href": "/security-compliance/privacy-policy/",
"text": "Product Privacy Policy",
"html": "<a style=\"color: #fcff00\" href=\"/security-compliance/privacy-policy/\">Product Privacy Policy</a>"
},
{
"href": "/security-compliance/site-privacy-policy/",
"text": "Site Privacy Policy",
"html": "<a style=\"color: #fcff00\" href=\"/security-compliance/site-privacy-policy/\">Site Privacy Policy</a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 75/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 75/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, optional visible FAQ or FAQPage schema.
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
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 75/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 1,
"tablesWithHead": 0,
"tablesMissingThead": [
"<table id=\"addsearch-pic\" style=\"display: none; float: left; margin: 12px 0 0 12px; border:none; border-collapse:collapse;\"><tbody><tr><td id=\"addsearch-result-pic-td\" class=\"addsearch-result-pic-td\" style=\"width:100%;height:520px;overflow:hidden;vertical-align:middle; background: transparent url( ) no-repeat 50% 50%;\"><div style=\"max-height:520px; overflow:hidden; text-align: center;\"><img src=\"data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==\" alt=\"Screen ca..."
],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 10,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"score": 75,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 80/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 80/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: fintech, liberate, commerce, platform, every, card, acquiring, payouts.
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
80/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 80/100 and needs improvement.
Evidence
{
"title": "Global Payment Processing & Fintech | Liberate Global Commerce",
"h1": "The Fintech Platform For Every Business Card Acquiring Global Payouts Every Business",
"description": "With Rapyd, your business can accept and send payments to just about anyone, anywhere. Faster, cheaper and easier. No one gives you more solutions to integrate global payment processing and fintech.",
"topicOverlap": 0.3333333333333333,
"topicTerms": [
"global",
"payment",
"processing",
"fintech",
"liberate",
"commerce",
"platform",
"every",
"business",
"card",
"acquiring",
"payouts"
],
"descriptionTerms": [
"rapyd",
"business",
"accept",
"send",
"payments",
"just",
"about",
"anyone",
"anywhere",
"faster",
"cheaper",
"easier",
"one",
"gives",
"more",
"solutions",
"integrate",
"global",
"payment",
"processing"
],
"missingFromDescription": [
"fintech",
"liberate",
"commerce",
"platform",
"every",
"card",
"acquiring",
"payouts"
],
"score": 80,
"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
6 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": 7,
"citablePassages": 1,
"failingCandidateParagraphs": [
{
"index": 13,
"heading": "H3: Legal, Security & Privacy",
"text": "In the rest of the world, Rapyd provides regulated Services through selected Network Partners. The Rapyd Network Partners are incorporated, licensed and registered with each jurisdiction as required by each Regulatory Body. If Rapyd, in select jurisdictions, provides certain regulated Services through its Network Partners, merchants may be subject to certain additional terms.",
"words": 53,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (53 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>In the rest of the world, Rapyd provides regulated Services through selected Network Partners. The Rapyd Network Partners are incorporated, licensed and registered with each jurisdiction as required by each Regulatory Body. If Rapyd, in select jurisdictions, provides certain regulated Services through its Network Partners, merchants may be subject to certain additional terms.</p>"
},
{
"index": 16,
"heading": "H4: Your Privacy",
"text": "When you visit our website, we use cookies to ensure that you have the best experience. These cookies might be about you, your preferences, or your device. Because we respect your right to privacy, you can choose not to allow some types of cookies which are not essential. Click on the different category headings to find out more and manage your settings. Only Strictly Necessary Cookies are enabled by default. Plea...",
"words": 111,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p id=\"ot-pc-desc\" class=\"ot-grp-desc\">When you visit our website, we use cookies to ensure that you have the best experience. These cookies might be about you, your preferences, or your device. Because we respect your right to privacy, you can choose not to allow some types of cookies which are not essential. Click on the different category headings to find out more and manage your settings. Only Strictly Necessary Cookies are enabled by default. Please note that blocking some types of cooki..."
},
{
"index": 17,
"heading": "H4: Targeting Cookies",
"text": "These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.",
"words": 65,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (65 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-grp-desc ot-category-desc\">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</p>"
},
{
"index": 18,
"heading": "H4: Functional Cookies",
"text": "These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.",
"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=\"ot-grp-desc ot-category-desc\">These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</p>"
},
{
"index": 19,
"heading": "H4: Performance Cookies",
"text": "These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor...",
"words": 78,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (78 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-grp-desc ot-category-desc\">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.</p>"
},
{
"index": 20,
"heading": "H4: Strictly Necessary Cookies",
"text": "These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store a...",
"words": 80,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-grp-desc ot-category-desc\">These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.</p>"
}
],
"citableParagraphs": [
{
"index": 11,
"heading": "H3: Legal, Security & Privacy",
"text": "In the EU and UK, Rapyd provides regulated Services through Rapyd Europe hf., licensed by the Central Bank of Iceland as an Electronic Money Institution and CashDash UK Limited, which is regulated as an Electronic Money Institution (licence no. 900769) by the Financial Conduct Authority in the United Kingdom. Rapyd is a trading name of CashDash UK Limited. For any complaints regarding Rapyd Europe hf. please conta...",
"words": 94,
"hasEvidence": true,
"reasons": [],
"html": "<p>In the EU and UK, Rapyd provides regulated Services through Rapyd Europe hf., licensed by the Central Bank of Iceland as an Electronic Money Institution and CashDash UK Limited, which is regulated as an Electronic Money Institution (licence no. 900769) by the Financial Conduct Authority in the United Kingdom. Rapyd is a trading name of CashDash UK Limited. For any complaints regarding Rapyd Europe hf. please contact us by email at <a href=\"mailto:[email protected]\">[email protected]</a>. Rapyd..."
}
],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
5 image(s) are missing width/height attributes. 3 possible modal/interstitial element(s) detected.
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
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1531,
"htmlBytes": 371446,
"imagesMissingDimensions": [
{
"src": "data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==\" alt=\"Screen capture\" id=\"addsearch-results-pic-img\" style=\"width: 150px;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==\" style=\"display: none; margin: 10px auto; width: 80px;\" id=\"addsearch-loading\" alt=\"Loading..\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==",
"width": "97",
"height": "",
"loading": "",
"html": "<img id=\"addsearch-logo-img\" width=\"97\" src=\"data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==\" alt=\"AddSearch.com - Instant search for your website\">"
},
{
"src": "https://cdn.cookielaw.org/logos/static/ot_company_logo.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/static/ot_company_logo.png\">"
},
{
"src": "https://cdn.cookielaw.org/logos/static/powered_by_logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Powered by Onetrust\" src=\"https://cdn.cookielaw.org/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\">"
}
],
"possibleDialogs": [
"<div class=\"ot-sdk-container\" role=\"dialog\" aria-label=\"Global\"><div class=\"ot-sdk-row\"><div id=\"onetrust-group-container\" class=\"ot-sdk-twelve ot-sdk-columns\"><div class=\"banner_logo\"></div><div id=\"onetrust-policy\"><h2 id=\"onetrust-policy-title\">Global</h2><div id=\"onetrust-policy-text\">We use necessary cookies to make our site work. We also use optional cookies to deliver the best experience on our website, including to personalize content and to analyze traffic. By clicking “Accept...",
"<div role=\"dialog\" aria-modal=\"true\" style=\"height: 100%;\" aria-label=\"Your Privacy\"><!-- pc header --><div class=\"ot-pc-header\" role=\"presentation\"><!-- Header logo --><div class=\"ot-pc-logo\"><img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/static/ot_company_logo.png\"></div><div class=\"ot-title-cntr\"><h2 id=\"ot-pc-title\" title=\"Your Privacy\" aria-hidden=\"false\">Your Privacy</h2><div class=\"ot-close-cntr\"><button id=\"close-pc-btn-handler\" class=\"ot-close-icon\" aria-label=\"Close pr...",
"<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><div id=\"ot-filter-list-header\"></div><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\" role=\"group\" aria-labelledby=\"ot-filter-list-header\"><ul class=\"ot-fltr-opts\"><li class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</sp..."
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
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
37 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": 38,
"passing": 1,
"failing": [
{
"heading": "1 PAYMENT SOLUTION. 0 screaming.",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1662494279324 home-scream__heading vcex_6a26921bb4af8\"><span class=\"vcex-heading-inner wpex-inline-block\">1 PAYMENT SOLUTION.<br> 0 screaming.</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "EXPERTISE.ACROSS INDUSTRIESWORLDWIDE.",
"headingHtml": "<h2 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1732702397690 animate-text home-solutions__heading words lines splitting\" style=\"--word-total: 4; --line-total: 3;\"><span class=\"vcex-heading-inner wpex-inline-block\"><span class=\"word\" data-word=\"EXPERTISE.\" style=\"--word-index: 0; --line-index: 0;\">EXPERTISE.</span><br><span class=\"yellow\"><span class=\"word\" data-word=\"ACROSS\" style=\"--word-index: 1; --line-index: 1;\">ACROSS</span><s...",
"firstParagraph": "Choose your solution.",
"paragraphHtml": "<p style=\"text-align: center;\"><strong>Choose your solution.</strong></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "B2B PAYMENTS",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc1af8\"><a href=\"/solutions/industries/b2b/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">B2B PAYMENTS</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "eCOMMERCE",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc2a86\"><a href=\"/solutions/industries/ecommerce/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">eCOMMERCE</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "iGAMING",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc3a91\"><a href=\"/solutions/industries/gaming/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">iGAMING</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "MARKETPLACES",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc4dc0\"><a href=\"/solutions/industries/marketplaces/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">MARKETPLACES</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "ONLINE TRADING",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc5f65\"><a href=\"/solutions/industries/trading/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">ONLINE TRADING</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CREATOR ECONOMY",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc6cd5\"><a href=\"/solutions/industries/creator-economy/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">CREATOR ECONOMY</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "ONLINE TRAVEL",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc79c1\"><a href=\"/solutions/industries/travel/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">ONLINE TRAVEL</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CRYPTO EXCHANGES",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpb_animate_when_almost_visible wpb_zoomIn zoomIn home-solutions__item vcex_6a26921bc87ee\"><a href=\"/solutions/industries/crypto/\" class=\"wpex-no-underline\" target=\"_self\"><span class=\"vcex-heading-inner wpex-inline-block\">CRYPTO EXCHANGES</span></a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "More ReachNo B.S.",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1732703721119 animate-text words lines splitting\" style=\"--word-total: 4; --line-total: 2;\"><span class=\"vcex-heading-inner wpex-inline-block\"><span class=\"pink\"><span class=\"word\" data-word=\"More\" style=\"--word-index: 0; --line-index: 0;\">More</span><span class=\"whitespace\"> </span><span class=\"word\" data-word=\"Reach\" style=\"--word-index: 1; --line-index: 0;\">Reach</span></span><br><s...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Dream It.",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl home-payments__anim-heading\"><span class=\"vcex-heading-inner wpex-inline-block\">Dream It.</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Build It.",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl home-payments__anim-heading\"><span class=\"vcex-heading-inner wpex-inline-block\">Build It.</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "WITH RAPYD.",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl home-payments__anim-heading vcex_6a26921bdf127\"><span class=\"vcex-heading-inner wpex-inline-block\"><span class=\"pink\">WITH RAPYD.</span></span></h3>",
"firstParagraph": "Thousands of professionals make payments a strategic advantagewith The Rapyd Advance Newsletter",
"paragraphHtml": "<p style=\"color:white;\">Thousands of professionals make payments a strategic advantage<br>with The Rapyd Advance Newsletter </p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "LET'S GET REAL",
"headingHtml": "<h2 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1766452967422\"><span class=\"vcex-heading-inner wpex-inline-block\">LET'S GET REAL</span></h2>",
"firstParagraph": "Hear from Rapyd partners and clients about how Rapyd turns payments into a competitive advantage.",
"paragraphHtml": "<p style=\"text-align: center;\">Hear from Rapyd partners and clients about how Rapyd turns payments into a competitive advantage.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "CASE STUDY: ALCASTON",
"headingHtml": "<h3 style=\"color:#ff007a;\">CASE STUDY: ALCASTON</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CASE STUDY: GoTrade",
"headingHtml": "<h3>CASE STUDY: GoTrade</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CASE STUDY: KADMOS",
"headingHtml": "<h3 style=\"color:#01ff89;\">CASE STUDY: KADMOS</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CASE STUDY: LITTLEPAY",
"headingHtml": "<h3>CASE STUDY: LITTLEPAY</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "RAPYD RECOGNITION",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1766452905892 vcex_6a26921c076b0\"><span class=\"vcex-heading-inner wpex-inline-block\">RAPYD RECOGNITION</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Build Bold. Get Rapyd.",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl home-cta__heading\"><span class=\"vcex-heading-inner wpex-inline-block\"><span class=\"pink\">Build Bold.</span> Get Rapyd.</span></h3>",
"firstParagraph": "Subscribe To Our Newsletter",
"paragraphHtml": "<p>Subscribe To Our Newsletter</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Partners",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl footer__nav-heading vcex_6a26921c7cca7\"><span class=\"vcex-heading-inner wpex-inline-block\">Partners</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Products",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl footer__nav-heading vcex_6a26921c82374\"><span class=\"vcex-heading-inner wpex-inline-block\">Products</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Icelandic",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl vc_custom_1681424466183 footer__nav-heading footer-is-heading vcex_6a26921c8c99e\"><span class=\"vcex-heading-inner wpex-inline-block\">Icelandic</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Industries",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl footer__nav-heading vcex_6a26921c93965\"><span class=\"vcex-heading-inner wpex-inline-block\">Industries</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Developers",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl footer__nav-heading vcex_6a26921c985e9\"><span class=\"vcex-heading-inner wpex-inline-block\">Developers</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Company",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl footer__nav-heading vcex_6a26921c9c3ad\"><span class=\"vcex-heading-inner wpex-inline-block\">Company</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Legal, Security & Privacy",
"headingHtml": "<h3 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl footer__nav-heading vcex_6a26921ca2285\"><span class=\"vcex-heading-inner wpex-inline-block\">Legal, Security & Privacy</span></h3>",
"firstParagraph": "©2026 Rapyd Financial Network (2016) Ltd.",
"paragraphHtml": "<p>©2026 Rapyd Financial Network (2016) Ltd.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "$h2",
"headingHtml": "<h2><a href=\"#\" onclick=\"event.stopPropagation();\" style=\"text-decoration: none;\">$h2</a></h2>",
"firstParagraph": "$hl",
"paragraphHtml": "<p>$hl</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Global",
"headingHtml": "<h2 id=\"onetrust-policy-title\">Global</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your Privacy",
"headingHtml": "<h2 id=\"ot-pc-title\" title=\"Your Privacy\" aria-hidden=\"false\">Your Privacy</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your Privacy",
"headingHtml": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Your Privacy</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your Privacy",
"headingHtml": "<h3 id=\"ot-pvcy-txt\">Your Privacy</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Targeting Cookies",
"headingHtml": "<h3 id=\"ot-header-id-C0004\">Targeting Cookies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Functional Cookies",
"headingHtml": "<h3 id=\"ot-header-id-C0003\">Functional Cookies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Performance Cookies",
"headingHtml": "<h3 id=\"ot-header-id-C0002\">Performance Cookies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Cookie List",
"headingHtml": "<h3>Cookie List</h3>",
"firstParagraph": "",
"paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 83/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 83/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: fintech, liberate, commerce, platform, every, card, acquiring, payouts.
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
83/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 83/100 and needs improvement.
Evidence
{
"title": "Global Payment Processing & Fintech | Liberate Global Commerce",
"h1": "The Fintech Platform For Every Business Card Acquiring Global Payouts Every Business",
"description": "With Rapyd, your business can accept and send payments to just about anyone, anywhere. Faster, cheaper and easier. No one gives you more solutions to integrate global payment processing and fintech.",
"topicOverlap": 0.3333333333333333,
"definitionCount": 10,
"topicTerms": [
"global",
"payment",
"processing",
"fintech",
"liberate",
"commerce",
"platform",
"every",
"business",
"card",
"acquiring",
"payouts"
],
"descriptionTerms": [
"rapyd",
"business",
"accept",
"send",
"payments",
"just",
"about",
"anyone",
"anywhere",
"faster",
"cheaper",
"easier",
"one",
"gives",
"more",
"solutions",
"integrate",
"global",
"payment",
"processing"
],
"missingFromDescription": [
"fintech",
"liberate",
"commerce",
"platform",
"every",
"card",
"acquiring",
"payouts"
],
"score": 83,
"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, benefits, cost, 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": "EXPERTISE.ACROSS INDUSTRIESWORLDWIDE.",
"html": "<h2 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1732702397690 animate-text home-solutions__heading words lines splitting\" style=\"--word-total: 4; --line-total: 3;\"><span class=\"vcex-heading-inner wpex-inline-block\"><span class=\"word\" data-word=\"EXPERTISE.\" style=\"--word-index: 0; --line-index: 0;\">EXPERTISE.</span><br><span class=\"yellow\"><span class=\"word\" data-word=\"ACROSS\" style=\"--word-index: 1; --line-index: 1;\">ACROSS</span><s..."
},
{
"text": "LET'S GET REAL",
"html": "<h2 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1766452967422\"><span class=\"vcex-heading-inner wpex-inline-block\">LET'S GET REAL</span></h2>"
},
{
"text": "$h2",
"html": "<h2><a href=\"#\" onclick=\"event.stopPropagation();\" style=\"text-decoration: none;\">$h2</a></h2>"
},
{
"text": "Global",
"html": "<h2 id=\"onetrust-policy-title\">Global</h2>"
},
{
"text": "Your Privacy",
"html": "<h2 id=\"ot-pc-title\" title=\"Your Privacy\" aria-hidden=\"false\">Your Privacy</h2>"
},
{
"text": "Your Privacy",
"html": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Your Privacy</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Global Payment Processing & Fintech?",
"pattern": {}
},
{
"id": "how",
"label": "How does Global Payment Processing & Fintech work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Global Payment Processing & Fintech?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Global Payment Processing & Fintech free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Global Payment Processing & Fintech compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Global Payment Processing & Fintech?",
"pattern": {}
},
{
"id": "how",
"label": "How does Global Payment Processing & Fintech work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Global Payment Processing & Fintech?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Global Payment Processing & Fintech free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Global Payment Processing & Fintech compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
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": 404,
"contentType": "text/html; charset=UTF-8",
"length": 130215
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 129824
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 129824
}
]
},
"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, benefits, cost, 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": "EXPERTISE.ACROSS INDUSTRIESWORLDWIDE.",
"html": "<h2 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1732702397690 animate-text home-solutions__heading words lines splitting\" style=\"--word-total: 4; --line-total: 3;\"><span class=\"vcex-heading-inner wpex-inline-block\"><span class=\"word\" data-word=\"EXPERTISE.\" style=\"--word-index: 0; --line-index: 0;\">EXPERTISE.</span><br><span class=\"yellow\"><span class=\"word\" data-word=\"ACROSS\" style=\"--word-index: 1; --line-index: 1;\">ACROSS</span><s..."
},
{
"text": "LET'S GET REAL",
"html": "<h2 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1766452967422\"><span class=\"vcex-heading-inner wpex-inline-block\">LET'S GET REAL</span></h2>"
},
{
"text": "$h2",
"html": "<h2><a href=\"#\" onclick=\"event.stopPropagation();\" style=\"text-decoration: none;\">$h2</a></h2>"
},
{
"text": "Global",
"html": "<h2 id=\"onetrust-policy-title\">Global</h2>"
},
{
"text": "Your Privacy",
"html": "<h2 id=\"ot-pc-title\" title=\"Your Privacy\" aria-hidden=\"false\">Your Privacy</h2>"
},
{
"text": "Your Privacy",
"html": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Your Privacy</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Global Payment Processing & Fintech?",
"pattern": {}
},
{
"id": "how",
"label": "How does Global Payment Processing & Fintech work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Global Payment Processing & Fintech?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Global Payment Processing & Fintech free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Global Payment Processing & Fintech compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Global Payment Processing & Fintech?",
"pattern": {}
},
{
"id": "how",
"label": "How does Global Payment Processing & Fintech work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Global Payment Processing & Fintech?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Global Payment Processing & Fintech free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Global Payment Processing & Fintech 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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.
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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.
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": 130216,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
"compatibleContentType": false,
"contentLength": 127888,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": true,
"links": [
"/script",
"/script",
"https://www.rapyd.net/wp-content/themes/rapyd-2022/js/bundle-geolocation.prod.js?v=1780855044\"",
"/script",
"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\"",
"/javascript",
"/script",
"/javascript",
"//js.hs-scripts.com/5246303.js',",
"https://www.rapyd.net/wp-content/themes/rapyd-2022/js/bundle-envoy.prod.js?v=1780855044',"
],
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"key\":\"fc1e56548e0ea7fd770f4713aedf1d78\",\"redirect_rules\":[],\"content_rule_sets\":[{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"show\"}],\"countries\":[\"United States\"]},{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"show\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"show\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"show\"},{\"selector\":\"#menu-item-23114"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
"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": 129825,
"text": "<!doctype html>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"key\":\"fc1e56548e0ea7fd770f4713aedf1d78\",\"redirect_rules\":[],\"content_rule_sets\":[{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"show\"}],\"countries\":[\"United States\"]},{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"show\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"show\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"show\"},{\"selector\":\"#menu-item-23114\",\"behavior\":\"show\"}],\"countries\":[\"United Kingdom\",\"Ireland\",\"France\",\"Germany\",\"Hungary\",\"Spain\",\"Portugal\",\"Italy\",\"Switzerland\",\"Poland\",\"Denmark\",\"Luxembourg\",\"Netherlands\",\"Norway\",\"Finland\",\"Sweden\",\"Iceland\"]},{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"hide\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"hide\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"hide\"},{\"selector\":\"#menu-item-23114\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\".footer__menu--products\",\"behavior\":\"hide\"},{\"selector\":\".footer__menu--products-uk\",\"behavior\":\"show\"}],\"countries\":[\"United Kingdom\"]},{\"actions\":[{\"selector\":\".footer__menu--products\",\"behavior\":\"show\"},{\"selector\":\".footer__menu--products-uk\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-45138\",\"behavior\":\"show\"}],\"countries\":[\"Israel\"]},{\"actions\":[{\"selector\":\"#menu-item-45138\",\"behavior\":\"hide\"}],\"any\":true}]}]};</script>\n<script src=\"https://www.rapyd.net/wp-content/themes/rapyd-2022/js/bundle-geolocation.prod.js?v=1780902501\" async></script>\n\n\n<!-- OneTrust Cookies Consent Notice start for rapyd.net -->\n<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" data-document-language=\"true\" type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"ff64e2af-cf61-414c-9c6a-5c318f91e34b\" ></script>\n<script type=\"text/javascript\">\n function OptanonWrapper() {\n OneTrust.InsertScript('//js.hs-scripts.com/5246303.js', 'head', null, null, 'C0002');\n OneTrust.InsertScript('https://www.rapyd.net/wp-content/themes/rapyd-2022/js/bundle-envoy.prod.js?v=1780902501', 'head', null, null, 'C0002');\n }\n</script>\n<!-- OneTrust Cookies Consent Notice end for rapyd.net -->\n\n <!-- Google Tag Manager -->\n <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n\t\t\t\tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n\t\t\tj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n\t\t\t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n\t\t})(window,document,'script','dataLayer','GTM-5K5N62Z');\n </script>\n <!-- End Google Tag Manager -->\n\n <style type=\"text/css\">[x-cloak] { display: none !important; }</style>\n<meta charset=\"UTF-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-57ac4e094664953bbdf\",applicationID:\"574137485\",browserID:\"601517517\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArray(t[o])?r[o]=Array.from(new Set([...e[o],...t[o]])):e[o]instanceof Map||e[o]instanceof Set||e[o]instanceof Date||e[o]instanceof RegE"
},
"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": 130214,
"text": "<!doctype html>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"key\":\"fc1e56548e0ea7fd770f4713aedf1d78\",\"redirect_rules\":[],\"content_rule_sets\":[{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"show\"}],\"countries\":[\"United States\"]},{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"show\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"show\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"show\"},{\"selector\":\"#menu-item-23114\",\"behavior\":\"show\"}],\"countries\":[\"United Kingdom\",\"Ireland\",\"France\",\"Germany\",\"Hungary\",\"Spain\",\"Portugal\",\"Italy\",\"Switzerland\",\"Poland\",\"Denmark\",\"Luxembourg\",\"Netherlands\",\"Norway\",\"Finland\",\"Sweden\",\"Iceland\"]},{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"hide\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"hide\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"hide\"},{\"selector\":\"#menu-item-23114\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\".footer__menu--products\",\"behavior\":\"hide\"},{\"selector\":\".footer__menu--products-uk\",\"behavior\":\"show\"}],\"countries\":[\"United Kingdom\"]},{\"actions\":[{\"selector\":\".footer__menu--products\",\"behavior\":\"show\"},{\"selector\":\".footer__menu--products-uk\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-45138\",\"behavior\":\"show\"}],\"countries\":[\"Israel\"]},{\"actions\":[{\"selector\":\"#menu-item-45138\",\"behavior\":\"hide\"}],\"any\":true}]}]};</script>\n<script src=\"https://www.rapyd.net/wp-content/themes/rapyd-2022/js/bundle-geolocation.prod.js?v=1780799079\" async></script>\n\n\n<!-- OneTrust Cookies Consent Notice start for rapyd.net -->\n<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" data-document-language=\"true\" type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"ff64e2af-cf61-414c-9c6a-5c318f91e34b\" ></script>\n<script type=\"text/javascript\">\n function OptanonWrapper() {\n OneTrust.InsertScript('//js.hs-scripts.com/5246303.js', 'head', null, null, 'C0002');\n OneTrust.InsertScript('https://www.rapyd.net/wp-content/themes/rapyd-2022/js/bundle-envoy.prod.js?v=1780799079', 'head', null, null, 'C0002');\n }\n</script>\n<!-- OneTrust Cookies Consent Notice end for rapyd.net -->\n\n <!-- Google Tag Manager -->\n <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n\t\t\t\tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n\t\t\tj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n\t\t\t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n\t\t})(window,document,'script','dataLayer','GTM-5K5N62Z');\n </script>\n <!-- End Google Tag Manager -->\n\n <style type=\"text/css\">[x-cloak] { display: none !important; }</style>\n<meta charset=\"UTF-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-57ac4e094664953bbdf\",applicationID:\"574137485\",browserID:\"601517517\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArray(t[o])?r[o]=Array.from(new Set([...e[o],...t[o]])):e[o]instanceof Map||e[o]instanceof Set||e[o]instanceof Date||e[o]instanceof RegE"
}
},
"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": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
6 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
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: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 6,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "EXPERTISE.ACROSS INDUSTRIESWORLDWIDE.",
"isQuestion": false,
"html": "<h2 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1732702397690 animate-text home-solutions__heading words lines splitting\" style=\"--word-total: 4; --line-total: 3;\"><span class=\"vcex-heading-inner wpex-inline-block\"><span class=\"word\" data-word=\"EXPERTISE.\" style=\"--word-index: 0; --line-index: 0;\">EXPERTISE.</span><br><span class=\"yellow\"><span class=\"word\" data-word=\"ACROSS\" style=\"--word-index: 1; --line-index: 1;\">ACROSS</span><s..."
},
{
"index": 2,
"text": "LET'S GET REAL",
"isQuestion": false,
"html": "<h2 class=\"vcex-heading vcex-heading-plain vcex-module wpex-heading wpex-text-2xl wpex-text-center vc_custom_1766452967422\"><span class=\"vcex-heading-inner wpex-inline-block\">LET'S GET REAL</span></h2>"
},
{
"index": 3,
"text": "$h2",
"isQuestion": false,
"html": "<h2><a href=\"#\" onclick=\"event.stopPropagation();\" style=\"text-decoration: none;\">$h2</a></h2>"
},
{
"index": 4,
"text": "Global",
"isQuestion": false,
"html": "<h2 id=\"onetrust-policy-title\">Global</h2>"
},
{
"index": 5,
"text": "Your Privacy",
"isQuestion": false,
"html": "<h2 id=\"ot-pc-title\" title=\"Your Privacy\" aria-hidden=\"false\">Your Privacy</h2>"
},
{
"index": 6,
"text": "Your Privacy",
"isQuestion": false,
"html": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Your Privacy</h2>"
}
],
"score": 75,
"weight": 4
}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": 130216
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 130214
}
]
},
"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": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"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
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\" class=\"wpex-classic-style html--no-js\">\n<head>\n<script>(function(){var cL=document.documentElement.classList;cL.remove('html--no-js');cL.add('html--js')})()</script>\n\n<script>var EPIC_GEOLOCATION_DATA = {\"key\":\"fc1e56548e0ea7fd770f4713aedf1d78\",\"redirect_rules\":[],\"content_rule_sets\":[{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"show\"}],\"countries\":[\"United States\"]},{\"actions\":[{\"selector\":\"#footer-builder .epic-ot-cookie-button\",\"behavior\":\"hide\"}],\"any\":true}]},{\"affected_url\":\"*\",\"rules\":[{\"actions\":[{\"selector\":\"#menu-item-20375\",\"behavior\":\"show\"},{\"selector\":\".menu-uk-iceland-smb\",\"behavior\":\"show\"},{\"selector\":\".sidr-class-menu-item-23114\",\"behavior\":\"show\"},{\"selector\":\"#menu-item-23114"
},
"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.rapyd.net"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.rapyd.net/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.rapyd.net/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.rapyd.net/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}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)."
}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
LCP request discovery
20 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
Check name
Links do not have a discernible name
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).
References
https://web.dev/learn/performance/Evidence
{
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
Check name
Reduce unused CSS
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 200Â 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 200Â 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": 240
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
10 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 10,592Â 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 10,592Â 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": 10846307
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
56/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": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10Â ms",
"numericValue": 5
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 89,
"displayValue": "0.9Â s",
"numericValue": 942.0123163909195
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 55,
"displayValue": "230Â ms",
"numericValue": 233.9999999999991
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "30Â ms",
"numericValue": 34.93214999999999
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 37,
"displayValue": "2.7Â s",
"numericValue": 2657.145770250122
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 30,
"displayValue": "3.1Â s",
"numericValue": 3141.044866852636
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 20,
"displayValue": "6.6Â s",
"numericValue": 6649.716108175143
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 15,
"displayValue": "680Â ms",
"numericValue": 677.4999999999991
}
]
}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 |
|---|---|---|---|
| 55/100 | Level 3, Bot-Aware | Current report |