Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 39 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 100 out of 100
- GEO, AIO and AEO 69 out of 100
- SEO 100 out of 100
- Performance and Accessibility 94 out of 100
What AI sees of your website
Best Password Manager for Business, Enterprise & Personal | Bitwarden
Bitwarden is the most trusted password manager for passwords and passkeys at home or at work, on any browser or device. Start with a free trial.
Next step
Turn this report into a fix workflow
24 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 39 | Priority fix | 9 | 15 | 0 | View details |
| Discoverability | 33 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 50 | Needs work | 5 | 6 | 0 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 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 | 69 | Needs work | 5 | 3 | 11 | View details |
| GEO Readiness | 79 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 62 | Needs work | 3 | 2 | 2 | View details |
| AEO Readiness | 64 | Needs work | 1 | 1 | 5 | View details |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 100 | Strong | 9 | 0 | 0 | |
| Security & Trust | 100 | Strong | 5 | 0 | 0 | |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 94 | Strong | 24 | 2 | 2 | View details |
| Performance | 92 | Strong | 16 | 1 | 2 | View details |
| Accessibility | 99 | Strong | 8 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
42 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-us\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>404 - Page Not Found | Bitwarden</title>\n <meta name=\"robots\" content=\"noindex, follow\">\n <link rel=\"icon\" href=\"https://bitwarden.com/favicon.ico\" type=\"image/x-icon\">\n <link rel=\"preload\" as=\"style\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /><link rel=\"stylesheet\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /></head>\n<body class=\"bg-indigoBlue min-h-screen\" style=\"background-image: url('https://bitwarden.com/assets/3hFwAbRp0pdfSty"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 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
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-us\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>404 - Page Not Found | Bitwarden</title>\n <meta name=\"robots\" content=\"noindex, follow\">\n <link rel=\"icon\" href=\"https://bitwarden.com/favicon.ico\" type=\"image/x-icon\">\n <link rel=\"preload\" as=\"style\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /><link rel=\"stylesheet\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /></head>\n<body class=\"bg-indigoBlue min-h-screen\" style=\"background-image: url('https://bitwarden.com/assets/3hFwAbRp0pdfSty"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-us\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>404 - Page Not Found | Bitwarden</title>\n <meta name=\"robots\" content=\"noindex, follow\">\n <link rel=\"icon\" href=\"https://bitwarden.com/favicon.ico\" type=\"image/x-icon\">\n <link rel=\"preload\" as=\"style\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /><link rel=\"stylesheet\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /></head>\n<body class=\"bg-indigoBlue min-h-screen\" style=\"background-image: url('https://bitwarden.com/assets/3hFwAbRp0pdfSty"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-us\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>404 - Page Not Found | Bitwarden</title>\n <meta name=\"robots\" content=\"noindex, follow\">\n <link rel=\"icon\" href=\"https://bitwarden.com/favicon.ico\" type=\"image/x-icon\">\n <link rel=\"preload\" as=\"style\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /><link rel=\"stylesheet\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /></head>\n<body class=\"bg-indigoBlue min-h-screen\" style=\"background-image: url('https://bitwarden.com/assets/3hFwAbRp0pdfSty"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-us\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>404 - Page Not Found | Bitwarden</title>\n <meta name=\"robots\" content=\"noindex, follow\">\n <link rel=\"icon\" href=\"https://bitwarden.com/favicon.ico\" type=\"image/x-icon\">\n <link rel=\"preload\" as=\"style\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /><link rel=\"stylesheet\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /></head>\n<body class=\"bg-indigoBlue min-h-screen\" style=\"background-image: url('https://bitwarden.com/assets/3hFwAbRp0pdfSty"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-us\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>404 - Page Not Found | Bitwarden</title>\n <meta name=\"robots\" content=\"noindex, follow\">\n <link rel=\"icon\" href=\"https://bitwarden.com/favicon.ico\" type=\"image/x-icon\">\n <link rel=\"preload\" as=\"style\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /><link rel=\"stylesheet\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /></head>\n<body class=\"bg-indigoBlue min-h-screen\" style=\"background-image: url('https://bitwarden.com/assets/3hFwAbRp0pdfSty"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-us\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>404 - Page Not Found | Bitwarden</title>\n <meta name=\"robots\" content=\"noindex, follow\">\n <link rel=\"icon\" href=\"https://bitwarden.com/favicon.ico\" type=\"image/x-icon\">\n <link rel=\"preload\" as=\"style\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /><link rel=\"stylesheet\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /></head>\n<body class=\"bg-indigoBlue min-h-screen\" style=\"background-image: url('https://bitwarden.com/assets/3hFwAbRp0pdfSty"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-us\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>404 - Page Not Found | Bitwarden</title>\n <meta name=\"robots\" content=\"noindex, follow\">\n <link rel=\"icon\" href=\"https://bitwarden.com/favicon.ico\" type=\"image/x-icon\">\n <link rel=\"preload\" as=\"style\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /><link rel=\"stylesheet\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /></head>\n<body class=\"bg-indigoBlue min-h-screen\" style=\"background-image: url('https://bitwarden.com/assets/3hFwAbRp0pdfSty"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
50 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, X-Inertia".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding, X-Inertia"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, X-Inertia\".",
"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": 118924,
"excerpt": "<!DOCTYPE html>\n<html lang=\"en-us\" dir=\"ltr\">\n\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"ahrefs-site-verification\" content=\"61c991678758d4a41d5f82f492d40058699607a047824fe2b80c1634b5d467b5\">\n <meta name=\"viewport\" content=\"width=device",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: skipped heading levels; 2 buttons missing accessible names.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": true,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [
"<button type=\"button\" class=\"flex items-center justify-center hover:text-secondary-200 dark:hover:text-primaryBlue\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" class=\"size-6 p-1 xl:size-7 mr-1\"><path d=\"M31.034 24.9l-5.644-5.66c-0.282-0.273-0.481-0.621-0.573-1.002s-0.076-0.782 0.049-1.154c0.847-2.408 0.954-5.013 0.309-7.483s-2.014-4.689-3.93-6.375-4.293-2.76-6.824-3.085c-2.531-0.325-5.102 0.114-7.382 1.261s-4.165 2.949-5.413 5.175c-1.248 2.226-1.802 4.775-1.591 7.318s1.178 4.966 ",
"<button type=\"button\" class=\"flex items-center justify-center hover:text-bw-deep-blue dark:hover:text-primaryBlue\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" class=\"size-6 p-1 xl:size-7 mr-1\"><path d=\"M31.034 24.9l-5.644-5.66c-0.282-0.273-0.481-0.621-0.573-1.002s-0.076-0.782 0.049-1.154c0.847-2.408 0.954-5.013 0.309-7.483s-2.014-4.689-3.93-6.375-4.293-2.76-6.824-3.085c-2.531-0.325-5.102 0.114-7.382 1.261s-4.165 2.949-5.413 5.175c-1.248 2.226-1.802 4.775-1.591 7.318s1.178 4.966 2"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h5: Password Manager",
"h5: Developer Products",
"h5: Explore More",
"h5: Personal Plans Top Features",
"h5: Business Plans Top Features",
"h5: Top Tools",
"h5: Resource Library",
"h5: Security & Trust",
"h5: Training",
"h5: Password Manager",
"h5: Developer Products",
"h5: Explore More",
"h5: Personal Plans Top Features",
"h5: Business Plans Top Features",
"h5: Top Tools",
"h5: Resource Library",
"h5: Security & Trust",
"h5: Training",
"h1: THE MOST TRUSTED PASSWORD MANAGER",
"h3: Simple to use",
"h3: Easy to manage",
"h3: Trusted security",
"h3: Why millions trust Bitwarden",
"h3: Trusted by 80,000+ organizations worldwide",
"h3: Business protection",
"h3: Personal security",
"h3: Uncover shadow IT and reduce credential risks",
"h3: Everything you need in a password manager",
"h3: Generate, save, and autofill",
"h3: Centralized administration",
"h3: Integrate with your tools",
"h3: Easy imports",
"h3: Share with others",
"h3: Self-host option",
"h3: Best enterprise password manager",
"h3: Why you need a password manager",
"h4: Protect against hackers",
"h4: Autofill effortlessly",
"h4: Don’t feed the phish!",
"h3: Get powerful, trusted password security now. Pick your plan.",
"h4: Premium",
"h4: Families",
"h4: Just getting started?",
"h4: Teams",
"h4: Enterprise",
"h4: Talk to Sales",
"h4: Solutions",
"h5: For Developers",
"h4: Products",
"h5: Business",
"h5: Personal",
"h4: Resources",
"h4: Free Tools",
"h4: Company"
]
},
"counts": {
"h1": 1,
"headings": 54,
"links": 171,
"inaccessibleLinks": 0,
"buttons": 15,
"inaccessibleButtons": 2,
"images": 27,
"imagesWithAlt": 27,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://bitwarden.com/build/assets/app-B5Rbune4.css",
"rel": "preload"
},
{
"url": "https://bitwarden.com/build/assets/app-DSOO0n2c.css",
"rel": "preload"
},
{
"url": "https://bitwarden.com/build/assets/app-BHGELDj3.js",
"rel": "modulepreload"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
}
]
},
"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": "bitwarden.com",
"probes": [
{
"name": "_index._agents.bitwarden.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.bitwarden.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": "bitwarden.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<select> is missing a name attribute.<select> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 187,
"interactiveWithTags": 0,
"totalCount": 187,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> 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": 2,
"issues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 187,
"interactiveWithTags": 0,
"totalCount": 187,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 187,
"interactiveWithTags": 0,
"totalCount": 187,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
12 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
No JSON-LD structured data was detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 0/100 and needs a fix.
Evidence
{
"schemaCount": 0,
"mismatches": [],
"score": 0,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
8 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/talk-to-sales/",
"text": "Talk to SalesFor large organizations, talk to an expert about a tailored plan and learn how Bitwarden can: Reduce cybersecurity risk Boost productivity Integrate seamlesslyBitwarden scales with any sized business to bring password security to your organizationTalk to Sales",
"html": "<a class=\"group relative mx-auto mb-4 p-6 rounded-lg flex flex-col h-full w-full border max-w-2xl bg-white dark:bg-secondary-800 relative transition-transform duration-300 ease-out md:hover:scale-[1.01] md:before:content-[''] md:hover:before:opacity-30 before:rounded-lg before:absolute before:-z-10 before:top-0 before:left-0 before:h-full before:w-full before:shadow-[0px_0px_16px_0px_var(--color-primaryBlue),_0px_0px_4px_0px_var(--color-accent-violet)] before:opacity-0 md:hover:befo..."
},
{
"href": "/about/",
"text": "About",
"html": "<a class=\"font-medium z-0 text-sm inline-block no-underline text-sm! text-secondary-800/90 hover:text-primaryBlue dark:text-secondary-200/90 dark:hover:text-secondary-300 py-1 pr-2 md:p-0\" data-testid=\"cta-link\" href=\"/about/\"><span class=\"flex items-center\">About</span></a>"
},
{
"href": "https://www.linkedin.com/company/bitwarden1",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/bitwarden1\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-base size-8 hover:text-primaryBlue dark:hover:text-secondary-300 flex items-center justify-center [&_span.font-bwi]:text-[1.2rem] text-sm! text-secondary-800/90 hover:text-primaryBlue dark:text-secondary-200/90 dark:hover:text-secondary-300 py-1 pr-2 md:p-0\"><span class=\"font-bwi\" data-name=\"bwi-linkedin\"></span></a>"
}
],
"contactLinks": [
{
"href": "/help/integrated-authenticator/",
"text": "Integrated TOTP",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+integrated+totp\" d..."
},
{
"href": "/help/emergency-access/",
"text": "Emergency Access",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+emergency+access\"..."
},
{
"href": "/help/policies/",
"text": "Enterprise Policies",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+enterprise+policie..."
},
{
"href": "/help/account-recovery/",
"text": "Account Recovery",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+account+recovery\"..."
},
{
"href": "/help/is-bitwarden-audited/#bug-bounty-program",
"text": "Bug Bounty Program",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+bug+bounty+pro..."
},
{
"href": "/help/bitwarden-security-white-paper/",
"text": "Bitwarden Security Whitepaper",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+security+white..."
},
{
"href": "/help/",
"text": "Help Center",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+help+center\" d..."
},
{
"href": "/help/courses/",
"text": "Courses",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+courses\" data-..."
},
{
"href": "/products/business-support/",
"text": "Enterprise Services",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+enterprise+ser..."
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-sm inline-block rounded-full text-center px-3 py-2 cta-outline-primary no-underline! plausible-event-name=global+navigation+click plausible-event-button=enterprise+sales\" data-testid=\"cta-link\" label=\"Talk to Sales\" id=\":R1arb79:2tDUNWNoogIbSAtjKfC32h\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/help/integrated-authenticator/",
"text": "Integrated TOTP",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+integrated+totp\" d..."
},
{
"href": "/help/emergency-access/",
"text": "Emergency Access",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+emergency+access\"..."
},
{
"href": "/help/policies/",
"text": "Enterprise Policies",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+enterprise+policie..."
},
{
"href": "/help/account-recovery/",
"text": "Account Recovery",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+account+recovery\"..."
},
{
"href": "/help/is-bitwarden-audited/#bug-bounty-program",
"text": "Bug Bounty Program",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+bug+bounty+pro..."
},
{
"href": "/help/bitwarden-security-white-paper/",
"text": "Bitwarden Security Whitepaper",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+security+white..."
},
{
"href": "/help/",
"text": "Help Center",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+help+center\" d..."
},
{
"href": "/help/courses/",
"text": "Courses",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+courses\" data-..."
},
{
"href": "/products/business-support/",
"text": "Enterprise Services",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+enterprise+ser..."
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-base inline-block rounded-full text-center px-5 py-3 cta-outline-primary hidden! xl:inline-block! plausible-event-name=global+navigation+click plausible-event-button=enterprise+sales\" data-testid=\"cta-link\" id=\":R179H1:29JD9dz0mt4vJkXv920Sso\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-base inline-block no-underline xl:hidden! no-underline! hover:underline! px-2 py-1 text-sm plausible-event-name=global+navigation+click plausible-event-button=enterprise+sales\" data-testid=\"cta-link\" id=\":R179H1:29JD9dz0mt4vJkXv920Sso\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-base table rounded-full text-center px-5 py-3 cta-solid-secondary-w-outline plausible-event-name=button+click plausible-event-button=contact+sales\" data-testid=\"card-cta\" id=\":R5lkhkr9:7gxgxTnSY5IQlY93R5YHhG\" label=\"Talk to Sales\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-base inline-block rounded-full text-center px-5 py-3 cta-outline-primary plausible-event-name=button+click plausible-event-button=contact+sales+homepage+lottie+logos\" data-testid=\"card-cta\" id=\":R1slkr9:Yhr6OuOLMxOdd4ZIPtFxL\" label=\"Talk to Sales\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-base inline-block rounded-full text-center px-5 py-3 cta-solid-primary plausible-event-name=button+click plausible-event-button=contact+sales\" data-testid=\"card-cta\" id=\":R79kmkr9:2siAy2FDz3Psd5SXP43iEg\" label=\"Talk to Sales\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-base inline-block rounded-full text-center px-5 py-3 cta-solid-primary plausible-event-name=button+click plausible-event-button=contact+sales\" data-testid=\"card-cta\" id=\":R3lkpkr9:2siAy2FDz3Psd5SXP43iEg\" label=\"Talk to Sales\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/help/courses/",
"text": "Courses",
"html": "<a class=\"font-medium z-0 text-sm inline-block no-underline text-sm! text-secondary-800/90 hover:text-primaryBlue dark:text-secondary-200/90 dark:hover:text-secondary-300 py-1 pr-2 md:p-0\" data-testid=\"cta-link\" href=\"/help/courses/\"><span class=\"flex items-center\">Courses</span></a>"
},
{
"href": "/help/",
"text": "Contact support",
"html": "<a class=\"font-medium z-0 text-sm inline-block no-underline text-sm! text-secondary-800/90 hover:text-primaryBlue dark:text-secondary-200/90 dark:hover:text-secondary-300 py-1 pr-2 md:p-0\" data-testid=\"cta-link\" href=\"/help/\"><span class=\"flex items-center\">Contact support</span></a>"
}
],
"privacyLinks": [
{
"href": "/terms/",
"text": "Terms",
"html": "<a class=\"font-medium z-0 text-sm inline-block no-underline text-sm! text-secondary-800/90 hover:text-primaryBlue dark:text-secondary-200/90 dark:hover:text-secondary-300 py-1 pr-2 md:p-0 font-[300]! md:text-sm!\" data-testid=\"cta-link\" href=\"/terms/\"><span class=\"flex items-center\">Terms</span></a>"
},
{
"href": "/privacy/",
"text": "Privacy",
"html": "<a class=\"font-medium z-0 text-sm inline-block no-underline text-sm! text-secondary-800/90 hover:text-primaryBlue dark:text-secondary-200/90 dark:hover:text-secondary-300 py-1 pr-2 md:p-0 font-[300]! md:text-sm!\" data-testid=\"cta-link\" href=\"/privacy/\"><span class=\"flex items-center\">Privacy</span></a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/talk-to-sales/",
"text": "Talk to SalesFor large organizations, talk to an expert about a tailored plan and learn how Bitwarden can: Reduce cybersecurity risk Boost productivity Integrate seamlesslyBitwarden scales with any sized business to bring password security to your organizationTalk to Sales",
"html": "<a class=\"group relative mx-auto mb-4 p-6 rounded-lg flex flex-col h-full w-full border max-w-2xl bg-white dark:bg-secondary-800 relative transition-transform duration-300 ease-out md:hover:scale-[1.01] md:before:content-[''] md:hover:before:opacity-30 before:rounded-lg before:absolute before:-z-10 before:top-0 before:left-0 before:h-full before:w-full before:shadow-[0px_0px_16px_0px_var(--color-primaryBlue),_0px_0px_4px_0px_var(--color-accent-violet)] before:opacity-0 md:hover:befo..."
},
{
"href": "/about/",
"text": "About",
"html": "<a class=\"font-medium z-0 text-sm inline-block no-underline text-sm! text-secondary-800/90 hover:text-primaryBlue dark:text-secondary-200/90 dark:hover:text-secondary-300 py-1 pr-2 md:p-0\" data-testid=\"cta-link\" href=\"/about/\"><span class=\"flex items-center\">About</span></a>"
},
{
"href": "https://www.linkedin.com/company/bitwarden1",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/bitwarden1\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-base size-8 hover:text-primaryBlue dark:hover:text-secondary-300 flex items-center justify-center [&_span.font-bwi]:text-[1.2rem] text-sm! text-secondary-800/90 hover:text-primaryBlue dark:text-secondary-200/90 dark:hover:text-secondary-300 py-1 pr-2 md:p-0\"><span class=\"font-bwi\" data-name=\"bwi-linkedin\"></span></a>"
}
],
"contactLinks": [
{
"href": "/help/integrated-authenticator/",
"text": "Integrated TOTP",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+integrated+totp\" d..."
},
{
"href": "/help/emergency-access/",
"text": "Emergency Access",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+emergency+access\"..."
},
{
"href": "/help/policies/",
"text": "Enterprise Policies",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+enterprise+policie..."
},
{
"href": "/help/account-recovery/",
"text": "Account Recovery",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+account+recovery\"..."
},
{
"href": "/help/is-bitwarden-audited/#bug-bounty-program",
"text": "Bug Bounty Program",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+bug+bounty+pro..."
},
{
"href": "/help/bitwarden-security-white-paper/",
"text": "Bitwarden Security Whitepaper",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+security+white..."
},
{
"href": "/help/",
"text": "Help Center",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+help+center\" d..."
},
{
"href": "/help/courses/",
"text": "Courses",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+courses\" data-..."
},
{
"href": "/products/business-support/",
"text": "Enterprise Services",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+enterprise+ser..."
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-sm inline-block rounded-full text-center px-3 py-2 cta-outline-primary no-underline! plausible-event-name=global+navigation+click plausible-event-button=enterprise+sales\" data-testid=\"cta-link\" label=\"Talk to Sales\" id=\":R1arb79:2tDUNWNoogIbSAtjKfC32h\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/help/integrated-authenticator/",
"text": "Integrated TOTP",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+integrated+totp\" d..."
},
{
"href": "/help/emergency-access/",
"text": "Emergency Access",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+emergency+access\"..."
},
{
"href": "/help/policies/",
"text": "Enterprise Policies",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+enterprise+policie..."
},
{
"href": "/help/account-recovery/",
"text": "Account Recovery",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=tools+account+recovery\"..."
},
{
"href": "/help/is-bitwarden-audited/#bug-bounty-program",
"text": "Bug Bounty Program",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+bug+bounty+pro..."
},
{
"href": "/help/bitwarden-security-white-paper/",
"text": "Bitwarden Security Whitepaper",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+security+white..."
},
{
"href": "/help/",
"text": "Help Center",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+help+center\" d..."
},
{
"href": "/help/courses/",
"text": "Courses",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+courses\" data-..."
},
{
"href": "/products/business-support/",
"text": "Enterprise Services",
"html": "<a class=\"font-medium z-0 text-base inline-block border-b-1 border-b-transparent text-primaryBlue hover:text-primary-700 dark:hover:text-primaryBlue focus:outline-hidden focus:outline-hidden focus:border-b focus:border-secondary-700 dark:focus:border-primaryBlue [&_.arrow]:transform-gpu hover:[&_.arrow]:translate-x-1 group-hover:[&_.arrow]:translate-x-1 font-normal! leading-[120%] py-0! plausible-event-name=navigation+drop+menu+click plausible-event-button=resources+enterprise+ser..."
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-base inline-block rounded-full text-center px-5 py-3 cta-outline-primary hidden! xl:inline-block! plausible-event-name=global+navigation+click plausible-event-button=enterprise+sales\" data-testid=\"cta-link\" id=\":R179H1:29JD9dz0mt4vJkXv920Sso\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-base inline-block no-underline xl:hidden! no-underline! hover:underline! px-2 py-1 text-sm plausible-event-name=global+navigation+click plausible-event-button=enterprise+sales\" data-testid=\"cta-link\" id=\":R179H1:29JD9dz0mt4vJkXv920Sso\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-base table rounded-full text-center px-5 py-3 cta-solid-secondary-w-outline plausible-event-name=button+click plausible-event-button=contact+sales\" data-testid=\"card-cta\" id=\":R5lkhkr9:7gxgxTnSY5IQlY93R5YHhG\" label=\"Talk to Sales\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-base inline-block rounded-full text-center px-5 py-3 cta-outline-primary plausible-event-name=button+click plausible-event-button=contact+sales+homepage+lottie+logos\" data-testid=\"card-cta\" id=\":R1slkr9:Yhr6OuOLMxOdd4ZIPtFxL\" label=\"Talk to Sales\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-base inline-block rounded-full text-center px-5 py-3 cta-solid-primary plausible-event-name=button+click plausible-event-button=contact+sales\" data-testid=\"card-cta\" id=\":R79kmkr9:2siAy2FDz3Psd5SXP43iEg\" label=\"Talk to Sales\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/contact-sales/",
"text": "Talk to Sales",
"html": "<a class=\"font-medium z-0 text-base inline-block rounded-full text-center px-5 py-3 cta-solid-primary plausible-event-name=button+click plausible-event-button=contact+sales\" data-testid=\"card-cta\" id=\":R3lkpkr9:2siAy2FDz3Psd5SXP43iEg\" label=\"Talk to Sales\" href=\"/contact-sales/\"><span class=\"flex items-center\">Talk to Sales</span></a>"
},
{
"href": "/help/courses/",
"text": "Courses",
"html": "<a class=\"font-medium z-0 text-sm inline-block no-underline text-sm! text-secondary-800/90 hover:text-primaryBlue dark:text-secondary-200/90 dark:hover:text-secondary-300 py-1 pr-2 md:p-0\" data-testid=\"cta-link\" href=\"/help/courses/\"><span class=\"flex items-center\">Courses</span></a>"
},
{
"href": "/help/",
"text": "Contact support",
"html": "<a class=\"font-medium z-0 text-sm inline-block no-underline text-sm! text-secondary-800/90 hover:text-primaryBlue dark:text-secondary-200/90 dark:hover:text-secondary-300 py-1 pr-2 md:p-0\" data-testid=\"cta-link\" href=\"/help/\"><span class=\"flex items-center\">Contact support</span></a>"
}
],
"privacyLinks": [
{
"href": "/terms/",
"text": "Terms",
"html": "<a class=\"font-medium z-0 text-sm inline-block no-underline text-sm! text-secondary-800/90 hover:text-primaryBlue dark:text-secondary-200/90 dark:hover:text-secondary-300 py-1 pr-2 md:p-0 font-[300]! md:text-sm!\" data-testid=\"cta-link\" href=\"/terms/\"><span class=\"flex items-center\">Terms</span></a>"
},
{
"href": "/privacy/",
"text": "Privacy",
"html": "<a class=\"font-medium z-0 text-sm inline-block no-underline text-sm! text-secondary-800/90 hover:text-primaryBlue dark:text-secondary-200/90 dark:hover:text-secondary-300 py-1 pr-2 md:p-0 font-[300]! md:text-sm!\" data-testid=\"cta-link\" href=\"/privacy/\"><span class=\"flex items-center\">Privacy</span></a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema, JSON-LD structured data.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 1,
"schemaBlocks": 0,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema",
"JSON-LD structured data"
],
"score": 60,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
18 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": 18,
"passing": 0,
"failing": [
{
"heading": "Simple to use",
"headingHtml": "<h3 class=\"h5\">Simple to use</h3>",
"firstParagraph": "Generate, save, and autofill strong passwords for all your accounts with ease.",
"paragraphHtml": "<p>Generate, save, and autofill strong passwords for all your accounts with ease. </p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Easy to manage",
"headingHtml": "<h3 class=\"h5\">Easy to manage</h3>",
"firstParagraph": "Organize credentials in a centralized business vault with robust administrative tools.",
"paragraphHtml": "<p>Organize credentials in a centralized business vault with robust administrative tools. </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Trusted security",
"headingHtml": "<h3 class=\"h5\">Trusted security</h3>",
"firstParagraph": "Open source transparency, third party audited, and community-reviewed.",
"paragraphHtml": "<p>Open source transparency, third party audited, and community-reviewed. </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Why millions trust Bitwarden",
"headingHtml": "<h3 class=\"h3 header-gradient text-balance\">Why millions trust Bitwarden</h3>",
"firstParagraph": "International compliance standardsBitwarden meets or exceeds privacy and security standards.Zero-knowledge encryptionOnly you can access your information.Vibrant online communityOver 100,000 community members across GitHub, Bitwarden forums, and Reddit.",
"paragraphHtml": "<p><strong>International compliance standards</strong><br>Bitwarden meets or exceeds privacy and security standards.<br><br><strong>Zero-knowledge encryption</strong><br>Only you can access your information.<br><br><strong>Vibrant online community</strong><br>Over 100,000 community members across GitHub, Bitwarden forums, and Reddit.</p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "Trusted by 80,000+ organizations worldwide",
"headingHtml": "<h3 class=\"h3 text-center text-balance header-gradient\">Trusted by 80,000+ organizations worldwide</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Business protection",
"headingHtml": "<h3 class=\"h5\">Business protection</h3>",
"firstParagraph": " Deploy with SSO, SCIM, and self-hosting out of the box",
"paragraphHtml": "<p><span title=\"check-circle\" style=\"font-family:bwi-font;font-size:inherit;pointer-events:none\" class=\"rich-icon\" svg=\"[object Object]\"></span> Deploy with SSO, SCIM, and self-hosting out of the box</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Personal security",
"headingHtml": "<h3 class=\"h5\">Personal security</h3>",
"firstParagraph": " Never forget a password again",
"paragraphHtml": "<p><span title=\"check-circle\" style=\"font-family:bwi-font;font-size:inherit;pointer-events:none\" class=\"rich-icon\" svg=\"[object Object]\"></span> Never forget a password again</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Uncover shadow IT and reduce credential risks",
"headingHtml": "<h3 class=\"h3 header-gradient text-balance\">Uncover shadow IT and reduce credential risks</h3>",
"firstParagraph": "Identify the applications being used in your organization and proactively protect your business from credential risks.",
"paragraphHtml": "<p>Identify the applications being used in your organization and proactively protect your business from credential risks.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Everything you need in a password manager",
"headingHtml": "<h3 class=\"h3 text-center text-balance header-gradient\">Everything you need in a password manager</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Generate, save, and autofill",
"headingHtml": "<h3 class=\"h5\">Generate, save, and autofill</h3>",
"firstParagraph": "Protect every account with strong and unique passwords and passkeys, saved securely across unlimited devices, and autofilled instantly.",
"paragraphHtml": "<p>Protect every account with strong and unique passwords and passkeys, saved securely across unlimited devices, and autofilled instantly.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Centralized administration",
"headingHtml": "<h3 class=\"h5\">Centralized administration</h3>",
"firstParagraph": "Manage your organization with access controls, policies, centralized item ownership, and security reports all from one place.",
"paragraphHtml": "<p>Manage your organization with access controls, policies, centralized item ownership, and security reports all from one place. </p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Integrate with your tools",
"headingHtml": "<h3 class=\"h5\">Integrate with your tools</h3>",
"firstParagraph": "Add Bitwarden seamlessly to your existing tech stack with easy integrations with your SSO provider, directory service, SIEM tool, and anything your business relies on.",
"paragraphHtml": "<p>Add Bitwarden seamlessly to your existing tech stack with easy integrations with your SSO provider, directory service, SIEM tool, and anything your business relies on.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Easy imports",
"headingHtml": "<h3 class=\"h5\">Easy imports</h3>",
"firstParagraph": "Move passwords from browsers or other managers to Bitwarden in minutes.",
"paragraphHtml": "<p>Move passwords from browsers or other managers to Bitwarden in minutes. </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Share with others",
"headingHtml": "<h3 class=\"h5\">Share with others</h3>",
"firstParagraph": "Use organization collections to share with teammates or Bitwarden Send to transmit encrypted text and files to anyone.",
"paragraphHtml": "<p>Use organization collections to share with teammates or Bitwarden Send to transmit encrypted text and files to anyone.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Self-host option",
"headingHtml": "<h3 class=\"h5\">Self-host option</h3>",
"firstParagraph": "Host Bitwarden on-premises or in your private cloud for full data sovereignty.",
"paragraphHtml": "<p>Host Bitwarden on-premises or in your private cloud for full data sovereignty.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Best enterprise password manager",
"headingHtml": "<h3 class=\"h3 header-gradient text-balance\">Best enterprise password manager</h3>",
"firstParagraph": "For eleven straight quarters, Bitwarden placed #1 in the Enterprise User Satisfaction category of the G2 Enterprise Grid Report, which ranks the best password managers for businesses.",
"paragraphHtml": "<p>For eleven straight quarters, Bitwarden placed #1 in the Enterprise User Satisfaction category of the <a class=\"underline transition-colors text-primaryBlue hover:text-bw-deep-blue dark:text-primaryBlue dark:hover:text-white\" href=\"/blog/bitwarden-g2-enterprise-grid/\">G2 Enterprise Grid Report</a>, which ranks the best password managers for businesses.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Why you need a password manager",
"headingHtml": "<h3 class=\"h3 text-center header-gradient\">Why you need a password manager</h3>",
"firstParagraph": "Weak and reused passwords are how hackers crack into your accounts.",
"paragraphHtml": "<p>Weak and reused passwords are how hackers crack into your accounts.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Get powerful, trusted password security now. Pick your plan.",
"headingHtml": "<h3 class=\"h3 text-center m-auto text-balance header-gradient\">Get powerful, trusted password security now. Pick your plan.</h3>",
"firstParagraph": "Pricing shown in USD and based on an annual subscription. Taxes not included.",
"paragraphHtml": "<p>Pricing shown in USD and based on an annual subscription. Taxes not included.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 0,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
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
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
18 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": 18,
"passing": 0,
"failing": [
{
"heading": "Simple to use",
"headingHtml": "<h3 class=\"h5\">Simple to use</h3>",
"firstParagraph": "Generate, save, and autofill strong passwords for all your accounts with ease.",
"paragraphHtml": "<p>Generate, save, and autofill strong passwords for all your accounts with ease. </p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Easy to manage",
"headingHtml": "<h3 class=\"h5\">Easy to manage</h3>",
"firstParagraph": "Organize credentials in a centralized business vault with robust administrative tools.",
"paragraphHtml": "<p>Organize credentials in a centralized business vault with robust administrative tools. </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Trusted security",
"headingHtml": "<h3 class=\"h5\">Trusted security</h3>",
"firstParagraph": "Open source transparency, third party audited, and community-reviewed.",
"paragraphHtml": "<p>Open source transparency, third party audited, and community-reviewed. </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Why millions trust Bitwarden",
"headingHtml": "<h3 class=\"h3 header-gradient text-balance\">Why millions trust Bitwarden</h3>",
"firstParagraph": "International compliance standardsBitwarden meets or exceeds privacy and security standards.Zero-knowledge encryptionOnly you can access your information.Vibrant online communityOver 100,000 community members across GitHub, Bitwarden forums, and Reddit.",
"paragraphHtml": "<p><strong>International compliance standards</strong><br>Bitwarden meets or exceeds privacy and security standards.<br><br><strong>Zero-knowledge encryption</strong><br>Only you can access your information.<br><br><strong>Vibrant online community</strong><br>Over 100,000 community members across GitHub, Bitwarden forums, and Reddit.</p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "Trusted by 80,000+ organizations worldwide",
"headingHtml": "<h3 class=\"h3 text-center text-balance header-gradient\">Trusted by 80,000+ organizations worldwide</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Business protection",
"headingHtml": "<h3 class=\"h5\">Business protection</h3>",
"firstParagraph": " Deploy with SSO, SCIM, and self-hosting out of the box",
"paragraphHtml": "<p><span title=\"check-circle\" style=\"font-family:bwi-font;font-size:inherit;pointer-events:none\" class=\"rich-icon\" svg=\"[object Object]\"></span> Deploy with SSO, SCIM, and self-hosting out of the box</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Personal security",
"headingHtml": "<h3 class=\"h5\">Personal security</h3>",
"firstParagraph": " Never forget a password again",
"paragraphHtml": "<p><span title=\"check-circle\" style=\"font-family:bwi-font;font-size:inherit;pointer-events:none\" class=\"rich-icon\" svg=\"[object Object]\"></span> Never forget a password again</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Uncover shadow IT and reduce credential risks",
"headingHtml": "<h3 class=\"h3 header-gradient text-balance\">Uncover shadow IT and reduce credential risks</h3>",
"firstParagraph": "Identify the applications being used in your organization and proactively protect your business from credential risks.",
"paragraphHtml": "<p>Identify the applications being used in your organization and proactively protect your business from credential risks.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Everything you need in a password manager",
"headingHtml": "<h3 class=\"h3 text-center text-balance header-gradient\">Everything you need in a password manager</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Generate, save, and autofill",
"headingHtml": "<h3 class=\"h5\">Generate, save, and autofill</h3>",
"firstParagraph": "Protect every account with strong and unique passwords and passkeys, saved securely across unlimited devices, and autofilled instantly.",
"paragraphHtml": "<p>Protect every account with strong and unique passwords and passkeys, saved securely across unlimited devices, and autofilled instantly.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Centralized administration",
"headingHtml": "<h3 class=\"h5\">Centralized administration</h3>",
"firstParagraph": "Manage your organization with access controls, policies, centralized item ownership, and security reports all from one place.",
"paragraphHtml": "<p>Manage your organization with access controls, policies, centralized item ownership, and security reports all from one place. </p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Integrate with your tools",
"headingHtml": "<h3 class=\"h5\">Integrate with your tools</h3>",
"firstParagraph": "Add Bitwarden seamlessly to your existing tech stack with easy integrations with your SSO provider, directory service, SIEM tool, and anything your business relies on.",
"paragraphHtml": "<p>Add Bitwarden seamlessly to your existing tech stack with easy integrations with your SSO provider, directory service, SIEM tool, and anything your business relies on.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Easy imports",
"headingHtml": "<h3 class=\"h5\">Easy imports</h3>",
"firstParagraph": "Move passwords from browsers or other managers to Bitwarden in minutes.",
"paragraphHtml": "<p>Move passwords from browsers or other managers to Bitwarden in minutes. </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Share with others",
"headingHtml": "<h3 class=\"h5\">Share with others</h3>",
"firstParagraph": "Use organization collections to share with teammates or Bitwarden Send to transmit encrypted text and files to anyone.",
"paragraphHtml": "<p>Use organization collections to share with teammates or Bitwarden Send to transmit encrypted text and files to anyone.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Self-host option",
"headingHtml": "<h3 class=\"h5\">Self-host option</h3>",
"firstParagraph": "Host Bitwarden on-premises or in your private cloud for full data sovereignty.",
"paragraphHtml": "<p>Host Bitwarden on-premises or in your private cloud for full data sovereignty.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Best enterprise password manager",
"headingHtml": "<h3 class=\"h3 header-gradient text-balance\">Best enterprise password manager</h3>",
"firstParagraph": "For eleven straight quarters, Bitwarden placed #1 in the Enterprise User Satisfaction category of the G2 Enterprise Grid Report, which ranks the best password managers for businesses.",
"paragraphHtml": "<p>For eleven straight quarters, Bitwarden placed #1 in the Enterprise User Satisfaction category of the <a class=\"underline transition-colors text-primaryBlue hover:text-bw-deep-blue dark:text-primaryBlue dark:hover:text-white\" href=\"/blog/bitwarden-g2-enterprise-grid/\">G2 Enterprise Grid Report</a>, which ranks the best password managers for businesses.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Why you need a password manager",
"headingHtml": "<h3 class=\"h3 text-center header-gradient\">Why you need a password manager</h3>",
"firstParagraph": "Weak and reused passwords are how hackers crack into your accounts.",
"paragraphHtml": "<p>Weak and reused passwords are how hackers crack into your accounts.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Get powerful, trusted password security now. Pick your plan.",
"headingHtml": "<h3 class=\"h3 text-center m-auto text-balance header-gradient\">Get powerful, trusted password security now. Pick your plan.</h3>",
"firstParagraph": "Pricing shown in USD and based on an annual subscription. Taxes not included.",
"paragraphHtml": "<p>Pricing shown in USD and based on an annual subscription. Taxes not included.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 87/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 87/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: best, business, enterprise, personal.
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
87/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 87/100 and needs improvement.
Evidence
{
"title": "Best Password Manager for Business, Enterprise & Personal | Bitwarden",
"h1": "THE MOST TRUSTED PASSWORD MANAGER",
"description": "Bitwarden is the most trusted password manager for passwords and passkeys at home or at work, on any browser or device. Start with a free trial.",
"topicOverlap": 0.5555555555555556,
"topicTerms": [
"best",
"password",
"manager",
"business",
"enterprise",
"personal",
"bitwarden",
"most",
"trusted"
],
"descriptionTerms": [
"bitwarden",
"most",
"trusted",
"password",
"manager",
"passwords",
"passkeys",
"home",
"work",
"any",
"browser",
"device",
"start",
"free",
"trial"
],
"missingFromDescription": [
"best",
"business",
"enterprise",
"personal"
],
"score": 87,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [],
"expected": [
{
"id": "what",
"label": "What is Password Manager for Business, Enterprise & P...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Password Manager for Business, Enterprise & P... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Password Manager for Business, Enterprise & P...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Password Manager for Business, Enterprise & P... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Password Manager for Business, Enterprise & P... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Password Manager for Business, Enterprise & P...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Password Manager for Business, Enterprise & P... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Password Manager for Business, Enterprise & P...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Password Manager for Business, Enterprise & P... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Password Manager for Business, Enterprise & P... 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 89/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 89/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: best, business, enterprise, personal.
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
89/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 89/100 and needs improvement.
Evidence
{
"title": "Best Password Manager for Business, Enterprise & Personal | Bitwarden",
"h1": "THE MOST TRUSTED PASSWORD MANAGER",
"description": "Bitwarden is the most trusted password manager for passwords and passkeys at home or at work, on any browser or device. Start with a free trial.",
"topicOverlap": 0.5555555555555556,
"definitionCount": 1,
"topicTerms": [
"best",
"password",
"manager",
"business",
"enterprise",
"personal",
"bitwarden",
"most",
"trusted"
],
"descriptionTerms": [
"bitwarden",
"most",
"trusted",
"password",
"manager",
"passwords",
"passkeys",
"home",
"work",
"any",
"browser",
"device",
"start",
"free",
"trial"
],
"missingFromDescription": [
"best",
"business",
"enterprise",
"personal"
],
"score": 89,
"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; charset=utf-8",
"length": 2041
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [],
"expected": [
{
"id": "what",
"label": "What is Password Manager for Business, Enterprise & P...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Password Manager for Business, Enterprise & P... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Password Manager for Business, Enterprise & P...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Password Manager for Business, Enterprise & P... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Password Manager for Business, Enterprise & P... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Password Manager for Business, Enterprise & P...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Password Manager for Business, Enterprise & P... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Password Manager for Business, Enterprise & P...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Password Manager for Business, Enterprise & P... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Password Manager for Business, Enterprise & P... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 1705,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/title",
"https://bitwarden.com/favicon.ico\"",
"/x-icon",
"https://bitwarden.com/build/assets/app-DSOO0n2c.css\"",
"https://bitwarden.com/build/assets/app-DSOO0n2c.css\"",
"/head",
"https://bitwarden.com/assets/3hFwAbRp0pdfStyL1jNUXW/3713a16599af668b2d36d4472a1c6540/security-cellar-new.svg'",
"https://bitwarden.com/images/logo-horizontal-white.svg\"",
"/a",
"/div"
],
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-us\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>404 - Page Not Found | Bitwarden</title>\n <meta name=\"robots\" content=\"noindex, follow\">\n <link rel=\"icon\" href=\"https://bitwarden.com/favicon.ico\" type=\"image/x-icon\">\n <link rel=\"preload\" as=\"style\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /><link rel=\"stylesheet\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /></head>\n<body class=\"bg-indigoBlue min-h-screen\" style=\"background-image: url('https://bitwarden.com/assets/3hFwAbRp0pdfSty"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041,
"text": "<!DOCTYPE html>\n<html lang=\"en-us\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>404 - Page Not Found | Bitwarden</title>\n <meta name=\"robots\" content=\"noindex, follow\">\n <link rel=\"icon\" href=\"https://bitwarden.com/favicon.ico\" type=\"image/x-icon\">\n <link rel=\"preload\" as=\"style\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /><link rel=\"stylesheet\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /></head>\n<body class=\"bg-indigoBlue min-h-screen\" style=\"background-image: url('https://bitwarden.com/assets/3hFwAbRp0pdfStyL1jNUXW/3713a16599af668b2d36d4472a1c6540/security-cellar-new.svg'); background-position: center; background-repeat: no-repeat; background-size: 1440px auto;\">\n <div class=\"absolute top-0 left-0 right-0 py-6 lg:py-8\">\n <div class=\"max-w-8xl mx-auto px-5 lg:px-9\">\n <a href=\"/\">\n <img\n src=\"https://bitwarden.com/images/logo-horizontal-white.svg\"\n alt=\"Bitwarden\"\n class=\"h-6 lg:h-8\"\n >\n </a>\n </div>\n </div>\n\n <div class=\"flex items-center justify-center px-5 min-h-screen\">\n <div class=\"text-white text-center max-w-4xl\">\n <p class=\"text-2xl lg:text-4xl mb-0\">Uh oh.</p>\n <h1 class=\"text-[120px] my-4\" style=\"color: white; -webkit-text-fill-color: white !important;\">404</h1>\n <p class=\"text-2xl lg:text-4xl mb-8\">\n It seems you have stumbled into an empty vault. The way out is easy – return to our\n <a href=\"/\" class=\"text-accent-teal hover:underline\">home page</a>\n or\n <a href=\"/contact/\" class=\"text-accent-teal hover:underline\">contact us</a>.\n </p>\n </div>\n </div>\n</body>\n</html>\n"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041,
"text": "<!DOCTYPE html>\n<html lang=\"en-us\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>404 - Page Not Found | Bitwarden</title>\n <meta name=\"robots\" content=\"noindex, follow\">\n <link rel=\"icon\" href=\"https://bitwarden.com/favicon.ico\" type=\"image/x-icon\">\n <link rel=\"preload\" as=\"style\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /><link rel=\"stylesheet\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /></head>\n<body class=\"bg-indigoBlue min-h-screen\" style=\"background-image: url('https://bitwarden.com/assets/3hFwAbRp0pdfStyL1jNUXW/3713a16599af668b2d36d4472a1c6540/security-cellar-new.svg'); background-position: center; background-repeat: no-repeat; background-size: 1440px auto;\">\n <div class=\"absolute top-0 left-0 right-0 py-6 lg:py-8\">\n <div class=\"max-w-8xl mx-auto px-5 lg:px-9\">\n <a href=\"/\">\n <img\n src=\"https://bitwarden.com/images/logo-horizontal-white.svg\"\n alt=\"Bitwarden\"\n class=\"h-6 lg:h-8\"\n >\n </a>\n </div>\n </div>\n\n <div class=\"flex items-center justify-center px-5 min-h-screen\">\n <div class=\"text-white text-center max-w-4xl\">\n <p class=\"text-2xl lg:text-4xl mb-0\">Uh oh.</p>\n <h1 class=\"text-[120px] my-4\" style=\"color: white; -webkit-text-fill-color: white !important;\">404</h1>\n <p class=\"text-2xl lg:text-4xl mb-8\">\n It seems you have stumbled into an empty vault. The way out is easy – return to our\n <a href=\"/\" class=\"text-accent-teal hover:underline\">home page</a>\n or\n <a href=\"/contact/\" class=\"text-accent-teal hover:underline\">contact us</a>.\n </p>\n </div>\n </div>\n</body>\n</html>\n"
}
},
"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": 16,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
},
{
"source": "visible-text",
"weight": 1,
"match": "username"
}
]
},
"resourceFetchSucceeded": false
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 0,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2041
}
]
},
"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": 16,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
},
{
"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; charset=utf-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-us\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>404 - Page Not Found | Bitwarden</title>\n <meta name=\"robots\" content=\"noindex, follow\">\n <link rel=\"icon\" href=\"https://bitwarden.com/favicon.ico\" type=\"image/x-icon\">\n <link rel=\"preload\" as=\"style\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /><link rel=\"stylesheet\" href=\"https://bitwarden.com/build/assets/app-DSOO0n2c.css\" integrity=\"sha384-je1p2NIV92QQ7qNtJI+vkNoCRptaQdt1Ol8cidqYdwS54Pco0aApoIvLuSGcp1ee\" /></head>\n<body class=\"bg-indigoBlue min-h-screen\" style=\"background-image: url('https://bitwarden.com/assets/3hFwAbRp0pdfSty"
},
"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://bitwarden.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://bitwarden.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://bitwarden.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://bitwarden.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": 16,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
},
{
"source": "visible-text",
"weight": 1,
"match": "username"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Heading elements are not in a sequentially-descending order
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Heading elements are not in a sequentially-descending order
Check name
Heading elements are not in a sequentially-descending order
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order)."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
33 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
Improve image delivery
17 Warning
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 241Â KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 241Â KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
17 Warning
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 20Â 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 20Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Fix with MCP or CLI
Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.
Score history
Public scan score over time
Public reports for this website origin. Select any point or report link to open that canonical report.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 65/100 | Level 3, Bot-Aware | Current report |