Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 35 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 82 out of 100
- SEO 100 out of 100
- Performance and Accessibility 70 out of 100
What AI sees of your website

Aura | Intelligent Digital Safety for the Whole Family
Aura protects your identity, finances and sensitive data. All plans include a $1M insurance policy that covers eligible losses. Try Aura 14-days free.
Next step
Turn this report into a fix workflow
26 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 35 | Priority fix | 6 | 16 | 1 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 38 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | 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 | 82 | Mostly ready | 8 | 0 | 12 | |
| GEO Readiness | 87 | Mostly ready | 3 | 0 | 3 | |
| AIO Readiness | 85 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 75 | Mostly ready | 2 | 0 | 5 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 60 | Needs work | 7 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 3 | 2 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 70 | Needs work | 19 | 5 | 0 | View details |
| Performance | 58 | Needs work | 11 | 4 | 0 | View details |
| Accessibility | 92 | Strong | 8 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
43 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>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "frame-ancestors 'self'"
}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><!-- Last Published: Tue Jun 09 2026 15:18:57 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.aura.com\" data-wf-page=\"61d8358eacd2f6a96837a9df\" data-wf-site=\"607724b2ae76e535db9552ff\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/css/aura-com.shared.026dd68e6.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-Am3Wjm+p4TOalOBquhGAcnP/wGfNAFQUj62OQ6qaR2lQWOSU3m6iglnj7YkqvJ0e\" crossorigin=\"anonymous\"/><link href=\""
},
{
"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><!-- Last Published: Tue Jun 09 2026 15:18:57 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.aura.com\" data-wf-page=\"61d8358eacd2f6a96837a9df\" data-wf-site=\"607724b2ae76e535db9552ff\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/css/aura-com.shared.026dd68e6.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-Am3Wjm+p4TOalOBquhGAcnP/wGfNAFQUj62OQ6qaR2lQWOSU3m6iglnj7YkqvJ0e\" crossorigin=\"anonymous\"/><link href=\""
},
{
"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><!-- Last Published: Tue Jun 09 2026 15:18:57 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.aura.com\" data-wf-page=\"61d8358eacd2f6a96837a9df\" data-wf-site=\"607724b2ae76e535db9552ff\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/css/aura-com.shared.026dd68e6.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-Am3Wjm+p4TOalOBquhGAcnP/wGfNAFQUj62OQ6qaR2lQWOSU3m6iglnj7YkqvJ0e\" crossorigin=\"anonymous\"/><link href=\""
},
{
"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><!-- Last Published: Tue Jun 09 2026 15:18:57 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.aura.com\" data-wf-page=\"61d8358eacd2f6a96837a9df\" data-wf-site=\"607724b2ae76e535db9552ff\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/css/aura-com.shared.026dd68e6.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-Am3Wjm+p4TOalOBquhGAcnP/wGfNAFQUj62OQ6qaR2lQWOSU3m6iglnj7YkqvJ0e\" crossorigin=\"anonymous\"/><link href=\""
},
{
"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><!-- Last Published: Tue Jun 09 2026 15:18:57 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.aura.com\" data-wf-page=\"61d8358eacd2f6a96837a9df\" data-wf-site=\"607724b2ae76e535db9552ff\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/css/aura-com.shared.026dd68e6.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-Am3Wjm+p4TOalOBquhGAcnP/wGfNAFQUj62OQ6qaR2lQWOSU3m6iglnj7YkqvJ0e\" crossorigin=\"anonymous\"/><link href=\""
},
{
"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><!-- Last Published: Tue Jun 09 2026 15:18:57 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.aura.com\" data-wf-page=\"61d8358eacd2f6a96837a9df\" data-wf-site=\"607724b2ae76e535db9552ff\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/css/aura-com.shared.026dd68e6.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-Am3Wjm+p4TOalOBquhGAcnP/wGfNAFQUj62OQ6qaR2lQWOSU3m6iglnj7YkqvJ0e\" crossorigin=\"anonymous\"/><link href=\""
},
{
"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><!-- Last Published: Tue Jun 09 2026 15:18:57 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.aura.com\" data-wf-page=\"61d8358eacd2f6a96837a9df\" data-wf-site=\"607724b2ae76e535db9552ff\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/css/aura-com.shared.026dd68e6.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-Am3Wjm+p4TOalOBquhGAcnP/wGfNAFQUj62OQ6qaR2lQWOSU3m6iglnj7YkqvJ0e\" crossorigin=\"anonymous\"/><link href=\""
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"Organization",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 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": 88
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"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".
33 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": 177816
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"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 DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 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": 88
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 177816
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 177816
}
]
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 177816
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 177816
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "accept-encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "accept-encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 43388,
"excerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 15:18:57 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.aura.com\" data-wf-page=\"61d8358eacd2f63cf137a98a\" data-wf-site=\"607724b2ae76e535db9552ff\" lang=\"en\"><head><meta ",
"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.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; 6 links 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": false,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a href=\"/\" aria-current=\"page\" class=\"nav_logo-wrapper is-new w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-nav-brand w--current\"><div class=\"nav_logo-embed is-new w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 74 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_8_11287)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.44571 0H13.3149V2.36744H3.44571V0ZM32.0538 18.6581C32.3175 18.0531 32.4512 17.3984 32.4512 16.7121V7.09334H34.8198V16.7121C34.8198 18.7",
"<a href=\"#\" class=\"safetyhp-digital_button is-prev w-inline-block is-disabled\" aria-disabled=\"true\"><div class=\"safetyhp-help_button-icon w-embed\"><svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <foreignObject x=\"0\" y=\"0\" width=\"100%\" height=\"100%\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"backdrop-filter:blur(24px);clip-path:url(#bgblur_0_6014_54769_clip_path);height:100%;width:100%\"></div></foreignObject><circle data-figma-bg-blur-radius=\"",
"<a href=\"#\" class=\"safetyhp-digital_button is-next w-inline-block\" aria-disabled=\"false\"><div class=\"safetyhp-help_button-icon w-embed\"><svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <foreignObject x=\"0\" y=\"0\" width=\"100%\" height=\"100%\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"backdrop-filter:blur(24px);clip-path:url(#bgblur_0_3469_71511_clip_path);height:100%;width:100%\"></div></foreignObject><circle data-figma-bg-blur-radius=\"48\" cx=\"20\"",
"<a href=\"/credit-monitoring\" class=\"home-features-v2_dropdown-link\" tabindex=\"-1\"></a>",
"<a href=\"#\" class=\"safetyhp-help_button is-prev w-inline-block is-disabled\" aria-disabled=\"true\" tabindex=\"-1\"><div class=\"safetyhp-help_button-icon w-embed\"><svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <foreignObject x=\"0\" y=\"0\" width=\"100%\" height=\"100%\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"backdrop-filter:blur(24px);clip-path:url(#bgblur_0_6014_54769_clip_path);height:100%;width:100%\"></div></foreignObject><circle data-figma-bg-bl",
"<a href=\"#\" class=\"safetyhp-help_button is-next w-inline-block\" aria-disabled=\"false\" tabindex=\"0\"><div class=\"safetyhp-help_button-icon w-embed\"><svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <foreignObject x=\"0\" y=\"0\" width=\"100%\" height=\"100%\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"backdrop-filter:blur(24px);clip-path:url(#bgblur_0_3469_71511_clip_path);height:100%;width:100%\"></div></foreignObject><circle data-figma-bg-blur-radius=\"4"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 7,
"links": 102,
"inaccessibleLinks": 6,
"buttons": 22,
"inaccessibleButtons": 0,
"images": 84,
"imagesWithAlt": 84,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}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": 88
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 177816
}
]
},
"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": 88
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"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": 88
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 177816
}
]
},
"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": 88
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 177816
}
]
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
19 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; 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
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Tue, 09 Jun 2026 19:38:58 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.aura.com",
"probes": [
{
"name": "_index._agents.www.aura.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.aura.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.aura.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "aura.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, 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
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": true,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [
"Aura"
],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about",
"text": "About Aura",
"html": "<a href=\"/about\" class=\"nav_dd-link w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-inline-block\"><div class=\"nav_dd-link-text w-variant-7674949a-e6eb-c917-e05c-833b02054cba\">About Aura</div></a>"
},
{
"href": "/about/areas-of-expertise",
"text": "Areas of Expertise",
"html": "<a href=\"/about/areas-of-expertise\" class=\"nav_dd-link w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-inline-block\"><div class=\"nav_dd-link-text w-variant-7674949a-e6eb-c917-e05c-833b02054cba\">Areas of Expertise</div></a>"
},
{
"href": "/about/data-security",
"text": "Data Security & Privacy",
"html": "<a href=\"/about/data-security\" class=\"nav_dd-link w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-inline-block\"><div class=\"nav_dd-link-text w-variant-7674949a-e6eb-c917-e05c-833b02054cba\">Data Security & Privacy</div></a>"
},
{
"href": "/about",
"text": "About Aura",
"html": "<a href=\"/about\" class=\"footer_accordion-link w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-inline-block\" tabindex=\"-1\"><div>About Aura</div><div class=\"icon-embed_component footer_accordion-link-icon w-embed\"><svg aria-hidden=\"true\" width=\"8\" height=\"13\" viewBox=\"0 0 8 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.09375 0.153413C1.00902 0.185877 0.929584 0.236262 0.861278 0.304568C0.600928 0.564917 0.600928 0.987028 0.861278 1.24738L6.04673 6.43283L0.861277 11.6183C0.600..."
},
{
"href": "https://www.linkedin.com/company/auracompany/",
"text": "",
"html": "<a id=\"footer_linkedin\" aria-label=\"Visit Aura's LinkedIn page (opens in a new tab)\" href=\"https://www.linkedin.com/company/auracompany/\" target=\"_blank\" class=\"footer_link-social-v2 w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-node-d46bfa58-dc07-6957-9cd6-e580c7c0a57a-d9891dfb w-inline-block\"><div class=\"icon-medium w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-embed\"><svg aria-hidden=\"true\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"..."
}
],
"contactLinks": [
{
"href": "https://help.aura.com/s/",
"text": "Help",
"html": "<a href=\"https://help.aura.com/s/\" class=\"nav_dd-link w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-inline-block\"><div class=\"nav_dd-link-text w-variant-7674949a-e6eb-c917-e05c-833b02054cba\">Help</div></a>"
},
{
"href": "https://help.aura.com/s/",
"text": "Get help",
"html": "<a nav=\"hide-business\" href=\"https://help.aura.com/s/\" target=\"_blank\" class=\"nav_link show-tablet is-new w-inline-block\"><div>Get help</div></a>"
},
{
"href": "https://help.aura.com/s/",
"text": "Get help",
"html": "<a nav=\"hide-business\" href=\"https://help.aura.com/s/\" target=\"_blank\" class=\"nav_link hide-tablet has-top-margin w-inline-block\"><div class=\"nav_link-text-wrapper\"><div>Get help</div></div></a>"
},
{
"href": "https://help.aura.com/s/",
"text": "Help @media only screen and (max-width: 600px) { .icon-footer-v2 { width: 20px; height: 20px; } }",
"html": "<a id=\"footer_help\" aria-label=\"Visit Help Aura (opens in a new tab)\" href=\"https://help.aura.com/s/\" target=\"_blank\" class=\"footer_link-v2 w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-node-_9da1d8d7-257b-06a7-90c7-d58d169db900-d9891dfb w-inline-block\"><div>Help</div><div class=\"icon-custom1 is-mobile-smaller w-embed\"><svg aria-hidden=\"true\" class=\"icon-footer-v2\" width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule..."
},
{
"href": "/contact",
"text": "Contact @media only screen and (max-width: 600px) { .icon-footer-v2 { width: 20px; height: 20px; } }",
"html": "<a id=\"footer_contact\" href=\"/contact\" class=\"footer_link-v2 w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-node-_9da1d8d7-257b-06a7-90c7-d58d169db908-d9891dfb w-inline-block\"><div>Contact</div><div class=\"icon-custom1 is-mobile-smaller w-embed\"><svg aria-hidden=\"true\" class=\"icon-footer-v2\" width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.7064 4.20715C13.3158 3.81663 12.6827 3.81663 12.2921 4.207..."
}
],
"privacyLinks": [
{
"href": "/vpn",
"text": "VPN & Online Privacy",
"html": "<a href=\"/vpn\" class=\"nav_dd-link w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-inline-block\"><div class=\"nav_dd-link-text w-variant-7674949a-e6eb-c917-e05c-833b02054cba\">VPN & Online Privacy</div></a>"
},
{
"href": "/about/data-security",
"text": "Data Security & Privacy",
"html": "<a href=\"/about/data-security\" class=\"nav_dd-link w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-inline-block\"><div class=\"nav_dd-link-text w-variant-7674949a-e6eb-c917-e05c-833b02054cba\">Data Security & Privacy</div></a>"
},
{
"href": "/legal/privacy-policy",
"text": "Privacy Policy",
"html": "<a id=\"footer_privacy\" href=\"/legal/privacy-policy\" class=\"footer_link-text-small-v2 is-custom-digital-talk w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-node-_3d8ff07f-b797-31ff-b7cd-63ced9891ea5-d9891dfb\">Privacy Policy</a>"
},
{
"href": "/legal/your-privacy-choices",
"text": "Your Privacy Choices",
"html": "<a id=\"w-node-_3d8ff07f-b797-31ff-b7cd-63ced9891ea7-d9891dfb\" href=\"/legal/your-privacy-choices\" class=\"footer_link-text-small-v2 has-icon is-custom-digital-talk w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-inline-block\"><div>Your Privacy Choices</div><img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6942fa0a74b79937c7551344_privacyoptions%201.svg\" loading=\"lazy\" width=\"30\" height=\"14\" alt=\"Privacy Options\"></a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 73/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 73/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: intelligent, digital, safety, whole, family, smart, simple, online, powered.
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
73/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 73/100 and needs improvement.
Evidence
{
"title": "Aura | Intelligent Digital Safety for the Whole Family",
"h1": "Smart, simple online safety. Powered by AI.",
"description": "Aura protects your identity, finances and sensitive data. All plans include a $1M insurance policy that covers eligible losses. Try Aura 14-days free.",
"topicOverlap": 0.1,
"topicTerms": [
"aura",
"intelligent",
"digital",
"safety",
"whole",
"family",
"smart",
"simple",
"online",
"powered"
],
"descriptionTerms": [
"aura",
"protects",
"identity",
"finances",
"sensitive",
"data",
"all",
"plans",
"include",
"insurance",
"policy",
"covers",
"eligible",
"losses",
"try",
"days",
"free"
],
"missingFromDescription": [
"intelligent",
"digital",
"safety",
"whole",
"family",
"smart",
"simple",
"online",
"powered"
],
"score": 73,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
5 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": 6,
"passing": 1,
"failing": [
{
"heading": "The Aura promise",
"headingHtml": "<h2 class=\"heading-style-h2-n\">The Aura promise</h2>",
"firstParagraph": "Every adult member gets $1 million to cover eligible losses and fees due to identity theft.*",
"paragraphHtml": "<p>Every adult member gets $1 million to cover eligible losses and fees due to identity theft.*</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Digital protection for everything that matters",
"headingHtml": "<h2 class=\"heading-style-h2-n is-large\">Digital protection for everything that matters</h2>",
"firstParagraph": "Keep your identity, finances, family, and devices safe with Aura's proactive protection. Plus, with Aura Intelligence, you’ll get expert guidance to take your online security to the next level and protect what’s truly important.‡",
"paragraphHtml": "<p>Keep your identity, finances, family, and devices safe with Aura's proactive protection. Plus, with Aura Intelligence, you’ll get expert guidance to take your online security to the next level and protect what’s truly important.<sup>‡</sup></p>",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "Online safety across devices",
"headingHtml": "<h2 class=\"safetyhp-device_heading\"><span class=\"safetyhp-device_heading-1\">Online safety</span><span> </span><span class=\"safetyhp-device_heading-2\">across devices</span></h2>",
"firstParagraph": "Works seamlessly across Windows, Mac, iOS, Android, and popular browsers. Stay safe everywhere you connect.",
"paragraphHtml": "<p>Works seamlessly across Windows, Mac, iOS,  Android, and popular browsers. Stay safe everywhere you connect.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Proven fastest, most reliable fraud alerts",
"headingHtml": "<h2 class=\"heading-style-h2-n\">Proven fastest, most reliable fraud alerts</h2>",
"firstParagraph": "With fraud, every second counts. Based on a 2024 study, Aura detected the most credit inquiries and delivered credit alerts in minutes, up to 650x faster than the competition.³",
"paragraphHtml": "<p>With fraud, every second counts. Based on a 2024 study, Aura detected the most credit inquiries and delivered credit alerts in minutes, up to 650x faster than the competition.³</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Get started in 3 steps",
"headingHtml": "<h2 class=\"heading-style-h2-n\">Get started in 3 steps</h2>",
"firstParagraph": "Enjoy easy enrollment with zero fuss.",
"paragraphHtml": "<p>Enjoy easy enrollment with zero fuss.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, 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
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": true,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [
"Aura"
],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about",
"text": "About Aura",
"html": "<a href=\"/about\" class=\"nav_dd-link w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-inline-block\"><div class=\"nav_dd-link-text w-variant-7674949a-e6eb-c917-e05c-833b02054cba\">About Aura</div></a>"
},
{
"href": "/about/areas-of-expertise",
"text": "Areas of Expertise",
"html": "<a href=\"/about/areas-of-expertise\" class=\"nav_dd-link w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-inline-block\"><div class=\"nav_dd-link-text w-variant-7674949a-e6eb-c917-e05c-833b02054cba\">Areas of Expertise</div></a>"
},
{
"href": "/about/data-security",
"text": "Data Security & Privacy",
"html": "<a href=\"/about/data-security\" class=\"nav_dd-link w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-inline-block\"><div class=\"nav_dd-link-text w-variant-7674949a-e6eb-c917-e05c-833b02054cba\">Data Security & Privacy</div></a>"
},
{
"href": "/about",
"text": "About Aura",
"html": "<a href=\"/about\" class=\"footer_accordion-link w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-inline-block\" tabindex=\"-1\"><div>About Aura</div><div class=\"icon-embed_component footer_accordion-link-icon w-embed\"><svg aria-hidden=\"true\" width=\"8\" height=\"13\" viewBox=\"0 0 8 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.09375 0.153413C1.00902 0.185877 0.929584 0.236262 0.861278 0.304568C0.600928 0.564917 0.600928 0.987028 0.861278 1.24738L6.04673 6.43283L0.861277 11.6183C0.600..."
},
{
"href": "https://www.linkedin.com/company/auracompany/",
"text": "",
"html": "<a id=\"footer_linkedin\" aria-label=\"Visit Aura's LinkedIn page (opens in a new tab)\" href=\"https://www.linkedin.com/company/auracompany/\" target=\"_blank\" class=\"footer_link-social-v2 w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-node-d46bfa58-dc07-6957-9cd6-e580c7c0a57a-d9891dfb w-inline-block\"><div class=\"icon-medium w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-embed\"><svg aria-hidden=\"true\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"..."
}
],
"contactLinks": [
{
"href": "https://help.aura.com/s/",
"text": "Help",
"html": "<a href=\"https://help.aura.com/s/\" class=\"nav_dd-link w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-inline-block\"><div class=\"nav_dd-link-text w-variant-7674949a-e6eb-c917-e05c-833b02054cba\">Help</div></a>"
},
{
"href": "https://help.aura.com/s/",
"text": "Get help",
"html": "<a nav=\"hide-business\" href=\"https://help.aura.com/s/\" target=\"_blank\" class=\"nav_link show-tablet is-new w-inline-block\"><div>Get help</div></a>"
},
{
"href": "https://help.aura.com/s/",
"text": "Get help",
"html": "<a nav=\"hide-business\" href=\"https://help.aura.com/s/\" target=\"_blank\" class=\"nav_link hide-tablet has-top-margin w-inline-block\"><div class=\"nav_link-text-wrapper\"><div>Get help</div></div></a>"
},
{
"href": "https://help.aura.com/s/",
"text": "Help @media only screen and (max-width: 600px) { .icon-footer-v2 { width: 20px; height: 20px; } }",
"html": "<a id=\"footer_help\" aria-label=\"Visit Help Aura (opens in a new tab)\" href=\"https://help.aura.com/s/\" target=\"_blank\" class=\"footer_link-v2 w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-node-_9da1d8d7-257b-06a7-90c7-d58d169db900-d9891dfb w-inline-block\"><div>Help</div><div class=\"icon-custom1 is-mobile-smaller w-embed\"><svg aria-hidden=\"true\" class=\"icon-footer-v2\" width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule..."
},
{
"href": "/contact",
"text": "Contact @media only screen and (max-width: 600px) { .icon-footer-v2 { width: 20px; height: 20px; } }",
"html": "<a id=\"footer_contact\" href=\"/contact\" class=\"footer_link-v2 w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-node-_9da1d8d7-257b-06a7-90c7-d58d169db908-d9891dfb w-inline-block\"><div>Contact</div><div class=\"icon-custom1 is-mobile-smaller w-embed\"><svg aria-hidden=\"true\" class=\"icon-footer-v2\" width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.7064 4.20715C13.3158 3.81663 12.6827 3.81663 12.2921 4.207..."
}
],
"privacyLinks": [
{
"href": "/vpn",
"text": "VPN & Online Privacy",
"html": "<a href=\"/vpn\" class=\"nav_dd-link w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-inline-block\"><div class=\"nav_dd-link-text w-variant-7674949a-e6eb-c917-e05c-833b02054cba\">VPN & Online Privacy</div></a>"
},
{
"href": "/about/data-security",
"text": "Data Security & Privacy",
"html": "<a href=\"/about/data-security\" class=\"nav_dd-link w-variant-7674949a-e6eb-c917-e05c-833b02054cba w-inline-block\"><div class=\"nav_dd-link-text w-variant-7674949a-e6eb-c917-e05c-833b02054cba\">Data Security & Privacy</div></a>"
},
{
"href": "/legal/privacy-policy",
"text": "Privacy Policy",
"html": "<a id=\"footer_privacy\" href=\"/legal/privacy-policy\" class=\"footer_link-text-small-v2 is-custom-digital-talk w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-node-_3d8ff07f-b797-31ff-b7cd-63ced9891ea5-d9891dfb\">Privacy Policy</a>"
},
{
"href": "/legal/your-privacy-choices",
"text": "Your Privacy Choices",
"html": "<a id=\"w-node-_3d8ff07f-b797-31ff-b7cd-63ced9891ea7-d9891dfb\" href=\"/legal/your-privacy-choices\" class=\"footer_link-text-small-v2 has-icon is-custom-digital-talk w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5 w-inline-block\"><div>Your Privacy Choices</div><img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6942fa0a74b79937c7551344_privacyoptions%201.svg\" loading=\"lazy\" width=\"30\" height=\"14\" alt=\"Privacy Options\"></a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
7 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 8,
"citablePassages": 1,
"failingCandidateParagraphs": [
{
"index": 16,
"heading": "H2: Digital protection for everything that matters",
"text": "When a fraudster tries to open a credit card or apply for a loan in your name, you need to act fast. Aura monitors all three major credit bureaus—Experian, Transunion, Equifax—and alerts you to potential fraud up to 665x faster than the competition3. Plus, instantly lock down your Experian credit file with Experian Credit Lock.",
"words": 57,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (57 words; target 80-220)."
],
"html": "<p class=\"home-features-v2_dropdown-content_text\">When a fraudster tries to open a credit card or apply for a loan in your name, you need to act fast. Aura monitors all three major credit bureaus—Experian, Transunion, Equifax—and alerts you to potential fraud up to 665x faster than the competition3. Plus, instantly lock down your Experian credit file with Experian Credit Lock.</p>"
},
{
"index": 18,
"heading": "H2: Digital protection for everything that matters",
"text": "Add your banking and retirement accounts to Aura for an extra layer of fraud monitoring. You’ll receive an alert if we detect any suspicious activities tied to your accounts—like unusual transactions based on your spending patterns and location.",
"words": 40,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"home-features-v2_dropdown-content_text\">Add your banking and retirement accounts to Aura for an extra layer of fraud monitoring.  You’ll receive an alert if we detect any suspicious activities tied to your accounts—like unusual transactions based on your spending patterns and location.</p>"
},
{
"index": 25,
"heading": "H2: Digital protection for everything that matters",
"text": "Aura VPN (Virtual Private Network) protects your internet connection with military-grade encryption so you can shop, bank and work online privately and securely. It also blocks known scam and phishing sites for added protection. With 100+ virtual locations, you can access global content safely — whether at home or on the go.",
"words": 51,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (51 words; target 80-220)."
],
"html": "<p class=\"home-features-v2_dropdown-content_text\">Aura VPN (Virtual Private Network) protects your internet connection with military-grade encryption so you can shop, bank and work online privately and securely. It also blocks known scam and phishing sites for added protection. With 100+ virtual locations, you can access global content safely — whether at home or on the go.</p>"
},
{
"index": 43,
"heading": "H2: Get started in 3 steps",
"text": "*The Identity Theft Insurance is underwritten and administered by American Bankers Insurance Company of Florida, an Assurant company. Please refer to the actual policies for terms, conditions, and exclusions of coverage. Coverage may not be available in all jurisdictions. The Personal Cyber Insurance is underwritten and administered by Houston Casualty Company, a Tokio Marine company. Please refer to the actual po...",
"words": 81,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>*The Identity Theft Insurance is underwritten and administered by American Bankers Insurance Company of Florida, an Assurant company. Please refer to the actual policies for terms, conditions, and exclusions of coverage. Coverage may not be available in all jurisdictions. The Personal Cyber Insurance is underwritten and administered by Houston Casualty Company, a Tokio Marine company. Please refer to the actual policy for terms, conditions, and exclusions of coverage. Coverage may not be a..."
},
{
"index": 45,
"heading": "H2: Get started in 3 steps",
"text": "¹ The score you receive with Aura is provided for educational purposes to help you understand your credit. It is calculated using the information contained in your Equifax credit file. Lenders use many different credit scoring systems, and the score you receive with Aura is not the same score used by lenders to evaluate your credit.",
"words": 55,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (55 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"footer_paragraph-v2 w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5\">¹ The score you receive with Aura is provided for educational purposes to help you understand your credit. It is calculated using the information contained in your Equifax credit file. Lenders use many different credit scoring systems, and the score you receive with Aura is not the same score used by lenders to evaluate your credit.<br></p>"
},
{
"index": 50,
"heading": "H2: Get started in 3 steps",
"text": "Security notice: Always access Aura through aura.com or the official Aura app. If you receive an unexpected email, text, or call claiming to be from Aura, do not share any information until you've confirmed it's an official channel. Report anything suspicious to [email protected].",
"words": 46,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (46 words; target 80-220)."
],
"html": "<p class=\"footer_paragraph-v2 w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5\">Security notice: Always access Aura through aura.com or the official Aura app. If you receive an unexpected email, text, or call claiming to be from Aura, do not share any information until you've confirmed it's an official channel. Report anything suspicious to [email protected].</p>"
},
{
"index": 51,
"heading": "H2: Get started in 3 steps",
"text": "No one can prevent all identity theft or monitor all transactions effectively. Further, any testimonials on this website reflect experiences that are personal to those particular users, and may not necessarily be representative of all users of our products and/or services. We do not claim, and you should not assume, that all users will have the same experiences. Your individual results may vary.",
"words": 64,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (64 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"footer_paragraph-v2 w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5\">No one can prevent all identity theft or monitor all transactions effectively. Further, any testimonials on this website reflect experiences that are personal to those particular users, and may not necessarily be representative of all users of our products and/or services. We do not claim, and you should not assume, that all users will have the same experiences. Your individual results may vary.</p>"
}
],
"citableParagraphs": [
{
"index": 46,
"heading": "H2: Get started in 3 steps",
"text": "² 60-day money back guarantee is only available for annual plans purchased through our websites (excludes Amazon) or via our Customer Support team. You may cancel your membership online and request a refund within 60 days of your initial purchase date of an eligible Aura membership purchase by calling us at 1-833-552-2123. For details, see https://www.aura.com/legal/refund-policy.If you signed up for Aura through...",
"words": 142,
"hasEvidence": true,
"reasons": [],
"html": "<p class=\"footer_paragraph-v2 w-variant-d0e6159c-1966-375f-cd2c-bbdcf6800cc5\">² 60-day money back guarantee is only available for annual plans purchased through our websites (excludes Amazon) or via our Customer Support team. You may cancel your membership online and request a refund within 60 days of your initial purchase date of an eligible Aura membership purchase by calling us at 1-833-552-2123. For details, see <a href=\"https://www.aura.com/legal/refund-policy\">https://www.aura.com/..."
}
],
"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
5 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": 6,
"passing": 1,
"failing": [
{
"heading": "The Aura promise",
"headingHtml": "<h2 class=\"heading-style-h2-n\">The Aura promise</h2>",
"firstParagraph": "Every adult member gets $1 million to cover eligible losses and fees due to identity theft.*",
"paragraphHtml": "<p>Every adult member gets $1 million to cover eligible losses and fees due to identity theft.*</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Digital protection for everything that matters",
"headingHtml": "<h2 class=\"heading-style-h2-n is-large\">Digital protection for everything that matters</h2>",
"firstParagraph": "Keep your identity, finances, family, and devices safe with Aura's proactive protection. Plus, with Aura Intelligence, you’ll get expert guidance to take your online security to the next level and protect what’s truly important.‡",
"paragraphHtml": "<p>Keep your identity, finances, family, and devices safe with Aura's proactive protection. Plus, with Aura Intelligence, you’ll get expert guidance to take your online security to the next level and protect what’s truly important.<sup>‡</sup></p>",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "Online safety across devices",
"headingHtml": "<h2 class=\"safetyhp-device_heading\"><span class=\"safetyhp-device_heading-1\">Online safety</span><span> </span><span class=\"safetyhp-device_heading-2\">across devices</span></h2>",
"firstParagraph": "Works seamlessly across Windows, Mac, iOS, Android, and popular browsers. Stay safe everywhere you connect.",
"paragraphHtml": "<p>Works seamlessly across Windows, Mac, iOS,  Android, and popular browsers. Stay safe everywhere you connect.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Proven fastest, most reliable fraud alerts",
"headingHtml": "<h2 class=\"heading-style-h2-n\">Proven fastest, most reliable fraud alerts</h2>",
"firstParagraph": "With fraud, every second counts. Based on a 2024 study, Aura detected the most credit inquiries and delivered credit alerts in minutes, up to 650x faster than the competition.³",
"paragraphHtml": "<p>With fraud, every second counts. Based on a 2024 study, Aura detected the most credit inquiries and delivered credit alerts in minutes, up to 650x faster than the competition.³</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Get started in 3 steps",
"headingHtml": "<h2 class=\"heading-style-h2-n\">Get started in 3 steps</h2>",
"firstParagraph": "Enjoy easy enrollment with zero fuss.",
"paragraphHtml": "<p>Enjoy easy enrollment with zero fuss.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 78/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 78/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: intelligent, digital, safety, whole, family, smart, simple, online, powered.
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
78/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 78/100 and needs improvement.
Evidence
{
"title": "Aura | Intelligent Digital Safety for the Whole Family",
"h1": "Smart, simple online safety. Powered by AI.",
"description": "Aura protects your identity, finances and sensitive data. All plans include a $1M insurance policy that covers eligible losses. Try Aura 14-days free.",
"topicOverlap": 0.1,
"definitionCount": 11,
"topicTerms": [
"aura",
"intelligent",
"digital",
"safety",
"whole",
"family",
"smart",
"simple",
"online",
"powered"
],
"descriptionTerms": [
"aura",
"protects",
"identity",
"finances",
"sensitive",
"data",
"all",
"plans",
"include",
"insurance",
"policy",
"covers",
"eligible",
"losses",
"try",
"days",
"free"
],
"missingFromDescription": [
"intelligent",
"digital",
"safety",
"whole",
"family",
"smart",
"simple",
"online",
"powered"
],
"score": 78,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
83 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 2808,
"htmlBytes": 458347,
"imagesMissingDimensions": [
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/67dddbb7d39b148ba4ad8328_shield.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/67dddbb7d39b148ba4ad8328_shield.svg\" alt class=\"nav_banner-icon hide\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b86ef94f3b39583099b9da_Plan%20quiz%20on%20a%20mobile%20device.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b86ef94f3b39583099b9da_Plan%20quiz%20on%20a%20mobile%20device.webp\" alt=\"Plan quiz on a mobile device\" class=\"nav_dd-resource-image is-new\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b28ccb2931f7a6837a6e65_Personal%20data%20and%20leaked%20passwords.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b28ccb2931f7a6837a6e65_Personal%20data%20and%20leaked%20passwords-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b28ccb2931f7a6837a6e65_Personal%20data%20and%20leaked%20passwords-p-800.webp 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b28ccb2931f7a6837a6e65_Personal%20data%20and%20leaked%20passwords-p-1080.webp 1080w, https://cdn.prod.website-files.co..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b28cccd08641cf395aad29_Father%20and%20son%20look%20at%20a%20tablet%20together.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b28cccd08641cf395aad29_Father%20and%20son%20look%20at%20a%20tablet%20together-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b28cccd08641cf395aad29_Father%20and%20son%20look%20at%20a%20tablet%20together-p-800.webp 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b28cccd08641cf395aad29_Father%20and%20son%20look%20at%20a%20tablet%20together-p-1080.webp 1080..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69d813e409b9f734dd89aef5_An%20image%20of%20Aura%27s%20BYOD%20research%20report.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69d813e409b9f734dd89aef5_An%20image%20of%20Aura%27s%20BYOD%20research%20report-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69d813e409b9f734dd89aef5_An%20image%20of%20Aura%27s%20BYOD%20research%20report-p-800.webp 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69d813e409b9f734dd89aef5_An%20image%20of%20Aura%27s%20BYOD%20research%20report-p-1080.webp 1080w,..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6564e6db3f2c8cc60407312e_Sizzle%20Still%20-%20Desktop.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6564e6db3f2c8cc60407312e_Sizzle%20Still%20-%20Desktop.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6564e6db3f2c8cc60407312e_Sizzle%20Still%20-%20Desktop-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6564e6db3f2c8cc60407312e_Sizzle%20Still%20-%20Desktop-p-800.webp 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6564e6db..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699eee69f0efe5b5b99397db_Group%201000004845.png",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699eee69f0efe5b5b99397db_Group%201000004845.png\" loading=\"eager\" alt class=\"about-us-video_play-icon is-safetyhp\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ebd9b7704a819c9cb16fe_Frame%201000005263%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ebd9b7704a819c9cb16fe_Frame%201000005263%20(1).webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ebd9b7704a819c9cb16fe_Frame%201000005263%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ebd9b7704a819c9cb16fe_Frame%201000005263%20(1)-p-800.webp 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ebd9b7704a819c9cb..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69ce4cb2c4ccc5c0f79314e1_BG_ELEMENT.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69ce4cb2c4ccc5c0f79314e1_BG_ELEMENT.webp\" loading=\"lazy\" alt class=\"background-image-full\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a018037808486793765f14_credit_lock%20(1).svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a018037808486793765f14_credit_lock%20(1).svg\" loading=\"lazy\" alt class=\"safetyh-slider_left_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af207edba07527cc92c45e_Aura%20Credit%20Monitoring%20notifications%20(2).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af207edba07527cc92c45e_Aura%20Credit%20Monitoring%20notifications%20(2).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af207edba07527cc92c45e_Aura%20Credit%20Monitoring%20notifications%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af207edba07527cc92c45e_Aura%20Credit%20Monitoring%20notifications%20(2)-p-800.webp 800w, http..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a0185fb22b0a982105d7b7_fingerprint.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a0185fb22b0a982105d7b7_fingerprint.svg\" loading=\"lazy\" alt class=\"safetyh-slider_left_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053a18bd4938980d3a3_Aura%20_suspicious%20activity%20detected_%20alert%20and%20email.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053a18bd4938980d3a3_Aura%20_suspicious%20activity%20detected_%20alert%20and%20email.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053a18bd4938980d3a3_Aura%20_suspicious%20activity%20detected_%20alert%20and%20email-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053a18bd4938980d3a3_Aura%20_suspicious%20activity%20detected..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a018acfe2c8772f5c3a5fe_transaction_monitoring.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a018acfe2c8772f5c3a5fe_transaction_monitoring.svg\" loading=\"lazy\" alt class=\"safetyh-slider_left_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20564db6f2be37980578_Aura%20flagging%20suspicious%20transactions.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20564db6f2be37980578_Aura%20flagging%20suspicious%20transactions.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20564db6f2be37980578_Aura%20flagging%20suspicious%20transactions-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20564db6f2be37980578_Aura%20flagging%20suspicious%20transactions-p-800.webp 800w, https://cdn.prod.we..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a019a8d3e61e2fe6740c72_lock%20(2).svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a019a8d3e61e2fe6740c72_lock%20(2).svg\" loading=\"lazy\" alt class=\"safetyh-slider_left_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2056b4b1651eff58cde0_Aura%27s%20Online%20Data%20Removal%20feature%20with%20202%20requests%20completed.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2056b4b1651eff58cde0_Aura%27s%20Online%20Data%20Removal%20feature%20with%20202%20requests%20completed.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2056b4b1651eff58cde0_Aura%27s%20Online%20Data%20Removal%20feature%20with%20202%20requests%20completed-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2056b4b1651eff58cde0_Aura%2..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01a065d1ef583cae9c1af_chart.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01a065d1ef583cae9c1af_chart.svg\" loading=\"lazy\" alt class=\"safetyh-slider_left_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2056d6c722baf00d5836_Aura%27s%20Online%20Activity%20Tracker.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2056d6c722baf00d5836_Aura%27s%20Online%20Activity%20Tracker.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2056d6c722baf00d5836_Aura%27s%20Online%20Activity%20Tracker-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2056d6c722baf00d5836_Aura%27s%20Online%20Activity%20Tracker-p-800.webp 800w, https://cdn.prod.website-files.com..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae963ffac72f353e721_settings.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae963ffac72f353e721_settings.svg\" loading=\"lazy\" alt class=\"safetyh-slider_left_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053e1b6833933ddde74_Aura%27s%20Time%20Limits%20feature.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053e1b6833933ddde74_Aura%27s%20Time%20Limits%20feature.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053e1b6833933ddde74_Aura%27s%20Time%20Limits%20feature-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053e1b6833933ddde74_Aura%27s%20Time%20Limits%20feature-p-800.webp 800w, https://cdn.prod.website-files.com/607724b2ae7..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae9667516564dbc8298_controller%20(1).svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae9667516564dbc8298_controller%20(1).svg\" loading=\"lazy\" alt class=\"safetyh-slider_left_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20f7b71fa4ebb76776a4_Aura%27s%20Cyberbullying%20alert%20(3).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20f7b71fa4ebb76776a4_Aura%27s%20Cyberbullying%20alert%20(3).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20f7b71fa4ebb76776a4_Aura%27s%20Cyberbullying%20alert%20(3)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20f7b71fa4ebb76776a4_Aura%27s%20Cyberbullying%20alert%20(3)-p-800.webp 800w, https://cdn.prod.website-files.com..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae9b892e0330be0f1b7_vault.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae9b892e0330be0f1b7_vault.svg\" loading=\"lazy\" alt class=\"safetyh-slider_left_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af205249a7e0866c79b843_Aura%27s%20Vault%20Storage.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af205249a7e0866c79b843_Aura%27s%20Vault%20Storage.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af205249a7e0866c79b843_Aura%27s%20Vault%20Storage-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af205249a7e0866c79b843_Aura%27s%20Vault%20Storage-p-800.webp 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af205249..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae90dd988fa2ae3314e_call.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae90dd988fa2ae3314e_call.svg\" loading=\"lazy\" alt class=\"safetyh-slider_left_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20527413066c68c18afd_Aura%20blocking%20a%20spam%20call.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20527413066c68c18afd_Aura%20blocking%20a%20spam%20call.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20527413066c68c18afd_Aura%20blocking%20a%20spam%20call-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20527413066c68c18afd_Aura%20blocking%20a%20spam%20call-p-800.webp 800w, https://cdn.prod.website-files.com/607724b2ae76e5..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae997da8897bb8c9fb2_vpn.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae997da8897bb8c9fb2_vpn.svg\" loading=\"lazy\" alt class=\"safetyh-slider_left_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053f63e8f1824ba0f4a_Aura%27s%20VPN%20feature.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053f63e8f1824ba0f4a_Aura%27s%20VPN%20feature.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053f63e8f1824ba0f4a_Aura%27s%20VPN%20feature-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053f63e8f1824ba0f4a_Aura%27s%20VPN%20feature-p-800.webp 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2053f63e8f18..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae9dba0309a5ccdcc4e_malware.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae9dba0309a5ccdcc4e_malware.svg\" loading=\"lazy\" alt class=\"safetyh-slider_left_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2146a303cc0a87a361d0_Aura%27s%20Antivirus%20feature%20(3).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2146a303cc0a87a361d0_Aura%27s%20Antivirus%20feature%20(3).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2146a303cc0a87a361d0_Aura%27s%20Antivirus%20feature%20(3)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af2146a303cc0a87a361d0_Aura%27s%20Antivirus%20feature%20(3)-p-800.webp 800w, https://cdn.prod.website-files.com/60772..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae92d6729c8fcd1b9eb_key%20(1).svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a01ae92d6729c8fcd1b9eb_key%20(1).svg\" loading=\"lazy\" alt class=\"safetyh-slider_left_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20526bd4440e9a4b4f9b_Aura%27s%20Password%20Manager.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20526bd4440e9a4b4f9b_Aura%27s%20Password%20Manager.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20526bd4440e9a4b4f9b_Aura%27s%20Password%20Manager-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af20526bd4440e9a4b4f9b_Aura%27s%20Password%20Manager-p-800.webp 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bd9b38f77a343bad46_Aura%20Credit%20Monitoring%20notifications%20(3).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bd9b38f77a343bad46_Aura%20Credit%20Monitoring%20notifications%20(3).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bd9b38f77a343bad46_Aura%20Credit%20Monitoring%20notifications%20(3)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bd9b38f77a343bad46_Aura%20Credit%20Monitoring%20notifications%20(3).webp 686w\" class=\"hom..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg\" alt=\"Expand\" class=\"home-features-v2_dropdown-icon hidden\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bd932c92b59527ae50_Aura%20_suspicious%20activity%20detected_%20alert%20and%20email%20(2).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bd932c92b59527ae50_Aura%20_suspicious%20activity%20detected_%20alert%20and%20email%20(2).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bd932c92b59527ae50_Aura%20_suspicious%20activity%20detected_%20alert%20and%20email%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bd932c92b59527ae50_Aura%20_suspicious%20activit..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg\" alt=\"Expand\" class=\"home-features-v2_dropdown-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc9bd8be14cf0a3f32_Aura%20flagging%20suspicious%20transactions%20(2).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc9bd8be14cf0a3f32_Aura%20flagging%20suspicious%20transactions%20(2).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc9bd8be14cf0a3f32_Aura%20flagging%20suspicious%20transactions%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc9bd8be14cf0a3f32_Aura%20flagging%20suspicious%20transactions%20(2).webp 686w\" class=\"..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg\" alt=\"Expand\" class=\"home-features-v2_dropdown-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc504c74bdeaf73941_Aura%27s%20Online%20Data%20Removal%20feature%20with%20202%20requests%20completed%20(2).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc504c74bdeaf73941_Aura%27s%20Online%20Data%20Removal%20feature%20with%20202%20requests%20completed%20(2).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc504c74bdeaf73941_Aura%27s%20Online%20Data%20Removal%20feature%20with%20202%20requests%20completed%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc504c74bdeaf..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg\" alt=\"Expand\" class=\"home-features-v2_dropdown-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bcc7da4f5811ec5aad_Aura%27s%20Online%20Activity%20Tracker%20(2).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bcc7da4f5811ec5aad_Aura%27s%20Online%20Activity%20Tracker%20(2).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bcc7da4f5811ec5aad_Aura%27s%20Online%20Activity%20Tracker%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bcc7da4f5811ec5aad_Aura%27s%20Online%20Activity%20Tracker%20(2).webp 686w\" class=\"home-features-v..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg\" alt=\"Expand\" class=\"home-features-v2_dropdown-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc1fac5070a8a60c2b_Aura%27s%20Time%20Limits%20feature%20(2).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc1fac5070a8a60c2b_Aura%27s%20Time%20Limits%20feature%20(2).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc1fac5070a8a60c2b_Aura%27s%20Time%20Limits%20feature%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc1fac5070a8a60c2b_Aura%27s%20Time%20Limits%20feature%20(2).webp 686w\" class=\"home-features-v2_dropdown-i..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg\" alt=\"Expand\" class=\"home-features-v2_dropdown-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc6139d0585c21585a_Aura%27s%20Cyberbullying%20alert%20(4).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc6139d0585c21585a_Aura%27s%20Cyberbullying%20alert%20(4).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc6139d0585c21585a_Aura%27s%20Cyberbullying%20alert%20(4)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc6139d0585c21585a_Aura%27s%20Cyberbullying%20alert%20(4).webp 686w\" class=\"home-features-v2_dropdown-img\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg\" alt=\"Expand\" class=\"home-features-v2_dropdown-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bb52613169fa41a18c_Aura%27s%20Vault%20Storage%20(2).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bb52613169fa41a18c_Aura%27s%20Vault%20Storage%20(2).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bb52613169fa41a18c_Aura%27s%20Vault%20Storage%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bb52613169fa41a18c_Aura%27s%20Vault%20Storage%20(2).webp 686w\" class=\"home-features-v2_dropdown-img\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg\" alt=\"Expand\" class=\"home-features-v2_dropdown-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bcbfbd84523a88f0e1_Aura%20blocking%20a%20spam%20call%20(2).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bcbfbd84523a88f0e1_Aura%20blocking%20a%20spam%20call%20(2).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bcbfbd84523a88f0e1_Aura%20blocking%20a%20spam%20call%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bcbfbd84523a88f0e1_Aura%20blocking%20a%20spam%20call%20(2).webp 686w\" class=\"home-features-v2_dropdown-img\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg\" alt=\"Expand\" class=\"home-features-v2_dropdown-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bcc584b066d3f995d3_Aura%27s%20VPN%20feature%20(2).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bcc584b066d3f995d3_Aura%27s%20VPN%20feature%20(2).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bcc584b066d3f995d3_Aura%27s%20VPN%20feature%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bcc584b066d3f995d3_Aura%27s%20VPN%20feature%20(2).webp 686w\" class=\"home-features-v2_dropdown-img\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg\" alt=\"Expand\" class=\"home-features-v2_dropdown-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bbe96d15d5599158c5_Aura%27s%20Antivirus%20feature%20(4).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bbe96d15d5599158c5_Aura%27s%20Antivirus%20feature%20(4).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bbe96d15d5599158c5_Aura%27s%20Antivirus%20feature%20(4)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bbe96d15d5599158c5_Aura%27s%20Antivirus%20feature%20(4).webp 686w\" class=\"home-features-v2_dropdown-img\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg\" alt=\"Expand\" class=\"home-features-v2_dropdown-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc68889ecea2081324_Aura%27s%20Password%20Manager%20(2).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc68889ecea2081324_Aura%27s%20Password%20Manager%20(2).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc68889ecea2081324_Aura%27s%20Password%20Manager%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af27bc68889ecea2081324_Aura%27s%20Password%20Manager%20(2).webp 686w\" class=\"home-features-v2_dropdown-img\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/6670111b568314412f2c555a_expand.svg\" alt=\"Expand\" class=\"home-features-v2_dropdown-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24e017bb2c53c8d88d1f_Image%20of%20the%20online%20data%20removal%20feature%20in%20app%20(2).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24e017bb2c53c8d88d1f_Image%20of%20the%20online%20data%20removal%20feature%20in%20app%20(2).webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24e017bb2c53c8d88d1f_Image%20of%20the%20online%20data%20removal%20feature%20in%20app%20(2)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24e017bb2c53c8d88d1f_Image%20of%20the%20online%20..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d9f0f2c97dc5b3a676_Man%20with%20headphones%20on%20relaxing%20in%20a%20chair%20and%20browsing%20his%20laptop.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d9f0f2c97dc5b3a676_Man%20with%20headphones%20on%20relaxing%20in%20a%20chair%20and%20browsing%20his%20laptop.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d9f0f2c97dc5b3a676_Man%20with%20headphones%20on%20relaxing%20in%20a%20chair%20and%20browsing%20his%20laptop-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d9f0f2c97..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d1340370417ea046a7_Image%20of%20a%20phone%20with%20a%20notification%20from%20Aura%20verifying%20a%20call.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d1340370417ea046a7_Image%20of%20a%20phone%20with%20a%20notification%20from%20Aura%20verifying%20a%20call.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d1340370417ea046a7_Image%20of%20a%20phone%20with%20a%20notification%20from%20Aura%20verifying%20a%20call-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d1340370417ea04..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d1c61881eff779a60b_Person%20walking%20behind%20a%20fluted%20glass%20window.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d1c61881eff779a60b_Person%20walking%20behind%20a%20fluted%20glass%20window.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d1c61881eff779a60b_Person%20walking%20behind%20a%20fluted%20glass%20window-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d1c61881eff779a60b_Person%20walking%20behind%20a%20fluted%20glass%20window...."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d116592e03a95840b9_Frame.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d116592e03a95840b9_Frame.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d116592e03a95840b9_Frame-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d116592e03a95840b9_Frame.webp 768w\" class=\"home-protect-card_image\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af254d250707ec10fb141d_asiudfhiasdfh.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af254d250707ec10fb141d_asiudfhiasdfh.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af254d250707ec10fb141d_asiudfhiasdfh-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af254d250707ec10fb141d_asiudfhiasdfh.webp 768w\" class=\"home-protect-card_image\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d02480efeff0df3caf_Image%20of%20a%20phone%20showing%20the%20antivirus%20feature%20in%20app.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d02480efeff0df3caf_Image%20of%20a%20phone%20showing%20the%20antivirus%20feature%20in%20app.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d02480efeff0df3caf_Image%20of%20a%20phone%20showing%20the%20antivirus%20feature%20in%20app-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d02480efeff0df3caf_Image%20of%20a%20phone%2..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d1d7ff576f4bd54369_Mother%20and%20son%20looking%20at%20a%20phone%20together.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d1d7ff576f4bd54369_Mother%20and%20son%20looking%20at%20a%20phone%20together.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d1d7ff576f4bd54369_Mother%20and%20son%20looking%20at%20a%20phone%20together-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69af24d1d7ff576f4bd54369_Mother%20and%20son%20looking%20at%20a%20phone%20togeth..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a869f319d0b2d1354c3a26_Group%206960743%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a869f319d0b2d1354c3a26_Group%206960743%20(1).webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a869f319d0b2d1354c3a26_Group%206960743%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a869f319d0b2d1354c3a26_Group%206960743%20(1)-p-800.webp 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69a869f319d0b2d1354c3a26_Grou..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbc9c928ec1bf65f1b2d5_alerts-image-min.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbc9c928ec1bf65f1b2d5_alerts-image-min.jpg\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbc9c928ec1bf65f1b2d5_alerts-image-min-p-500.jpg 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbc9c928ec1bf65f1b2d5_alerts-image-min-p-800.jpg 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbc9c928ec1bf65f1b2d5_alerts-image-min.jpg 8..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4ba371fc9cee8c27f3_Notification-min.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4ba371fc9cee8c27f3_Notification-min.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4ba371fc9cee8c27f3_Notification-min-p-500.png 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4ba371fc9cee8c27f3_Notification-min-p-800.png 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4ba371fc9cee8c27f3_Notification-min.png 1..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4b64d30d9b9587357d_Group%2048096106-min.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4b64d30d9b9587357d_Group%2048096106-min.png\" loading=\"lazy\" style=\"-webkit-transform:translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 2rem, 0) scale3d(1, 1, 1) r..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4abe5acc64fb5bac00_Group%2048096107-min.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4abe5acc64fb5bac00_Group%2048096107-min.png\" loading=\"lazy\" style=\"-webkit-transform:translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 2rem, 0) scale3d(1, 1, 1) r..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbc9c928ec1bf65f1b2d5_alerts-image-min.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbc9c928ec1bf65f1b2d5_alerts-image-min.jpg\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbc9c928ec1bf65f1b2d5_alerts-image-min-p-500.jpg 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbc9c928ec1bf65f1b2d5_alerts-image-min-p-800.jpg 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbc9c928ec1bf65f1b2d5_alerts-image-min.jpg 8..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4ba371fc9cee8c27f3_Notification-min.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4ba371fc9cee8c27f3_Notification-min.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4ba371fc9cee8c27f3_Notification-min-p-500.png 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4ba371fc9cee8c27f3_Notification-min-p-800.png 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4ba371fc9cee8c27f3_Notification-min.png 1..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4b64d30d9b9587357d_Group%2048096106-min.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4b64d30d9b9587357d_Group%2048096106-min.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4b64d30d9b9587357d_Group%2048096106-min-p-500.png 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4b64d30d9b9587357d_Group%2048096106-min-p-800.png 800w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4b64d30d9b9587357d_Group%2048..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4abe5acc64fb5bac00_Group%2048096107-min.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4abe5acc64fb5bac00_Group%2048096107-min.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4abe5acc64fb5bac00_Group%2048096107-min-p-500.png 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/63dbbd4abe5acc64fb5bac00_Group%2048096107-min.png 702w\" alt=\"Message box push saying: "I just got a credit notification from Aura"\" class=\"fusion-a..."
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e96e84bb7ac1a3570b_Group%201000005145.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e96e84bb7ac1a3570b_Group%201000005145.png\" loading=\"lazy\" alt class=\"fusion-quotes-slider-badges-card-logo_v2\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e92336c7b10d838095_Group%201000005146.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e92336c7b10d838095_Group%201000005146.png\" loading=\"lazy\" alt class=\"fusion-quotes-slider-badges-card-logo_v2\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e9846390ce0c20fc9f_Group%206960733.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e9846390ce0c20fc9f_Group%206960733.png\" loading=\"lazy\" alt class=\"fusion-quotes-slider-badges-card-logo_v2\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e9493068d4f2d56e6e_Group%201000005147.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e9493068d4f2d56e6e_Group%201000005147.png\" loading=\"lazy\" alt class=\"fusion-quotes-slider-badges-card-logo_v2\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e96e84bb7ac1a3570b_Group%201000005145.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e96e84bb7ac1a3570b_Group%201000005145.png\" loading=\"lazy\" alt class=\"fusion-quotes-slider-badges-card-logo_v2\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e92336c7b10d838095_Group%201000005146.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e92336c7b10d838095_Group%201000005146.png\" loading=\"lazy\" alt class=\"fusion-quotes-slider-badges-card-logo_v2\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e9846390ce0c20fc9f_Group%206960733.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e9846390ce0c20fc9f_Group%206960733.png\" loading=\"lazy\" alt class=\"fusion-quotes-slider-badges-card-logo_v2\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e9493068d4f2d56e6e_Group%201000005147.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/699ee5e9493068d4f2d56e6e_Group%201000005147.png\" loading=\"lazy\" alt class=\"fusion-quotes-slider-badges-card-logo_v2\">"
},
{
"src": "https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b15702ca617ea61e5fadcc_Hand%20holding%20phone%20with%20Aura%20app%20dashboard%20visible%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b15702ca617ea61e5fadcc_Hand%20holding%20phone%20with%20Aura%20app%20dashboard%20visible%20(1).webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b15702ca617ea61e5fadcc_Hand%20holding%20phone%20with%20Aura%20app%20dashboard%20visible%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/69b15702ca617ea61e5fadcc_Hand%20holding%20phone%20with%..."
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}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: benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "The Aura promise",
"html": "<h2 class=\"heading-style-h2-n\">The Aura promise</h2>"
},
{
"text": "Digital protection for everything that matters",
"html": "<h2 class=\"heading-style-h2-n is-large\">Digital protection for everything that matters</h2>"
},
{
"text": "What does Aura help protect me from?",
"html": "<h2 class=\"heading-style-h2-n is-large\">What does Aura help protect me from?</h2>"
},
{
"text": "Online safety across devices",
"html": "<h2 class=\"safetyhp-device_heading\"><span class=\"safetyhp-device_heading-1\">Online safety</span><span> </span><span class=\"safetyhp-device_heading-2\">across devices</span></h2>"
},
{
"text": "Proven fastest, most reliable fraud alerts",
"html": "<h2 class=\"heading-style-h2-n\">Proven fastest, most reliable fraud alerts</h2>"
},
{
"text": "Get started in 3 steps",
"html": "<h2 class=\"heading-style-h2-n\">Get started in 3 steps</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Aura?",
"pattern": {}
},
{
"id": "how",
"label": "How does Aura work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Aura?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Aura free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Aura compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "benefits",
"label": "Why use Aura?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Aura free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Aura compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 177816
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 177816
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 177816
}
]
},
"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: benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "The Aura promise",
"html": "<h2 class=\"heading-style-h2-n\">The Aura promise</h2>"
},
{
"text": "Digital protection for everything that matters",
"html": "<h2 class=\"heading-style-h2-n is-large\">Digital protection for everything that matters</h2>"
},
{
"text": "What does Aura help protect me from?",
"html": "<h2 class=\"heading-style-h2-n is-large\">What does Aura help protect me from?</h2>"
},
{
"text": "Online safety across devices",
"html": "<h2 class=\"safetyhp-device_heading\"><span class=\"safetyhp-device_heading-1\">Online safety</span><span> </span><span class=\"safetyhp-device_heading-2\">across devices</span></h2>"
},
{
"text": "Proven fastest, most reliable fraud alerts",
"html": "<h2 class=\"heading-style-h2-n\">Proven fastest, most reliable fraud alerts</h2>"
},
{
"text": "Get started in 3 steps",
"html": "<h2 class=\"heading-style-h2-n\">Get started in 3 steps</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Aura?",
"pattern": {}
},
{
"id": "how",
"label": "How does Aura work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Aura?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Aura free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Aura compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "benefits",
"label": "Why use Aura?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Aura free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Aura compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; 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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; 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": 177816,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"compatibleContentType": false,
"contentLength": 166215,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": false,
"links": [
"https://cdn.prod.website-files.com\"",
"/title",
"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/css/aura-com.shared.026dd68e6.min.css\"",
"/css",
"/wGfNAFQUj62OQ6qaR2lQWOSU3m6iglnj7YkqvJ0e",
"https://fonts.googleapis.com\"",
"https://fonts.gstatic.com\"",
"https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js\"",
"/javascript",
"/script"
],
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 15:18:57 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.aura.com\" data-wf-page=\"61d8358eacd2f6a96837a9df\" data-wf-site=\"607724b2ae76e535db9552ff\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/607724b2ae76e535db9552ff/css/aura-com.shared.026dd68e6.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-Am3Wjm+p4TOalOBquhGAcnP/wGfNAFQUj62OQ6qaR2lQWOSU3m6iglnj7YkqvJ0e\" crossorigin=\"anonymous\"/><link href=\""
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; 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": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
}
]
},
"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>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.aura.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.aura.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.aura.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.aura.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": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Elements with visible text labels do not have matching accessible names.
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Elements with visible text labels do not have matching accessible names.
Check name
Elements with visible text labels do not have matching accessible names.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch)."
}Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
Check name
Issues were logged in the `Issues` panel in Chrome Devtools
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Evidence
{
"description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
Check name
Document does not have a main landmark.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).
References
https://web.dev/learn/performance/Evidence
{
"description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
25 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
Check name
Links do not have a discernible name
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).
References
https://web.dev/learn/performance/Evidence
{
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
10 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
61/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10Â ms",
"numericValue": 10
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 51,
"displayValue": "4.4Â s",
"numericValue": 4432.757969205975
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 72,
"displayValue": "1.3Â s",
"numericValue": 1251.0035784750364
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 27,
"displayValue": "340Â ms",
"numericValue": 337
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 58,
"displayValue": "2.1Â s",
"numericValue": 2096.8443907619767
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 12,
"displayValue": "740Â ms",
"numericValue": 737.5
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 66,
"displayValue": "1.9Â s",
"numericValue": 1919.5035784750366
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "10Â ms",
"numericValue": 6.317595
}
]
}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 |
|---|---|---|---|
| 53/100 | Level 3, Bot-Aware | Current report |