Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 24 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 100 out of 100
- GEO, AIO and AEO 61 out of 100
- SEO 92 out of 100
- Performance and Accessibility 92 out of 100
What AI sees of your website
Current | Future of Banking
Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.
Next step
Turn this report into a fix workflow
26 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 | 24 | Priority fix | 5 | 18 | 0 | View details |
| Discoverability | 33 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 33 | Priority fix | 2 | 8 | 0 | 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 | 61 | Needs work | 4 | 4 | 11 | View details |
| GEO Readiness | 67 | Needs work | 1 | 1 | 3 | View details |
| AIO Readiness | 58 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 58 | Needs work | 1 | 1 | 5 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 100 | Strong | 9 | 0 | 0 | |
| Security & Trust | 100 | Strong | 5 | 0 | 0 | |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 92 | Strong | 21 | 2 | 2 | View details |
| Performance | 91 | Strong | 18 | 2 | 2 | View details |
| Accessibility | 95 | Strong | 3 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
47 items need attention
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"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta name=\"contentful-tags\" content><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current - 404</title><link rel=\"canonical\" href=\"https://current.com/.well-known/api-catalog\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><meta name=\"description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:image\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><met"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html" 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" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta name=\"contentful-tags\" content><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current - 404</title><link rel=\"canonical\" href=\"https://current.com/openapi.json\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><meta name=\"description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:image\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta property="
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta name=\"contentful-tags\" content><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current - 404</title><link rel=\"canonical\" href=\"https://current.com/openapi.yaml\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><meta name=\"description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:image\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta property="
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta name=\"contentful-tags\" content><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current - 404</title><link rel=\"canonical\" href=\"https://current.com/swagger.json\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><meta name=\"description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:image\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta property="
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta name=\"contentful-tags\" content><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current - 404</title><link rel=\"canonical\" href=\"https://current.com/swagger.yaml\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><meta name=\"description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:image\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta property="
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta name=\"contentful-tags\" content><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current - 404</title><link rel=\"canonical\" href=\"https://current.com/api/openapi.json\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><meta name=\"description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:image\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta prope"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta name=\"contentful-tags\" content><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current - 404</title><link rel=\"canonical\" href=\"https://current.com/api/swagger.json\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><meta name=\"description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:image\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta prope"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta name=\"contentful-tags\" content><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current - 404</title><link rel=\"canonical\" href=\"https://current.com/docs/openapi.json\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><meta name=\"description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:image\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta prop"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}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 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",
"length": 41647
}
]
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
25 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": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 41573
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 41583
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html" 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" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "(none)".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html"
},
"issue": "Content-Type \"text/html\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": ""
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
"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": 21302,
"excerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current | Future of Banking</title><link rel=\"canonical\" href=\"https://curr",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of 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",
"length": 41621
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html",
"length": 41623
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 41597
}
]
},
"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",
"length": 41573
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 41597
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 41621
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: invalid h1 (found 0); 41 buttons missing accessible names.
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": false,
"headingOrder": true,
"accessibleLinks": true,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [
"<button class=\"basis-1/3 flex justify-center steps__numbers-a text-sm h-6\" data-step=\"0\" data-astro-cid-7g2dabvn></button>",
"<button class=\"basis-1/3 flex justify-center steps__numbers-a text-sm h-6\" data-step=\"1\" data-astro-cid-7g2dabvn></button>",
"<button class=\"basis-1/3 flex justify-center steps__numbers-a text-sm h-6\" data-step=\"2\" data-astro-cid-7g2dabvn></button>",
"<button class=\"basis-1/3 flex justify-center steps__numbers-a text-sm h-6\" data-step=\"3\" data-astro-cid-7g2dabvn></button>",
"<button class=\"basis-1/3 flex justify-center steps__numbers-a text-sm h-6\" data-step=\"4\" data-astro-cid-7g2dabvn></button>",
"<button class=\"dialog__close\" id=\"dialog__close4dda39dc-a58a-44bd-93e8-3ffdc31fa7db\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close0092cb7e-85db-4d97-a684-defe5f96dcb0\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close7b501091-b736-412e-88d0-f2964fe7680b\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close73617875-35a9-4bee-8157-5307806c053a\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close55451fe0-c45b-45d8-a60f-ff7df135b731\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close5caa8ff2-123c-440d-889e-7acacb2f90ea\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__closea7e34d43-4f40-4c7a-b155-22d0ede5afcd\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__closec0c20906-375d-4f36-97a8-d4d420f1fd9e\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__closeb7ca04b6-0bb8-47e2-a019-e8b5de4c6fc5\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close1442d2f7-8dc3-4877-8d76-3a411912da36\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__closeb16b557e-8d77-45ad-8cd5-d7bf0b2b19b5\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__closeca66a7f1-0b79-45b2-be44-7a655b2e47ab\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close71e65ccb-e982-4901-9ff9-14a30f18eb91\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close3556d23e-fa0d-4cd2-9f5e-d48c0a0ba144\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__closea9b6b756-74ea-4069-bb81-09421d16e73c\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close7fd067ca-b3b0-4df5-9d8f-fc43c9bc1a13\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close5bac9aad-4bab-41a5-b7ad-121223b72ab2\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close6ef4ff42-ab45-44e9-8b4a-e058dc40b995\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"steps__numbers-a w-6 flex-grow\" data-step=\"0\" data-astro-cid-7g2dabvn></button>",
"<button class=\"steps__numbers-a w-6 flex-grow\" data-step=\"1\" data-astro-cid-7g2dabvn></button>",
"<button class=\"steps__numbers-a w-6 flex-grow\" data-step=\"2\" data-astro-cid-7g2dabvn></button>",
"<button class=\"steps__numbers-a w-6 flex-grow\" data-step=\"3\" data-astro-cid-7g2dabvn></button>",
"<button class=\"steps__numbers-a w-6 flex-grow\" data-step=\"4\" data-astro-cid-7g2dabvn></button>",
"<button class=\"dialog__close\" id=\"dialog__closee750f9bd-1134-47d4-aa73-6db55f59335a\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__closea24f0c21-198e-43fa-bb6b-3b9c921fdfa4\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__closed846ed09-d015-4987-8001-07a2e7a4af5c\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close4bebe212-913b-420b-86b2-5f5c7d4519c3\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close69294ad7-877f-4e54-af60-ff5b645b4fff\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close2931ca52-9e5f-4a96-b1ea-dda93d26eafb\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__closea4238e6c-682b-4c45-813c-93e0c4d45709\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"prev\"><svg width=\"1em\" height=\"1em\" data-icon=\"arrow-circle-left\"> <symbol id=\"ai:local:arrow-circle-left\" viewBox=\"0 0 40 40\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m20 28 1.41-1.41L15.83 21H28v-2H15.83l5.58-5.59L20 12l-8 8z\"/><rect width=\"38\" height=\"38\" x=\"39\" y=\"39\" stroke=\"currentColor\" stroke-width=\"2\" rx=\"19\" transform=\"rotate(-180 39 39)\"/></g></symbol><use href=\"#ai:local:arrow-circle-left\"/> </svg></button>",
"<button class=\"next\"><svg width=\"1em\" height=\"1em\" data-icon=\"arrow-circle-right\"> <symbol id=\"ai:local:arrow-circle-right\" viewBox=\"0 0 40 40\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m20 12-1.41 1.41L24.17 19H12v2h12.17l-5.58 5.59L20 28l8-8z\"/><rect width=\"38\" height=\"38\" x=\"39\" y=\"39\" stroke=\"currentColor\" stroke-width=\"2\" rx=\"19\" transform=\"rotate(-180 39 39)\"/></g></symbol><use href=\"#ai:local:arrow-circle-right\"/> </svg></button>",
"<button class=\"dialog__close\" id=\"dialog__close274f3218-88a2-42f8-afc5-e7ba27c3361b\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog__close\" id=\"dialog__close993b877f-7c09-4c9d-92fa-03128c3c2cc2\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button class=\"dialog-form__close\" id=\"close_dialog-form\" data-astro-cid-4pro3y2a> <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" data-astro-cid-4pro3y2a=\"\"> <path d=\"M6.44138 7.99903L0 14.4131L1.52362 15.9303L7.965 9.5162L14.4764 16L16 14.4828L9.48863 7.99903L15.9981 1.51717L14.4744 0L7.965 6.48186L1.52557 0.0697002L0.00194407 1.58687L6.44138 7.99903Z\" fill=\"black\" data-astro-cid-4pro3y2a=\"\"/> </svg> </button>",
"<button class=\"dialog-download__close\" id=\"close_dialog-download\" data-astro-cid-654cxawk> <svg width=\"1em\" height=\"1em\" data-astro-cid-654cxawk=\"true\" data-icon=\"x-close-icon\"> <symbol id=\"ai:local:x-close-icon\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M6.441 7.999 0 14.413l1.524 1.517 6.441-6.414L14.476 16 16 14.483 9.489 7.999l6.51-6.482L14.473 0 7.965 6.482 1.525.07.003 1.587z\"/></symbol><use href=\"#ai:local:x-close-icon\"/> </svg> </button>"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 0,
"headings": 50,
"links": 77,
"inaccessibleLinks": 0,
"buttons": 75,
"inaccessibleButtons": 41,
"images": 31,
"imagesWithAlt": 31,
"autocompleteInputs": 2,
"inputsWithAutocomplete": 2,
"missingAutocompleteInputs": 0
}
}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",
"length": 41603
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 41579
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 41573
}
]
},
"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",
"length": 41611
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 41619
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 41587
}
]
},
"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",
"length": 41627
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html",
"length": 41615
}
]
},
"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",
"length": 41601
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html",
"length": 41577
}
]
},
"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",
"length": 41603
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html",
"length": 41579
}
]
},
"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": "current.com",
"probes": [
{
"name": "_index._agents.current.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.current.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "current.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="phone"> is missing tool-param-description.<input name="phone"> is missing tool-param-description.<input name="overlay-opacity"> 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": 3,
"formsWithTags": 0,
"totalInteractive": 155,
"interactiveWithTags": 0,
"totalCount": 158,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"overlay-opacity\"> 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": 3,
"issues": [
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"overlay-opacity\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"phone\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"phone\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"overlay-opacity\"> 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": 3,
"formsWithTags": 0,
"totalInteractive": 155,
"interactiveWithTags": 0,
"totalCount": 158,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"overlay-opacity\"> 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": 3,
"formsWithTags": 0,
"totalInteractive": 155,
"interactiveWithTags": 0,
"totalCount": 158,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"overlay-opacity\"> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
10 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
No JSON-LD structured data was 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: Visible structured data match
Score
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 0/100 and needs a fix.
Evidence
{
"schemaCount": 0,
"mismatches": [],
"score": 0,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 45/100 and needs a fix.
8 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 45/100 and needs a fix.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: current, future, banking.
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
45/100
Status
fail
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 45/100 and needs a fix.
Evidence
{
"title": "Current | Future of Banking",
"h1": "",
"description": "Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.",
"topicOverlap": 0,
"topicTerms": [
"current",
"future",
"banking"
],
"descriptionTerms": [
"get",
"paid",
"early",
"access",
"paycheck",
"advances",
"750",
"build",
"credit",
"fee",
"free",
"overdraft",
"earn",
"savings",
"bonuses",
"cash",
"back"
],
"missingFromDescription": [
"current",
"future",
"banking"
],
"score": 45,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about-us/",
"text": "About",
"html": "<a href=\"/about-us/\">About</a>"
},
{
"href": "/about-us/",
"text": "About",
"html": "<a href=\"/about-us/\">About</a>"
},
{
"href": "/about-us/",
"text": "Our Story",
"html": "<a class href=\"/about-us/\"> Our Story </a>"
},
{
"href": "https://www.linkedin.com/company/current",
"text": "linkedin Logo",
"html": "<a href=\"https://www.linkedin.com/company/current\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Link to Current's linkedin\"> <svg width=\"1em\" height=\"1em\" class=\"icon $linkedin\" data-icon=\"linkedin-footer\"> <title>linkedin Logo</title> <symbol id=\"ai:local:linkedin-footer\" viewBox=\"0 0 40 40\"><g fill=\"none\"><rect width=\"40\" height=\"40\" fill=\"#fff\" rx=\"20\"/><g clip-path=\"url(#clip0_406_14352)\"><path fill=\"currentColor\" d=\"M14.482 11a1.98 1.98 0 0 0-1.982 1.98c0 1.095.887 2.001 1...."
}
],
"contactLinks": [
{
"href": "https://support.current.com/hc/en-us",
"text": "Help",
"html": "<a href=\"https://support.current.com/hc/en-us\" rel=\"noopener noreferrer\" target=\"_blank\">Help</a>"
},
{
"href": "https://support.current.com/hc/en-us",
"text": "Help",
"html": "<a href=\"https://support.current.com/hc/en-us\" rel=\"noopener noreferrer\" target=\"_blank\">Help</a>"
},
{
"href": "https://support.current.com/",
"text": "Contact Us",
"html": "<a class href=\"https://support.current.com/\" rel=\"noopener noreferrer\" target=\"_blank\"> Contact Us </a>"
}
],
"privacyLinks": [
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/mobile_message_service_terms_and_conditions/",
"text": "mobile message terms",
"html": "<a target=\"_blank\" href=\"https://current.com/mobile_message_service_terms_and_conditions/\">mobile message terms</a>"
},
{
"href": "https://current.com/privacy_policy/",
"text": "online privacy policy",
"html": "<a target=\"_blank\" href=\"https://current.com/privacy_policy/\">online privacy policy</a>"
},
{
"href": "https://current.com/mobile_message_service_terms_and_conditions/",
"text": "mobile message terms",
"html": "<a target=\"_blank\" href=\"https://current.com/mobile_message_service_terms_and_conditions/\">mobile message terms</a>"
},
{
"href": "https://current.com/privacy_policy/",
"text": "online privacy policy",
"html": "<a target=\"_blank\" href=\"https://current.com/privacy_policy/\">online privacy policy</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "/overdraft_protection_terms_of_service/",
"text": "Fee-free Overdraft Terms and Conditions",
"html": "<a href=\"/overdraft_protection_terms_of_service/\"> Fee-free Overdraft Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "/overdraft_protection_terms_of_service/",
"text": "Fee-free Overdraft Terms and Conditions",
"html": "<a href=\"/overdraft_protection_terms_of_service/\"> Fee-free Overdraft Terms and Conditions</a>"
},
{
"href": "https://current.com/current_points_terms_and_conditions/",
"text": "Current Points Terms",
"html": "<a href=\"https://current.com/current_points_terms_and_conditions/\"> Current Points Terms </a>"
},
{
"href": "https://current.com/boost_terms_of_service/",
"text": "Current Boost Terms and Conditions",
"html": "<a href=\"https://current.com/boost_terms_of_service/\">Current Boost Terms and Conditions</a>"
},
{
"href": "/terms_of_service/",
"text": "Terms",
"html": "<a href=\"/terms_of_service/\" rel=\"noopener noreferrer\" target=\"_blank\"> Terms </a>"
},
{
"href": "/privacy_policy/",
"text": "Privacy",
"html": "<a href=\"/privacy_policy/\" rel=\"noopener noreferrer\" target=\"_blank\"> Privacy </a>"
},
{
"href": "/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/boost_terms_of_service/",
"text": "Current Boost Terms and Conditions",
"html": "<a href=\"https://current.com/boost_terms_of_service/\">Current Boost Terms and Conditions</a>"
},
{
"href": "/docs/fee-free_overdraft_terms/",
"text": "Fee-free Overdraft Terms and Conditions",
"html": "<a href=\"/docs/fee-free_overdraft_terms/\">Fee-free Overdraft Terms and Conditions</a>"
},
{
"href": "/docs/build_fee-free_overdraft_terms/",
"text": "Build Fee-free Overdraft Terms",
"html": "<a href=\"/docs/build_fee-free_overdraft_terms/\">Build Fee-free Overdraft Terms</a>"
},
{
"href": "/current_points_terms_and_conditions/",
"text": "Current Points Terms and Conditions",
"html": "<a href=\"/current_points_terms_and_conditions/\">Current Points Terms and Conditions</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about-us/",
"text": "About",
"html": "<a href=\"/about-us/\">About</a>"
},
{
"href": "/about-us/",
"text": "About",
"html": "<a href=\"/about-us/\">About</a>"
},
{
"href": "/about-us/",
"text": "Our Story",
"html": "<a class href=\"/about-us/\"> Our Story </a>"
},
{
"href": "https://www.linkedin.com/company/current",
"text": "linkedin Logo",
"html": "<a href=\"https://www.linkedin.com/company/current\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Link to Current's linkedin\"> <svg width=\"1em\" height=\"1em\" class=\"icon $linkedin\" data-icon=\"linkedin-footer\"> <title>linkedin Logo</title> <symbol id=\"ai:local:linkedin-footer\" viewBox=\"0 0 40 40\"><g fill=\"none\"><rect width=\"40\" height=\"40\" fill=\"#fff\" rx=\"20\"/><g clip-path=\"url(#clip0_406_14352)\"><path fill=\"currentColor\" d=\"M14.482 11a1.98 1.98 0 0 0-1.982 1.98c0 1.095.887 2.001 1...."
}
],
"contactLinks": [
{
"href": "https://support.current.com/hc/en-us",
"text": "Help",
"html": "<a href=\"https://support.current.com/hc/en-us\" rel=\"noopener noreferrer\" target=\"_blank\">Help</a>"
},
{
"href": "https://support.current.com/hc/en-us",
"text": "Help",
"html": "<a href=\"https://support.current.com/hc/en-us\" rel=\"noopener noreferrer\" target=\"_blank\">Help</a>"
},
{
"href": "https://support.current.com/",
"text": "Contact Us",
"html": "<a class href=\"https://support.current.com/\" rel=\"noopener noreferrer\" target=\"_blank\"> Contact Us </a>"
}
],
"privacyLinks": [
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/mobile_message_service_terms_and_conditions/",
"text": "mobile message terms",
"html": "<a target=\"_blank\" href=\"https://current.com/mobile_message_service_terms_and_conditions/\">mobile message terms</a>"
},
{
"href": "https://current.com/privacy_policy/",
"text": "online privacy policy",
"html": "<a target=\"_blank\" href=\"https://current.com/privacy_policy/\">online privacy policy</a>"
},
{
"href": "https://current.com/mobile_message_service_terms_and_conditions/",
"text": "mobile message terms",
"html": "<a target=\"_blank\" href=\"https://current.com/mobile_message_service_terms_and_conditions/\">mobile message terms</a>"
},
{
"href": "https://current.com/privacy_policy/",
"text": "online privacy policy",
"html": "<a target=\"_blank\" href=\"https://current.com/privacy_policy/\">online privacy policy</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "/overdraft_protection_terms_of_service/",
"text": "Fee-free Overdraft Terms and Conditions",
"html": "<a href=\"/overdraft_protection_terms_of_service/\"> Fee-free Overdraft Terms and Conditions</a>"
},
{
"href": "https://current.com/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"https://current.com/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "/overdraft_protection_terms_of_service/",
"text": "Fee-free Overdraft Terms and Conditions",
"html": "<a href=\"/overdraft_protection_terms_of_service/\"> Fee-free Overdraft Terms and Conditions</a>"
},
{
"href": "https://current.com/current_points_terms_and_conditions/",
"text": "Current Points Terms",
"html": "<a href=\"https://current.com/current_points_terms_and_conditions/\"> Current Points Terms </a>"
},
{
"href": "https://current.com/boost_terms_of_service/",
"text": "Current Boost Terms and Conditions",
"html": "<a href=\"https://current.com/boost_terms_of_service/\">Current Boost Terms and Conditions</a>"
},
{
"href": "/terms_of_service/",
"text": "Terms",
"html": "<a href=\"/terms_of_service/\" rel=\"noopener noreferrer\" target=\"_blank\"> Terms </a>"
},
{
"href": "/privacy_policy/",
"text": "Privacy",
"html": "<a href=\"/privacy_policy/\" rel=\"noopener noreferrer\" target=\"_blank\"> Privacy </a>"
},
{
"href": "/docs/paycheck_advance_terms/",
"text": "Paycheck Advance Terms and Conditions",
"html": "<a href=\"/docs/paycheck_advance_terms/\">Paycheck Advance Terms and Conditions</a>"
},
{
"href": "https://current.com/boost_terms_of_service/",
"text": "Current Boost Terms and Conditions",
"html": "<a href=\"https://current.com/boost_terms_of_service/\">Current Boost Terms and Conditions</a>"
},
{
"href": "/docs/fee-free_overdraft_terms/",
"text": "Fee-free Overdraft Terms and Conditions",
"html": "<a href=\"/docs/fee-free_overdraft_terms/\">Fee-free Overdraft Terms and Conditions</a>"
},
{
"href": "/docs/build_fee-free_overdraft_terms/",
"text": "Build Fee-free Overdraft Terms",
"html": "<a href=\"/docs/build_fee-free_overdraft_terms/\">Build Fee-free Overdraft Terms</a>"
},
{
"href": "/current_points_terms_and_conditions/",
"text": "Current Points Terms and Conditions",
"html": "<a href=\"/current_points_terms_and_conditions/\">Current Points Terms and Conditions</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/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, JSON-LD structured data.
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
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 86,
"schemaBlocks": 0,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema",
"JSON-LD structured data"
],
"score": 60,
"weight": 24
}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
32 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": 50,
"passing": 18,
"failing": [
{
"heading": "Build Card Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title446c22b9-9c84-426a-bae8-e025a64d1c24\"> Build Card Disclosures </h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description60426d59-f7ab-4ff8-bbee-01a15ba9e225\"> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Build Card Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title1682ae50-4c47-4bf8-86b5-a450512c0205\"> Build Card Disclosures </h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__descriptiond5b21994-9603-48ee-9ee9-3812692154a3\"> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Build Card Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleb46e0e4a-549c-4d1f-9059-d16e17f5a249\"> Build Card Disclosures </h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description8b450917-a9a0-4ea6-a15f-f17bd0cdd49a\"> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Build Card Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title1cd4e341-6d1b-4e4b-a126-f8a09e3ab9c8\"> Build Card Disclosures </h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description39061815-fa93-4ba0-a961-33d5df414873\"> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Build Card Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleebac9bfd-b66d-4ca9-9828-43a79e233361\"> Build Card Disclosures </h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description3fefed39-814e-480a-95f4-41ef92b5b701\"> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Build Card Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlefef8694f-eb26-41dd-aed8-3d284ca634fb\"> Build Card Disclosures </h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description545608cf-d1ac-4be9-8df3-8a7284c01c0f\"> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Power up your paycheck when you switch to Current",
"headingHtml": "<h2 class=\"illo-grid__lead text-h-sm-new mb-16 md:mb-20 col-start-2 col-span-10\"> Power up your paycheck<br> when you switch to Current </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Advance up to $750",
"headingHtml": "<h3 class=\"text-h-xs-accent-new flex items-end mb-0\">Advance up to $750</h3>",
"firstParagraph": "It’s your paycheck – get access to more of it, when you need it most. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> It’s your paycheck – get access to more of it, when you need it most. <button class=\"disclosure__open\" id=\"disclosure__opend5786fb6-0a51-4ec0-b658-57f08b365fc7\" aria-label=\"Paycheck Advance Disclosures\"> ⓘ </button> </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Fee-free Overdraft",
"headingHtml": "<h3 class=\"text-h-xs-accent-new\">Fee-free Overdraft</h3>",
"firstParagraph": "Breeze from payday to payday with access to fee-free overdraft. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> Breeze from payday to payday with access to fee-free overdraft. <button class=\"disclosure__open\" id=\"disclosure__open9f1c8d7f-6058-42a0-9ea7-8132327341a9\" aria-label=\"Fee-free Overdraft Disclosures\"> ⓘ </button> </p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Payday up to 2 days early",
"headingHtml": "<h3 class=\"text-h-xs-accent-new\">Payday up to 2 days early</h3>",
"firstParagraph": "Direct deposits are released as soon as your employer sends them. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> Direct deposits are released as soon as your employer sends them. <button class=\"disclosure__open\" id=\"disclosure__open7e17e15a-05de-44c7-939e-eb2603ceeeb0\" aria-label=\"Faster Direct Deposit Disclosures\"> ⓘ </button> </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Advance up to $750",
"headingHtml": "<h3 class=\"text-h-xs-accent-new flex items-end mb-0\">Advance up to $750</h3>",
"firstParagraph": "It’s your paycheck – get access to more of it, when you need it most. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> It’s your paycheck – get access to more of it, when you need it most. <button class=\"disclosure__open\" id=\"disclosure__open4ec325e6-25cc-4935-82d7-55ac8dafe9ee\" aria-label=\"Paycheck Advance Disclosures\"> ⓘ </button> </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Fee-free Overdraft",
"headingHtml": "<h3 class=\"text-h-xs-accent-new\">Fee-free Overdraft</h3>",
"firstParagraph": "Breeze from payday to payday with access to fee-free overdraft. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> Breeze from payday to payday with access to fee-free overdraft. <button class=\"disclosure__open\" id=\"disclosure__open41d976d9-9ab6-4cf3-85a9-e5f8c3289ff0\" aria-label=\"Fee-free Overdraft Disclosures\"> ⓘ </button> </p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Payday up to 2 days early",
"headingHtml": "<h3 class=\"text-h-xs-accent-new\">Payday up to 2 days early</h3>",
"firstParagraph": "Direct deposits are released as soon as your employer sends them. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> Direct deposits are released as soon as your employer sends them. <button class=\"disclosure__open\" id=\"disclosure__opend723c259-28f9-47d5-bcb3-a3721f134c6f\" aria-label=\"Faster Direct Deposit Disclosures\"> ⓘ </button> </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Boost your credit score by over 80 points after just six months.",
"headingHtml": "<h2 class=\"text-h-md-new\">Boost your credit score by over 80 points after just six months.</h2>",
"firstParagraph": "Plus, get 1% cash back on eligible purchases. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> Plus, get 1% cash back on eligible purchases. <button class=\"disclosure__open\" id=\"disclosure__open5d12fdde-2feb-4df0-8faa-a5944a7b7e8a\" aria-label=\"Credit Building Disclosures\"> ⓘ </button> </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Credit Building Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title8049d52f-6715-4d0d-8506-06c9a5c997f8\"> Credit Building Disclosures </h3>",
"firstParagraph": "Based on Build Card users, as of December 2024, who opted in to Credit Score Insights and have remained active for at least six months. Scores are calculated based on the TransUnion® VantageScore® 3.0 model, which is one of many credit scoring models and may not be the same model your lender uses. Credit scores depe...",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description4c87dbfe-b50c-41b2-ae18-277ccac6df9e\"> Based on Build Card users, as of December 2024, who opted in to Credit Score Insights and have remained active for at least six months. Scores are calculated based on the TransUnion® VantageScore® 3.0 model, which is one of many credit scoring models and may not be the same model your lender uses. Credit scores depend on various factors, including your payment history, delinquencies, credit utiliza...",
"words": 225,
"direct": false,
"issue": "First paragraph is 225 words and does not look like a concise direct answer."
},
{
"heading": "Join over 6 million members",
"headingHtml": "<h2 class=\"text-h-md-new\"> Join over 6 million members </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Bank anywhere. 24/7 support.",
"headingHtml": "<h2 class=\"text-h-xl-new\"> <span class=\"font-normal\">Bank<br> anywhere.</span><br> 24/7<br> support. </h2>",
"firstParagraph": "24/7 fast and helpful support",
"paragraphHtml": "<p> 24/7 fast and helpful support </p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Earn up to 4.00%on your savings",
"headingHtml": "<h2 class=\"text-h-md-new\">Earn up to 4.00%<br>on your savings</h2>",
"firstParagraph": "Save automatically with Round-Ups, set your goals, and more. ⓘ",
"paragraphHtml": "<p> Save automatically with Round-Ups, set your goals, and more. <button class=\"disclosure__open\" id=\"disclosure__openb898fe06-12d6-4bbd-ac71-b5fa872dd354\" aria-label=\"Savings Pods Disclosures\"> ⓘ </button> </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Savings Pods Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title32022050-512b-444c-b4ab-aad5f6f9f397\"> Savings Pods Disclosures </h3>",
"firstParagraph": "Boost Bonuses are credited to your Savings Pods within 48 hours of enabling the Boost feature and on a daily basis thereafter, provided that the Savings Pod has accrued a Boost Bonus of at least $0.01. No minimum balance required. The Boost rate on Savings Pods is variable and may change at any time. The disclosed r...",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__descriptionbfdbcb8d-5394-4522-9159-43ce5ed0ab49\"> Boost Bonuses are credited to your Savings Pods within 48 hours of enabling the Boost feature and on a daily basis thereafter, provided that the Savings Pod has accrued a Boost Bonus of at least $0.01. No minimum balance required. The Boost rate on Savings Pods is variable and may change at any time. The disclosed rate is effective as of August 1, 2023. Must have $0.01 in Savings Pods to earn a Boo...",
"words": 143,
"direct": false,
"issue": "First paragraph is 143 words and does not look like a concise direct answer."
},
{
"heading": "Trade cryptowithout fees",
"headingHtml": "<h2 class=\"text-h-md-new\">Trade crypto<br>without fees</h2>",
"firstParagraph": "Pick from dozens of coins, access money instantly, without any trading fees, all without switching apps. ⓘ",
"paragraphHtml": "<p> Pick from dozens of coins, access money instantly, without any trading fees, all without switching apps. <button class=\"disclosure__open\" id=\"disclosure__openc7f99648-ac21-447b-a225-24bb718c9665\" aria-label=\"Crypto Disclosures\"> ⓘ </button> </p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Crypto Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlec22abd76-ccca-4660-b144-6432ae2388e8\"> Crypto Disclosures </h3>",
"firstParagraph": "Cryptocurrency services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC, and may not be available in all states. When you buy or sell cryptocurrency, a difference between the current market price and the price you buy or sell that asset for is called a spread. However, unlike most other exchanges,...",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description371217e3-371c-410c-bd05-a889590135b4\"> Cryptocurrency services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC, and may not be available in all states. When you buy or sell cryptocurrency, a difference between the current market price and the price you buy or sell that asset for is called a spread. However, unlike most other exchanges, Current does not charge an additional trading fee. Cryptocurrency transactions are a form of i...",
"words": 240,
"direct": false,
"issue": "First paragraph is 240 words and does not look like a concise direct answer."
},
{
"heading": "Give teens their very own debit card",
"headingHtml": "<h2 class=\"text-h-md-new\">Give teens their very own debit card</h2>",
"firstParagraph": "Empower your kids with automatic allowances, instant transfers, and real-time spending alerts.",
"paragraphHtml": "<p>Empower your kids with automatic allowances, instant transfers, and real-time spending alerts.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Safe and secure.",
"headingHtml": "<h2 class=\"illo-grid__lead text-h-sm-new mb-10 md:mb-20 col-start-2 col-span-10\">Safe and secure.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Instant notifications",
"headingHtml": "<h3 class=\"text-h-xs-accent\">Instant notifications</h3>",
"firstParagraph": "Stay up-to-date with your account with helpful notifications",
"paragraphHtml": "<p class=\"text-sm-new\">Stay up-to-date with your account with helpful notifications</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Card control",
"headingHtml": "<h3 class=\"text-h-xs-accent\">Card control</h3>",
"firstParagraph": "Instantly block transactions, merchants, or pause your card.",
"paragraphHtml": "<p class=\"text-sm-new\"> Instantly block transactions,<br> merchants, or pause your card. </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Industry leading security",
"headingHtml": "<h3 class=\"text-h-xs-accent\">Industry leading security</h3>",
"firstParagraph": "Stay secure with Face ID, fingerprint lock, and passkeys.",
"paragraphHtml": "<p class=\"text-sm-new\">Stay secure with Face ID, fingerprint lock, and passkeys.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Power up your paycheck today",
"headingHtml": "<h2 data-astro-cid-xyemphs4>Power up your paycheck today</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Power up your paycheck today",
"headingHtml": "<h2 data-astro-cid-xyemphs4>Power up your paycheck today</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "You're almost in",
"headingHtml": "<h3 class=\"dialog-form__title text-h-sm-accent text-dark\" id=\"dialog-form_title\" data-astro-cid-4pro3y2a> You're almost in </h3>",
"firstParagraph": "Enter your phone number below and we'll send you a link to download the app to set up your account.",
"paragraphHtml": "<p class=\"dialog-form__copy text-sm\" id=\"dialog-form_description\" data-astro-cid-4pro3y2a> Enter your phone number below and we'll send you a link to download the app to set up your account. </p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Download the app",
"headingHtml": "<h3 class=\"dialog-download__title text-h-sm text-dark\" id=\"dialog-download_title\" data-astro-cid-654cxawk> Download the app </h3>",
"firstParagraph": "Welcome to the future of banking! You're almost done. just scan the QR code to download the Current app and finish setting up your account.",
"paragraphHtml": "<p class=\"dialog-download__copy hidden sm:block text-sm\" id=\"dialog-download_description\" data-astro-cid-654cxawk> Welcome to the future of banking! You're almost done. just scan the QR code to download the Current app and finish setting up your account. </p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Help",
"headingHtml": "<h3>Help</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Company",
"headingHtml": "<h3>Company</h3>",
"firstParagraph": "Copyright © 2016 - 2026 Current",
"paragraphHtml": "<p>Copyright © 2016 - 2026 Current</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 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": 10,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 55/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 55/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: current, future, banking.
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
55/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 55/100 and needs improvement.
Evidence
{
"title": "Current | Future of Banking",
"h1": "",
"description": "Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.",
"topicOverlap": 0,
"definitionCount": 86,
"topicTerms": [
"current",
"future",
"banking"
],
"descriptionTerms": [
"get",
"paid",
"early",
"access",
"paycheck",
"advances",
"750",
"build",
"credit",
"fee",
"free",
"overdraft",
"earn",
"savings",
"bonuses",
"cash",
"back"
],
"missingFromDescription": [
"current",
"future",
"banking"
],
"score": 55,
"weight": 18
}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
29 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": 39,
"citablePassages": 10,
"failingCandidateParagraphs": [
{
"index": 1,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__descriptionaeaab761-68a8-4f00-806f-ec2c3c9bbff2\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 2,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__descriptionab87dbaa-5988-492d-919e-5abd40184631\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 3,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description270df223-f52d-425e-bcdd-00c590ef44f8\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 4,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__descriptiondecdc1f8-c885-4939-a554-423817204b0f\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 5,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description1daacd5c-bb0d-47a3-94ef-7a74b61d07b0\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 6,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description3b3aef01-178b-4705-a31f-359d7683ec46\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 8,
"heading": "H3: Build Card Disclosures",
"text": "Some fees may apply, including out-of-network ATM fees of $2.50 per transaction, late payment fees of 3% of any total due balance outstanding and past due for two or more billing cycles, foreign transaction fees of 3% of the full transaction amount (minimum $0.50), card reorder fees per card of $5 for regular delivery and $30 for expedited delivery, cash deposit fees of $3.50 per deposit, and third party processin...",
"words": 74,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (74 words; target 80-220)."
],
"html": "<p>Some fees may apply, including out-of-network ATM fees of $2.50 per transaction, late payment fees of 3% of any total due balance outstanding and past due for two or more billing cycles, foreign transaction fees of 3% of the full transaction amount (minimum $0.50), card reorder fees per card of $5 for regular delivery and $30 for expedited delivery, cash deposit fees of $3.50 per deposit, and third party processing fees.</p>"
},
{
"index": 12,
"heading": "H3: Build Card Disclosures",
"text": "Some fees may apply, including out-of-network ATM fees of $2.50 per transaction, late payment fees of 3% of any total due balance outstanding and past due for two or more billing cycles, foreign transaction fees of 3% of the full transaction amount (minimum $0.50), card reorder fees per card of $5 for regular delivery and $30 for expedited delivery, cash deposit fees of $3.50 per deposit, and third party processin...",
"words": 74,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (74 words; target 80-220)."
],
"html": "<p>Some fees may apply, including out-of-network ATM fees of $2.50 per transaction, late payment fees of 3% of any total due balance outstanding and past due for two or more billing cycles, foreign transaction fees of 3% of the full transaction amount (minimum $0.50), card reorder fees per card of $5 for regular delivery and $30 for expedited delivery, cash deposit fees of $3.50 per deposit, and third party processing fees.</p>"
},
{
"index": 16,
"heading": "H3: Build Card Disclosures",
"text": "Some fees may apply, including out-of-network ATM fees of $2.50 per transaction, late payment fees of 3% of any total due balance outstanding and past due for two or more billing cycles, foreign transaction fees of 3% of the full transaction amount (minimum $0.50), card reorder fees per card of $5 for regular delivery and $30 for expedited delivery, cash deposit fees of $3.50 per deposit, and third party processin...",
"words": 74,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (74 words; target 80-220)."
],
"html": "<p>Some fees may apply, including out-of-network ATM fees of $2.50 per transaction, late payment fees of 3% of any total due balance outstanding and past due for two or more billing cycles, foreign transaction fees of 3% of the full transaction amount (minimum $0.50), card reorder fees per card of $5 for regular delivery and $30 for expedited delivery, cash deposit fees of $3.50 per deposit, and third party processing fees.</p>"
},
{
"index": 19,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description4fd2c9d8-4ff9-4e49-ac21-9617978a2088\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 20,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description7251557c-7eed-4539-b242-ff64c98c62d7\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 21,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__descriptiond4d7a87b-f516-49e8-8c6e-b020a9b489fb\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 22,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description96fe0128-32f9-474d-80ad-c828121fa99d\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 23,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description76d980e8-b1ab-4853-8a8f-dc154984dbfe\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 24,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description6b0c74d1-eece-40df-8971-bfe7452f8915\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 26,
"heading": "H3: Build Card Disclosures",
"text": "Some fees may apply, including out-of-network ATM fees of $2.50 per transaction, late payment fees of 3% of any total due balance outstanding and past due for two or more billing cycles, foreign transaction fees of 3% of the full transaction amount (minimum $0.50), card reorder fees per card of $5 for regular delivery and $30 for expedited delivery, cash deposit fees of $3.50 per deposit, and third party processin...",
"words": 74,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (74 words; target 80-220)."
],
"html": "<p>Some fees may apply, including out-of-network ATM fees of $2.50 per transaction, late payment fees of 3% of any total due balance outstanding and past due for two or more billing cycles, foreign transaction fees of 3% of the full transaction amount (minimum $0.50), card reorder fees per card of $5 for regular delivery and $30 for expedited delivery, cash deposit fees of $3.50 per deposit, and third party processing fees.</p>"
},
{
"index": 30,
"heading": "H3: Build Card Disclosures",
"text": "Some fees may apply, including out-of-network ATM fees of $2.50 per transaction, late payment fees of 3% of any total due balance outstanding and past due for two or more billing cycles, foreign transaction fees of 3% of the full transaction amount (minimum $0.50), card reorder fees per card of $5 for regular delivery and $30 for expedited delivery, cash deposit fees of $3.50 per deposit, and third party processin...",
"words": 74,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (74 words; target 80-220)."
],
"html": "<p>Some fees may apply, including out-of-network ATM fees of $2.50 per transaction, late payment fees of 3% of any total due balance outstanding and past due for two or more billing cycles, foreign transaction fees of 3% of the full transaction amount (minimum $0.50), card reorder fees per card of $5 for regular delivery and $30 for expedited delivery, cash deposit fees of $3.50 per deposit, and third party processing fees.</p>"
},
{
"index": 34,
"heading": "H3: Build Card Disclosures",
"text": "Some fees may apply, including out-of-network ATM fees of $2.50 per transaction, late payment fees of 3% of any total due balance outstanding and past due for two or more billing cycles, foreign transaction fees of 3% of the full transaction amount (minimum $0.50), card reorder fees per card of $5 for regular delivery and $30 for expedited delivery, cash deposit fees of $3.50 per deposit, and third party processin...",
"words": 74,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (74 words; target 80-220)."
],
"html": "<p>Some fees may apply, including out-of-network ATM fees of $2.50 per transaction, late payment fees of 3% of any total due balance outstanding and past due for two or more billing cycles, foreign transaction fees of 3% of the full transaction amount (minimum $0.50), card reorder fees per card of $5 for regular delivery and $30 for expedited delivery, cash deposit fees of $3.50 per deposit, and third party processing fees.</p>"
},
{
"index": 37,
"heading": "H3: Build Card Disclosures",
"text": "By entering your phone number and clicking “Get Started,” you agree to receive marketing messages at the entered number and agree to Current's mobile message terms and online privacy policy. Consent is not a condition of purchase nor does it result in account opening.",
"words": 44,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>By entering your phone number and clicking “Get Started,” you agree to receive marketing messages at the entered number and agree to Current's <a target=\"_blank\" href=\"https://current.com/mobile_message_service_terms_and_conditions/\">mobile message terms</a> and <a target=\"_blank\" href=\"https://current.com/privacy_policy/\">online privacy policy</a>. Consent is not a condition of purchase nor does it result in account opening.</p>"
},
{
"index": 38,
"heading": "H3: Build Card Disclosures",
"text": "By entering your phone number and clicking “Get Started,” you agree to receive marketing messages at the entered number and agree to Current's mobile message terms and online privacy policy. Consent is not a condition of purchase nor does it result in account opening.",
"words": 44,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>By entering your phone number and clicking “Get Started,” you agree to receive marketing messages at the entered number and agree to Current's <a target=\"_blank\" href=\"https://current.com/mobile_message_service_terms_and_conditions/\">mobile message terms</a> and <a target=\"_blank\" href=\"https://current.com/privacy_policy/\">online privacy policy</a>. Consent is not a condition of purchase nor does it result in account opening.</p>"
},
{
"index": 40,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__descriptiona66f0853-b762-4ba9-a4cd-25295f8576bd\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 44,
"heading": "H3: Faster Direct Deposit Disclosures",
"text": "Faster access to funds is based on comparison of traditional banking policies and deposit of paper checks from employers and government agencies versus deposits made electronically. Direct deposit and earlier availability of funds is subject to timing of payer's submission of deposits.",
"words": 42,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description58dfae41-936b-417d-b232-73993f6cffbf\"> Faster access to funds is based on comparison of traditional banking policies and deposit of paper checks from employers and government agencies versus deposits made electronically. Direct deposit and earlier availability of funds is subject to timing of payer's submission of deposits. </p>"
},
{
"index": 46,
"heading": "H3: Paycheck Advance Disclosures",
"text": "Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more information, pl...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description391b77e4-d655-4bf5-ac54-27db37444a0e\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati..."
},
{
"index": 50,
"heading": "H3: Faster Direct Deposit Disclosures",
"text": "Faster access to funds is based on comparison of traditional banking policies and deposit of paper checks from employers and government agencies versus deposits made electronically. Delays by the employer, payer, or their banks may result in delayed access to funds beyond our control.",
"words": 44,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description9105e783-6ecb-4d4b-84ba-13965b8b1e26\"> Faster access to funds is based on comparison of traditional banking policies and deposit of paper checks from employers and government agencies versus deposits made electronically. Delays by the employer, payer, or their banks may result in delayed access to funds beyond our control. </p>"
},
{
"index": 53,
"heading": "H3: Credit Building Disclosures",
"text": "Based on Build Card users, as of December 2024, who opted in to Credit Score Insights and have remained active for at least six months. Scores are calculated based on the TransUnion® VantageScore® 3.0 model, which is one of many credit scoring models and may not be the same model your lender uses. Credit scores depend on various factors, including your payment history, delinquencies, credit utilization, length of...",
"words": 225,
"hasEvidence": true,
"reasons": [
"Too long for a citation-ready passage (225 words; target 80-220)."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description4c87dbfe-b50c-41b2-ae18-277ccac6df9e\"> Based on Build Card users, as of December 2024, who opted in to Credit Score Insights and have remained active for at least six months. Scores are calculated based on the TransUnion® VantageScore® 3.0 model, which is one of many credit scoring models and may not be the same model your lender uses. Credit scores depend on various factors, including your payment history, delinquencies, credit utiliza..."
},
{
"index": 63,
"heading": "H3: Crypto Disclosures",
"text": "Cryptocurrency services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC, and may not be available in all states. When you buy or sell cryptocurrency, a difference between the current market price and the price you buy or sell that asset for is called a spread. However, unlike most other exchanges, Current does not charge an additional trading fee. Cryptocurrency transactions are a form of investm...",
"words": 240,
"hasEvidence": false,
"reasons": [
"Too long for a citation-ready passage (240 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"dialog__copy\" id=\"dialog__description371217e3-371c-410c-bd05-a889590135b4\"> Cryptocurrency services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC, and may not be available in all states. When you buy or sell cryptocurrency, a difference between the current market price and the price you buy or sell that asset for is called a spread. However, unlike most other exchanges, Current does not charge an additional trading fee. Cryptocurrency transactions are a form of i..."
},
{
"index": 76,
"heading": "H3: Company",
"text": "Faster Direct Deposit Faster access to funds is based on comparison of traditional banking policies and deposit of paper checks from employers and government agencies versus deposits made electronically. Delays by the employer, payer, or their banks may result in delayed access to funds beyond our control.",
"words": 47,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p> <strong>Faster Direct Deposit</strong> Faster access to funds is based on comparison of traditional banking policies and deposit of paper checks from employers and government agencies versus deposits made electronically. Delays by the employer, payer, or their banks may result in delayed access to funds beyond our control. </p>"
},
{
"index": 78,
"heading": "H3: Company",
"text": "Paycheck Advance Paycheck Advance is offered by Finco Advance LLC, a financial technology company, not a bank and is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC. For more information, please...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p> <strong>Paycheck Advance</strong> Paycheck Advance is offered by Finco Advance LLC, a financial technology company, not a bank and is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC. For more information, please refer to <a href=\"/docs/paycheck_advance_terms/\">Paycheck..."
},
{
"index": 84,
"heading": "H3: Company",
"text": "Crypto Cryptocurrency services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC, and may not be available in all states. When you buy or sell cryptocurrency, a difference between the current market price and the price you buy or sell that asset for is called a spread. However, unlike most other exchanges, Current does not charge an additional trading fee. Cryptocurrency transactions are a form of...",
"words": 227,
"hasEvidence": false,
"reasons": [
"Too long for a citation-ready passage (227 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p> <strong>Crypto</strong> Cryptocurrency services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC, and may not be available in all states. When you buy or sell cryptocurrency, a difference between the current market price and the price you buy or sell that asset for is called a spread. However, unlike most other exchanges, Current does not charge an additional trading fee. Cryptocurrency transactions are a form of investment, and all investments are subject to investment r..."
}
],
"citableParagraphs": [
{
"index": 42,
"heading": "H3: Fee-free Overdraft Disclosures",
"text": "Actual overdraft amount may vary and is subject to change at any time, at Current’s sole discretion. In order to qualify and enroll in the Fee-Free Overdraft feature, you must receive a minimum of $200 or more in Eligible Direct Deposits into your Current Account over the preceding 35-day period and fulfill other requirements subject to Current’s discretion. Negative balances must be repaid within 60 days of the f...",
"words": 93,
"hasEvidence": true,
"reasons": [],
"html": "<p class=\"dialog__copy\" id=\"dialog__description9ed2a92f-9241-4097-ade7-88dafeed1cdd\"> Actual overdraft amount may vary and is subject to change at any time, at Current’s sole discretion. In order to qualify and enroll in the Fee-Free Overdraft feature, you must receive a minimum of $200 or more in Eligible Direct Deposits into your Current Account over the preceding 35-day period and fulfill other requirements subject to Current’s discretion. Negative balances must be repai..."
},
{
"index": 48,
"heading": "H3: Fee-free Overdraft Disclosures",
"text": "Actual overdraft amount may vary and is subject to change at any time, at Current’s sole discretion. In order to qualify and enroll in the Fee-Free Overdraft feature, you must receive a minimum of $200 or more in Eligible Direct Deposits into your Current Account over the preceding 35-day period and fulfill other requirements subject to Current’s discretion. Negative balances must be repaid within 60 days of the f...",
"words": 93,
"hasEvidence": true,
"reasons": [],
"html": "<p class=\"dialog__copy\" id=\"dialog__descriptionbb2a8431-f577-490c-ab8b-55dd380438c2\"> Actual overdraft amount may vary and is subject to change at any time, at Current’s sole discretion. In order to qualify and enroll in the Fee-Free Overdraft feature, you must receive a minimum of $200 or more in Eligible Direct Deposits into your Current Account over the preceding 35-day period and fulfill other requirements subject to Current’s discretion. Negative balances must be repai..."
},
{
"index": 60,
"heading": "H3: Savings Pods Disclosures",
"text": "Boost Bonuses are credited to your Savings Pods within 48 hours of enabling the Boost feature and on a daily basis thereafter, provided that the Savings Pod has accrued a Boost Bonus of at least $0.01. No minimum balance required. The Boost rate on Savings Pods is variable and may change at any time. The disclosed rate is effective as of August 1, 2023. Must have $0.01 in Savings Pods to earn a Boost rate of eithe...",
"words": 143,
"hasEvidence": true,
"reasons": [],
"html": "<p class=\"dialog__copy\" id=\"dialog__descriptionbfdbcb8d-5394-4522-9159-43ce5ed0ab49\"> Boost Bonuses are credited to your Savings Pods within 48 hours of enabling the Boost feature and on a daily basis thereafter, provided that the Savings Pod has accrued a Boost Bonus of at least $0.01. No minimum balance required. The Boost rate on Savings Pods is variable and may change at any time. The disclosed rate is effective as of August 1, 2023. Must have $0.01 in Savings Pods to earn a Boo..."
},
{
"index": 74,
"heading": "H3: Company",
"text": "Current is a financial technology company, not an FDIC-insured bank. FDIC insurance up to $250,000 only covers the failure of an FDIC-insured bank. Certain conditions must be satisfied for pass-through deposit insurance coverage to apply. Banking services provided by Choice Financial Group, Member FDIC, and/or Cross River Bank, Member FDIC. The Current Visa® Debit Card, which may be issued by Choice Financial Grou...",
"words": 126,
"hasEvidence": true,
"reasons": [],
"html": "<p> Current is a financial technology company, not an FDIC-insured bank. FDIC insurance up to $250,000 only covers the failure of an FDIC-insured bank. Certain conditions must be satisfied for pass-through deposit insurance coverage to apply. Banking services provided by Choice Financial Group, Member FDIC, and/or Cross River Bank, Member FDIC. The Current Visa® Debit Card, which may be issued by Choice Financial Group and/or Cross River Bank, and the Current Visa® secured char..."
},
{
"index": 75,
"heading": "H3: Company",
"text": "FDIC Insurance Current is a financial technology company, not an FDIC-insured bank. FDIC insurance only covers the failure of an FDIC-insured bank. FDIC insurance up to $250,000 is available on customer funds through pass-through insurance at Choice Financial Group, Member FDIC, and/or Cross River Bank, Member FDIC where we have a direct relationship for the placement of deposits and into which customer funds are...",
"words": 117,
"hasEvidence": true,
"reasons": [],
"html": "<p> <strong>FDIC Insurance</strong> Current is a financial technology company, not an FDIC-insured bank. FDIC insurance only covers the failure of an FDIC-insured bank. FDIC insurance up to $250,000 is available on customer funds through pass-through insurance at Choice Financial Group, Member FDIC, and/or Cross River Bank, Member FDIC where we have a direct relationship for the placement of deposits and into which customer funds are deposited, but only if certain conditions have been me..."
}
],
"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
30 image(s) are missing width/height attributes. 152 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",
"visibleWords": 4855,
"htmlBytes": 166244,
"imagesMissingDimensions": [
{
"src": "/images/home-mobile-1.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"h-auto\" src=\"/images/home-mobile-1.webp\" alt=\"Illustration of hand pointing at crypto coins\" data-astro-cid-7g2dabvn>"
},
{
"src": "/images/home-mobile-2.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"h-auto\" src=\"/images/home-mobile-2.webp\" alt=\"Illustration of hand pointing at crypto coins\" data-astro-cid-7g2dabvn>"
},
{
"src": "/images/home-mobile-3.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"h-auto\" src=\"/images/home-mobile-3.webp\" alt=\"Illustration of hand pointing at crypto coins\" data-astro-cid-7g2dabvn>"
},
{
"src": "/images/home-mobile-4.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"h-auto\" src=\"/images/home-mobile-4.webp\" alt=\"Illustration of hand pointing at crypto coins\" data-astro-cid-7g2dabvn>"
},
{
"src": "/images/home-mobile-5.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"h-auto\" src=\"/images/home-mobile-5.webp\" alt=\"Illustration of hand pointing at crypto coins\" data-astro-cid-7g2dabvn>"
},
{
"src": "/images/hero-1.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"h-auto\" src=\"/images/hero-1.webp\" alt=\"Illustration of hand pointing at crypto coins\" data-astro-cid-7g2dabvn>"
},
{
"src": "/images/hero-2.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"h-auto\" src=\"/images/hero-2.webp\" alt=\"Illustration of hand pointing at crypto coins\" data-astro-cid-7g2dabvn>"
},
{
"src": "/images/hero-3.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"h-auto\" src=\"/images/hero-3.webp\" alt=\"Illustration of hand pointing at crypto coins\" data-astro-cid-7g2dabvn>"
},
{
"src": "/images/hero-4.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"h-auto\" src=\"/images/hero-4.webp\" alt=\"Illustration of hand pointing at crypto coins\" data-astro-cid-7g2dabvn>"
},
{
"src": "/images/hero-5.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"h-auto\" src=\"/images/hero-5.webp\" alt=\"Illustration of hand pointing at crypto coins\" data-astro-cid-7g2dabvn>"
},
{
"src": "/images/home-paycheck-1.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/home-paycheck-1.webp\" alt>"
},
{
"src": "/images/home-paycheck-2.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/home-paycheck-2.webp\" alt>"
},
{
"src": "/images/home-paycheck-3.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/home-paycheck-3.webp\" alt>"
},
{
"src": "/images/home-paycheck-1.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/home-paycheck-1.webp\" alt>"
},
{
"src": "/images/home-paycheck-2.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/home-paycheck-2.webp\" alt>"
},
{
"src": "/images/home-paycheck-3.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/home-paycheck-3.webp\" alt>"
},
{
"src": "/images/home-credit-building-1.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/home-credit-building-1.webp\" alt>"
},
{
"src": "/images/home-savings.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/home-savings.webp\" alt>"
},
{
"src": "/images/build-savings-pods-1.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/build-savings-pods-1.webp\" data-fade-svg alt class=\"hidden md:block\">"
},
{
"src": "/images/build-savings-pods-2.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/build-savings-pods-2.webp\" data-fade-svg alt class=\"hidden md:block\">"
},
{
"src": "/images/build-savings-pods-overlap.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/build-savings-pods-overlap.webp\" data-fade-svg alt class=\"block md:hidden\">"
},
{
"src": "/images/home-crypto.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img data-speed=\".95\" src=\"/images/home-crypto.webp\" alt=\"Hand holding phone with Current app open\">"
},
{
"src": "/images/home-teen.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/home-teen.webp\" alt>"
},
{
"src": "/images/home-instant-notifications.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/home-instant-notifications.svg\" alt>"
},
{
"src": "/images/home-card-control.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/home-card-control.svg\" alt>"
},
{
"src": "/images/home-industry-leading-security.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/home-industry-leading-security.svg\" alt>"
},
{
"src": "/images/qr-code.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/qr-code.png\" alt=\"QR code\" class=\"dialog-download__qr-img\" data-astro-cid-654cxawk>"
},
{
"src": "/images/app-store-badge.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/app-store-badge.png\" alt=\"Download on the App Store\" class=\"dialog-download__app-store-img\" data-astro-cid-654cxawk>"
},
{
"src": "/images/google-play-badge.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/images/google-play-badge.png\" alt=\"Get it on Google Play\" class=\"dialog-download__app-store-img\" data-astro-cid-654cxawk>"
},
{
"src": "/svgs/logo-icon-black.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/svgs/logo-icon-black.svg\" alt=\"current logo\">"
}
],
"possibleDialogs": [
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title00a87b81-f2bf-442e-b16f-23d27fbd28a4\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close4dda39dc-a58a-44bd-93e8-3ffdc31fa7db\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title00a87b81-f2bf-442e-b16f-23d27fbd28a4\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close4dda39dc-a58a-44bd-93e8-3ffdc31fa7db\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title00a87b81-f2bf-442e-b16f-23d27fbd28a4\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close4dda39dc-a58a-44bd-93e8-3ffdc31fa7db\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__descriptionaeaab761-68a8-4f00-806f-ec2c3c9bbff2\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title3ba9b839-5af2-48ad-bdff-9ae5899622fb\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close0092cb7e-85db-4d97-a684-defe5f96dcb0\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title3ba9b839-5af2-48ad-bdff-9ae5899622fb\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close0092cb7e-85db-4d97-a684-defe5f96dcb0\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title3ba9b839-5af2-48ad-bdff-9ae5899622fb\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close0092cb7e-85db-4d97-a684-defe5f96dcb0\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__descriptionab87dbaa-5988-492d-919e-5abd40184631\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title6277b900-5df5-4d67-a963-f7d107d11bcc\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close7b501091-b736-412e-88d0-f2964fe7680b\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title6277b900-5df5-4d67-a963-f7d107d11bcc\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close7b501091-b736-412e-88d0-f2964fe7680b\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title6277b900-5df5-4d67-a963-f7d107d11bcc\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close7b501091-b736-412e-88d0-f2964fe7680b\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description270df223-f52d-425e-bcdd-00c590ef44f8\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title6b415d14-3d96-42a4-bc37-6c2cf682e6d6\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close73617875-35a9-4bee-8157-5307806c053a\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title6b415d14-3d96-42a4-bc37-6c2cf682e6d6\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close73617875-35a9-4bee-8157-5307806c053a\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title6b415d14-3d96-42a4-bc37-6c2cf682e6d6\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close73617875-35a9-4bee-8157-5307806c053a\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__descriptiondecdc1f8-c885-4939-a554-423817204b0f\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title6170f7fb-d6e7-4127-bf30-8e1d45784721\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close55451fe0-c45b-45d8-a60f-ff7df135b731\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title6170f7fb-d6e7-4127-bf30-8e1d45784721\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close55451fe0-c45b-45d8-a60f-ff7df135b731\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title6170f7fb-d6e7-4127-bf30-8e1d45784721\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close55451fe0-c45b-45d8-a60f-ff7df135b731\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description1daacd5c-bb0d-47a3-94ef-7a74b61d07b0\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title5fb92103-3da2-4ae2-b6c4-f87e71807344\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close5caa8ff2-123c-440d-889e-7acacb2f90ea\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title5fb92103-3da2-4ae2-b6c4-f87e71807344\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close5caa8ff2-123c-440d-889e-7acacb2f90ea\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title5fb92103-3da2-4ae2-b6c4-f87e71807344\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close5caa8ff2-123c-440d-889e-7acacb2f90ea\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description3b3aef01-178b-4705-a31f-359d7683ec46\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title446c22b9-9c84-426a-bae8-e025a64d1c24\"> Build Card Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closea7e34d43-4f40-4c7a-b155-22d0ede5afcd\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-wid...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title446c22b9-9c84-426a-bae8-e025a64d1c24\"> Build Card Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closea7e34d43-4f40-4c7a-b155-22d0ede5afcd\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\"...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title446c22b9-9c84-426a-bae8-e025a64d1c24\"> Build Card Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__closea7e34d43-4f40-4c7a-b155-22d0ede5afcd\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description60426d59-f7ab-4ff8-bbee-01a15ba9e225\"> </p>",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title1682ae50-4c47-4bf8-86b5-a450512c0205\"> Build Card Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closec0c20906-375d-4f36-97a8-d4d420f1fd9e\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-wid...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title1682ae50-4c47-4bf8-86b5-a450512c0205\"> Build Card Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closec0c20906-375d-4f36-97a8-d4d420f1fd9e\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\"...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title1682ae50-4c47-4bf8-86b5-a450512c0205\"> Build Card Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__closec0c20906-375d-4f36-97a8-d4d420f1fd9e\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__descriptiond5b21994-9603-48ee-9ee9-3812692154a3\"> </p>",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleb46e0e4a-549c-4d1f-9059-d16e17f5a249\"> Build Card Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closeb7ca04b6-0bb8-47e2-a019-e8b5de4c6fc5\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-wid...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleb46e0e4a-549c-4d1f-9059-d16e17f5a249\"> Build Card Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closeb7ca04b6-0bb8-47e2-a019-e8b5de4c6fc5\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\"...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleb46e0e4a-549c-4d1f-9059-d16e17f5a249\"> Build Card Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__closeb7ca04b6-0bb8-47e2-a019-e8b5de4c6fc5\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description8b450917-a9a0-4ea6-a15f-f17bd0cdd49a\"> </p>",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlea6392199-4900-4e06-91e5-8efeb97908c3\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close1442d2f7-8dc3-4877-8d76-3a411912da36\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlea6392199-4900-4e06-91e5-8efeb97908c3\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close1442d2f7-8dc3-4877-8d76-3a411912da36\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlea6392199-4900-4e06-91e5-8efeb97908c3\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close1442d2f7-8dc3-4877-8d76-3a411912da36\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description4fd2c9d8-4ff9-4e49-ac21-9617978a2088\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlede24a87d-931d-4e9d-8d33-d7eb3ce421ec\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closeb16b557e-8d77-45ad-8cd5-d7bf0b2b19b5\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlede24a87d-931d-4e9d-8d33-d7eb3ce421ec\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closeb16b557e-8d77-45ad-8cd5-d7bf0b2b19b5\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlede24a87d-931d-4e9d-8d33-d7eb3ce421ec\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__closeb16b557e-8d77-45ad-8cd5-d7bf0b2b19b5\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description7251557c-7eed-4539-b242-ff64c98c62d7\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleb1321d54-83a1-4cb9-957c-e82c10d38661\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closeca66a7f1-0b79-45b2-be44-7a655b2e47ab\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleb1321d54-83a1-4cb9-957c-e82c10d38661\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closeca66a7f1-0b79-45b2-be44-7a655b2e47ab\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleb1321d54-83a1-4cb9-957c-e82c10d38661\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__closeca66a7f1-0b79-45b2-be44-7a655b2e47ab\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__descriptiond4d7a87b-f516-49e8-8c6e-b020a9b489fb\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title4bffb796-8acd-41fc-80d1-b16e1dcdd601\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close71e65ccb-e982-4901-9ff9-14a30f18eb91\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title4bffb796-8acd-41fc-80d1-b16e1dcdd601\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close71e65ccb-e982-4901-9ff9-14a30f18eb91\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title4bffb796-8acd-41fc-80d1-b16e1dcdd601\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close71e65ccb-e982-4901-9ff9-14a30f18eb91\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description96fe0128-32f9-474d-80ad-c828121fa99d\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title222ee2c9-fad4-4535-8296-ac85b4c0020c\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close3556d23e-fa0d-4cd2-9f5e-d48c0a0ba144\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title222ee2c9-fad4-4535-8296-ac85b4c0020c\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close3556d23e-fa0d-4cd2-9f5e-d48c0a0ba144\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title222ee2c9-fad4-4535-8296-ac85b4c0020c\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close3556d23e-fa0d-4cd2-9f5e-d48c0a0ba144\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description76d980e8-b1ab-4853-8a8f-dc154984dbfe\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title28179991-b024-4f7f-a3e2-7d5f2e3d570e\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closea9b6b756-74ea-4069-bb81-09421d16e73c\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title28179991-b024-4f7f-a3e2-7d5f2e3d570e\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closea9b6b756-74ea-4069-bb81-09421d16e73c\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title28179991-b024-4f7f-a3e2-7d5f2e3d570e\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__closea9b6b756-74ea-4069-bb81-09421d16e73c\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description6b0c74d1-eece-40df-8971-bfe7452f8915\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title1cd4e341-6d1b-4e4b-a126-f8a09e3ab9c8\"> Build Card Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close7fd067ca-b3b0-4df5-9d8f-fc43c9bc1a13\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-wid...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title1cd4e341-6d1b-4e4b-a126-f8a09e3ab9c8\"> Build Card Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close7fd067ca-b3b0-4df5-9d8f-fc43c9bc1a13\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\"...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title1cd4e341-6d1b-4e4b-a126-f8a09e3ab9c8\"> Build Card Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close7fd067ca-b3b0-4df5-9d8f-fc43c9bc1a13\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description39061815-fa93-4ba0-a961-33d5df414873\"> </p>",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleebac9bfd-b66d-4ca9-9828-43a79e233361\"> Build Card Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close5bac9aad-4bab-41a5-b7ad-121223b72ab2\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-wid...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleebac9bfd-b66d-4ca9-9828-43a79e233361\"> Build Card Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close5bac9aad-4bab-41a5-b7ad-121223b72ab2\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\"...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleebac9bfd-b66d-4ca9-9828-43a79e233361\"> Build Card Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close5bac9aad-4bab-41a5-b7ad-121223b72ab2\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description3fefed39-814e-480a-95f4-41ef92b5b701\"> </p>",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlefef8694f-eb26-41dd-aed8-3d284ca634fb\"> Build Card Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close6ef4ff42-ab45-44e9-8b4a-e058dc40b995\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-wid...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlefef8694f-eb26-41dd-aed8-3d284ca634fb\"> Build Card Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close6ef4ff42-ab45-44e9-8b4a-e058dc40b995\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\"...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlefef8694f-eb26-41dd-aed8-3d284ca634fb\"> Build Card Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close6ef4ff42-ab45-44e9-8b4a-e058dc40b995\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description545608cf-d1ac-4be9-8df3-8a7284c01c0f\"> </p>",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title72f59821-4bd1-408d-b375-67a8ce3b8ce6\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closee750f9bd-1134-47d4-aa73-6db55f59335a\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title72f59821-4bd1-408d-b375-67a8ce3b8ce6\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closee750f9bd-1134-47d4-aa73-6db55f59335a\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title72f59821-4bd1-408d-b375-67a8ce3b8ce6\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__closee750f9bd-1134-47d4-aa73-6db55f59335a\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__descriptiona66f0853-b762-4ba9-a4cd-25295f8576bd\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlec7a48784-bb5b-42e8-b722-30451cdfe9c5\"> Fee-free Overdraft Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closea24f0c21-198e-43fa-bb6b-3b9c921fdfa4\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" st...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlec7a48784-bb5b-42e8-b722-30451cdfe9c5\"> Fee-free Overdraft Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closea24f0c21-198e-43fa-bb6b-3b9c921fdfa4\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlec7a48784-bb5b-42e8-b722-30451cdfe9c5\"> Fee-free Overdraft Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__closea24f0c21-198e-43fa-bb6b-3b9c921fdfa4\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description9ed2a92f-9241-4097-ade7-88dafeed1cdd\"> Actual overdraft amount may vary and is subject to change at any time, at Current’s sole discretion. In order to qualify and enroll in the Fee-Free Overdraft feature, you must receive a minimum of $200 or more in Eligible Direct Deposits into your Current Account over the preceding 35-day period and fulfill other requirements subject to Current’s discretion. Negative balances must be repai...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title6785812f-5d8c-495d-8114-2d08307569ba\"> Faster Direct Deposit Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closed846ed09-d015-4987-8001-07a2e7a4af5c\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\"...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title6785812f-5d8c-495d-8114-2d08307569ba\"> Faster Direct Deposit Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closed846ed09-d015-4987-8001-07a2e7a4af5c\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" strok...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title6785812f-5d8c-495d-8114-2d08307569ba\"> Faster Direct Deposit Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__closed846ed09-d015-4987-8001-07a2e7a4af5c\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description58dfae41-936b-417d-b232-73993f6cffbf\"> Faster access to funds is based on comparison of traditional banking policies and deposit of paper checks from employers and government agencies versus deposits made electronically. Direct deposit and earlier availability of funds is subject to timing of payer's submission of deposits. </p>",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title5c758253-d9bb-4923-a1d5-c9b2d213f3a7\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close4bebe212-913b-420b-86b2-5f5c7d4519c3\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stro...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title5c758253-d9bb-4923-a1d5-c9b2d213f3a7\"> Paycheck Advance Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close4bebe212-913b-420b-86b2-5f5c7d4519c3\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title5c758253-d9bb-4923-a1d5-c9b2d213f3a7\"> Paycheck Advance Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close4bebe212-913b-420b-86b2-5f5c7d4519c3\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description391b77e4-d655-4bf5-ac54-27db37444a0e\"> Paycheck Advance is for eligible customers only. Your actual available Paycheck Advance amount will be displayed to you in the mobile app and may change from time to time. Conditions and eligibility may vary and are subject to change at any time, at the sole discretion of Finco Advance LLC, which offers this optional feature. Finco Advance LLC is a financial technology company, not a bank. For more informati...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title95c518d6-6341-449c-a3c7-150d692fe2f0\"> Fee-free Overdraft Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close69294ad7-877f-4e54-af60-ff5b645b4fff\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" st...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title95c518d6-6341-449c-a3c7-150d692fe2f0\"> Fee-free Overdraft Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close69294ad7-877f-4e54-af60-ff5b645b4fff\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title95c518d6-6341-449c-a3c7-150d692fe2f0\"> Fee-free Overdraft Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close69294ad7-877f-4e54-af60-ff5b645b4fff\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__descriptionbb2a8431-f577-490c-ab8b-55dd380438c2\"> Actual overdraft amount may vary and is subject to change at any time, at Current’s sole discretion. In order to qualify and enroll in the Fee-Free Overdraft feature, you must receive a minimum of $200 or more in Eligible Direct Deposits into your Current Account over the preceding 35-day period and fulfill other requirements subject to Current’s discretion. Negative balances must be repai...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title29d562bd-fded-4485-86a7-f72ad1388738\"> Faster Direct Deposit Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close2931ca52-9e5f-4a96-b1ea-dda93d26eafb\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\"...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title29d562bd-fded-4485-86a7-f72ad1388738\"> Faster Direct Deposit Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close2931ca52-9e5f-4a96-b1ea-dda93d26eafb\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" strok...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title29d562bd-fded-4485-86a7-f72ad1388738\"> Faster Direct Deposit Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close2931ca52-9e5f-4a96-b1ea-dda93d26eafb\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description9105e783-6ecb-4d4b-84ba-13965b8b1e26\"> Faster access to funds is based on comparison of traditional banking policies and deposit of paper checks from employers and government agencies versus deposits made electronically. Delays by the employer, payer, or their banks may result in delayed access to funds beyond our control. </p>",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title8049d52f-6715-4d0d-8506-06c9a5c997f8\"> Credit Building Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closea4238e6c-682b-4c45-813c-93e0c4d45709\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" strok...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title8049d52f-6715-4d0d-8506-06c9a5c997f8\"> Credit Building Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__closea4238e6c-682b-4c45-813c-93e0c4d45709\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#29...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title8049d52f-6715-4d0d-8506-06c9a5c997f8\"> Credit Building Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__closea4238e6c-682b-4c45-813c-93e0c4d45709\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description4c87dbfe-b50c-41b2-ae18-277ccac6df9e\"> Based on Build Card users, as of December 2024, who opted in to Credit Score Insights and have remained active for at least six months. Scores are calculated based on the TransUnion® VantageScore® 3.0 model, which is one of many credit scoring models and may not be the same model your lender uses. Credit scores depend on various factors, including your payment history, delinquencies, credit utiliza...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title32022050-512b-444c-b4ab-aad5f6f9f397\"> Savings Pods Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close274f3218-88a2-42f8-afc5-e7ba27c3361b\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-w...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title32022050-512b-444c-b4ab-aad5f6f9f397\"> Savings Pods Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close274f3218-88a2-42f8-afc5-e7ba27c3361b\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B2...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title32022050-512b-444c-b4ab-aad5f6f9f397\"> Savings Pods Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close274f3218-88a2-42f8-afc5-e7ba27c3361b\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__descriptionbfdbcb8d-5394-4522-9159-43ce5ed0ab49\"> Boost Bonuses are credited to your Savings Pods within 48 hours of enabling the Boost feature and on a daily basis thereafter, provided that the Savings Pod has accrued a Boost Bonus of at least $0.01. No minimum balance required. The Boost rate on Savings Pods is variable and may change at any time. The disclosed rate is effective as of August 1, 2023. Must have $0.01 in Savings Pods to earn a Boo...",
"<dialog class=\"dialog\" aria-labelledby=\"dialog_title\" aria-describedby=\"dialog_description\"> <div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlec22abd76-ccca-4660-b144-6432ae2388e8\"> Crypto Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close993b877f-7c09-4c9d-92fa-03128c3c2cc2\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"...",
"<div class=\"dialog__head\"> <h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlec22abd76-ccca-4660-b144-6432ae2388e8\"> Crypto Disclosures </h3> <button class=\"dialog__close\" id=\"dialog__close993b877f-7c09-4c9d-92fa-03128c3c2cc2\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" str...",
"<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlec22abd76-ccca-4660-b144-6432ae2388e8\"> Crypto Disclosures </h3>",
"<button class=\"dialog__close\" id=\"dialog__close993b877f-7c09-4c9d-92fa-03128c3c2cc2\" autofocus><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L7 17\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> <path d=\"M17 17L7 7\" stroke=\"#292B29\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/> </svg> </button>",
"<p class=\"dialog__copy\" id=\"dialog__description371217e3-371c-410c-bd05-a889590135b4\"> Cryptocurrency services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC, and may not be available in all states. When you buy or sell cryptocurrency, a difference between the current market price and the price you buy or sell that asset for is called a spread. However, unlike most other exchanges, Current does not charge an additional trading fee. Cryptocurrency transactions are a form of i...",
"<dialog class=\"dialog-form text-dark\" aria-labelledby=\"dialog-form_title\" aria-describedby=\"dialog-form_description\" data-astro-cid-4pro3y2a> <div class=\"dialog-form__head\" data-astro-cid-4pro3y2a> <h3 class=\"dialog-form__title text-h-sm-accent text-dark\" id=\"dialog-form_title\" data-astro-cid-4pro3y2a> You're almost in </h3> <p class=\"dialog-form__copy text-sm\" id=\"dialog-form_description\" data-astro-cid-4pro3y2a> Enter your phone number below and we'll send you a link to download t...",
"<div class=\"dialog-form__head\" data-astro-cid-4pro3y2a> <h3 class=\"dialog-form__title text-h-sm-accent text-dark\" id=\"dialog-form_title\" data-astro-cid-4pro3y2a> You're almost in </h3> <p class=\"dialog-form__copy text-sm\" id=\"dialog-form_description\" data-astro-cid-4pro3y2a> Enter your phone number below and we'll send you a link to download the app to set up your account. </p> </div>",
"<h3 class=\"dialog-form__title text-h-sm-accent text-dark\" id=\"dialog-form_title\" data-astro-cid-4pro3y2a> You're almost in </h3>",
"<p class=\"dialog-form__copy text-sm\" id=\"dialog-form_description\" data-astro-cid-4pro3y2a> Enter your phone number below and we'll send you a link to download the app to set up your account. </p>",
"<button class=\"dialog-form__close\" id=\"close_dialog-form\" data-astro-cid-4pro3y2a> <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" data-astro-cid-4pro3y2a=\"\"> <path d=\"M6.44138 7.99903L0 14.4131L1.52362 15.9303L7.965 9.5162L14.4764 16L16 14.4828L9.48863 7.99903L15.9981 1.51717L14.4744 0L7.965 6.48186L1.52557 0.0697002L0.00194407 1.58687L6.44138 7.99903Z\" fill=\"black\" data-astro-cid-4pro3y2a=\"\"/> </svg> </button>",
"<dialog class=\"dialog-download text-dark\" aria-labelledby=\"dialog-download_title\" aria-describedby=\"dialog-download_description\" data-astro-cid-654cxawk> <div class=\"dialog-download__body\" data-astro-cid-654cxawk> <div class=\"dialog-download__head\" data-astro-cid-654cxawk> <h3 class=\"dialog-download__title text-h-sm text-dark\" id=\"dialog-download_title\" data-astro-cid-654cxawk> Download the app </h3> <p class=\"dialog-download__copy hidden sm:block text-sm\" id=\"dialog-download_description\" dat...",
"<div class=\"dialog-download__body\" data-astro-cid-654cxawk> <div class=\"dialog-download__head\" data-astro-cid-654cxawk> <h3 class=\"dialog-download__title text-h-sm text-dark\" id=\"dialog-download_title\" data-astro-cid-654cxawk> Download the app </h3> <p class=\"dialog-download__copy hidden sm:block text-sm\" id=\"dialog-download_description\" data-astro-cid-654cxawk> Welcome to the future of banking! You're almost done. just scan the QR code to download the Current app and finish setting up y...",
"<div class=\"dialog-download__head\" data-astro-cid-654cxawk> <h3 class=\"dialog-download__title text-h-sm text-dark\" id=\"dialog-download_title\" data-astro-cid-654cxawk> Download the app </h3> <p class=\"dialog-download__copy hidden sm:block text-sm\" id=\"dialog-download_description\" data-astro-cid-654cxawk> Welcome to the future of banking! You're almost done. just scan the QR code to download the Current app and finish setting up your account. </p> <p class=\"dialog-download__copy sm:hidden...",
"<h3 class=\"dialog-download__title text-h-sm text-dark\" id=\"dialog-download_title\" data-astro-cid-654cxawk> Download the app </h3>",
"<p class=\"dialog-download__copy hidden sm:block text-sm\" id=\"dialog-download_description\" data-astro-cid-654cxawk> Welcome to the future of banking! You're almost done. just scan the QR code to download the Current app and finish setting up your account. </p>",
"<p class=\"dialog-download__copy sm:hidden text-sm\" id=\"dialog-download_description\" data-astro-cid-654cxawk> Welcome to the future of banking! You're almost done, just download the Current app for your device and complete your account set up. </p>",
"<div class=\"dialog-download__qr hidden sm:block\" data-astro-cid-654cxawk> <img src=\"/images/qr-code.png\" alt=\"QR code\" class=\"dialog-download__qr-img\" data-astro-cid-654cxawk> </div>",
"<img src=\"/images/qr-code.png\" alt=\"QR code\" class=\"dialog-download__qr-img\" data-astro-cid-654cxawk>",
"<div class=\"dialog-download__app-store flex gap-2 sm:hidden\" data-astro-cid-654cxawk> <a href=\"https://apps.apple.com/us/app/current-bank-for-modern-life/id1077366211\" target=\"_blank\" data-astro-cid-654cxawk> <img src=\"/images/app-store-badge.png\" alt=\"Download on the App Store\" class=\"dialog-download__app-store-img\" data-astro-cid-654cxawk> </a> <a href=\"https://play.google.com/store/apps/details?id=com.current.app\" target=\"_blank\" data-astro-cid-654cxawk> <img src=\"/images/google-play-badge...",
"<img src=\"/images/app-store-badge.png\" alt=\"Download on the App Store\" class=\"dialog-download__app-store-img\" data-astro-cid-654cxawk>",
"<img src=\"/images/google-play-badge.png\" alt=\"Get it on Google Play\" class=\"dialog-download__app-store-img\" data-astro-cid-654cxawk>",
"<button class=\"dialog-download__close\" id=\"close_dialog-download\" data-astro-cid-654cxawk> <svg width=\"1em\" height=\"1em\" data-astro-cid-654cxawk=\"true\" data-icon=\"x-close-icon\"> <symbol id=\"ai:local:x-close-icon\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M6.441 7.999 0 14.413l1.524 1.517 6.441-6.414L14.476 16 16 14.483 9.489 7.999l6.51-6.482L14.473 0 7.965 6.482 1.525.07.003 1.587z\"/></symbol><use href=\"#ai:local:x-close-icon\"/> </svg> </button>"
],
"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
32 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": 50,
"passing": 18,
"failing": [
{
"heading": "Build Card Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title446c22b9-9c84-426a-bae8-e025a64d1c24\"> Build Card Disclosures </h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description60426d59-f7ab-4ff8-bbee-01a15ba9e225\"> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Build Card Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title1682ae50-4c47-4bf8-86b5-a450512c0205\"> Build Card Disclosures </h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__descriptiond5b21994-9603-48ee-9ee9-3812692154a3\"> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Build Card Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleb46e0e4a-549c-4d1f-9059-d16e17f5a249\"> Build Card Disclosures </h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description8b450917-a9a0-4ea6-a15f-f17bd0cdd49a\"> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Build Card Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title1cd4e341-6d1b-4e4b-a126-f8a09e3ab9c8\"> Build Card Disclosures </h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description39061815-fa93-4ba0-a961-33d5df414873\"> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Build Card Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titleebac9bfd-b66d-4ca9-9828-43a79e233361\"> Build Card Disclosures </h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description3fefed39-814e-480a-95f4-41ef92b5b701\"> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Build Card Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlefef8694f-eb26-41dd-aed8-3d284ca634fb\"> Build Card Disclosures </h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description545608cf-d1ac-4be9-8df3-8a7284c01c0f\"> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Power up your paycheck when you switch to Current",
"headingHtml": "<h2 class=\"illo-grid__lead text-h-sm-new mb-16 md:mb-20 col-start-2 col-span-10\"> Power up your paycheck<br> when you switch to Current </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Advance up to $750",
"headingHtml": "<h3 class=\"text-h-xs-accent-new flex items-end mb-0\">Advance up to $750</h3>",
"firstParagraph": "It’s your paycheck – get access to more of it, when you need it most. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> It’s your paycheck – get access to more of it, when you need it most. <button class=\"disclosure__open\" id=\"disclosure__opend5786fb6-0a51-4ec0-b658-57f08b365fc7\" aria-label=\"Paycheck Advance Disclosures\"> ⓘ </button> </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Fee-free Overdraft",
"headingHtml": "<h3 class=\"text-h-xs-accent-new\">Fee-free Overdraft</h3>",
"firstParagraph": "Breeze from payday to payday with access to fee-free overdraft. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> Breeze from payday to payday with access to fee-free overdraft. <button class=\"disclosure__open\" id=\"disclosure__open9f1c8d7f-6058-42a0-9ea7-8132327341a9\" aria-label=\"Fee-free Overdraft Disclosures\"> ⓘ </button> </p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Payday up to 2 days early",
"headingHtml": "<h3 class=\"text-h-xs-accent-new\">Payday up to 2 days early</h3>",
"firstParagraph": "Direct deposits are released as soon as your employer sends them. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> Direct deposits are released as soon as your employer sends them. <button class=\"disclosure__open\" id=\"disclosure__open7e17e15a-05de-44c7-939e-eb2603ceeeb0\" aria-label=\"Faster Direct Deposit Disclosures\"> ⓘ </button> </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Advance up to $750",
"headingHtml": "<h3 class=\"text-h-xs-accent-new flex items-end mb-0\">Advance up to $750</h3>",
"firstParagraph": "It’s your paycheck – get access to more of it, when you need it most. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> It’s your paycheck – get access to more of it, when you need it most. <button class=\"disclosure__open\" id=\"disclosure__open4ec325e6-25cc-4935-82d7-55ac8dafe9ee\" aria-label=\"Paycheck Advance Disclosures\"> ⓘ </button> </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Fee-free Overdraft",
"headingHtml": "<h3 class=\"text-h-xs-accent-new\">Fee-free Overdraft</h3>",
"firstParagraph": "Breeze from payday to payday with access to fee-free overdraft. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> Breeze from payday to payday with access to fee-free overdraft. <button class=\"disclosure__open\" id=\"disclosure__open41d976d9-9ab6-4cf3-85a9-e5f8c3289ff0\" aria-label=\"Fee-free Overdraft Disclosures\"> ⓘ </button> </p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Payday up to 2 days early",
"headingHtml": "<h3 class=\"text-h-xs-accent-new\">Payday up to 2 days early</h3>",
"firstParagraph": "Direct deposits are released as soon as your employer sends them. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> Direct deposits are released as soon as your employer sends them. <button class=\"disclosure__open\" id=\"disclosure__opend723c259-28f9-47d5-bcb3-a3721f134c6f\" aria-label=\"Faster Direct Deposit Disclosures\"> ⓘ </button> </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Boost your credit score by over 80 points after just six months.",
"headingHtml": "<h2 class=\"text-h-md-new\">Boost your credit score by over 80 points after just six months.</h2>",
"firstParagraph": "Plus, get 1% cash back on eligible purchases. ⓘ",
"paragraphHtml": "<p class=\"text-sm-new\"> Plus, get 1% cash back on eligible purchases. <button class=\"disclosure__open\" id=\"disclosure__open5d12fdde-2feb-4df0-8faa-a5944a7b7e8a\" aria-label=\"Credit Building Disclosures\"> ⓘ </button> </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Credit Building Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title8049d52f-6715-4d0d-8506-06c9a5c997f8\"> Credit Building Disclosures </h3>",
"firstParagraph": "Based on Build Card users, as of December 2024, who opted in to Credit Score Insights and have remained active for at least six months. Scores are calculated based on the TransUnion® VantageScore® 3.0 model, which is one of many credit scoring models and may not be the same model your lender uses. Credit scores depe...",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description4c87dbfe-b50c-41b2-ae18-277ccac6df9e\"> Based on Build Card users, as of December 2024, who opted in to Credit Score Insights and have remained active for at least six months. Scores are calculated based on the TransUnion® VantageScore® 3.0 model, which is one of many credit scoring models and may not be the same model your lender uses. Credit scores depend on various factors, including your payment history, delinquencies, credit utiliza...",
"words": 225,
"direct": false,
"issue": "First paragraph is 225 words and does not look like a concise direct answer."
},
{
"heading": "Join over 6 million members",
"headingHtml": "<h2 class=\"text-h-md-new\"> Join over 6 million members </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Bank anywhere. 24/7 support.",
"headingHtml": "<h2 class=\"text-h-xl-new\"> <span class=\"font-normal\">Bank<br> anywhere.</span><br> 24/7<br> support. </h2>",
"firstParagraph": "24/7 fast and helpful support",
"paragraphHtml": "<p> 24/7 fast and helpful support </p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Earn up to 4.00%on your savings",
"headingHtml": "<h2 class=\"text-h-md-new\">Earn up to 4.00%<br>on your savings</h2>",
"firstParagraph": "Save automatically with Round-Ups, set your goals, and more. ⓘ",
"paragraphHtml": "<p> Save automatically with Round-Ups, set your goals, and more. <button class=\"disclosure__open\" id=\"disclosure__openb898fe06-12d6-4bbd-ac71-b5fa872dd354\" aria-label=\"Savings Pods Disclosures\"> ⓘ </button> </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Savings Pods Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__title32022050-512b-444c-b4ab-aad5f6f9f397\"> Savings Pods Disclosures </h3>",
"firstParagraph": "Boost Bonuses are credited to your Savings Pods within 48 hours of enabling the Boost feature and on a daily basis thereafter, provided that the Savings Pod has accrued a Boost Bonus of at least $0.01. No minimum balance required. The Boost rate on Savings Pods is variable and may change at any time. The disclosed r...",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__descriptionbfdbcb8d-5394-4522-9159-43ce5ed0ab49\"> Boost Bonuses are credited to your Savings Pods within 48 hours of enabling the Boost feature and on a daily basis thereafter, provided that the Savings Pod has accrued a Boost Bonus of at least $0.01. No minimum balance required. The Boost rate on Savings Pods is variable and may change at any time. The disclosed rate is effective as of August 1, 2023. Must have $0.01 in Savings Pods to earn a Boo...",
"words": 143,
"direct": false,
"issue": "First paragraph is 143 words and does not look like a concise direct answer."
},
{
"heading": "Trade cryptowithout fees",
"headingHtml": "<h2 class=\"text-h-md-new\">Trade crypto<br>without fees</h2>",
"firstParagraph": "Pick from dozens of coins, access money instantly, without any trading fees, all without switching apps. ⓘ",
"paragraphHtml": "<p> Pick from dozens of coins, access money instantly, without any trading fees, all without switching apps. <button class=\"disclosure__open\" id=\"disclosure__openc7f99648-ac21-447b-a225-24bb718c9665\" aria-label=\"Crypto Disclosures\"> ⓘ </button> </p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Crypto Disclosures",
"headingHtml": "<h3 class=\"dialog__title text-h-sm-accent text-dark\" id=\"dialog__titlec22abd76-ccca-4660-b144-6432ae2388e8\"> Crypto Disclosures </h3>",
"firstParagraph": "Cryptocurrency services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC, and may not be available in all states. When you buy or sell cryptocurrency, a difference between the current market price and the price you buy or sell that asset for is called a spread. However, unlike most other exchanges,...",
"paragraphHtml": "<p class=\"dialog__copy\" id=\"dialog__description371217e3-371c-410c-bd05-a889590135b4\"> Cryptocurrency services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC, and may not be available in all states. When you buy or sell cryptocurrency, a difference between the current market price and the price you buy or sell that asset for is called a spread. However, unlike most other exchanges, Current does not charge an additional trading fee. Cryptocurrency transactions are a form of i...",
"words": 240,
"direct": false,
"issue": "First paragraph is 240 words and does not look like a concise direct answer."
},
{
"heading": "Give teens their very own debit card",
"headingHtml": "<h2 class=\"text-h-md-new\">Give teens their very own debit card</h2>",
"firstParagraph": "Empower your kids with automatic allowances, instant transfers, and real-time spending alerts.",
"paragraphHtml": "<p>Empower your kids with automatic allowances, instant transfers, and real-time spending alerts.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Safe and secure.",
"headingHtml": "<h2 class=\"illo-grid__lead text-h-sm-new mb-10 md:mb-20 col-start-2 col-span-10\">Safe and secure.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Instant notifications",
"headingHtml": "<h3 class=\"text-h-xs-accent\">Instant notifications</h3>",
"firstParagraph": "Stay up-to-date with your account with helpful notifications",
"paragraphHtml": "<p class=\"text-sm-new\">Stay up-to-date with your account with helpful notifications</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Card control",
"headingHtml": "<h3 class=\"text-h-xs-accent\">Card control</h3>",
"firstParagraph": "Instantly block transactions, merchants, or pause your card.",
"paragraphHtml": "<p class=\"text-sm-new\"> Instantly block transactions,<br> merchants, or pause your card. </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Industry leading security",
"headingHtml": "<h3 class=\"text-h-xs-accent\">Industry leading security</h3>",
"firstParagraph": "Stay secure with Face ID, fingerprint lock, and passkeys.",
"paragraphHtml": "<p class=\"text-sm-new\">Stay secure with Face ID, fingerprint lock, and passkeys.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Power up your paycheck today",
"headingHtml": "<h2 data-astro-cid-xyemphs4>Power up your paycheck today</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Power up your paycheck today",
"headingHtml": "<h2 data-astro-cid-xyemphs4>Power up your paycheck today</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "You're almost in",
"headingHtml": "<h3 class=\"dialog-form__title text-h-sm-accent text-dark\" id=\"dialog-form_title\" data-astro-cid-4pro3y2a> You're almost in </h3>",
"firstParagraph": "Enter your phone number below and we'll send you a link to download the app to set up your account.",
"paragraphHtml": "<p class=\"dialog-form__copy text-sm\" id=\"dialog-form_description\" data-astro-cid-4pro3y2a> Enter your phone number below and we'll send you a link to download the app to set up your account. </p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Download the app",
"headingHtml": "<h3 class=\"dialog-download__title text-h-sm text-dark\" id=\"dialog-download_title\" data-astro-cid-654cxawk> Download the app </h3>",
"firstParagraph": "Welcome to the future of banking! You're almost done. just scan the QR code to download the Current app and finish setting up your account.",
"paragraphHtml": "<p class=\"dialog-download__copy hidden sm:block text-sm\" id=\"dialog-download_description\" data-astro-cid-654cxawk> Welcome to the future of banking! You're almost done. just scan the QR code to download the Current app and finish setting up your account. </p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Help",
"headingHtml": "<h3>Help</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Company",
"headingHtml": "<h3>Company</h3>",
"firstParagraph": "Copyright © 2016 - 2026 Current",
"paragraphHtml": "<p>Copyright © 2016 - 2026 Current</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
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": "Power up your paycheck when you switch to Current",
"html": "<h2 class=\"illo-grid__lead text-h-sm-new mb-16 md:mb-20 col-start-2 col-span-10\"> Power up your paycheck<br> when you switch to Current </h2>"
},
{
"text": "Boost your credit score by over 80 points after just six months.",
"html": "<h2 class=\"text-h-md-new\">Boost your credit score by over 80 points after just six months.</h2>"
},
{
"text": "Join over 6 million members",
"html": "<h2 class=\"text-h-md-new\"> Join over 6 million members </h2>"
},
{
"text": "Bank anywhere. 24/7 support.",
"html": "<h2 class=\"text-h-xl-new\"> <span class=\"font-normal\">Bank<br> anywhere.</span><br> 24/7<br> support. </h2>"
},
{
"text": "Earn up to 4.00%on your savings",
"html": "<h2 class=\"text-h-md-new\">Earn up to 4.00%<br>on your savings</h2>"
},
{
"text": "Trade cryptowithout fees",
"html": "<h2 class=\"text-h-md-new\">Trade crypto<br>without fees</h2>"
},
{
"text": "Give teens their very own debit card",
"html": "<h2 class=\"text-h-md-new\">Give teens their very own debit card</h2>"
},
{
"text": "Safe and secure.",
"html": "<h2 class=\"illo-grid__lead text-h-sm-new mb-10 md:mb-20 col-start-2 col-span-10\">Safe and secure.</h2>"
},
{
"text": "Power up your paycheck today",
"html": "<h2 data-astro-cid-xyemphs4>Power up your paycheck today</h2>"
},
{
"text": "Power up your paycheck today",
"html": "<h2 data-astro-cid-xyemphs4>Power up your paycheck today</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Current?",
"pattern": {}
},
{
"id": "how",
"label": "How does Current work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Current?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Current free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Current compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Current?",
"pattern": {}
},
{
"id": "how",
"label": "How does Current work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Current?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Current free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Current 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",
"length": 41587
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html",
"length": 41581
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html",
"length": 41573
}
]
},
"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": "Power up your paycheck when you switch to Current",
"html": "<h2 class=\"illo-grid__lead text-h-sm-new mb-16 md:mb-20 col-start-2 col-span-10\"> Power up your paycheck<br> when you switch to Current </h2>"
},
{
"text": "Boost your credit score by over 80 points after just six months.",
"html": "<h2 class=\"text-h-md-new\">Boost your credit score by over 80 points after just six months.</h2>"
},
{
"text": "Join over 6 million members",
"html": "<h2 class=\"text-h-md-new\"> Join over 6 million members </h2>"
},
{
"text": "Bank anywhere. 24/7 support.",
"html": "<h2 class=\"text-h-xl-new\"> <span class=\"font-normal\">Bank<br> anywhere.</span><br> 24/7<br> support. </h2>"
},
{
"text": "Earn up to 4.00%on your savings",
"html": "<h2 class=\"text-h-md-new\">Earn up to 4.00%<br>on your savings</h2>"
},
{
"text": "Trade cryptowithout fees",
"html": "<h2 class=\"text-h-md-new\">Trade crypto<br>without fees</h2>"
},
{
"text": "Give teens their very own debit card",
"html": "<h2 class=\"text-h-md-new\">Give teens their very own debit card</h2>"
},
{
"text": "Safe and secure.",
"html": "<h2 class=\"illo-grid__lead text-h-sm-new mb-10 md:mb-20 col-start-2 col-span-10\">Safe and secure.</h2>"
},
{
"text": "Power up your paycheck today",
"html": "<h2 data-astro-cid-xyemphs4>Power up your paycheck today</h2>"
},
{
"text": "Power up your paycheck today",
"html": "<h2 data-astro-cid-xyemphs4>Power up your paycheck today</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Current?",
"pattern": {}
},
{
"id": "how",
"label": "How does Current work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Current?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Current free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Current compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Current?",
"pattern": {}
},
{
"id": "how",
"label": "How does Current work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Current?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Current free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Current 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" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.
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" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.
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",
"length": 41571,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
"compatibleContentType": false,
"contentLength": 40114,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": true,
"links": [
"/title",
"https://current.com/auth.md\"><link",
"/sitemap-index.xml",
"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta",
"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta",
"https://current.com/auth.md\"><meta",
"/_astro/LayoutBase.astro_astro_type_script_index_0_lang.fUQ5SBnM.js",
"/script",
"https://www.googletagmanager.com/gtag/js?id=AW-862713249\"></script><script>",
"/script"
],
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta name=\"contentful-tags\" content><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current - 404</title><link rel=\"canonical\" href=\"https://current.com/auth.md\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><meta name=\"description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:image\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta property=\"og:i"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html",
"length": 41629,
"text": "<!DOCTYPE html><html lang=\"en\"> <head><meta name=\"contentful-tags\" content><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current - 404</title><link rel=\"canonical\" href=\"https://current.com/.well-known/oauth-protected-resource\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><meta name=\"description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:image\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta property=\"og:image:secure_url\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta property=\"og:site_name\" content=\"Current\"><meta property=\"og:title\" content=\"Current - 404\"><meta property=\"og:url\" content=\"https://current.com/.well-known/oauth-protected-resource\"><meta property=\"twitter:card\" content=\"summary_large_image\"><meta name=\"twitter:site\" content=\"@current\"><script type=\"module\" src=\"/_astro/LayoutBase.astro_astro_type_script_index_0_lang.fUQ5SBnM.js\"></script><script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-862713249\"></script><script>\n window.dataLayer = window.dataLayer || [];\n function gtag() {\n dataLayer.push(arguments);\n }\n </script><script type=\"module\" src=\"/_astro/LayoutBase.astro_astro_type_script_index_1_lang.BHwulaX3.js\"></script><script type=\"module\" src=\"/_astro/LayoutBase.astro_astro_type_script_index_2_lang.BfbxNVu8.js\"></script><script type=\"module\" src=\"/_astro/LayoutBase.astro_astro_type_script_index_3_lang.BcuBIfXG.js\"></script><script type=\"text/javascript\" src=\"//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js\" async></script><link rel=\"stylesheet\" href=\"/_astro/_path_.TtJtGI_t.css\">\n<link rel=\"stylesheet\" href=\"/_astro/_path_.CmSrZFCw.css\">\n<style>.producthero{min-height:100vh;display:flex;justify-content:center;overflow:hidden}@media(min-width:800px){.producthero{z-index:-1;position:relative}}.producthero .producthero__container{display:flex;max-width:90rem;flex-direction:column;justify-content:flex-start}@media(min-width:800px){.producthero .producthero__container{z-index:10;justify-content:center;align-items:center;flex-direction:row}}.producthero .producthero__asset-container{display:grid;position:relative;flex-basis:55%;align-items:center}@media(min-width:800px){.producthero .producthero__asset-container{flex-basis:90%}}.producthero .producthero__asset-container video{overflow:auto;width:150%;-o-object-fit:cover;object-fit:cover}.producthero .producthero__content{z-index:10;border-left:1px solid var(--color-dark);padding-left:1.5rem;align-self:flex-start;padding-top:12vh}@media(min-width:800px){.producthero .producthero__content{padding-top:unset;align-self:flex-end;padding-bottom:40vh;flex-basis:110%}}.producthero .producthero__content h1{letter-spacing:-.01em;line-height:1.2;font-weight:100;font-size:3.5rem;max-width:10ch}@media(min-width:800px){.producthero .producthero__content h1{max-width:16ch;font-size:4.5rem}}.producthero .producthero__content h1 span{white-space:nowrap}.producthero .producthero__content h1+*{margin-top:clamp(2rem,5vw,3rem)}.producthero[data-path=spend] video{width:100%}.producthero[data-path=save] video{width:170%;position:absolute;left:50%;transform:translate(-50%)}@media(min-width:800px){.producthero[data-path=save] video{left:unset;position:unset;transform:translate(-25%)}}.producthero[data-path=invest] h1{max-width:14ch}.producthero[data-path=invest] video{width:225%;position:absolute;left:50%;transform:translate(-50%)}@media(min-width:800px){.producthero[data-path=invest] video{left:unset;position:unset;transform:translate(-40%)}}\n</style>\n<link rel=\"stylesheet\" href=\"/_ast"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html",
"length": 41633,
"text": "<!DOCTYPE html><html lang=\"en\"> <head><meta name=\"contentful-tags\" content><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current - 404</title><link rel=\"canonical\" href=\"https://current.com/.well-known/oauth-authorization-server\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><meta name=\"description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:image\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta property=\"og:image:secure_url\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2024.jpg\"><meta property=\"og:site_name\" content=\"Current\"><meta property=\"og:title\" content=\"Current - 404\"><meta property=\"og:url\" content=\"https://current.com/.well-known/oauth-authorization-server\"><meta property=\"twitter:card\" content=\"summary_large_image\"><meta name=\"twitter:site\" content=\"@current\"><script type=\"module\" src=\"/_astro/LayoutBase.astro_astro_type_script_index_0_lang.fUQ5SBnM.js\"></script><script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-862713249\"></script><script>\n window.dataLayer = window.dataLayer || [];\n function gtag() {\n dataLayer.push(arguments);\n }\n </script><script type=\"module\" src=\"/_astro/LayoutBase.astro_astro_type_script_index_1_lang.BHwulaX3.js\"></script><script type=\"module\" src=\"/_astro/LayoutBase.astro_astro_type_script_index_2_lang.BfbxNVu8.js\"></script><script type=\"module\" src=\"/_astro/LayoutBase.astro_astro_type_script_index_3_lang.BcuBIfXG.js\"></script><script type=\"text/javascript\" src=\"//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js\" async></script><link rel=\"stylesheet\" href=\"/_astro/_path_.TtJtGI_t.css\">\n<link rel=\"stylesheet\" href=\"/_astro/_path_.CmSrZFCw.css\">\n<style>.producthero{min-height:100vh;display:flex;justify-content:center;overflow:hidden}@media(min-width:800px){.producthero{z-index:-1;position:relative}}.producthero .producthero__container{display:flex;max-width:90rem;flex-direction:column;justify-content:flex-start}@media(min-width:800px){.producthero .producthero__container{z-index:10;justify-content:center;align-items:center;flex-direction:row}}.producthero .producthero__asset-container{display:grid;position:relative;flex-basis:55%;align-items:center}@media(min-width:800px){.producthero .producthero__asset-container{flex-basis:90%}}.producthero .producthero__asset-container video{overflow:auto;width:150%;-o-object-fit:cover;object-fit:cover}.producthero .producthero__content{z-index:10;border-left:1px solid var(--color-dark);padding-left:1.5rem;align-self:flex-start;padding-top:12vh}@media(min-width:800px){.producthero .producthero__content{padding-top:unset;align-self:flex-end;padding-bottom:40vh;flex-basis:110%}}.producthero .producthero__content h1{letter-spacing:-.01em;line-height:1.2;font-weight:100;font-size:3.5rem;max-width:10ch}@media(min-width:800px){.producthero .producthero__content h1{max-width:16ch;font-size:4.5rem}}.producthero .producthero__content h1 span{white-space:nowrap}.producthero .producthero__content h1+*{margin-top:clamp(2rem,5vw,3rem)}.producthero[data-path=spend] video{width:100%}.producthero[data-path=save] video{width:170%;position:absolute;left:50%;transform:translate(-50%)}@media(min-width:800px){.producthero[data-path=save] video{left:unset;position:unset;transform:translate(-25%)}}.producthero[data-path=invest] h1{max-width:14ch}.producthero[data-path=invest] video{width:225%;position:absolute;left:50%;transform:translate(-50%)}@media(min-width:800px){.producthero[data-path=invest] video{left:unset;position:unset;transform:translate(-40%)}}\n</style>\n<link rel=\"stylesheet\" href=\"/"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign 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
10 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": 10,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Power up your paycheck when you switch to Current",
"isQuestion": false,
"html": "<h2 class=\"illo-grid__lead text-h-sm-new mb-16 md:mb-20 col-start-2 col-span-10\"> Power up your paycheck<br> when you switch to Current </h2>"
},
{
"index": 2,
"text": "Boost your credit score by over 80 points after just six months.",
"isQuestion": false,
"html": "<h2 class=\"text-h-md-new\">Boost your credit score by over 80 points after just six months.</h2>"
},
{
"index": 3,
"text": "Join over 6 million members",
"isQuestion": false,
"html": "<h2 class=\"text-h-md-new\"> Join over 6 million members </h2>"
},
{
"index": 4,
"text": "Bank anywhere. 24/7 support.",
"isQuestion": false,
"html": "<h2 class=\"text-h-xl-new\"> <span class=\"font-normal\">Bank<br> anywhere.</span><br> 24/7<br> support. </h2>"
},
{
"index": 5,
"text": "Earn up to 4.00%on your savings",
"isQuestion": false,
"html": "<h2 class=\"text-h-md-new\">Earn up to 4.00%<br>on your savings</h2>"
},
{
"index": 6,
"text": "Trade cryptowithout fees",
"isQuestion": false,
"html": "<h2 class=\"text-h-md-new\">Trade crypto<br>without fees</h2>"
},
{
"index": 7,
"text": "Give teens their very own debit card",
"isQuestion": false,
"html": "<h2 class=\"text-h-md-new\">Give teens their very own debit card</h2>"
},
{
"index": 8,
"text": "Safe and secure.",
"isQuestion": false,
"html": "<h2 class=\"illo-grid__lead text-h-sm-new mb-10 md:mb-20 col-start-2 col-span-10\">Safe and secure.</h2>"
},
{
"index": 9,
"text": "Power up your paycheck today",
"isQuestion": false,
"html": "<h2 data-astro-cid-xyemphs4>Power up your paycheck today</h2>"
},
{
"index": 10,
"text": "Power up your paycheck today",
"isQuestion": false,
"html": "<h2 data-astro-cid-xyemphs4>Power up your paycheck today</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",
"length": 41621
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html",
"length": 41633
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign 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"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta name=\"contentful-tags\" content><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"generator\" content=\"Astro v5.18.1\"><title>Current - 404</title><link rel=\"canonical\" href=\"https://current.com/.well-known/oauth-protected-resource\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><meta name=\"description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:description\" content=\"Get paid early. Access paycheck advances up to $750. Build credit. Fee-free overdraft. Earn savings bonuses up to 4.00%. Earn cash back.\"><meta property=\"og:image\" content=\"https://cdn.current.com/images/brochure-site/canonical-og-2"
},
"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://current.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://current.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://current.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://current.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}SEOSEOBrowser audit
Links do not have descriptive text
100 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
10 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "10 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
1 warning found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "1 warning found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
25 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
Network dependency tree
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
13 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 3,220 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 3,220 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": 3297344
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
13 Warning
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 58 KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 58 KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}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 |
|---|---|---|---|
| 59/100 | Level 3, Bot-Aware | Current report |