Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 32 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 74 out of 100
- SEO 85 out of 100
- Performance and Accessibility 63 out of 100
What AI sees of your website
Capital One | Credit Cards, Checking, Savings & Auto Loans
Learn how banking with Capital One can help you meet your financial goals.
Next step
Turn this report into a fix workflow
25 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 32 | Priority fix | 6 | 16 | 1 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 30 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 74 | Needs work | 7 | 2 | 11 | View details |
| GEO Readiness | 89 | Mostly ready | 3 | 0 | 3 | |
| AIO Readiness | 75 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 59 | Needs work | 1 | 1 | 5 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 8 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 4 | 1 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 63 | Needs work | 19 | 7 | 1 | View details |
| Performance | 44 | Priority fix | 7 | 7 | 1 | View details |
| Accessibility | 97 | Strong | 12 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
50 items need attention
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
100 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html"
},
"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": "<html><head><meta http-equiv=\"refresh\" content=\"0; url=/page-not-found/\"></head><body></body></html>"
},
"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": "<html><head><meta http-equiv=\"refresh\" content=\"0; url=/page-not-found/\"></head><body></body></html>"
},
{
"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": "<html><head><meta http-equiv=\"refresh\" content=\"0; url=/page-not-found/\"></head><body></body></html>"
},
{
"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": "<html><head><meta http-equiv=\"refresh\" content=\"0; url=/page-not-found/\"></head><body></body></html>"
},
{
"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": "<html><head><meta http-equiv=\"refresh\" content=\"0; url=/page-not-found/\"></head><body></body></html>"
},
{
"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": "<html><head><meta http-equiv=\"refresh\" content=\"0; url=/page-not-found/\"></head><body></body></html>"
},
{
"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": "<html><head><meta http-equiv=\"refresh\" content=\"0; url=/page-not-found/\"></head><body></body></html>"
},
{
"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": "<html><head><meta http-equiv=\"refresh\" content=\"0; url=/page-not-found/\"></head><body></body></html>"
}
]
},
"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 DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"Organization",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI 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": 100
}
]
},
"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 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": 100
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 100
}
]
},
"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 "Accept-Encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html"
},
"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": "Accept-Encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 54690,
"excerpt": "<!DOCTYPE html><html lang=\"en\"><head><script src=\"https://verified.capitalone.com/assets/enterprise/js/cp_common.js?\" type=\"text/javascript\" onload=\"this.dataset.loaded = true\" onerror=\"this.dataset.error = true\"></script>\n <meta charset",
"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": 100
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html",
"length": 100
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 100
}
]
},
"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": 100
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 100
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 100
}
]
},
"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 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: missing <main> landmark; missing <footer> landmark; 1 links missing accessible names; 0/2 applicable form inputs have autocomplete attributes (2 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": false,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a _ngcontent-web-shell-c2748147077 class=\"site-header__logo-container ng-star-inserted\" href=\"https://www.capitalone.com/\" target=\"_self\"><svg _ngcontent-web-shell-c2748147077=\"\" xmlns=\"http://www.w3.org/2000/svg\" aria-label=\"Capital One Home\" viewBox=\"0 0 418 150\" role=\"img\" class=\"site-header__logo ng-star-inserted\"><rect _ngcontent-web-shell-c2748147077=\"\" width=\"418\" height=\"150.01\" style=\"fill: none;\"/><path _ngcontent-web-shell-c2748147077=\"\" d=\"M283.7,108.5h-.1c-17.8,12.6-38.8,25.8-61.5,"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input _ngcontent-web-shell-c2931505271 type=\"text\" id=\"ods-input-0\" maxlength=\"50\" name=\"ods-input-0\" aria-label=\"Username\" aria-describedby=\"us-login-auth-error-user\" required class=\"login-username grv-shr-lib-textfield__input ng-untouched ng-pristine ng-invalid\" aria-invalid=\"false\" value>",
"<input _ngcontent-web-shell-c2931505271 type=\"password\" id=\"ods-input-1\" maxlength=\"64\" name=\"ods-input-1\" aria-label=\"Password\" aria-describedby=\"us-login-auth-error-pass\" required class=\"login-password grv-shr-lib-textfield__input ng-untouched ng-pristine ng-invalid\" aria-invalid=\"false\" value>"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 30,
"links": 42,
"inaccessibleLinks": 1,
"buttons": 11,
"inaccessibleButtons": 0,
"images": 33,
"imagesWithAlt": 33,
"autocompleteInputs": 2,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 2
}
}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": 100
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 100
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 100
}
]
},
"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": 100
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 100
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 100
}
]
},
"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": 100
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html",
"length": 100
}
]
},
"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": 100
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html",
"length": 100
}
]
},
"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": 100
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html",
"length": 100
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.capitalone.com",
"probes": [
{
"name": "_index._agents.www.capitalone.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.capitalone.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.capitalone.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "capitalone.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 20/100 and needs a fix.
13 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 20/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate, policyLinks.
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
20/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 20/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": false
},
"missing": [
"author",
"publisher",
"freshnessDate",
"policyLinks"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [],
"contactLinks": [
{
"href": "https://www.capitalone.com/help-center/",
"text": "Help Center",
"html": "<a _ngcontent-web-shell-c303816499 id=\"unav-l1-helpcenter\" class=\"site-header__navlink site-utility-nav__help-center ng-star-inserted\" href=\"https://www.capitalone.com/help-center/\" target=\"_self\" tabindex=\"0\"><span _ngcontent-web-shell-c303816499 class=\"grv-shr-lib-text--normal\">Help Center</span></a>"
}
],
"privacyLinks": [],
"score": 20,
"weight": 20
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
13 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
50/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Tue, 09 Jun 2026 21:45:42 GMT",
"schemaDates": [],
"metaDateCount": 1,
"timeDateCount": 0
}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="ods-input-0"> is missing tool-param-description.<input name="ods-input-1"> is missing tool-param-description.<input name="rememberMe"> 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": 2,
"formsWithTags": 0,
"totalInteractive": 28,
"interactiveWithTags": 0,
"totalCount": 30,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"ods-input-0\"> is missing tool-param-description.",
"<input name=\"ods-input-1\"> is missing tool-param-description.",
"<input name=\"rememberMe\"> 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=\"ods-input-0\"> is missing tool-param-description.",
"<input name=\"ods-input-1\"> is missing tool-param-description.",
"<input name=\"rememberMe\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"ods-input-0\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"ods-input-1\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"rememberMe\"> 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": 2,
"formsWithTags": 0,
"totalInteractive": 28,
"interactiveWithTags": 0,
"totalCount": 30,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"ods-input-0\"> is missing tool-param-description.",
"<input name=\"ods-input-1\"> is missing tool-param-description.",
"<input name=\"rememberMe\"> 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": 2,
"formsWithTags": 0,
"totalInteractive": 28,
"interactiveWithTags": 0,
"totalCount": 30,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"ods-input-0\"> is missing tool-param-description.",
"<input name=\"ods-input-1\"> is missing tool-param-description.",
"<input name=\"rememberMe\"> 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
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 20/100 and needs a fix.
7 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 20/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate, policyLinks.
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
20/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 20/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": false
},
"missing": [
"author",
"publisher",
"freshnessDate",
"policyLinks"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [],
"contactLinks": [
{
"href": "https://www.capitalone.com/help-center/",
"text": "Help Center",
"html": "<a _ngcontent-web-shell-c303816499 id=\"unav-l1-helpcenter\" class=\"site-header__navlink site-utility-nav__help-center ng-star-inserted\" href=\"https://www.capitalone.com/help-center/\" target=\"_self\" tabindex=\"0\"><span _ngcontent-web-shell-c303816499 class=\"grv-shr-lib-text--normal\">Help Center</span></a>"
}
],
"privacyLinks": [],
"score": 20,
"weight": 22
}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
29 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer-first sections
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer-first sections scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 29,
"passing": 0,
"failing": [
{
"heading": "Secure Sign In",
"headingHtml": "<h2 _ngcontent-web-shell-c2931505271 id=\"page-heading\" tabindex=\"-1\"><span _ngcontent-web-shell-c2931505271 class=\"sign-up\"><span _ngcontent-web-shell-c2931505271 class=\"vh\">Secure Sign In</span></span></h2>",
"firstParagraph": "Want this computer to remember your username? Check this box.",
"paragraphHtml": "<p _ngcontent-web-shell-c2931505271> Want this computer to remember your username? Check this box. </p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Take charge of your credit",
"headingHtml": "<h2 _ngcontent-web-shell-c3432458454 class=\"headline ng-star-inserted\">Take charge of your credit</h2>",
"firstParagraph": "Find the right card for you, anytime.",
"paragraphHtml": "<p _ngcontent-web-shell-c3432458454 class=\"subheadline ng-star-inserted\">Find the right card for you, anytime.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "TOPIC",
"headingHtml": "<h2 _ngcontent-web-shell-c3316088401 class=\"grv-shr-lib-text--small-2 grv-shr-lib-weight--semibold top-bar-topic-title ng-tns-c3316088401-0\"> TOPIC </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Meet Capital One",
"headingHtml": "<h3 _ngcontent-web-shell-c3316088401 class=\"grv-shr-lib-text--medium-2 grv-shr-lib-weight--normal top-bar-active-topic ng-tns-c3316088401-0\">Meet Capital One</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CHOOSE A TOPIC",
"headingHtml": "<h2 _ngcontent-web-shell-c3316088401 class=\"tabpanel-title ng-tns-c3316088401-0\">CHOOSE A TOPIC</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore card offers",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Explore card offers</h3>",
"firstParagraph": "See if you’re eligible for credit card offers with our pre-approval tool.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">See if you’re eligible for credit card offers with our pre-approval tool.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Bank with confidence",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Bank with confidence</h3>",
"firstParagraph": "Enjoy no fees or minimums for checking and savings accounts.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Enjoy no fees or minimums for checking and savings accounts.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Find a car you love",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Find a car you love</h3>",
"firstParagraph": "Shop cars and pre-qualify for financing with Auto Navigator.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Shop cars and pre-qualify for financing with Auto Navigator.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "More built-in benefits",
"headingHtml": "<h2 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">More built-in benefits</h2>",
"firstParagraph": "",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-subheadline grv-shr-lib-text--normal\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Only the best for your business",
"headingHtml": "<h2 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">Only the best for your business</h2>",
"firstParagraph": "",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-subheadline grv-shr-lib-text--normal\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "DIGITAL TOOLS BUILT FOR EASE",
"headingHtml": "<h2 _ngcontent-web-shell-c347514875 class=\"grv-shr-lib-text__heading--normal\"> DIGITAL TOOLS BUILT FOR EASE </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Anytime account access",
"headingHtml": "<h3 _ngcontent-web-shell-c347514875 class=\"feature-headline\" aria-label=\"Anytime account access.\"> Anytime account access </h3>",
"firstParagraph": "Monitor your accounts on the go with our top-rated Capital One Mobile app.",
"paragraphHtml": "<p _ngcontent-web-shell-c347514875 class=\"feature-description\"> Monitor your accounts on the go with our top-rated Capital One Mobile app. </p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Redeem your rewards",
"headingHtml": "<h3 _ngcontent-web-shell-c347514875 class=\"feature-headline\" aria-label=\"Redeem your rewards.\"> Redeem your rewards </h3>",
"firstParagraph": "Explore and redeem your Capital One credit card rewards.",
"paragraphHtml": "<p _ngcontent-web-shell-c347514875 class=\"feature-description\"> Explore and redeem your Capital One credit card rewards. </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Monitor your credit",
"headingHtml": "<h3 _ngcontent-web-shell-c347514875 class=\"feature-headline\" aria-label=\"Monitor your credit.\"> Monitor your credit </h3>",
"firstParagraph": "Quickly and easily check your credit score with no impact and for free with CreditWise.",
"paragraphHtml": "<p _ngcontent-web-shell-c347514875 class=\"feature-description\"> Quickly and easily check your credit score with no impact and for free with CreditWise. </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Pay & move money",
"headingHtml": "<h3 _ngcontent-web-shell-c347514875 class=\"feature-headline\" aria-label=\"Pay & move money.\"> Pay & move money </h3>",
"firstParagraph": "Make payments, transfer money and deposit checks with ease.",
"paragraphHtml": "<p _ngcontent-web-shell-c347514875 class=\"feature-description\"> Make payments, transfer money and deposit checks with ease. </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Check your eligibility",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Check your eligibility</h3>",
"firstParagraph": "Apply with confidence with no impact to your credit score.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Apply with confidence with no impact to your credit score.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Grow your money",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Grow your money</h3>",
"firstParagraph": "Explore checking, savings and CD accounts with no fees or minimums.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Explore checking, savings and CD accounts with no fees or minimums.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Get business done",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Get business done</h3>",
"firstParagraph": "Choose your rewards—travel or cash—and earn on every business expense.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Choose your rewards—travel or cash—and earn on every business expense.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Let us help you reach your goals",
"headingHtml": "<h2 _ngcontent-web-shell-c3437653072 class=\"heading ng-tns-c3437653072-2\">Let us help you reach your goals</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tools for your long-term success",
"headingHtml": "<h2 _ngcontent-web-shell-c1385780718 id=\"checkeredGroupEyebrow\" class=\"checkered-eyebrow ng-star-inserted\">Tools for your long-term success</h2>",
"firstParagraph": "Creditwise from capital one",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-eyebrow grv-shr-lib-text__heading--normal\">Creditwise from capital one</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "What’s your credit score?",
"headingHtml": "<h3 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">What’s your credit score?</h3>",
"firstParagraph": "",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-subheadline grv-shr-lib-text--normal\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Connect your financial behaviors to your goals",
"headingHtml": "<h3 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">Connect your financial behaviors to your goals</h3>",
"firstParagraph": "",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-subheadline grv-shr-lib-text--normal\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Capital One Shopping",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Capital One Shopping</h3>",
"firstParagraph": "Automatically apply free coupons and save with price drop notifications.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Automatically apply free coupons and save with price drop notifications.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Capital One Cafés",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Capital One Cafés</h3>",
"firstParagraph": "Enjoy free Wi-Fi & cozy spaces. Cardholders get 50% off handcrafted sips.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Enjoy free Wi-Fi & cozy spaces. Cardholders get 50% off handcrafted sips.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Capital One Travel",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Capital One Travel</h3>",
"firstParagraph": "Earn rewards when you book a flight, hotel or car with eligible cards.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Earn rewards when you book a flight, hotel or car with eligible cards.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "REWARDING THE WAY YOU SPEND",
"headingHtml": "<h2 _ngcontent-web-shell-c1385780718 id=\"checkeredGroupEyebrow\" class=\"checkered-eyebrow ng-star-inserted\">REWARDING THE WAY YOU SPEND</h2>",
"firstParagraph": "Travel rewards cards",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-eyebrow grv-shr-lib-text__heading--normal\">Travel rewards cards</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Unlimited miles you can actually use",
"headingHtml": "<h3 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">Unlimited miles you can actually use</h3>",
"firstParagraph": "",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-subheadline grv-shr-lib-text--normal\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Access best-in-class rewards",
"headingHtml": "<h3 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">Access best-in-class rewards</h3>",
"firstParagraph": "",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-subheadline grv-shr-lib-text--normal\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "You are now leaving the Capital One website",
"headingHtml": "<h2 _ngcontent-web-shell-c1995352056 id=\"dialog-box__label\" tabindex=\"-1\" class=\"headline grv-shr-lib-dialog__heading\">You are now leaving the Capital One website</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
3 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
No substantial explanatory paragraphs were found.
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": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [],
"citableParagraphs": [],
"score": 75,
"weight": 18
}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
29 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
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": 11,
"questionH2s": [],
"hasFaq": true,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: credit, cards, checking, savings, auto, loans, explore, services.
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
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 85/100 and needs improvement.
Evidence
{
"title": "Capital One | Credit Cards, Checking, Savings & Auto Loans",
"h1": "Explore Capital One’s Banking and Financial Services",
"description": "Learn how banking with Capital One can help you meet your financial goals.",
"topicOverlap": 0.5,
"topicTerms": [
"capital",
"one",
"credit",
"cards",
"checking",
"savings",
"auto",
"loans",
"explore",
"banking",
"financial",
"services"
],
"descriptionTerms": [
"learn",
"banking",
"capital",
"one",
"help",
"meet",
"financial",
"goals"
],
"missingFromDescription": [
"credit",
"cards",
"checking",
"savings",
"auto",
"loans",
"explore",
"services"
],
"score": 85,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
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
33 image(s) are missing width/height attributes. 7 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 780,
"htmlBytes": 733155,
"imagesMissingDimensions": [
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABKQAAAAwCAMAAAAYRVKkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACfUExURUdwTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAyVgAAAAAAAAAyVQAyVgAAAAAzVwAAAAAxVQA3VwAyVgAvVwAyVgAzVgAyVgAAAAAvTwAAAAAyVwAzVgA/TwAxVQAxVgAyVgAzVwA1WgAyVQAxVQAzVQAzVQAvWgAxVgAxVwAzVwAzVQAyVgAAAPh2h8AAAAAzdFJOUwDvcIAQ32Agv0DPnzBQr5C/j7Df339AoIAg7yBwn89vEF9gUBCQoH+vMGCPj68wn6+PX6VidwwAABckSURBVHja7Fxrd9s2EhVIkAD4kuVElt3EeTRJt9ue7tmz4v//bYs3ZgCQIhUrdVviixWKBDGvOzMXUHa7HzAe3v/69qfz+fz27tf3D7ttbGMb21gx7qbGH9nvnh8fvqaT/I4eixDqWeFTGG+eN5zaxja2sXycp8abye/ufnuKkQ49hiDqLj/1NraxjW3cDKTkeH5aBFJZiJJjU/s2trGN24LU+fyvBSD1+9TDm9q3sY1t3Bqkzm+eLoDU17vzBlLb2MY2/jSQOp/fz4LU09vzBlLb2MY2/kyQCi1fBqTmMGoDqW1sYxs/BKQ8SqUg9XUOo/5mIMXqurvNzH1d08U317WIVsWukmXFU+ww8AObWrr70Edf0ePA2/5GS/ohlvLCrX6w5UNemts50T8dpM7/mwKp5/M/B6SKcexvM3MzksX3duN4D/9djqNY/8b9mqc+j2pU2e/GkRtEch9COFb6sWyoijK9fJ0geRwfx/ol5nEydeWq6SjXkhe5715Qyg2k8PjpKQ9SP5+vBikqwOjChSjPoAu0lil9yDhM8tgtRjuOF97SiawMF506CfC5JB15vwwIul6WNU+xcST7ktcTkLk3FhjHMsGooRzaCRAh9HuWdBmCX8IfnHBSAauQ5SDtWZ54Fp6H5VLKgGDIt5Ib6lZWuBeK8K5oubzprwZSHx7g+Hf63ZfHZMPuQxakUkLq7fO3x8fnuwUgVYxg7MEFMggUIPehfSDmjio2l3ChctNxsd6hXh7SrulcVi0/roHI2Fwhy5qnmolyyEJmnS8z24lSQo3TmAnV6wSZguCXLMhk9bOmhpY+OyhvyH5ZLZcSq5QkieyjC4dixrW49ciK/bVA6m7Bd59+jvDnMQdScbP37QE/PregAYJUjS+EEO9DgtbtAxmGKnWZ2zViueJ/DmxIJYeW4fON+sgoAFnU/c2NyutS1gjtinqivVyzDDGSVRP9oRW4dAC4v0KQ77bUuoKsq9x87ZKJ2wTUg5R0hZQDrAe7JJEdFfQMXHnbQKdrunFs9E3kFVNhnZV0JUjJ8Ygbvk8pSD1FP6N5BydVMLWqLjEXqFBptqJJC9/JvMH155rEzcLwMuX999Y7HmzEMM5UH/PeuLIG6mcKljTD9+ufUlKJy5AZmzNp/3DNyb5rSQvbtBcryNxyJfIumDiBZyClWCElUmkfJ7LadRR1NaVqKmtgUlIbR9XrBanCKno9SEWE02MKUriQ+iWa9d3b8xoeJlxQJROPiQoGTCGIWNmIvZAm+8VgM6yJk5W8OaprVhCxdQDONbz5LItCpnjzZdVhHTT2inlzqPzLQqXFUn+VlFilCc1WeWvS5kSnLOe7vKJ6xZUUt5JeAVIYpX5KQQp1hP9NXv3pw5q6BFxgxJuSuASA0gW9AHg3GZfZWAA2YkVZ/6N48yEsbw1pM8eiTPPmw6JSskVLeqW8eRZTZz27mJRyBW+OI4RHiQxu8k7MeERMFH29GCWjfH81SO2+QRR6iEHqC9okfJe++92augReKF254ImK4xwx4s1JmTIKLVqwm0HrQ1v67MUY9R2HaznUX3FsrWd1RdviDXJx0Bf4At6cZ6kiZhfEGFrVoY+9kfrl4VXruwr9QJyKNYSouwuGxcLSqs+yUWTMfK0LINofsKTyFW6a8JiMBm6eAlO7iad4c8okYDP/elG2BxEmcGIyWR6DJSlBRLQkoC61MmpnNH+tSpClDiwLwbQI+tQPKyfpElMge3nh7HIpG7RQ8frUW8OhKHaQj2HFAykN4osFir/Am8+309YFSTZPIIHxSlnmDms2uebe348EiINOHLAwykx15DpwAiYVfdTOchVIfYL/RdS3GKRQt/fbSvBMeBh4QYY7cUFQ2mZvZnvCm3MvLUkPZjfD6t5ugdgNQZCdXE5jKuoVCamdoLO7IceQPYm9QBbw5vtMOmXcbq90XkK3T2lk8suXUhp608owcu9AdpeG0wEHoNTU3s12jFsd+LnxG4+uRugjgl8kopuixAxUHDGXMiZ48949pbUuzLsPUtAGVoNoSXpKu6SYtXECfpaPlLauaJ1eg1HqaspS9taxpWatreLCzdKxKZC9Ssebm4TT+n0d5LjOwQrXIob9alchBhVSJaWIpMwq/hJvLi6W3xPbq17gPqY4mauZI5XU0kD66FerBRCRANqtjRZU0JkvA01vbyafvcPiCTqvn3t0zOAJjK+zVdY3fKAKg9SH7/mvoyZ489BwU9jC18rHLwOe7G2l9xG942G8+aM6DrAfXDCC7NTYRlJGjMKEitTW43irNhCLYOqx4jKeyuW8uZGGOQJNLqHhsm8tnYQqQghvG+tnbvmKdnO7SWPTtoCa+6jMzKWjDA1uvlRCrdT8lYUEBjIsYHDD6QhuCyApWKM8z+1BaJxuh+hIEAdPBQv5nnOCN/fQRu3Eeu0HbqtLy4hdXJILHoVmWsLaLY6M5WciZyVjwGFjKZ6xlLKq2RZujVrKTj5cNXZuolVd7WJ7DSFTIkyFWUIljVGbMgq5OhBbQEqVuw6RlB+94uvpgKjjxoNeOrvF8lS5FpgPzl18GBhDiaAS7hP9XhaC0scqlYakAF0kgFSPxHXSmKBTXzYgdxyU6oFbJRP4hCYVOHXe8nEWpB7gre8wSH3K/wj5Sh4GX+A2MTuiopplOLw5pWcRUtCwmSFbHK1p1piiJJzH9PSmvPUoqxFnpobZksbrWBdhPRlX8OYK9UKeGdUGCxu85RTlpl9YGzLTLl9hVO0WrS16cpaV6yKFvSXhzc0GDj3Z6cMNEX8M6BCJEkSXFYH9O6quzryC77KkF7BQGcBimjcX3vX1PodeewRtYEmlXhIzS0KKppVdWuFgTweg0dHet9XOUiI5ouK0tyt1bSDXeqxsZa0MXdjX91P28rsMmX1ObtcWjqemRylAlamlHBgwNlR8s4I31+mjmE+Zma/Ve7XvlRaDTt4E8qs2UokzF+fKx6iZtYoE2KtLext0qkwwSmTOKvp1nfOUzARhg+I6kNrBfu8LBikEYP9ZCVJzvDkAKcubd7O1rTen0k3DbPSMNk5FPjv5np77qkv5l22whPWJo08nYlzCmyvqoesPMk/XwSlq33Dto31KCpbv76S+taXEuAnz5bOK4CK/gSNv1u4WfD2CGxAEUmbiPay2itp756aY1GwSFsShzCxvTh1S2gUGQPRTzi4JtC0nvzRf/Y4nB1fc1SP2PbGlRGg+qPu+oZ6O7na+gczbK8B0ynof/dpKp4H0KAUoVgaPLA4ChJ9B4EQ8z5sb7B5nzgznj+C23lAnI2jpbzuaT9xrzxW+Un+kSwQoQMohzq4gqIS1Sun0Q6YmCJJeCVIfEO2EQOpLtPW3dj+/4XbQlCa0fuGyUjGbNLyQffC+yoRRGVkqgF0RIsbHFyC+iLYgA1xFtfy8uezsaOIUXsI2CmizfHWmpXDJh3mXsP2JD9t9wpv7I2W2kDu5ddZYdpjhiY9NV22FzpDiN4THQB1BArk0cd68AbuyLAIuf4qCzi4p1IPVLq1+S2xRVX2yPJNQRWsrIdvi/WpvRMrYK2BqkzkAVcWZMjlkAKWsXDxDxVN/Xz/Jm2eytO6CxyOd9MZMt1eHOluYjzUgRNtYJa5CgNRmLMAuaD74qe0BpFXaQKqxZIIikvRKkPoF3YpA6n3yq5l1vLkbzQ43YgBjHG8+f6wH8OZxGBWYy8rz5lWmPTKHs1vELSw8b67yycBSYsBW7AlXoJevMKrEpLS2NceeFW9cwQCwjuEroQo3hiDDg7NWNqRgxYkxIjwW6ggPXJPnzf26aoDIDebN8e5CECSKcoBysPql+EXTlqrjfeEh3ApIu1J/zNgrj6k+BbGAslX+KAWoMsEMhVd8nVf8hfPmes0k9xsx/9Z7t59gRqRMW4N2oO1kWCWF+QgVmAoAlxZIeOsrLXqdyE8AnOflQepxbsPwMm8+tnYUafqjFrqcv/JZSgrw5mPk86oHAiVxnjcvMiW1vgqz0Yrz5lRtMx13cezY6eNuRsNzwCiEF6bg5igU+NSZHAvR7uRgVEjB2Ecya28CdHxUSYXHQh1xiTcHgQmigo6YN59aEm6qBAiRIukXnQIoCZaKApqnv9cBD9dBziZvryymojhHeTX9CSKoQEUiJQcZC1dS1SxvbhdwmvwBVvg92YB4+zYqzqgjIUzRg1VSxXQYAFxnJl9Nw9xn/QkQDpZAyUwAnOd1gVR6fhFdcMp0WSlxtM52imXEmzexz6sf01RHiAdp5yD8EojrQE1PDUrfqPpm8P1p6lOYI6JU7SRs4kyrlt+EzR5FxbqhD7nBUIgzKqw6Bl+p1ZlCCtZgScXJ9L6YGQ1mdCBvfr+aN4dRIRJo44g3Fyl3Zkwmdmn1Gy2lB3rBAc0yOzT3QQ9NUDXP2yuLqZnG1D7KkgN9Q1ZKA/kU+FyDpr/Em4NjF9nTUKGEFbUcRj+wI3EvsB1Za6ZJVYJydxELAJcWEo3VscBuRfMTAEmvBKk/btPuXeDNW+tnLj8mJGDhdy0xb94m3qA3lVzTnOfNAwDAQXGA4HYUvj+3ZWyDEx4LdviSg2fpId6nCFqFwExsH5VhsOpwIU/0THV8sIwgkhpXnAK9s1rAm9NlvHl0QhdDW7Qkuss1Vf9v70p728aBqCTqoiTLFraOu87RNC26LVCgWMT//7etKPGYg5SPpNmk4XwpGtsUOUM9Dh9nhg3Y33q8X/0g+PbhF5p1TSI3Ekjmt5f3LNLzJG1XzpsD0O3pKLHioTfaHeHN0XHdIkglblMHyQIz1sYsU8KrEjxhe24m16YzgtYxKnRiw21oA8BCF4LUBoUZIJB6eAJxntE9D3JUKn2mVgFFEE+qnKUivHnG5rxebLowbw6cf1E5Ia3gDQ18vnfps8E/gizwtGbdRGWN/atNP8bPcS9E8AVEL4B1GRqFj1VB3k2Y88c8TtU3/NBn4s0hsdJTaMNUfuPZwU7qaJIk7P1qBdQIrNOlmYZ/DEade+3lP4vks8z4jEd48wZjZzlFp/sUj8B1KXFK+uOhSoRdmgOAjqLZJswHLa1e00bDYZVgtGzoACAB4eBKK0H9gxsDnIFtAEysZwhBuAqf7j1en82bd4yYsf8ZtMHtnNktxSgt8Ob6Res16Pl589bDUGCa4VTefE1BCr4ha7spb5lTOGKoNRXbLuwQSRXkze3eY6fGvqUz92TePPSzJd68DfHmcHUpKLStTuDN4W5tgTcPW0pQqwJ/iIaE+ezltMUDoKA1jPPPUnLAKL28eUDxyBNaLWVM+0EKJ4+u515BkDKmEUofhiPwJGrC8gtn8uaCUckB3jznILX/AOQmuTSY8/oJwZwNNSXZKxUVmq/ZEmu9wJsDg3RHefNFkJJnxZsbf0lwHpZVZ2rn2MPcrEiLILXAm1uKWh3KjI4UGct6iTcvg4sA5M2bc3jzjIJUzqBtfQJvDkEqzJtDSxHajnlS4DVkNVXEEm/ON3Kgq5Vpi/HmYok3D9drQIvZYrb2wZsAnqPAfV1mAAzYKnY6YGnNByzKgvLm2Sm8eWHPvaokdNLZu1No+8iLcvdQeh5Li9lfzJwv8uaK6y4ZaZvmYcAL8+Z4NXBvxWfPzoFTnoWbhP05dVrsKZEr7mbjUXM6pxo92rUNrk8ZSJmJvA3z5u6jcbDckVrkzVXnAtmqzmmxFrKnAg4yg/HmQCnbI/Hmft4cHLDmBfd+hT2gOOTEpfFue7DzyUgmYC95nDeHy4c5FjyPN1+ofAWDIZgPl4PitTKQel9Dm+oyA2B/WptZ1ak9GQxwymk7l/Lm6OAp2ACcPBeBFCoP/IuC1IbUSHge3vwT5JALp1Jric/SD3h8F9OZioVaN3bX+OnAeXOYb8eQaThexA56E1s9w1wWqEJey8NKHzxLFxPGykOsLbQy3nywHxVuN9YxRwr6rt5IjcAi4IDfvDQKo07lzdVghFUJhbYadcnPmyepXaiaQ5A3B7FPA4k3B+tbTp3PzEOq677JlPHmPFjPRRB98vSNrw4e1jioeIW74OxHB+0PNiehA9At3UeY66wwbw6CYF1VERVDah0pGlhInPfzeHO+IPsagLB+EUih+9O/UJC6QaVa7rmev57Lm+fdtkBZKma+qpSKOUCy612MNcY3touxUcid9iiFDg0ZDgXfOcxZF9P38yFDf5C14rZPdQ6rrDbzI9dZLLl6RTX22KeUBaL9zZKlcmDmb5a9PXXsbLcJbz4HZKlcwRTEUnmq3DY+wm4FkjRqPXSZeHnzRCe1yCJNaVBmxnNjG/ymqCInFNrUjJXHeHO1sExqmJ4b4s2tUituKbO+5dua+kO5TTKSfRKyl+3amrmb9uuDPUDm7lbvcxItrAuTyJUPvCT2nCck7fldZRLfVcbmdvqZqjDRJp6Mx2ngxWwWaeaNqd4yddgxc1tnP6CSmu+ez+PNJ+PNUYqVdv08vHkFTjUvAakv5FYZAlIow/jxX45R38/hzd0JOCAq4FmLKtY8pZvjis7L8eaHNivt4irnqtCj77viOwd9/toL0ZrlTa1SRT+Mf87qU+PN5yIU5qYQMWW4jw3WK5ASNT5lGP82vXOOyjKmVb2uhRhsqtv8gz497DLGm4sRiKe2QAnrxpdmqJJBBqHqL/siNaZEsHnoaAnAwD8ORa3htQOLwizQ9cq/pZrspTQo1pQ3B10Kx5vPNhtGu6ddyrxf+yBnKdETS1XzR61+i9EWbzU1LiYLB+zltKV60oo6I4ce9dS0iffgpazcKH2s8awgrnit8EJpHOYuOmybOtqYej7rA4fQYm5gaqF287FX4zM5rroHBdH3pBLxRN5cm6UVonZch1cDjRiKC0Hqan+kfPDGf8+x2SvePZ6yNbKKmkNF6ixPfPNV3+Jm6+CcxJvr+kQW93bmf8Lvna/JM7rC/KA5VmIMxITA627mcN9UjJ+bIec7U3IIZw5Y6jzToVK6PLUZeppN9bLwC1yVB4SKZv3int7ciAhEalSmU7UMkF7V3KtxhUhdBLY9hUXqgekuhVFoT3lz06X1Am/uFFtXeZg3x5YiLI+ZOWnGKS8zQYyqub1WNKyqJvoBhap8vDkYpfSNMvcrXn1iZmOaAVWYAkDmdUgdalWhBoxH5Tpsx6tfCulRyVwZ5Am8eeIKeenReTWwcqXHzgepfx5Z5U0CUlfkIoa/kRu2D1/EUNLbbnXYkcQVMfG9vnJd1/2andhKfoVu7m6JLXfjb1YuZqqvW4WCnf5uR27NrUSPnlGJup7+uzp2u67UQ1jhMagn9vCJZiStBmPpLsm19xhX6kctGLzptsSXF09tVmuqldbLn6mhTG2CMcNbhzufeqEJ7IPs70tzB2JW99Cg8C7iqtSPldomYMDjxph1SbKLkM1zc9MXN3vA76a2ApYqgb7p1IOf+ewFZ4j5DHYu6/HPWffnnqmvVHCUbn8shXde68Zh6/kOqFkKOEnGjzwtVCUzakXGO41wRaes+wrsqWcATj3wpaNz3dRE9WvAzeAzQerrzSlXWtHr+W5/2J9v/rwbjN+IVGdcVxUlyiuSE0Fquhz04edmz+859oDUFb8P+ftPdTno/k+8Zv2NSPs2LoKMEuVCkArJtRek8E0N512zHuX3yDPeXxclyhsCKR1QzkDq/i6C1OsSmc5H9lGivC+Q+pgEQErdABpB6rVI1aq7DOJmL8o7BCmDUR6QWkapqPYXlZYGI0SJ8k5AyiUPe0BqEaWi2l9Uyrroy6iGKO8OpP4CF8H4QCq53kSQihIlyv8GUh/vkyMglaBCwhGkokSJ8nIgtf+Fi9kFQCroTEW1R4kS5TeC1AZ5UUsglSQPmwhSUaJEeYpsnPykn32gcre5/fjlnjfyzX2FId2Pb5hB398+3Ee1R4kS5TXJ1c33jUKqD3e3N1dRHVGiRDlD/gN+qFS6Pxw97wAAAABJRU5ErkJggg==",
"width": "",
"height": "",
"loading": "",
"html": "<img _ngcontent-web-shell-c3152568354 alt=\"FDIC-Insured - Backed by the full faith and credit of the U.S. Government\" lang=\"en-US\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABKQAAAAwCAMAAAAYRVKkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACfUExURUdwTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAyVgAAAAAAAAAyVQAyVgAAAAAzVwAAAAAxVQA3VwAyVgAvVwAyVgAzVgAyVgAAAAAvTwAAAAAyVwAzVgA/TwAxVQAxVgAyVgAzVwA1WgAyVQAxVQAzVQAzVQAvWgAxVgAxVwAzVwAzVQAyVgAAAPh2h8AAAAAzdFJOUwDvcIAQ32Agv0DPnzB..."
},
{
"src": "data:image/png;base64,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",
"width": "",
"height": "",
"loading": "",
"html": "<img _ngcontent-web-shell-c3152568354 alt=\"FDIC-Insured - Backed by the full faith and credit of the U.S. Government\" lang=\"en-US\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAr4AAABICAMAAAAnDQZqAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACiUExURUdwTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAyVgAAAAAAAAAyVQAyVgAAAAAAAAAzVwAAAAAxVQA3VwAyVgAAAAAzVgAvVwAyVgAyVgAvTwAAAAAyVwAzVgA/TwAxVgAxVQAyVgAzVwAxVQAzVQA1WgAzVQAyVQAvWgAxVgAAAAAzVwAxVwAzVQAyVgAAAIau4qQAAAA0dFJOUwDvgJ+/EGBAIN8..."
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/photos/hero/card/12_16_ehp-pa-cardgrid-desktop/rdesktop.png",
"width": "",
"height": "",
"loading": "eager",
"html": "<img _ngcontent-web-shell-c3212896562 sharedlazyload style=\"object-position: right center;\" alt src=\"https://ecm.capitalone.com/WCM/homepage/testing/photos/hero/card/12_16_ehp-pa-cardgrid-desktop/rdesktop.png\" decoding=\"sync\" loading=\"eager\" fetchpriority=\"high\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/icons/grv-handshake.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c495280762 sharedlazyload alt class=\"icon\" src=\"https://ecm.capitalone.com/WCM/homepage/icons/grv-handshake.svg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/icons/grv-credit-line-increase.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c495280762 sharedlazyload alt class=\"icon\" src=\"https://ecm.capitalone.com/WCM/homepage/icons/grv-credit-line-increase.svg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/icons/grv-benefits.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c495280762 sharedlazyload alt class=\"icon\" src=\"https://ecm.capitalone.com/WCM/homepage/icons/grv-benefits.svg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/illustrations/cards/rdesktop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c3638448899 sharedlazyload alt src=\"https://ecm.capitalone.com/WCM/homepage/testing/illustrations/cards/rdesktop.svg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/illustrations/piggy-bank/rdesktop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c3638448899 sharedlazyload alt src=\"https://ecm.capitalone.com/WCM/homepage/testing/illustrations/piggy-bank/rdesktop.svg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/illustrations/car-keys/rdesktop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c3638448899 sharedlazyload alt src=\"https://ecm.capitalone.com/WCM/homepage/testing/illustrations/car-keys/rdesktop.svg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/checkered-component/2024/digital-205-topic-selector-12-12/tab-1-e4.c-item-1-desktop.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c1404726243 sharedlazyload style=\"background-position: center bottom;\" alt=\"Hand holding credit card\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/checkered-component/2024/digital-205-topic-selector-12-12/tab-1-e4.c-item-1-desktop.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/checkered-component/2024/digital-205-topic-selector-12-12/tab-1-e4.c-item-2-desktop.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c1404726243 sharedlazyload style=\"background-position: center top;\" alt=\"Person at work on laptop and woman scanning boxes\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/checkered-component/2024/digital-205-topic-selector-12-12/tab-1-e4.c-item-2-desktop.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-1-e1.b-item-1-all-viewports/rmobile.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sharedlazyload class=\"featured-card__image\" alt=\"Person opens a box to see his purchases\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-1-e1.b-item-1-all-viewports/rmobile.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-1-e1.b-item-2all-viewports/rmobile.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sharedlazyload class=\"featured-card__image\" alt=\"Person chats with Capital One Ambassador in a Capital One Cafè\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-1-e1.b-item-2all-viewports/rmobile.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-1-e1.b-item-3-all-viewports/rmobile.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sharedlazyload class=\"featured-card__image\" alt src=\"https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-1-e1.b-item-3-all-viewports/rmobile.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/illustrations/ipad-approved/rdesktop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c3638448899 sharedlazyload alt=\"iPad showing credit card and green checkmark\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/illustrations/ipad-approved/rdesktop.svg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/illustrations/coin-jar/rdesktop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c3638448899 sharedlazyload alt=\"Coins going into a jar\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/illustrations/coin-jar/rdesktop.svg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/illustrations/handshake/rdesktop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c3638448899 sharedlazyload alt=\"Two hands in a handshake\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/illustrations/handshake/rdesktop.svg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/showcase/2024/digital-205-topic-selector-12-12/tab-2-e10.b-item-6.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c1404726243 sharedlazyload style=\"background-position: left center;\" alt=\"Father teaching child to ride a bike\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/showcase/2024/digital-205-topic-selector-12-12/tab-2-e10.b-item-6.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/showcase/2024/digital-205-topic-selector-12-12/tab-2-e10.b-item-1.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c1404726243 sharedlazyload style=\"background-position: left center;\" alt=\"Two people packing boxes\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/showcase/2024/digital-205-topic-selector-12-12/tab-2-e10.b-item-1.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/showcase/2024/digital-205-topic-selector-12-12/tab-2-e10.b-item-2.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c1404726243 sharedlazyload style=\"background-position: left center;\" alt=\"Person checking out at a store\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/showcase/2024/digital-205-topic-selector-12-12/tab-2-e10.b-item-2.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/checkered-component/2024/digital-205-topic-selector-12-12/tab-2-e4.d-item-1.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c1404726243 sharedlazyload style=\"background-position: center center;\" alt=\"Creditwise application illustration\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/checkered-component/2024/digital-205-topic-selector-12-12/tab-2-e4.d-item-1.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/checkered-component/2024/digital-205-topic-selector-12-12/tab-2-e4.d-item-2.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c1404726243 sharedlazyload style=\"background-position: center top;\" alt=\"Person using their phone\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/checkered-component/2024/digital-205-topic-selector-12-12/tab-2-e4.d-item-2.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-2-e1.b-item-1-all-viewports/rmobile.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sharedlazyload class=\"featured-card__image\" alt=\"Person writing\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-2-e1.b-item-1-all-viewports/rmobile.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-2-e1.b-item-2-all-viewports/rmobile.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sharedlazyload class=\"featured-card__image\" alt=\"Car driving on a path\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-2-e1.b-item-2-all-viewports/rmobile.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-2-e1.b-item-3-all-viewports/rmobile.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sharedlazyload class=\"featured-card__image\" alt=\"Two people looking at a computer\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-2-e1.b-item-3-all-viewports/rmobile.jpg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/illustrations/ehp_illustration_test-x2-p1_card_pre_approval/rdesktop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c3638448899 sharedlazyload alt=\"Explore shopping\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/illustrations/ehp_illustration_test-x2-p1_card_pre_approval/rdesktop.svg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/illustrations/coffee-cup/rdesktop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c3638448899 sharedlazyload alt=\"Visit a Café\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/illustrations/coffee-cup/rdesktop.svg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/illustrations/airplane/rdesktop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c3638448899 sharedlazyload alt=\"Plan a trip\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/illustrations/airplane/rdesktop.svg\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/checkered-component/2024/digital-205-topic-selector-12-12/couple-on-scooter.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c1404726243 sharedlazyload style=\"background-position: center top;\" alt=\"two people on a motorcycle\" src=\"https://ecm.capitalone.com/WCM/homepage/testing/checkered-component/2024/digital-205-topic-selector-12-12/couple-on-scooter.png\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/checkered-component/2024/digital-205-topic-selector-12-12/spark-and-venture-cards.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img _ngcontent-web-shell-c1404726243 sharedlazyload alt src=\"https://ecm.capitalone.com/WCM/homepage/testing/checkered-component/2024/digital-205-topic-selector-12-12/spark-and-venture-cards.png\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-3-e1.b-item-1-all-viewports/rmobile.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sharedlazyload class=\"featured-card__image\" alt src=\"https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-3-e1.b-item-1-all-viewports/rmobile.png\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-3-e1.b-item-2-all-viewports/rmobile.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sharedlazyload class=\"featured-card__image\" alt src=\"https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-3-e1.b-item-2-all-viewports/rmobile.png\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
},
{
"src": "https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-3-e1.b-item-3-all-viewports/rmobile.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sharedlazyload class=\"featured-card__image\" alt src=\"https://ecm.capitalone.com/WCM/homepage/testing/card-set/2024/digital-205-topic-selector-12-12/tab-3-e1.b-item-3-all-viewports/rmobile.png\" decoding=\"auto\" loading=\"lazy\" fetchpriority=\"low\">"
}
],
"possibleDialogs": [
"<header _ngcontent-web-shell-c4216054597 id=\"unavHeader\" aria-label=\"Capital One Main Navigation\" class=\"universal-nav header-wrapper fluid-width ng-star-inserted\" role=\"dialog\" aria-labelledby=\"navigationTitle\" aria-modal=\"false\"><div _ngcontent-web-shell-c4216054597 class=\"grv-shr-lib-wrapper\"><div _ngcontent-web-shell-c4216054597 class=\"grv-shr-lib-grid\"><div _ngcontent-web-shell-c4216054597 id=\"siteHeaderContainer\" class=\"site-header grv-shr-lib-row site-state-inactive\"><shared-header-ski...",
"<div _ngcontent-web-shell-c1995352056 id=\"dialog-box\" aria-modal=\"true\" role=\"dialog\" aria-labelledby=\"dialog-box__label\" class=\"decision-modal-wrapper grv-shr-lib-dialog\"><div _ngcontent-web-shell-c1995352056 role=\"button\" class=\"grv-shr-lib-dialog__overlay\"></div><div _ngcontent-web-shell-c1995352056 cdktrapfocus class=\"decision-modal-container grv-shr-lib-dialog__container\"><h2 _ngcontent-web-shell-c1995352056 id=\"dialog-box__label\" tabindex=\"-1\" class=\"headline grv-shr-lib-dialog__heading...",
"<div _ngcontent-web-shell-c1995352056 role=\"button\" class=\"grv-shr-lib-dialog__overlay\"></div>",
"<div _ngcontent-web-shell-c1995352056 cdktrapfocus class=\"decision-modal-container grv-shr-lib-dialog__container\"><h2 _ngcontent-web-shell-c1995352056 id=\"dialog-box__label\" tabindex=\"-1\" class=\"headline grv-shr-lib-dialog__heading\">You are now leaving the Capital One website</h2><span _ngcontent-web-shell-c1995352056 class=\"subheadline grv-shr-lib-dialog__content\">You're leaving the Capital one website and heading to an external site. It may have different privacy and security policies,...",
"<h2 _ngcontent-web-shell-c1995352056 id=\"dialog-box__label\" tabindex=\"-1\" class=\"headline grv-shr-lib-dialog__heading\">You are now leaving the Capital One website</h2>",
"<span _ngcontent-web-shell-c1995352056 class=\"subheadline grv-shr-lib-dialog__content\">You're leaving the Capital one website and heading to an external site. It may have different privacy and security policies, so take a moment to check them out.</span>",
"<div _ngcontent-web-shell-c1995352056 class=\"ctas grv-shr-lib-dialog__buttons\"><button _ngcontent-web-shell-c1995352056 type=\"button\" class=\"accept-button grv-shr-lib-button ng-star-inserted\">Proceed</button><!----><button _ngcontent-web-shell-c1995352056 type=\"button\" class=\"cancel-button grv-shr-lib-button--text ng-star-inserted\">Cancel</button><!----></div>"
],
"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
29 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Answer block readiness
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Answer block readiness scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 29,
"passing": 0,
"failing": [
{
"heading": "Secure Sign In",
"headingHtml": "<h2 _ngcontent-web-shell-c2931505271 id=\"page-heading\" tabindex=\"-1\"><span _ngcontent-web-shell-c2931505271 class=\"sign-up\"><span _ngcontent-web-shell-c2931505271 class=\"vh\">Secure Sign In</span></span></h2>",
"firstParagraph": "Want this computer to remember your username? Check this box.",
"paragraphHtml": "<p _ngcontent-web-shell-c2931505271> Want this computer to remember your username? Check this box. </p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Take charge of your credit",
"headingHtml": "<h2 _ngcontent-web-shell-c3432458454 class=\"headline ng-star-inserted\">Take charge of your credit</h2>",
"firstParagraph": "Find the right card for you, anytime.",
"paragraphHtml": "<p _ngcontent-web-shell-c3432458454 class=\"subheadline ng-star-inserted\">Find the right card for you, anytime.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "TOPIC",
"headingHtml": "<h2 _ngcontent-web-shell-c3316088401 class=\"grv-shr-lib-text--small-2 grv-shr-lib-weight--semibold top-bar-topic-title ng-tns-c3316088401-0\"> TOPIC </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Meet Capital One",
"headingHtml": "<h3 _ngcontent-web-shell-c3316088401 class=\"grv-shr-lib-text--medium-2 grv-shr-lib-weight--normal top-bar-active-topic ng-tns-c3316088401-0\">Meet Capital One</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CHOOSE A TOPIC",
"headingHtml": "<h2 _ngcontent-web-shell-c3316088401 class=\"tabpanel-title ng-tns-c3316088401-0\">CHOOSE A TOPIC</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore card offers",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Explore card offers</h3>",
"firstParagraph": "See if you’re eligible for credit card offers with our pre-approval tool.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">See if you’re eligible for credit card offers with our pre-approval tool.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Bank with confidence",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Bank with confidence</h3>",
"firstParagraph": "Enjoy no fees or minimums for checking and savings accounts.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Enjoy no fees or minimums for checking and savings accounts.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Find a car you love",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Find a car you love</h3>",
"firstParagraph": "Shop cars and pre-qualify for financing with Auto Navigator.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Shop cars and pre-qualify for financing with Auto Navigator.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "More built-in benefits",
"headingHtml": "<h2 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">More built-in benefits</h2>",
"firstParagraph": "",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-subheadline grv-shr-lib-text--normal\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Only the best for your business",
"headingHtml": "<h2 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">Only the best for your business</h2>",
"firstParagraph": "",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-subheadline grv-shr-lib-text--normal\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "DIGITAL TOOLS BUILT FOR EASE",
"headingHtml": "<h2 _ngcontent-web-shell-c347514875 class=\"grv-shr-lib-text__heading--normal\"> DIGITAL TOOLS BUILT FOR EASE </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Anytime account access",
"headingHtml": "<h3 _ngcontent-web-shell-c347514875 class=\"feature-headline\" aria-label=\"Anytime account access.\"> Anytime account access </h3>",
"firstParagraph": "Monitor your accounts on the go with our top-rated Capital One Mobile app.",
"paragraphHtml": "<p _ngcontent-web-shell-c347514875 class=\"feature-description\"> Monitor your accounts on the go with our top-rated Capital One Mobile app. </p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Redeem your rewards",
"headingHtml": "<h3 _ngcontent-web-shell-c347514875 class=\"feature-headline\" aria-label=\"Redeem your rewards.\"> Redeem your rewards </h3>",
"firstParagraph": "Explore and redeem your Capital One credit card rewards.",
"paragraphHtml": "<p _ngcontent-web-shell-c347514875 class=\"feature-description\"> Explore and redeem your Capital One credit card rewards. </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Monitor your credit",
"headingHtml": "<h3 _ngcontent-web-shell-c347514875 class=\"feature-headline\" aria-label=\"Monitor your credit.\"> Monitor your credit </h3>",
"firstParagraph": "Quickly and easily check your credit score with no impact and for free with CreditWise.",
"paragraphHtml": "<p _ngcontent-web-shell-c347514875 class=\"feature-description\"> Quickly and easily check your credit score with no impact and for free with CreditWise. </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Pay & move money",
"headingHtml": "<h3 _ngcontent-web-shell-c347514875 class=\"feature-headline\" aria-label=\"Pay & move money.\"> Pay & move money </h3>",
"firstParagraph": "Make payments, transfer money and deposit checks with ease.",
"paragraphHtml": "<p _ngcontent-web-shell-c347514875 class=\"feature-description\"> Make payments, transfer money and deposit checks with ease. </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Check your eligibility",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Check your eligibility</h3>",
"firstParagraph": "Apply with confidence with no impact to your credit score.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Apply with confidence with no impact to your credit score.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Grow your money",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Grow your money</h3>",
"firstParagraph": "Explore checking, savings and CD accounts with no fees or minimums.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Explore checking, savings and CD accounts with no fees or minimums.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Get business done",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Get business done</h3>",
"firstParagraph": "Choose your rewards—travel or cash—and earn on every business expense.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Choose your rewards—travel or cash—and earn on every business expense.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Let us help you reach your goals",
"headingHtml": "<h2 _ngcontent-web-shell-c3437653072 class=\"heading ng-tns-c3437653072-2\">Let us help you reach your goals</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tools for your long-term success",
"headingHtml": "<h2 _ngcontent-web-shell-c1385780718 id=\"checkeredGroupEyebrow\" class=\"checkered-eyebrow ng-star-inserted\">Tools for your long-term success</h2>",
"firstParagraph": "Creditwise from capital one",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-eyebrow grv-shr-lib-text__heading--normal\">Creditwise from capital one</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "What’s your credit score?",
"headingHtml": "<h3 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">What’s your credit score?</h3>",
"firstParagraph": "",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-subheadline grv-shr-lib-text--normal\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Connect your financial behaviors to your goals",
"headingHtml": "<h3 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">Connect your financial behaviors to your goals</h3>",
"firstParagraph": "",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-subheadline grv-shr-lib-text--normal\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Capital One Shopping",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Capital One Shopping</h3>",
"firstParagraph": "Automatically apply free coupons and save with price drop notifications.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Automatically apply free coupons and save with price drop notifications.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Capital One Cafés",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Capital One Cafés</h3>",
"firstParagraph": "Enjoy free Wi-Fi & cozy spaces. Cardholders get 50% off handcrafted sips.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Enjoy free Wi-Fi & cozy spaces. Cardholders get 50% off handcrafted sips.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Capital One Travel",
"headingHtml": "<h3 _ngcontent-web-shell-c3638448899 class=\"callout-heading grv-shr-lib-text--light ng-star-inserted\">Capital One Travel</h3>",
"firstParagraph": "Earn rewards when you book a flight, hotel or car with eligible cards.",
"paragraphHtml": "<p _ngcontent-web-shell-c3638448899 class=\"grv-shr-lib-text__body--normal illustration-text__body ng-star-inserted\">Earn rewards when you book a flight, hotel or car with eligible cards.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "REWARDING THE WAY YOU SPEND",
"headingHtml": "<h2 _ngcontent-web-shell-c1385780718 id=\"checkeredGroupEyebrow\" class=\"checkered-eyebrow ng-star-inserted\">REWARDING THE WAY YOU SPEND</h2>",
"firstParagraph": "Travel rewards cards",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-eyebrow grv-shr-lib-text__heading--normal\">Travel rewards cards</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Unlimited miles you can actually use",
"headingHtml": "<h3 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">Unlimited miles you can actually use</h3>",
"firstParagraph": "",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-subheadline grv-shr-lib-text--normal\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Access best-in-class rewards",
"headingHtml": "<h3 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">Access best-in-class rewards</h3>",
"firstParagraph": "",
"paragraphHtml": "<p _ngcontent-web-shell-c1713238460 class=\"tile-content-subheadline grv-shr-lib-text--normal\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "You are now leaving the Capital One website",
"headingHtml": "<h2 _ngcontent-web-shell-c1995352056 id=\"dialog-box__label\" tabindex=\"-1\" class=\"headline grv-shr-lib-dialog__heading\">You are now leaving the Capital One website</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"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, 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": "Secure Sign In",
"html": "<h2 _ngcontent-web-shell-c2931505271 id=\"page-heading\" tabindex=\"-1\"><span _ngcontent-web-shell-c2931505271 class=\"sign-up\"><span _ngcontent-web-shell-c2931505271 class=\"vh\">Secure Sign In</span></span></h2>"
},
{
"text": "Take charge of your credit",
"html": "<h2 _ngcontent-web-shell-c3432458454 class=\"headline ng-star-inserted\">Take charge of your credit</h2>"
},
{
"text": "TOPIC",
"html": "<h2 _ngcontent-web-shell-c3316088401 class=\"grv-shr-lib-text--small-2 grv-shr-lib-weight--semibold top-bar-topic-title ng-tns-c3316088401-0\"> TOPIC </h2>"
},
{
"text": "CHOOSE A TOPIC",
"html": "<h2 _ngcontent-web-shell-c3316088401 class=\"tabpanel-title ng-tns-c3316088401-0\">CHOOSE A TOPIC</h2>"
},
{
"text": "More built-in benefits",
"html": "<h2 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">More built-in benefits</h2>"
},
{
"text": "Only the best for your business",
"html": "<h2 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">Only the best for your business</h2>"
},
{
"text": "DIGITAL TOOLS BUILT FOR EASE",
"html": "<h2 _ngcontent-web-shell-c347514875 class=\"grv-shr-lib-text__heading--normal\"> DIGITAL TOOLS BUILT FOR EASE </h2>"
},
{
"text": "Let us help you reach your goals",
"html": "<h2 _ngcontent-web-shell-c3437653072 class=\"heading ng-tns-c3437653072-2\">Let us help you reach your goals</h2>"
},
{
"text": "Tools for your long-term success",
"html": "<h2 _ngcontent-web-shell-c1385780718 id=\"checkeredGroupEyebrow\" class=\"checkered-eyebrow ng-star-inserted\">Tools for your long-term success</h2>"
},
{
"text": "REWARDING THE WAY YOU SPEND",
"html": "<h2 _ngcontent-web-shell-c1385780718 id=\"checkeredGroupEyebrow\" class=\"checkered-eyebrow ng-star-inserted\">REWARDING THE WAY YOU SPEND</h2>"
},
{
"text": "You are now leaving the Capital One website",
"html": "<h2 _ngcontent-web-shell-c1995352056 id=\"dialog-box__label\" tabindex=\"-1\" class=\"headline grv-shr-lib-dialog__heading\">You are now leaving the Capital One website</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Capital One?",
"pattern": {}
},
{
"id": "how",
"label": "How does Capital One work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Capital One?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Capital One free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Capital One compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Capital One?",
"pattern": {}
},
{
"id": "how",
"label": "How does Capital One work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Capital One free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Capital One compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: credit, cards, checking, savings, auto, loans, explore, services.
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
88/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 88/100 and needs improvement.
Evidence
{
"title": "Capital One | Credit Cards, Checking, Savings & Auto Loans",
"h1": "Explore Capital One’s Banking and Financial Services",
"description": "Learn how banking with Capital One can help you meet your financial goals.",
"topicOverlap": 0.5,
"definitionCount": 1,
"topicTerms": [
"capital",
"one",
"credit",
"cards",
"checking",
"savings",
"auto",
"loans",
"explore",
"banking",
"financial",
"services"
],
"descriptionTerms": [
"learn",
"banking",
"capital",
"one",
"help",
"meet",
"financial",
"goals"
],
"missingFromDescription": [
"credit",
"cards",
"checking",
"savings",
"auto",
"loans",
"explore",
"services"
],
"score": 88,
"weight": 18
}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": 100
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html",
"length": 100
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html",
"length": 100
}
]
},
"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, 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": "Secure Sign In",
"html": "<h2 _ngcontent-web-shell-c2931505271 id=\"page-heading\" tabindex=\"-1\"><span _ngcontent-web-shell-c2931505271 class=\"sign-up\"><span _ngcontent-web-shell-c2931505271 class=\"vh\">Secure Sign In</span></span></h2>"
},
{
"text": "Take charge of your credit",
"html": "<h2 _ngcontent-web-shell-c3432458454 class=\"headline ng-star-inserted\">Take charge of your credit</h2>"
},
{
"text": "TOPIC",
"html": "<h2 _ngcontent-web-shell-c3316088401 class=\"grv-shr-lib-text--small-2 grv-shr-lib-weight--semibold top-bar-topic-title ng-tns-c3316088401-0\"> TOPIC </h2>"
},
{
"text": "CHOOSE A TOPIC",
"html": "<h2 _ngcontent-web-shell-c3316088401 class=\"tabpanel-title ng-tns-c3316088401-0\">CHOOSE A TOPIC</h2>"
},
{
"text": "More built-in benefits",
"html": "<h2 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">More built-in benefits</h2>"
},
{
"text": "Only the best for your business",
"html": "<h2 _ngcontent-web-shell-c1713238460 class=\"tile-content-headline ng-star-inserted\">Only the best for your business</h2>"
},
{
"text": "DIGITAL TOOLS BUILT FOR EASE",
"html": "<h2 _ngcontent-web-shell-c347514875 class=\"grv-shr-lib-text__heading--normal\"> DIGITAL TOOLS BUILT FOR EASE </h2>"
},
{
"text": "Let us help you reach your goals",
"html": "<h2 _ngcontent-web-shell-c3437653072 class=\"heading ng-tns-c3437653072-2\">Let us help you reach your goals</h2>"
},
{
"text": "Tools for your long-term success",
"html": "<h2 _ngcontent-web-shell-c1385780718 id=\"checkeredGroupEyebrow\" class=\"checkered-eyebrow ng-star-inserted\">Tools for your long-term success</h2>"
},
{
"text": "REWARDING THE WAY YOU SPEND",
"html": "<h2 _ngcontent-web-shell-c1385780718 id=\"checkeredGroupEyebrow\" class=\"checkered-eyebrow ng-star-inserted\">REWARDING THE WAY YOU SPEND</h2>"
},
{
"text": "You are now leaving the Capital One website",
"html": "<h2 _ngcontent-web-shell-c1995352056 id=\"dialog-box__label\" tabindex=\"-1\" class=\"headline grv-shr-lib-dialog__heading\">You are now leaving the Capital One website</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Capital One?",
"pattern": {}
},
{
"id": "how",
"label": "How does Capital One work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Capital One?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Capital One free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Capital One compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Capital One?",
"pattern": {}
},
{
"id": "how",
"label": "How does Capital One work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Capital One free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Capital One 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; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html",
"length": 100,
"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; missing credential type language.",
"compatibleContentType": false,
"contentLength": 99,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/page-not-found/",
"/head",
"/body",
"/html"
],
"rawExcerpt": "<html><head><meta http-equiv=\"refresh\" content=\"0; url=/page-not-found/\"></head><body></body></html>"
}
},
"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; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html",
"length": 100,
"text": "<html><head><meta http-equiv=\"refresh\" content=\"0; url=/page-not-found/\"></head><body></body></html>"
},
"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": 100,
"text": "<html><head><meta http-equiv=\"refresh\" content=\"0; url=/page-not-found/\"></head><body></body></html>"
}
},
"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": 15,
"signals": [
{
"source": "field:type",
"weight": 5,
"match": "password input"
},
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 1,
"match": "username"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html",
"length": 100
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html",
"length": 100
}
]
},
"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": 15,
"signals": [
{
"source": "field:type",
"weight": 5,
"match": "password input"
},
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 1,
"match": "username"
}
]
},
"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": "<html><head><meta http-equiv=\"refresh\" content=\"0; url=/page-not-found/\"></head><body></body></html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.capitalone.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.capitalone.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.capitalone.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.capitalone.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": 15,
"signals": [
{
"source": "field:type",
"weight": 5,
"match": "password input"
},
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 1,
"match": "username"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}SEOSEOBrowser audit
Links are not crawlable
50 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}SEOSEOBrowser audit
Links do not have descriptive text
50 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
2 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "2 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
50 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
2 warnings 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": "2 warnings 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
Document does not have a main landmark.
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
Check name
Document does not have a main landmark.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).
References
https://web.dev/learn/performance/Evidence
{
"description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)."
}Performance and AccessibilityPerformanceBrowser audit
Forced reflow
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
13 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
13 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
Reduce JavaScript execution time
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
7.4Â s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "7.4Â s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 7356.299999999952
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 548Â 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 548Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
7 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
43/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "speed-index",
"title": "Speed Index",
"score": 20,
"displayValue": "3.3Â s",
"numericValue": 3280.925045688876
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 79,
"displayValue": "1.1Â s",
"numericValue": 1136.0005449923065
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 20Â ms",
"numericValue": 17
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "3,860Â ms",
"numericValue": 3860.4983892962528
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 2,
"displayValue": "670Â ms",
"numericValue": 669
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "20Â ms",
"numericValue": 20.505420000000004
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 4,
"displayValue": "10.1Â s",
"numericValue": 10077.8919744883
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 36,
"displayValue": "2.9Â s",
"numericValue": 2899.0007785604384
}
]
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}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 |
|---|---|---|---|
| 50/100 | Level 3, Bot-Aware | Current report |