Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 29 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 79 out of 100
- SEO 100 out of 100
- Performance and Accessibility 84 out of 100
What AI sees of your website
McAfee AI-Powered Antivirus, Scam, Identity, and Privacy Protection
Get the #1 AI-powered antivirus and all-in-one identity theft and privacy solutions, designed to keep your personal information private, protect against scams, and safeguard you and your family online.
Next step
Turn this report into a fix workflow
27 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 | 29 | Priority fix | 5 | 17 | 1 | View details |
| Discoverability | 43 | Priority fix | 3 | 6 | 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 | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 79 | Mostly ready | 9 | 2 | 7 | View details |
| GEO Readiness | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| AIO Readiness | 79 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 68 | Needs work | 2 | 1 | 4 | View details |
| 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 | 84 | Mostly ready | 19 | 7 | 2 | View details |
| Performance | 79 | Mostly ready | 16 | 6 | 2 | View details |
| Accessibility | 93 | Strong | 3 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
47 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 403,
"contentType": "text/html"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/.well-known/api-catalog\" on this server.<P>\nReference #18.5e01c045.1780940552.1a27486c\n<P>https://errors.edgesuite.net/18.5e01c045.1780940552.1a27486c</P>\n</BODY>\n</HTML>\n"
},
"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 https://pam.mcafee.com"
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/openapi.json\" on this server.<P>\nReference #18.5e01c045.1780940552.1a2748df\n<P>https://errors.edgesuite.net/18.5e01c045.1780940552.1a2748df</P>\n</BODY>\n</HTML>\n"
},
{
"path": "/openapi.yaml",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/openapi.yaml\" on this server.<P>\nReference #18.5e01c045.1780940552.1a2748fc\n<P>https://errors.edgesuite.net/18.5e01c045.1780940552.1a2748fc</P>\n</BODY>\n</HTML>\n"
},
{
"path": "/swagger.json",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/swagger.json\" on this server.<P>\nReference #18.5e01c045.1780940552.1a274909\n<P>https://errors.edgesuite.net/18.5e01c045.1780940552.1a274909</P>\n</BODY>\n</HTML>\n"
},
{
"path": "/swagger.yaml",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/swagger.yaml\" on this server.<P>\nReference #18.5e01c045.1780940552.1a274925\n<P>https://errors.edgesuite.net/18.5e01c045.1780940552.1a274925</P>\n</BODY>\n</HTML>\n"
},
{
"path": "/api/openapi.json",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/api/openapi.json\" on this server.<P>\nReference #18.5e01c045.1780940552.1a274938\n<P>https://errors.edgesuite.net/18.5e01c045.1780940552.1a274938</P>\n</BODY>\n</HTML>\n"
},
{
"path": "/api/swagger.json",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/api/swagger.json\" on this server.<P>\nReference #18.5e01c045.1780940552.1a27494d\n<P>https://errors.edgesuite.net/18.5e01c045.1780940552.1a27494d</P>\n</BODY>\n</HTML>\n"
},
{
"path": "/docs/openapi.json",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/docs/openapi.json\" on this server.<P>\nReference #18.5e01c045.1780940553.1a274963\n<P>https://errors.edgesuite.net/18.5e01c045.1780940553.1a274963</P>\n</BODY>\n</HTML>\n"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"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 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": 403,
"contentType": "text/html",
"length": 437
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
25 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.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://media.mcafeeassets.com",
"rel": "preconnect"
},
{
"url": "https://schema-cf.bc0a.com",
"rel": "preconnect"
},
{
"url": "https://mcafeeinc.demdex.net",
"rel": "preconnect"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html;charset=utf-8",
"length": 4968
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html;charset=utf-8",
"length": 4968
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "(none)".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 403,
"contentType": "text/html"
},
"issue": "Content-Type \"text/html\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": ""
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 45,
"excerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/\" on this server.<P>\nReference #18.5e01c045.1780940550.1",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 424
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 403,
"contentType": "text/html",
"length": 425
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 404
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 380
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 404
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 424
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; missing <nav> landmark; skipped heading levels; 1 links missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": false,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"https://www.mcafee.com/\"><img title=\"McAfee Company Logo\" width=\"170\" height=\"55\" src=\"https://media.mcafeeassets.com/content/dam/npcld/ecommerce/en/company-logo/McAfeeHzRed.svg\"></a>"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input type=\"email\" id=\"enter-email\" class=\"form-control modal-input\" placeholder=\"[email protected]\" name=\"email\">"
],
"imagesMissingAlt": [
"<img title=\"McAfee Company Logo\" width=\"170\" height=\"55\" src=\"https://media.mcafeeassets.com/content/dam/npcld/ecommerce/en/company-logo/McAfeeHzRed.svg\">"
],
"skippedHeadingLevels": [
"h2: All-In-One Protection",
"h2: Other Products & Services",
"h2: Free Tools & Downloads",
"h2: Get the app",
"h2: Keep Me Private Online",
"h2: Safeguard My Identity",
"h2: Protect My Devices",
"h2: Protect My Family",
"h2: Stay Updated",
"h2: Learn More",
"h2: Press & News",
"h2: Our Company",
"h2: Our Efforts",
"h2: Join Us",
"h2: All-In-One Protection",
"h2: Other Products & Services",
"h2: Free Tools & Downloads",
"h2: Get the app",
"h2: Keep Me Private Online",
"h2: Safeguard My Identity",
"h2: Protect My Devices",
"h2: Protect My Family",
"h2: Stay Updated",
"h2: Learn More",
"h2: Press & News",
"h2: Our Company",
"h2: Our Efforts",
"h2: Join Us",
"h2: Help",
"h2: Activation",
"h2: Help",
"h2: Activation",
"h2: Big protection, small price",
"h2: How can McAfee help protect my identity?",
"h2: Scams don't take vacations. Neither do we.",
"h2: McAfee AI-Powered Antivirus + Identity & Privacy Protection",
"h2: Worry-free, all-in-one online protection for your identity",
"h2: Worry-free, all-in-one online protection for your family",
"h2: Worry-free, all-in-one protection for your online life",
"h1: Online privacy, identity theft protection, and antivirus - all in one",
"h3: Find out instantly if your email is at risk",
"h2: Your personal info, finances, and digital life — secured with McAfee+",
"h3: Automatic Scam and Threat Protection",
"h3: Advanced Privacy Protection",
"h3: Identity and Financial Protection",
"h3: Protection For Your Whole Family",
"h2: Automatic Scam and Threat ProtectionStay one step ahead of fake messages, deepfake scams, viruses, malware, and more.",
"h3: Automatic Scam and Threat Protection",
"h2: Advanced Privacy ProtectionKeep your personal info private on public Wi-Fi with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.",
"h3: Advanced Privacy Protection",
"h2: Identity and Financial ProtectionSecure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​",
"h3: Identity and Financial Protection",
"h2: Protection For Your Whole FamilyEnjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).",
"h3: Protection For Your Whole Family",
"h2: The McAfee Protection Guarantee",
"h2: 30-Day Money-Back Guarantee",
"h2: Personalized Protection",
"h2: AI-Powered Technology",
"h2: 24/7 Customer Assistance",
"h3: Learn more from our experts",
"h2: Learn more from our security experts"
]
},
"counts": {
"h1": 1,
"headings": 61,
"links": 449,
"inaccessibleLinks": 1,
"buttons": 34,
"inaccessibleButtons": 0,
"images": 61,
"imagesWithAlt": 60,
"autocompleteInputs": 1,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 1
}
}AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
Needs attention
Sitemap
Issue
No valid XML sitemap found at checked locations: https://www.mcafee.com/content/dam/npcld/ecommerce/site-config/main-sitemap-index.xml, https://www.mcafee.com/content/dam/npcld/ecommerce/site-config/corp-sitemap-index.xml, https://www.mcafee.com/learn/sitemap_index.xml, https://www.mcafee.com/blogs/sitemap_index.xml, https://www.mcafee.com/support/s/sitemap.xml, https://www.mcafee.com/sitemap.xml, https://www.mcafee.com/sitemap_index.xml, https://www.mcafee.com/sitemap-index.xml.
Why it matters
Sitemaps help crawlers and agents discover canonical URLs, updated pages, and deeper content that may not be obvious from the homepage navigation.
Check name
Sitemap
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Publish a sitemap and reference it from robots.txt.
Result
Sitemap is missing or incomplete.
Evidence
{
"checked": [
"https://www.mcafee.com/content/dam/npcld/ecommerce/site-config/main-sitemap-index.xml",
"https://www.mcafee.com/content/dam/npcld/ecommerce/site-config/corp-sitemap-index.xml",
"https://www.mcafee.com/learn/sitemap_index.xml",
"https://www.mcafee.com/blogs/sitemap_index.xml",
"https://www.mcafee.com/support/s/sitemap.xml",
"https://www.mcafee.com/sitemap.xml",
"https://www.mcafee.com/sitemap_index.xml",
"https://www.mcafee.com/sitemap-index.xml"
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 407
},
{
"path": "/webmcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 383
},
{
"path": "/mcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 380
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 415
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 423
},
{
"path": "/agent-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 391
}
]
},
"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": 403,
"contentType": "text/html",
"length": 427
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 403,
"contentType": "text/html",
"length": 417
}
]
},
"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": 403,
"contentType": "text/html",
"length": 406
},
{
"path": "/agent.json",
"statusCode": 403,
"contentType": "text/html",
"length": 382
}
]
},
"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": 403,
"contentType": "text/html",
"length": 407
},
{
"path": "/agents.json",
"statusCode": 403,
"contentType": "text/html",
"length": 383
}
]
},
"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": "Sun, 7 Jun 2026 07:38:47 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.mcafee.com",
"probes": [
{
"name": "_index._agents.www.mcafee.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.mcafee.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.mcafee.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "mcafee.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input name="family"> is missing tool-param-description.<input name="Individual"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input name="email"> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 488,
"interactiveWithTags": 0,
"totalCount": 489,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"family\"> is missing tool-param-description.",
"<input name=\"Individual\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 23,
"issues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"family\"> is missing tool-param-description.",
"<input name=\"Individual\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"family\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"Individual\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 488,
"interactiveWithTags": 0,
"totalCount": 489,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"family\"> is missing tool-param-description.",
"<input name=\"Individual\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 488,
"interactiveWithTags": 0,
"totalCount": 489,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"family\"> is missing tool-param-description.",
"<input name=\"Individual\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
9 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "#",
"text": "About Us",
"html": "<a data-navelement=\"about-us\" data-pagesection=\"top nav\" href=\"#\" class=\"nav dropdown-toggle d-flex align-items-center\" role=\"button\" data-bs-toggle=\"dropdown\" data-bs-display=\"static\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-label=\"About Us\">About Us</a>"
},
{
"href": "/en-us/consumer-corporate/about.html",
"text": "Company Overview",
"html": "<a href=\"/en-us/consumer-corporate/about.html\" class=\"total-protection-nav-link\" data-navelement=\"company-overview\" data-pagesection=\"top nav\" aria-label=\"Company Overview\">Company Overview</a>"
},
{
"href": "/en-us/consumer-corporate/about/awards.html",
"text": "Awards & Reviews",
"html": "<a href=\"/en-us/consumer-corporate/about/awards.html\" class=\"total-protection-nav-link\" data-navelement=\"awards-reviews\" data-pagesection=\"top nav\" aria-label=\"Awards & Reviews\">Awards & Reviews</a>"
},
{
"href": "#about-us-collapse",
"text": "About Us",
"html": "<a aria-label=\"About Us\" href=\"#about-us-collapse\" class=\"nav dropdown-toggle mobile-nav-item collapsed\" data-navelement=\"about-us\" data-pagesection=\"top nav\" data-bs-display=\"static\" role=\"button\" aria-expanded=\"false\" aria-controls=\"about-us-collapse\" aria-haspopup=\"true\"> About Us </a>"
},
{
"href": "/en-us/consumer-corporate/about.html",
"text": "Company Overview",
"html": "<a aria-label=\"Company Overview\" href=\"/en-us/consumer-corporate/about.html\" class=\"total-protection-nav-link\" data-navelement=\"company-overview\" data-pagesection=\"top nav\">Company Overview </a>"
},
{
"href": "/en-us/consumer-corporate/about/awards.html",
"text": "Awards & Reviews",
"html": "<a aria-label=\"Awards & Reviews\" href=\"/en-us/consumer-corporate/about/awards.html\" class=\"total-protection-nav-link\" data-navelement=\"awards-reviews\" data-pagesection=\"top nav\"> Awards & Reviews </a>"
},
{
"href": "https://www.linkedin.com/company/mcafee/",
"text": "",
"html": "<a data-pagesection=\"footer\" data-navelement=\"linkedin\" href=\"https://www.linkedin.com/company/mcafee/\" title=\"LinkedIn\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"27\" height=\"26\" viewBox=\"0 0 27 26\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.773438 12.7483C0.773438 5.72704 6.46532 0.0351562 13.4866 0.0351562C20.5079 0.0351562 26.1998 5.72704 26.1998 12.7483C26.1998 19.7696 20.5079 25.4615 13.4866 25.4615C6.46532 25.4615 0.773438 19.7696 0.773438 12.7..."
},
{
"href": "https://www.mcafee.com/ai/deepfake/",
"text": "About Deepfakes",
"html": "<a aria-label=\"About Deepfakes\" data-pagesection=\"footer\" data-navelement=\"aboutdeepfakes\" target=\"_blank\" href=\"https://www.mcafee.com/ai/deepfake/\"><span class=\"softBlack\" style=\"color: rgb(56, 52, 52);\">About Deepfakes</span></a>"
},
{
"href": "/en-us/consumer-corporate/about.html",
"text": "About McAfee",
"html": "<a aria-label=\"About McAfee\" data-pagesection=\"footer\" href=\"/en-us/consumer-corporate/about.html\" data-navelement=\"aboutmcafee\" target=\"_blank\"><span class=\"rteFontColor\" style=\"color: rgb(56, 52, 52);\">About McAfee</span></a>"
}
],
"contactLinks": [
{
"href": "/en-us/consumer-support/pc-optimizer.html",
"text": "PC Optimizer",
"html": "<a href=\"/en-us/consumer-support/pc-optimizer.html\" class=\"safe-connect-nav-link\" data-navelement=\"pc-optimizer\" data-pagesection=\"top nav\" aria-label=\"PC Optimizer\"> PC Optimizer</a>"
},
{
"href": "/en-us/consumer-support/policy/legal/public-policy.html",
"text": "Public Policy",
"html": "<a href=\"/en-us/consumer-support/policy/legal/public-policy.html\" class=\"total-protection-nav-link\" data-navelement=\"public-policy\" data-pagesection=\"top nav\" aria-label=\"Public Policy\">Public Policy</a>"
},
{
"href": "/en-us/consumer-support/pc-optimizer.html",
"text": "PC Optimizer",
"html": "<a aria-label=\"PC Optimizer\" href=\"/en-us/consumer-support/pc-optimizer.html\" class=\"total-protection-nav-link\" data-navelement=\"pc-optimizer\" data-pagesection=\"top nav\"> PC Optimizer </a>"
},
{
"href": "/en-us/consumer-support/policy/legal/public-policy.html",
"text": "Public Policy",
"html": "<a aria-label=\" Public Policy\" href=\"/en-us/consumer-support/policy/legal/public-policy.html\" class=\"total-protection-nav-link\" data-navelement=\"public-policy\" data-pagesection=\"top nav\"> Public Policy </a>"
},
{
"href": "#support-collapse",
"text": "Support",
"html": "<a aria-label=\"Support\" href=\"#support-collapse\" class=\"nav dropdown-toggle mobile-nav-item collapsed\" data-navelement=\"support\" data-pagesection=\"top nav\" data-bs-display=\"static\" role=\"button\" aria-expanded=\"false\" aria-controls=\"support-collapse\" aria-haspopup=\"true\"> Support </a>"
},
{
"href": "https://www.mcafee.com/support/s/",
"text": "Customer Support",
"html": "<a href=\"https://www.mcafee.com/support/s/\" aria-label=\"Customer Support\" class=\"total-protection-nav-link\" data-navelement=\"customer-support\" data-pagesection=\"top nav\" style=\"cursor: pointer;\">Customer Support</a>"
},
{
"href": "/en-us/consumer-corporate/contact-us.html",
"text": "Contact Us",
"html": "<a aria-label=\"Contact Us\" href=\"/en-us/consumer-corporate/contact-us.html\" class=\"total-protection-nav-link\" data-navelement=\"contact-us\" data-pagesection=\"top nav\"> Contact Us </a>"
},
{
"href": "/en-us/consumer-support/activate-product-key.html",
"text": "Activate Retail Card",
"html": "<a aria-label=\"Activate Retail Card\" href=\"/en-us/consumer-support/activate-product-key.html\" class=\"total-protection-nav-link\" data-navelement=\"activate-retail-card\" data-pagesection=\"top nav\"> Activate Retail Card </a>"
},
{
"href": "#",
"text": "Support",
"html": "<a aria-label=\"Support\" data-navelement=\"support\" data-pagesection=\"top nav\" href=\"#\" class=\"nav dropdown-toggle support-nav d-flex align-items-center\" role=\"button\" data-bs-toggle=\"dropdown\" data-bs-display=\"static\" aria-haspopup=\"true\" aria-expanded=\"false\" style=\"margin-right: 15px; margin-left: 15px;\">Support </a>"
},
{
"href": "https://www.mcafee.com/support/s/",
"text": "Customer Support",
"html": "<a href=\"https://www.mcafee.com/support/s/\" aria-label=\"Customer Support\" class=\"total-protection-nav-link\" data-navelement=\"customer-support\" data-pagesection=\"top nav\" style=\"cursor: pointer;\">Customer Support</a>"
},
{
"href": "/en-us/consumer-corporate/contact-us.html",
"text": "Contact Us",
"html": "<a aria-label=\"Contact Us\" href=\"/en-us/consumer-corporate/contact-us.html\" class=\"total-protection-nav-link\" data-navelement=\"contact-us\" data-pagesection=\"top nav\">Contact Us</a>"
},
{
"href": "/en-us/consumer-support/activate-product-key.html",
"text": "Activate Retail Card",
"html": "<a aria-label=\"Activate Retail Card\" href=\"/en-us/consumer-support/activate-product-key.html\" class=\"total-protection-nav-link\" data-navelement=\"activate-retail-card\" data-pagesection=\"top nav\">Activate Retail Card</a>"
},
{
"href": "/consumer/en-us/ipz/checkout/2web/payment.html?moguid=1110ba19-9225-4074-846a-c9afaa6a0332&culture=en-us&affid=0&osn=%2Forganic-site%2Fhomepage%2Fstore-tn-offers&pkgCode=mpri_665&pt=1yp&fp=49.99&curCode=usd&btnSec=help-me-widget%7CtoprecommendedPlan&cctype=&ccstype=&cseg=default&cexp=&ccta=mpri_665%3A1yp%3A49.99%3Ausd%3Ahelp-me-widget%7Ctoprecommendedplan&ccpubn=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex%40%3Adefault%40mpri_665%3A1yp%3A49.99%3Ausd%3Ahelp-me-widget%7Ctoprecommendedplan&ccpun=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex%40%3Adefault&ccpn=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex&csrc=&csrcl2=&cls=0&cupf=0&cafcat=&ccoe=&ccoel2=&ak_culture=&ipst=&ipcon=&tm_local_lp_ab_test_variant=",
"text": "Buy",
"html": "<a class=\"hmw__button\" data-buynow-click=\"true\" data-nav-element-click=\"true\" data-button-section-tag=\"help-me-widget|toprecommendedPlan\" data-offer-bind=\"o1\" data-navigation-element=\"665:help-me-widget|toprecommendedplan:-buy-\" href=\"/consumer/en-us/ipz/checkout/2web/payment.html?moguid=1110ba19-9225-4074-846a-c9afaa6a0332&culture=en-us&affid=0&osn=%2Forganic-site%2Fhomepage%2Fstore-tn-offers&pkgCode=mpri_665&pt=1yp&fp=49.99&curCode=usd&btnSec=help-me-widget%7..."
},
{
"href": "/consumer/en-us/ipz/checkout/2web/payment.html?moguid=1110ba19-9225-4074-846a-c9afaa6a0332&culture=en-us&affid=0&osn=%2Forganic-site%2Fhomepage%2Fstore-tn-offers&pkgCode=mpri_665&pt=1yp&fp=49.99&curCode=usd&btnSec=help-me-widget%7CalternatePlan1&cctype=&ccstype=&cseg=default&cexp=&ccta=mpri_665%3A1yp%3A49.99%3Ausd%3Ahelp-me-widget%7Calternateplan1&ccpubn=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex%40%3Adefault%40mpri_665%3A1yp%3A49.99%3Ausd%3Ahelp-me-widget%7Calternateplan1&ccpun=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex%40%3Adefault&ccpn=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex&csrc=&csrcl2=&cls=0&cupf=0&cafcat=&ccoe=&ccoel2=&ak_culture=&ipst=&ipcon=&tm_local_lp_ab_test_variant=",
"text": "Buy",
"html": "<a class=\"hmw__button\" data-buynow-click=\"true\" data-nav-element-click=\"true\" data-button-section-tag=\"help-me-widget|alternatePlan1\" data-offer-bind=\"o1\" data-navigation-element=\"665:help-me-widget|alternateplan1:-buy-\" href=\"/consumer/en-us/ipz/checkout/2web/payment.html?moguid=1110ba19-9225-4074-846a-c9afaa6a0332&culture=en-us&affid=0&osn=%2Forganic-site%2Fhomepage%2Fstore-tn-offers&pkgCode=mpri_665&pt=1yp&fp=49.99&curCode=usd&btnSec=help-me-widget%7Calterna..."
},
{
"href": "/consumer/en-us/ipz/checkout/2web/payment.html?moguid=f6d0d050-3de4-440d-b4c0-f203b41d59fd&culture=en-us&affid=0&osn=%2Forganic-site%2Fhomepage%2Fstore-tn-offers&pkgCode=mai_663&pt=1yp&fp=89.99&curCode=usd&btnSec=help-me-widget%7CalternatePlan2&cctype=&ccstype=&cseg=default&cexp=&ccta=mai_663%3A1yp%3A89.99%3Ausd%3Ahelp-me-widget%7Calternateplan2&ccpubn=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex%40%3Adefault%40mai_663%3A1yp%3A89.99%3Ausd%3Ahelp-me-widget%7Calternateplan2&ccpun=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex%40%3Adefault&ccpn=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex&csrc=&csrcl2=&cls=0&cupf=0&cafcat=&ccoe=&ccoel2=&ak_culture=&ipst=&ipcon=&tm_local_lp_ab_test_variant=",
"text": "Buy",
"html": "<a class=\"hmw__button isOutline\" data-buynow-click=\"true\" data-nav-element-click=\"true\" data-button-section-tag=\"help-me-widget|alternatePlan2\" data-offer-bind=\"o2\" data-navigation-element=\"663:help-me-widget|alternateplan2:-buy-\" href=\"/consumer/en-us/ipz/checkout/2web/payment.html?moguid=f6d0d050-3de4-440d-b4c0-f203b41d59fd&culture=en-us&affid=0&osn=%2Forganic-site%2Fhomepage%2Fstore-tn-offers&pkgCode=mai_663&pt=1yp&fp=89.99&curCode=usd&btnSec=help-me-widget%..."
},
{
"href": "https://www.mcafee.com/en-us/consumer-support/policy/legal.html#eula",
"text": "License Agreement",
"html": "<a href=\"https://www.mcafee.com/en-us/consumer-support/policy/legal.html#eula\"><span class=\"text-decoration-underline\" style=\"color: rgb(0, 0, 0);\">License Agreement</span> </a>"
},
{
"href": "https://www.mcafee.com/en-us/consumer-support/policy/legal.html",
"text": "Privacy Notice",
"html": "<a href=\"https://www.mcafee.com/en-us/consumer-support/policy/legal.html\"> <span class=\"text-decoration-underline\" style=\"color: rgb(0, 0, 0);\">Privacy Notice</span></a>"
},
{
"href": "https://www.mcafee.com/support",
"text": "support",
"html": "<a href=\"https://www.mcafee.com/support\"><span class=\"rteFontColor font-color-mid-blue fw-700 text-decoration-underline\">support</span></a>"
},
{
"href": "https://service.mcafee.com",
"text": "Customer Support",
"html": "<a aria-label=\"Customer care page\" data-pagesection=\"footer\" data-navelement=\"supporthavequestions\" href=\"https://service.mcafee.com\" title=\"Support\" target=\"_blank\">Customer Support</a>"
},
{
"href": "/en-us/consumer-support/policy/legal.html#eula",
"text": "License Agreement",
"html": "<a aria-label=\"Licence Agreement\" data-pagesection=\"footer\" data-navelement=\"legallicense\" href=\"/en-us/consumer-support/policy/legal.html#eula\" title=\"Licence\" target=\"_blank\">License Agreement</a>"
},
{
"href": "/en-us/consumer-support/policy/legal.html",
"text": "Privacy Notice",
"html": "<a aria-label=\"Legal privacy notice\" data-pagesection=\"footer\" data-navelement=\"legalprivacynotice\" href=\"/en-us/consumer-support/policy/legal.html\" title=\"Privacy\" target=\"_blank\">Privacy Notice</a>"
},
{
"href": "/en-us/consumer-support/help/system-requirement.html",
"text": "System Requirements",
"html": "<a aria-label=\" System Requirements\" data-pagesection=\"footer\" data-navelement=\"systemrequirements\" href=\"/en-us/consumer-support/help/system-requirement.html\" title=\"System Requirements\" target=\"_blank\">System Requirements</a>"
},
{
"href": "https://www.mcafee.com/support/s/",
"text": "Customer Support",
"html": "<a aria-label=\"Customer Support page\" data-pagesection=\"footer\" data-navelement=\"customersupport\" href=\"https://www.mcafee.com/support/s/\" title=\"support\" target=\"_blank\"><u>Customer Support</u></a>"
},
{
"href": "/en-us/consumer-support/help/system-requirement.html",
"text": "System Requirements",
"html": "<a aria-label=\"System requirements\" data-pagesection=\"footer\" data-navelement=\"systemrequirements\" href=\"/en-us/consumer-support/help/system-requirement.html\" title=\"System Requirements\" target=\"_blank\">System Requirements</a>"
},
{
"href": "/en-us/consumer-support/policy/legal.html#vpp",
"text": "mcafee.com/pledge",
"html": "<a aria-label=\"Terms for refund\" data-pagesection=\"footer\" data-navelement=\"legalvpp\" href=\"/en-us/consumer-support/policy/legal.html#vpp\" title=\"VPP\" target=\"_blank\">mcafee.com/pledge</a>"
},
{
"href": "/en-us/consumer-support/policy/legal.html#eula",
"text": "License Agreement",
"html": "<a aria-label=\"License Agreement\" data-pagesection=\"footer\" data-navelement=\"legalprivacynotice\" href=\"/en-us/consumer-support/policy/legal.html#eula\" title=\"License Agreement\" target=\"_blank\">License Agreement</a>"
},
{
"href": "/en-us/consumer-support/help/system-requirement.html",
"text": "System Requirements",
"html": "<a aria-label=\"System Requirements\" data-pagesection=\"footer\" data-navelement=\"systemrequirements\" href=\"/en-us/consumer-support/help/system-requirement.html\" title=\"System Requirements\" target=\"_blank\">System Requirements</a>"
},
{
"href": "https://www.mcafee.com/support/s/article/000002544?language=en_US",
"text": "here",
"html": "<a aria-label=\"More information on video scam detection\" data-pagesection=\"footer\" data-navelement=\"moreinfovideoscamdetection\" href=\"https://www.mcafee.com/support/s/article/000002544?language=en_US\" target=\"_blank\">here</a>"
},
{
"href": "/en-us/consumer-support/help/system-requirement.html",
"text": "System Requirements",
"html": "<a aria-label=\"System requirements information\" data-pagesection=\"footer\" data-navelement=\"systemrequirements\" href=\"/en-us/consumer-support/help/system-requirement.html\" title=\"System Requirements\" class=\"dark-gray\" target=\"_blank\">System Requirements</a>"
},
{
"href": "/en-us/consumer-support/pc-optimizer.html",
"text": "McAfee® PC Optimizer",
"html": "<a aria-label=\"McAfee® PC Optimizer\" href=\"/en-us/consumer-support/pc-optimizer.html\" class=\"softBlack\">McAfee® PC Optimizer</a>"
},
{
"href": "/en-us/consumer-support/activate-product-key.html",
"text": "Activate Retail Card",
"html": "<a aria-label=\"Activate Retail Card\" data-pagesection=\"footer\" data-navelement=\"productkey\" target=\"_blank\" href=\"/en-us/consumer-support/activate-product-key.html\" rel=\"noopener noreferrer\"><span class=\"softBlack\" style=\"color: rgb(56, 52, 52);\">Activate Retail Card</span></a>"
},
{
"href": "https://www.mcafee.com/support/s/",
"text": "Customer Service",
"html": "<a data-pagesection=\"footer\" data-navelement=\"supporthavequestions\" target=\"_blank\" href=\"https://www.mcafee.com/support/s/\"><span class=\"softBlack\" style=\"color: rgb(56,52,52);\">Customer Service</span></a>"
},
{
"href": "/en-us/consumer-corporate/contact-us.html",
"text": "Contact Us",
"html": "<a aria-label=\"Contact Us\" data-pagesection=\"footer\" data-navelement=\"globalcontactus\" href=\"/en-us/consumer-corporate/contact-us.html\" target=\"_blank\"><span class=\"rteFontColor\" style=\"color: rgb(56, 52, 52);\">Contact Us</span></a>"
},
{
"href": "https://www.mcafee.com/en-us/consumer-support/policy/legal.html",
"text": "Legal Terms",
"html": "<a aria-label=\"Legal Terms\" data-pagesection=\"footer\" data-navelement=\"Legal\" target=\"_blank\" href=\"https://www.mcafee.com/en-us/consumer-support/policy/legal.html\"><span class=\"rteFontColor\" style=\"color: rgb(56, 52, 52);\">Legal Terms</span></a>"
}
],
"privacyLinks": [
{
"href": "https://www.mcafee.com/learn/social-privacy-manager/",
"text": "Social Privacy Manager",
"html": "<a href=\"https://www.mcafee.com/learn/social-privacy-manager/\" class=\"antivirus-trial-nav-link\" data-navelement=\"social-privacy-manager\" data-pagesection=\"top nav\" aria-label=\"Social Privacy Manager\">Social Privacy Manager</a>"
},
{
"href": "https://www.mcafee.com/learn/social-privacy-manager/",
"text": "Social Privacy Manager",
"html": "<a aria-label=\"Social Privacy Manager\" href=\"https://www.mcafee.com/learn/social-privacy-manager/\" class=\"total-protection-nav-link\" data-navelement=\"social-privacy-manager\" data-pagesection=\"top nav\"> Social Privacy Manager </a>"
},
{
"href": "#offerterms",
"text": "See offer details.",
"html": "<a href=\"#offerterms\"><u>See offer details.</u></a>"
},
{
"href": "https://www.mcafee.com/en-us/consumer-support/policy/legal.html",
"text": "Privacy Notice",
"html": "<a href=\"https://www.mcafee.com/en-us/consumer-support/policy/legal.html\"> <span class=\"text-decoration-underline\" style=\"color: rgb(0, 0, 0);\">Privacy Notice</span></a>"
},
{
"href": "#offerterms",
"text": "See offer details.",
"html": "<a class=\"text-underline\" aria-label=\"See offer details\" data-nav-element=\"comp-chart|offerdetails\" data-pagesection=\"store\" href=\"#offerterms\">See offer details.</a>"
},
{
"href": "/en-us/consumer-support/policy/legal.html",
"text": "Privacy Notice",
"html": "<a aria-label=\"Legal privacy notice\" data-pagesection=\"footer\" data-navelement=\"legalprivacynotice\" href=\"/en-us/consumer-support/policy/legal.html\" title=\"Privacy\" target=\"_blank\">Privacy Notice</a>"
},
{
"href": "https://www.mcafee.com/learn/social-privacy-manager/",
"text": "Social Privacy Manager",
"html": "<a aria-label=\"Social Privacy Manager\" data-pagesection=\"footer\" data-navelement=\"socialprivacymanager\" href=\"https://www.mcafee.com/learn/social-privacy-manager/\" target=\"_blank\"><span class=\"softBlack\" style=\"color: rgb(56, 52, 52);\">Social Privacy Manager</span></a>"
},
{
"href": "https://www.mcafee.com/en-us/consumer-support/policy/legal.html",
"text": "Legal Terms",
"html": "<a aria-label=\"Legal Terms\" data-pagesection=\"footer\" data-navelement=\"Legal\" target=\"_blank\" href=\"https://www.mcafee.com/en-us/consumer-support/policy/legal.html\"><span class=\"rteFontColor\" style=\"color: rgb(56, 52, 52);\">Legal Terms</span></a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "#",
"text": "About Us",
"html": "<a data-navelement=\"about-us\" data-pagesection=\"top nav\" href=\"#\" class=\"nav dropdown-toggle d-flex align-items-center\" role=\"button\" data-bs-toggle=\"dropdown\" data-bs-display=\"static\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-label=\"About Us\">About Us</a>"
},
{
"href": "/en-us/consumer-corporate/about.html",
"text": "Company Overview",
"html": "<a href=\"/en-us/consumer-corporate/about.html\" class=\"total-protection-nav-link\" data-navelement=\"company-overview\" data-pagesection=\"top nav\" aria-label=\"Company Overview\">Company Overview</a>"
},
{
"href": "/en-us/consumer-corporate/about/awards.html",
"text": "Awards & Reviews",
"html": "<a href=\"/en-us/consumer-corporate/about/awards.html\" class=\"total-protection-nav-link\" data-navelement=\"awards-reviews\" data-pagesection=\"top nav\" aria-label=\"Awards & Reviews\">Awards & Reviews</a>"
},
{
"href": "#about-us-collapse",
"text": "About Us",
"html": "<a aria-label=\"About Us\" href=\"#about-us-collapse\" class=\"nav dropdown-toggle mobile-nav-item collapsed\" data-navelement=\"about-us\" data-pagesection=\"top nav\" data-bs-display=\"static\" role=\"button\" aria-expanded=\"false\" aria-controls=\"about-us-collapse\" aria-haspopup=\"true\"> About Us </a>"
},
{
"href": "/en-us/consumer-corporate/about.html",
"text": "Company Overview",
"html": "<a aria-label=\"Company Overview\" href=\"/en-us/consumer-corporate/about.html\" class=\"total-protection-nav-link\" data-navelement=\"company-overview\" data-pagesection=\"top nav\">Company Overview </a>"
},
{
"href": "/en-us/consumer-corporate/about/awards.html",
"text": "Awards & Reviews",
"html": "<a aria-label=\"Awards & Reviews\" href=\"/en-us/consumer-corporate/about/awards.html\" class=\"total-protection-nav-link\" data-navelement=\"awards-reviews\" data-pagesection=\"top nav\"> Awards & Reviews </a>"
},
{
"href": "https://www.linkedin.com/company/mcafee/",
"text": "",
"html": "<a data-pagesection=\"footer\" data-navelement=\"linkedin\" href=\"https://www.linkedin.com/company/mcafee/\" title=\"LinkedIn\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"27\" height=\"26\" viewBox=\"0 0 27 26\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.773438 12.7483C0.773438 5.72704 6.46532 0.0351562 13.4866 0.0351562C20.5079 0.0351562 26.1998 5.72704 26.1998 12.7483C26.1998 19.7696 20.5079 25.4615 13.4866 25.4615C6.46532 25.4615 0.773438 19.7696 0.773438 12.7..."
},
{
"href": "https://www.mcafee.com/ai/deepfake/",
"text": "About Deepfakes",
"html": "<a aria-label=\"About Deepfakes\" data-pagesection=\"footer\" data-navelement=\"aboutdeepfakes\" target=\"_blank\" href=\"https://www.mcafee.com/ai/deepfake/\"><span class=\"softBlack\" style=\"color: rgb(56, 52, 52);\">About Deepfakes</span></a>"
},
{
"href": "/en-us/consumer-corporate/about.html",
"text": "About McAfee",
"html": "<a aria-label=\"About McAfee\" data-pagesection=\"footer\" href=\"/en-us/consumer-corporate/about.html\" data-navelement=\"aboutmcafee\" target=\"_blank\"><span class=\"rteFontColor\" style=\"color: rgb(56, 52, 52);\">About McAfee</span></a>"
}
],
"contactLinks": [
{
"href": "/en-us/consumer-support/pc-optimizer.html",
"text": "PC Optimizer",
"html": "<a href=\"/en-us/consumer-support/pc-optimizer.html\" class=\"safe-connect-nav-link\" data-navelement=\"pc-optimizer\" data-pagesection=\"top nav\" aria-label=\"PC Optimizer\"> PC Optimizer</a>"
},
{
"href": "/en-us/consumer-support/policy/legal/public-policy.html",
"text": "Public Policy",
"html": "<a href=\"/en-us/consumer-support/policy/legal/public-policy.html\" class=\"total-protection-nav-link\" data-navelement=\"public-policy\" data-pagesection=\"top nav\" aria-label=\"Public Policy\">Public Policy</a>"
},
{
"href": "/en-us/consumer-support/pc-optimizer.html",
"text": "PC Optimizer",
"html": "<a aria-label=\"PC Optimizer\" href=\"/en-us/consumer-support/pc-optimizer.html\" class=\"total-protection-nav-link\" data-navelement=\"pc-optimizer\" data-pagesection=\"top nav\"> PC Optimizer </a>"
},
{
"href": "/en-us/consumer-support/policy/legal/public-policy.html",
"text": "Public Policy",
"html": "<a aria-label=\" Public Policy\" href=\"/en-us/consumer-support/policy/legal/public-policy.html\" class=\"total-protection-nav-link\" data-navelement=\"public-policy\" data-pagesection=\"top nav\"> Public Policy </a>"
},
{
"href": "#support-collapse",
"text": "Support",
"html": "<a aria-label=\"Support\" href=\"#support-collapse\" class=\"nav dropdown-toggle mobile-nav-item collapsed\" data-navelement=\"support\" data-pagesection=\"top nav\" data-bs-display=\"static\" role=\"button\" aria-expanded=\"false\" aria-controls=\"support-collapse\" aria-haspopup=\"true\"> Support </a>"
},
{
"href": "https://www.mcafee.com/support/s/",
"text": "Customer Support",
"html": "<a href=\"https://www.mcafee.com/support/s/\" aria-label=\"Customer Support\" class=\"total-protection-nav-link\" data-navelement=\"customer-support\" data-pagesection=\"top nav\" style=\"cursor: pointer;\">Customer Support</a>"
},
{
"href": "/en-us/consumer-corporate/contact-us.html",
"text": "Contact Us",
"html": "<a aria-label=\"Contact Us\" href=\"/en-us/consumer-corporate/contact-us.html\" class=\"total-protection-nav-link\" data-navelement=\"contact-us\" data-pagesection=\"top nav\"> Contact Us </a>"
},
{
"href": "/en-us/consumer-support/activate-product-key.html",
"text": "Activate Retail Card",
"html": "<a aria-label=\"Activate Retail Card\" href=\"/en-us/consumer-support/activate-product-key.html\" class=\"total-protection-nav-link\" data-navelement=\"activate-retail-card\" data-pagesection=\"top nav\"> Activate Retail Card </a>"
},
{
"href": "#",
"text": "Support",
"html": "<a aria-label=\"Support\" data-navelement=\"support\" data-pagesection=\"top nav\" href=\"#\" class=\"nav dropdown-toggle support-nav d-flex align-items-center\" role=\"button\" data-bs-toggle=\"dropdown\" data-bs-display=\"static\" aria-haspopup=\"true\" aria-expanded=\"false\" style=\"margin-right: 15px; margin-left: 15px;\">Support </a>"
},
{
"href": "https://www.mcafee.com/support/s/",
"text": "Customer Support",
"html": "<a href=\"https://www.mcafee.com/support/s/\" aria-label=\"Customer Support\" class=\"total-protection-nav-link\" data-navelement=\"customer-support\" data-pagesection=\"top nav\" style=\"cursor: pointer;\">Customer Support</a>"
},
{
"href": "/en-us/consumer-corporate/contact-us.html",
"text": "Contact Us",
"html": "<a aria-label=\"Contact Us\" href=\"/en-us/consumer-corporate/contact-us.html\" class=\"total-protection-nav-link\" data-navelement=\"contact-us\" data-pagesection=\"top nav\">Contact Us</a>"
},
{
"href": "/en-us/consumer-support/activate-product-key.html",
"text": "Activate Retail Card",
"html": "<a aria-label=\"Activate Retail Card\" href=\"/en-us/consumer-support/activate-product-key.html\" class=\"total-protection-nav-link\" data-navelement=\"activate-retail-card\" data-pagesection=\"top nav\">Activate Retail Card</a>"
},
{
"href": "/consumer/en-us/ipz/checkout/2web/payment.html?moguid=1110ba19-9225-4074-846a-c9afaa6a0332&culture=en-us&affid=0&osn=%2Forganic-site%2Fhomepage%2Fstore-tn-offers&pkgCode=mpri_665&pt=1yp&fp=49.99&curCode=usd&btnSec=help-me-widget%7CtoprecommendedPlan&cctype=&ccstype=&cseg=default&cexp=&ccta=mpri_665%3A1yp%3A49.99%3Ausd%3Ahelp-me-widget%7Ctoprecommendedplan&ccpubn=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex%40%3Adefault%40mpri_665%3A1yp%3A49.99%3Ausd%3Ahelp-me-widget%7Ctoprecommendedplan&ccpun=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex%40%3Adefault&ccpn=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex&csrc=&csrcl2=&cls=0&cupf=0&cafcat=&ccoe=&ccoel2=&ak_culture=&ipst=&ipcon=&tm_local_lp_ab_test_variant=",
"text": "Buy",
"html": "<a class=\"hmw__button\" data-buynow-click=\"true\" data-nav-element-click=\"true\" data-button-section-tag=\"help-me-widget|toprecommendedPlan\" data-offer-bind=\"o1\" data-navigation-element=\"665:help-me-widget|toprecommendedplan:-buy-\" href=\"/consumer/en-us/ipz/checkout/2web/payment.html?moguid=1110ba19-9225-4074-846a-c9afaa6a0332&culture=en-us&affid=0&osn=%2Forganic-site%2Fhomepage%2Fstore-tn-offers&pkgCode=mpri_665&pt=1yp&fp=49.99&curCode=usd&btnSec=help-me-widget%7..."
},
{
"href": "/consumer/en-us/ipz/checkout/2web/payment.html?moguid=1110ba19-9225-4074-846a-c9afaa6a0332&culture=en-us&affid=0&osn=%2Forganic-site%2Fhomepage%2Fstore-tn-offers&pkgCode=mpri_665&pt=1yp&fp=49.99&curCode=usd&btnSec=help-me-widget%7CalternatePlan1&cctype=&ccstype=&cseg=default&cexp=&ccta=mpri_665%3A1yp%3A49.99%3Ausd%3Ahelp-me-widget%7Calternateplan1&ccpubn=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex%40%3Adefault%40mpri_665%3A1yp%3A49.99%3Ausd%3Ahelp-me-widget%7Calternateplan1&ccpun=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex%40%3Adefault&ccpn=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex&csrc=&csrcl2=&cls=0&cupf=0&cafcat=&ccoe=&ccoel2=&ak_culture=&ipst=&ipcon=&tm_local_lp_ab_test_variant=",
"text": "Buy",
"html": "<a class=\"hmw__button\" data-buynow-click=\"true\" data-nav-element-click=\"true\" data-button-section-tag=\"help-me-widget|alternatePlan1\" data-offer-bind=\"o1\" data-navigation-element=\"665:help-me-widget|alternateplan1:-buy-\" href=\"/consumer/en-us/ipz/checkout/2web/payment.html?moguid=1110ba19-9225-4074-846a-c9afaa6a0332&culture=en-us&affid=0&osn=%2Forganic-site%2Fhomepage%2Fstore-tn-offers&pkgCode=mpri_665&pt=1yp&fp=49.99&curCode=usd&btnSec=help-me-widget%7Calterna..."
},
{
"href": "/consumer/en-us/ipz/checkout/2web/payment.html?moguid=f6d0d050-3de4-440d-b4c0-f203b41d59fd&culture=en-us&affid=0&osn=%2Forganic-site%2Fhomepage%2Fstore-tn-offers&pkgCode=mai_663&pt=1yp&fp=89.99&curCode=usd&btnSec=help-me-widget%7CalternatePlan2&cctype=&ccstype=&cseg=default&cexp=&ccta=mai_663%3A1yp%3A89.99%3Ausd%3Ahelp-me-widget%7Calternateplan2&ccpubn=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex%40%3Adefault%40mai_663%3A1yp%3A89.99%3Ausd%3Ahelp-me-widget%7Calternateplan2&ccpun=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex%40%3Adefault&ccpn=en-us%3Astore%3Ahomepage%3Afor-home%3Aindex&csrc=&csrcl2=&cls=0&cupf=0&cafcat=&ccoe=&ccoel2=&ak_culture=&ipst=&ipcon=&tm_local_lp_ab_test_variant=",
"text": "Buy",
"html": "<a class=\"hmw__button isOutline\" data-buynow-click=\"true\" data-nav-element-click=\"true\" data-button-section-tag=\"help-me-widget|alternatePlan2\" data-offer-bind=\"o2\" data-navigation-element=\"663:help-me-widget|alternateplan2:-buy-\" href=\"/consumer/en-us/ipz/checkout/2web/payment.html?moguid=f6d0d050-3de4-440d-b4c0-f203b41d59fd&culture=en-us&affid=0&osn=%2Forganic-site%2Fhomepage%2Fstore-tn-offers&pkgCode=mai_663&pt=1yp&fp=89.99&curCode=usd&btnSec=help-me-widget%..."
},
{
"href": "https://www.mcafee.com/en-us/consumer-support/policy/legal.html#eula",
"text": "License Agreement",
"html": "<a href=\"https://www.mcafee.com/en-us/consumer-support/policy/legal.html#eula\"><span class=\"text-decoration-underline\" style=\"color: rgb(0, 0, 0);\">License Agreement</span> </a>"
},
{
"href": "https://www.mcafee.com/en-us/consumer-support/policy/legal.html",
"text": "Privacy Notice",
"html": "<a href=\"https://www.mcafee.com/en-us/consumer-support/policy/legal.html\"> <span class=\"text-decoration-underline\" style=\"color: rgb(0, 0, 0);\">Privacy Notice</span></a>"
},
{
"href": "https://www.mcafee.com/support",
"text": "support",
"html": "<a href=\"https://www.mcafee.com/support\"><span class=\"rteFontColor font-color-mid-blue fw-700 text-decoration-underline\">support</span></a>"
},
{
"href": "https://service.mcafee.com",
"text": "Customer Support",
"html": "<a aria-label=\"Customer care page\" data-pagesection=\"footer\" data-navelement=\"supporthavequestions\" href=\"https://service.mcafee.com\" title=\"Support\" target=\"_blank\">Customer Support</a>"
},
{
"href": "/en-us/consumer-support/policy/legal.html#eula",
"text": "License Agreement",
"html": "<a aria-label=\"Licence Agreement\" data-pagesection=\"footer\" data-navelement=\"legallicense\" href=\"/en-us/consumer-support/policy/legal.html#eula\" title=\"Licence\" target=\"_blank\">License Agreement</a>"
},
{
"href": "/en-us/consumer-support/policy/legal.html",
"text": "Privacy Notice",
"html": "<a aria-label=\"Legal privacy notice\" data-pagesection=\"footer\" data-navelement=\"legalprivacynotice\" href=\"/en-us/consumer-support/policy/legal.html\" title=\"Privacy\" target=\"_blank\">Privacy Notice</a>"
},
{
"href": "/en-us/consumer-support/help/system-requirement.html",
"text": "System Requirements",
"html": "<a aria-label=\" System Requirements\" data-pagesection=\"footer\" data-navelement=\"systemrequirements\" href=\"/en-us/consumer-support/help/system-requirement.html\" title=\"System Requirements\" target=\"_blank\">System Requirements</a>"
},
{
"href": "https://www.mcafee.com/support/s/",
"text": "Customer Support",
"html": "<a aria-label=\"Customer Support page\" data-pagesection=\"footer\" data-navelement=\"customersupport\" href=\"https://www.mcafee.com/support/s/\" title=\"support\" target=\"_blank\"><u>Customer Support</u></a>"
},
{
"href": "/en-us/consumer-support/help/system-requirement.html",
"text": "System Requirements",
"html": "<a aria-label=\"System requirements\" data-pagesection=\"footer\" data-navelement=\"systemrequirements\" href=\"/en-us/consumer-support/help/system-requirement.html\" title=\"System Requirements\" target=\"_blank\">System Requirements</a>"
},
{
"href": "/en-us/consumer-support/policy/legal.html#vpp",
"text": "mcafee.com/pledge",
"html": "<a aria-label=\"Terms for refund\" data-pagesection=\"footer\" data-navelement=\"legalvpp\" href=\"/en-us/consumer-support/policy/legal.html#vpp\" title=\"VPP\" target=\"_blank\">mcafee.com/pledge</a>"
},
{
"href": "/en-us/consumer-support/policy/legal.html#eula",
"text": "License Agreement",
"html": "<a aria-label=\"License Agreement\" data-pagesection=\"footer\" data-navelement=\"legalprivacynotice\" href=\"/en-us/consumer-support/policy/legal.html#eula\" title=\"License Agreement\" target=\"_blank\">License Agreement</a>"
},
{
"href": "/en-us/consumer-support/help/system-requirement.html",
"text": "System Requirements",
"html": "<a aria-label=\"System Requirements\" data-pagesection=\"footer\" data-navelement=\"systemrequirements\" href=\"/en-us/consumer-support/help/system-requirement.html\" title=\"System Requirements\" target=\"_blank\">System Requirements</a>"
},
{
"href": "https://www.mcafee.com/support/s/article/000002544?language=en_US",
"text": "here",
"html": "<a aria-label=\"More information on video scam detection\" data-pagesection=\"footer\" data-navelement=\"moreinfovideoscamdetection\" href=\"https://www.mcafee.com/support/s/article/000002544?language=en_US\" target=\"_blank\">here</a>"
},
{
"href": "/en-us/consumer-support/help/system-requirement.html",
"text": "System Requirements",
"html": "<a aria-label=\"System requirements information\" data-pagesection=\"footer\" data-navelement=\"systemrequirements\" href=\"/en-us/consumer-support/help/system-requirement.html\" title=\"System Requirements\" class=\"dark-gray\" target=\"_blank\">System Requirements</a>"
},
{
"href": "/en-us/consumer-support/pc-optimizer.html",
"text": "McAfee® PC Optimizer",
"html": "<a aria-label=\"McAfee® PC Optimizer\" href=\"/en-us/consumer-support/pc-optimizer.html\" class=\"softBlack\">McAfee® PC Optimizer</a>"
},
{
"href": "/en-us/consumer-support/activate-product-key.html",
"text": "Activate Retail Card",
"html": "<a aria-label=\"Activate Retail Card\" data-pagesection=\"footer\" data-navelement=\"productkey\" target=\"_blank\" href=\"/en-us/consumer-support/activate-product-key.html\" rel=\"noopener noreferrer\"><span class=\"softBlack\" style=\"color: rgb(56, 52, 52);\">Activate Retail Card</span></a>"
},
{
"href": "https://www.mcafee.com/support/s/",
"text": "Customer Service",
"html": "<a data-pagesection=\"footer\" data-navelement=\"supporthavequestions\" target=\"_blank\" href=\"https://www.mcafee.com/support/s/\"><span class=\"softBlack\" style=\"color: rgb(56,52,52);\">Customer Service</span></a>"
},
{
"href": "/en-us/consumer-corporate/contact-us.html",
"text": "Contact Us",
"html": "<a aria-label=\"Contact Us\" data-pagesection=\"footer\" data-navelement=\"globalcontactus\" href=\"/en-us/consumer-corporate/contact-us.html\" target=\"_blank\"><span class=\"rteFontColor\" style=\"color: rgb(56, 52, 52);\">Contact Us</span></a>"
},
{
"href": "https://www.mcafee.com/en-us/consumer-support/policy/legal.html",
"text": "Legal Terms",
"html": "<a aria-label=\"Legal Terms\" data-pagesection=\"footer\" data-navelement=\"Legal\" target=\"_blank\" href=\"https://www.mcafee.com/en-us/consumer-support/policy/legal.html\"><span class=\"rteFontColor\" style=\"color: rgb(56, 52, 52);\">Legal Terms</span></a>"
}
],
"privacyLinks": [
{
"href": "https://www.mcafee.com/learn/social-privacy-manager/",
"text": "Social Privacy Manager",
"html": "<a href=\"https://www.mcafee.com/learn/social-privacy-manager/\" class=\"antivirus-trial-nav-link\" data-navelement=\"social-privacy-manager\" data-pagesection=\"top nav\" aria-label=\"Social Privacy Manager\">Social Privacy Manager</a>"
},
{
"href": "https://www.mcafee.com/learn/social-privacy-manager/",
"text": "Social Privacy Manager",
"html": "<a aria-label=\"Social Privacy Manager\" href=\"https://www.mcafee.com/learn/social-privacy-manager/\" class=\"total-protection-nav-link\" data-navelement=\"social-privacy-manager\" data-pagesection=\"top nav\"> Social Privacy Manager </a>"
},
{
"href": "#offerterms",
"text": "See offer details.",
"html": "<a href=\"#offerterms\"><u>See offer details.</u></a>"
},
{
"href": "https://www.mcafee.com/en-us/consumer-support/policy/legal.html",
"text": "Privacy Notice",
"html": "<a href=\"https://www.mcafee.com/en-us/consumer-support/policy/legal.html\"> <span class=\"text-decoration-underline\" style=\"color: rgb(0, 0, 0);\">Privacy Notice</span></a>"
},
{
"href": "#offerterms",
"text": "See offer details.",
"html": "<a class=\"text-underline\" aria-label=\"See offer details\" data-nav-element=\"comp-chart|offerdetails\" data-pagesection=\"store\" href=\"#offerterms\">See offer details.</a>"
},
{
"href": "/en-us/consumer-support/policy/legal.html",
"text": "Privacy Notice",
"html": "<a aria-label=\"Legal privacy notice\" data-pagesection=\"footer\" data-navelement=\"legalprivacynotice\" href=\"/en-us/consumer-support/policy/legal.html\" title=\"Privacy\" target=\"_blank\">Privacy Notice</a>"
},
{
"href": "https://www.mcafee.com/learn/social-privacy-manager/",
"text": "Social Privacy Manager",
"html": "<a aria-label=\"Social Privacy Manager\" data-pagesection=\"footer\" data-navelement=\"socialprivacymanager\" href=\"https://www.mcafee.com/learn/social-privacy-manager/\" target=\"_blank\"><span class=\"softBlack\" style=\"color: rgb(56, 52, 52);\">Social Privacy Manager</span></a>"
},
{
"href": "https://www.mcafee.com/en-us/consumer-support/policy/legal.html",
"text": "Legal Terms",
"html": "<a aria-label=\"Legal Terms\" data-pagesection=\"footer\" data-navelement=\"Legal\" target=\"_blank\" href=\"https://www.mcafee.com/en-us/consumer-support/policy/legal.html\"><span class=\"rteFontColor\" style=\"color: rgb(56, 52, 52);\">Legal Terms</span></a>"
}
],
"score": 40,
"weight": 22
}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
60 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": 60,
"passing": 0,
"failing": [
{
"heading": "All-In-One Protection",
"headingHtml": "<h2 class=\"navHdr d-md-flex flex-column flex-md-row align-items-start\"> All-In-One Protection </h2>",
"firstParagraph": "Complete privacy, identity and device protection for individuals.",
"paragraphHtml": "<p class=\"total-protection-desc pl-0\"> Complete privacy, identity and device protection for individuals. </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Other Products & Services",
"headingHtml": "<h2 class=\"navHdr\">Other Products & Services</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Free Tools & Downloads",
"headingHtml": "<h2 class=\"navHdr\">Free Tools & Downloads</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get the app",
"headingHtml": "<h2 class=\"navHdr mt-5\">Get the app</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Keep Me Private Online",
"headingHtml": "<h2 class=\"navHdr\">Keep Me Private Online</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Safeguard My Identity",
"headingHtml": "<h2 class=\"navHdr\">Safeguard My Identity</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Protect My Devices",
"headingHtml": "<h2 class=\"navHdr\">Protect My Devices</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Protect My Family",
"headingHtml": "<h2 class=\"navHdr\">Protect My Family</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Stay Updated",
"headingHtml": "<h2 class=\"navHdr\">Stay Updated</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Learn More",
"headingHtml": "<h2 class=\"navHdr\">Learn More</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Press & News",
"headingHtml": "<h2 class=\"navHdr\">Press & News</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our Company",
"headingHtml": "<h2 class=\"navHdr\">Our Company</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our Efforts",
"headingHtml": "<h2 class=\"navHdr\">Our Efforts</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Join Us",
"headingHtml": "<h2 class=\"navHdr\">Join Us</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "All-In-One Protection",
"headingHtml": "<h2 class=\"navHdr d-flex d-md-flex flex-reverse-column align-items-start\"> All-In-One Protection</h2>",
"firstParagraph": "McAfee+ Individual Plans",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"McAfee+ Individual Plans\" href=\"/en-us/identity-theft/protection.html\" class=\"total-protection-nav-link\" data-navelement=\"individual-protection\" data-pagesection=\"top nav\"> McAfee+ Individual Plans </a></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Other Products & Services",
"headingHtml": "<h2 class=\"navHdr\">Other Products & Services</h2>",
"firstParagraph": "Antivirus",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Antivirus\" href=\"/en-us/antivirus.html\" class=\"antivirus-nav-link\" data-navelement=\"antivirus\" data-pagesection=\"top nav\"> Antivirus </a></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Free Tools & Downloads",
"headingHtml": "<h2 class=\"navHdr\">Free Tools & Downloads</h2>",
"firstParagraph": "Web Protection",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Web Protection\" href=\"/en-us/safe-browser/mcafee-webadvisor.html\" class=\"total-protection-nav-link\" data-navelement=\"web-protection\" data-pagesection=\"top nav\"> Web Protection </a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Get the app",
"headingHtml": "<h2 class=\"navHdr\">Get the app</h2>",
"firstParagraph": "Mobile",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\" Mobile\" href=\"/en-us/antivirus/mobile.html\" class=\"total-protection-nav-link\" data-navelement=\"get-the-app-mobile\" data-pagesection=\"top nav\"> Mobile </a></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Keep Me Private Online",
"headingHtml": "<h2 class=\"navHdr\">Keep Me Private Online</h2>",
"firstParagraph": "Personal Data Cleanup",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Personal Data Cleanup\" href=\"https://www.mcafee.com/learn/personal-data-cleanup/\" class=\"total-protection-nav-link\" data-navelement=\"personal-data-cleanup\" data-pagesection=\"top nav\">Personal Data Cleanup</a></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Safeguard My Identity",
"headingHtml": "<h2 class=\"navHdr\">Safeguard My Identity</h2>",
"firstParagraph": "Identity Monitoring",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Identity Monitoring\" href=\"https://www.mcafee.com/learn/identity-monitoring/\" class=\"total-protection-nav-link\" data-navelement=\"identity-monitoring\" data-pagesection=\"top nav\">Identity Monitoring </a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Protect My Devices",
"headingHtml": "<h2 class=\"navHdr\">Protect My Devices</h2>",
"firstParagraph": "Antivirus",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Antivirus\" href=\"/en-us/antivirus.html\" class=\"total-protection-nav-link\" data-navelement=\"protect-my-devices-antivirus\" data-pagesection=\"top nav\"> Antivirus </a></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Protect My Family",
"headingHtml": "<h2 class=\"navHdr\">Protect My Family</h2>",
"firstParagraph": "Protection Score",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Protection Score\" href=\"https://www.mcafee.com/en-us/antivirus/protection-score.html\" class=\"total-protection-nav-link\" data-navelement=\"protection-score\" data-pagesection=\"top nav\">Protection Score</a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Stay Updated",
"headingHtml": "<h2 class=\"navHdr\">Stay Updated</h2>",
"firstParagraph": "McAfee Blog",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"McAfee Blog\" href=\"https://www.mcafee.com/blogs/\" class=\"total-protection-nav-link\" data-navelement=\"mcafee-blog\" data-pagesection=\"top nav\"> McAfee Blog </a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Learn More",
"headingHtml": "<h2 class=\"navHdr\">Learn More</h2>",
"firstParagraph": "Learn at McAfee",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Learn at McAfee\" href=\"https://www.mcafee.com/learn/\" class=\"total-protection-nav-link\" data-navelement=\"learn-at-mcafee\" data-pagesection=\"top nav\"> Learn at McAfee </a></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Press & News",
"headingHtml": "<h2 class=\"navHdr\">Press & News</h2>",
"firstParagraph": "McAfee Newsroom",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"McAfee Newsroom\" href=\"https://www.mcafee.com/en-us/consumer-corporate/newsroom.html\" class=\"total-protection-nav-link\" data-navelement=\"mcafee-newsroom\" data-pagesection=\"top nav\"> McAfee Newsroom </a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Our Company",
"headingHtml": "<h2 class=\"navHdr\">Our Company</h2>",
"firstParagraph": "Company Overview",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Company Overview\" href=\"/en-us/consumer-corporate/about.html\" class=\"total-protection-nav-link\" data-navelement=\"company-overview\" data-pagesection=\"top nav\">Company Overview </a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Our Efforts",
"headingHtml": "<h2 class=\"navHdr\">Our Efforts</h2>",
"firstParagraph": "Inclusion & Diversity",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Inclusion & Diversity\" href=\"/en-us/consumer-corporate/inclusion-diversity.html\" class=\"total-protection-nav-link\" data-navelement=\"inclusion-diversity\" data-pagesection=\"top nav\"> Inclusion & Diversity </a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Join Us",
"headingHtml": "<h2 class=\"navHdr\">Join Us</h2>",
"firstParagraph": "Careers",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Careers\" href=\"https://careers.mcafee.com/\" class=\"total-protection-nav-link\" data-navelement=\"careers\" data-pagesection=\"top nav\"> Careers </a></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Help",
"headingHtml": "<h2 class=\"navHdr\">Help</h2>",
"firstParagraph": "Customer Support",
"paragraphHtml": "<p class=\"mb-0\"><a href=\"https://www.mcafee.com/support/s/\" aria-label=\"Customer Support\" class=\"total-protection-nav-link\" data-navelement=\"customer-support\" data-pagesection=\"top nav\" style=\"cursor: pointer;\">Customer Support</a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Activation",
"headingHtml": "<h2 class=\"navHdr\">Activation</h2>",
"firstParagraph": "Activate Retail Card",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Activate Retail Card\" href=\"/en-us/consumer-support/activate-product-key.html\" class=\"total-protection-nav-link\" data-navelement=\"activate-retail-card\" data-pagesection=\"top nav\"> Activate Retail Card </a></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Help",
"headingHtml": "<h2 class=\"navHdr\">Help</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Activation",
"headingHtml": "<h2 class=\"navHdr\">Activation</h2>",
"firstParagraph": "ASIA PACIFIC",
"paragraphHtml": "<p class=\"fw-semibold mb-2\" style=\"color: rgb(102, 112, 133);\">ASIA PACIFIC</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Big protection, small price",
"headingHtml": "<h2 class=\"modal-title\" id=\"exitIntentLabel\">Big protection, small price</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How can McAfee help protect my identity?",
"headingHtml": "<h2 class=\"accordion-header\"><button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#helpProtectFamily\" aria-expanded=\"true\" aria-controls=\"helpProtectFamily\"> How can McAfee help protect my identity? </button></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Scams don't take vacations. Neither do we.",
"headingHtml": "<h2 class=\"hero__title\"> Scams don't take vacations. Neither do we. </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "McAfee AI-Powered Antivirus + Identity & Privacy Protection",
"headingHtml": "<h2 class=\"hero__title\"> McAfee AI-Powered Antivirus + Identity & Privacy <span>Protection</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Worry-free, all-in-one online protection for your identity",
"headingHtml": "<h2 class=\"hero__title\"> Worry-free, all-in-one online protection for your <span>identity</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Worry-free, all-in-one online protection for your family",
"headingHtml": "<h2 class=\"hero__title\"> Worry-free, all-in-one online protection for your <span>family</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Worry-free, all-in-one protection for your online life",
"headingHtml": "<h2 class=\"hero__title\"> Worry-free, all-in-one protection for your <span>online life</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Find out instantly if your email is at risk",
"headingHtml": "<h3 class=\"mb-0\">Find out instantly if your email is at risk</h3>",
"firstParagraph": "We’ll check if your email has been involved in a breach that could lead to scams.",
"paragraphHtml": "<p class=\"supporting-text\">We’ll check if your email has been involved in a breach that could lead to scams.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Your personal info, finances, and digital life — secured with McAfee+",
"headingHtml": "<h2 class=\"mb-0\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">Your personal info, finances, and digital life —<br> secured with </span><span class=\"rteFontColor font-color-brand-red-dark\">McAfee</span>+</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Automatic Scam and Threat Protection",
"headingHtml": "<h3>Automatic Scam and Threat Protection</h3>",
"firstParagraph": "Stay one step ahead of fake messages, deepfake scams, viruses, malware, and more.",
"paragraphHtml": "<p>Stay one step ahead of fake messages, deepfake scams, viruses, malware, and more.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Advanced Privacy Protection",
"headingHtml": "<h3>Advanced Privacy Protection</h3>",
"firstParagraph": "Keep your personal info private on public Wi-Fi with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.",
"paragraphHtml": "<p>Keep your personal info private on public <span class=\"text-nowrap\">Wi-Fi</span> with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Identity and Financial Protection",
"headingHtml": "<h3>Identity and Financial Protection</h3>",
"firstParagraph": "Secure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​",
"paragraphHtml": "<p>Secure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "Protection For Your Whole Family",
"headingHtml": "<h3>Protection For Your Whole Family</h3>",
"firstParagraph": "Enjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).",
"paragraphHtml": "<p>Enjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Automatic Scam and Threat ProtectionStay one step ahead of fake messages, deepfake scams, viruses, malware, and more.",
"headingHtml": "<h2 class=\"accordion-header\" id=\"headingOne\"><button class=\"accordion-button button-styles d-block\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\"><h3>Automatic Scam and Threat Protection</h3><p>Stay one step ahead of fake messages, deepfake scams, viruses, malware, and more.</p></button></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Automatic Scam and Threat Protection",
"headingHtml": "<h3>Automatic Scam and Threat Protection</h3>",
"firstParagraph": "Stay one step ahead of fake messages, deepfake scams, viruses, malware, and more.",
"paragraphHtml": "<p>Stay one step ahead of fake messages, deepfake scams, viruses, malware, and more.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Advanced Privacy ProtectionKeep your personal info private on public Wi-Fi with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.",
"headingHtml": "<h2 class=\"accordion-header\" id=\"headingTwo\"><button class=\"accordion-button button-styles d-block collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseTwo\" aria-expanded=\"true\" aria-controls=\"collapseTwo\"><h3>Advanced Privacy Protection</h3><p>Keep your personal info private on public <span class=\"text-nowrap\">Wi-Fi</span> with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.</p></button></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Advanced Privacy Protection",
"headingHtml": "<h3>Advanced Privacy Protection</h3>",
"firstParagraph": "Keep your personal info private on public Wi-Fi with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.",
"paragraphHtml": "<p>Keep your personal info private on public <span class=\"text-nowrap\">Wi-Fi</span> with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Identity and Financial ProtectionSecure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​",
"headingHtml": "<h2 class=\"accordion-header\" id=\"headingThree\"><button class=\"accordion-button button-styles d-block collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseThree\" aria-expanded=\"true\" aria-controls=\"collapseThree\"><h3>Identity and Financial Protection</h3><p>Secure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​</p></button></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Identity and Financial Protection",
"headingHtml": "<h3>Identity and Financial Protection</h3>",
"firstParagraph": "Secure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​",
"paragraphHtml": "<p>Secure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "Protection For Your Whole FamilyEnjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).",
"headingHtml": "<h2 class=\"accordion-header\" id=\"headingFour\"><button class=\"accordion-button button-styles d-block collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseFour\" aria-expanded=\"true\" aria-controls=\"collapseFour\"><h3>Protection For Your Whole Family</h3><p>Enjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).</p></button></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Protection For Your Whole Family",
"headingHtml": "<h3>Protection For Your Whole Family</h3>",
"firstParagraph": "Enjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).",
"paragraphHtml": "<p>Enjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "The McAfee Protection Guarantee",
"headingHtml": "<h2 style=\"text-align: center;\" class=\"mb-40 fw-600 mobile-margin-bottom-32\"><span class=\"rteFontColor font-color-black\">The McAfee Protection</span> <span class=\"rteFontColor font-color-brand-red-dark\">Guarantee</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "30-Day Money-Back Guarantee",
"headingHtml": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">30-Day Money-Back<br class=\"d-none d-sm-block\"> Guarantee</span></h2>",
"firstParagraph": "for peace of mind with a risk-free option to try any plan",
"paragraphHtml": "<p class=\"body-2 mobile-text-left font-color-gray-90\" style=\"text-align: center;\">for peace of mind with a risk-free option to try any plan</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Personalized Protection",
"headingHtml": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left pl-sm-3 pr-sm-3\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black mobile-text-left\">Personalized<br class=\"d-none d-sm-block\"> Protection</span></h2>",
"firstParagraph": "to meet the individualized needs of you and your family",
"paragraphHtml": "<p class=\"body-2 mobile-text-left pb-sm-0 pb-2 pr-sm-0 pr-4\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-gray-90 mobile-text-left\">to meet the individualized needs of you and your family</span></p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "AI-Powered Technology",
"headingHtml": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">AI-Powered<br class=\"content-visible-desktop\"> Technology</span></h2>",
"firstParagraph": "for real-time protection against new and evolving threats",
"paragraphHtml": "<p class=\"body-2 mobile-text-left font-color-gray-90\" style=\"text-align: center;\">for real-time protection against new and evolving threats</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "24/7 Customer Assistance",
"headingHtml": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">24/7 Customer<br> Assistance</span></h2>",
"firstParagraph": "with around-the-clock support and troubleshooting",
"paragraphHtml": "<p class=\"body-2 mobile-text-left\" style=\"text-align: center; letter-spacing: -0.01px;\"><span class=\"rteFontColor font-color-deep-gray\">with around-the-clock </span><span class=\"rteFontColor font-color-mid-blue\"><a href=\"https://www.mcafee.com/support\"><span class=\"rteFontColor font-color-mid-blue fw-700 text-decoration-underline\">support</span></a></span><span class=\"rteFontColor font-color-deep-gray\"> and troubleshooting</span></p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Learn more from our experts",
"headingHtml": "<h3><span><span class=\"rteFontColor font-color-gray-90\">Learn more from our experts</span></span></h3>",
"firstParagraph": "Get tips and advice for staying safe online.",
"paragraphHtml": "<p><span class=\"rteFontColor font-color-gray-90 fs-18\">Get tips and advice for staying safe online. </span></p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Learn more from our security experts",
"headingHtml": "<h2 style=\"text-align: center; font-size: 28px !important; line-height: 36px !important;\"><span><span class=\"rteFontColor font-color-black\">Learn more from our<br> security experts</span></span></h2>",
"firstParagraph": "Get tips and advice for staying safe online.",
"paragraphHtml": "<p class=\"line-height-20\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-gray-90 fs-18\">Get tips and advice for staying safe online.</span></p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
60 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
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: Question-led structure scored 70/100 and needs improvement.
Evidence
{
"h2Count": 50,
"questionH2s": [
{
"index": 34,
"text": "How can McAfee help protect my identity?",
"isQuestion": true,
"html": "<h2 class=\"accordion-header\"><button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#helpProtectFamily\" aria-expanded=\"true\" aria-controls=\"helpProtectFamily\"> How can McAfee help protect my identity? </button></h2>"
}
],
"hasFaq": false,
"score": 70,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
54 image(s) are missing width/height attributes. 53 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1.0",
"visibleWords": 3540,
"htmlBytes": 583334,
"imagesMissingDimensions": [
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/ecommerce/en/company-logo/McAfeeHzRed.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/ecommerce/en/company-logo/McAfeeHzRed.svg\" alt=\"McAfee logo\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg\" alt=\"close\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_expressive_multidevice.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_expressive_multidevice.svg\" alt=\"card icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_feature_email.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_feature_email.svg\" alt=\"card icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_manage_finances.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_manage_finances.svg\" alt=\"card icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_expressive_wifi_scan.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_expressive_wifi_scan.svg\" alt=\"card icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_shop_online.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_shop_online.svg\" alt=\"card icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_expressive_support.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_expressive_support.svg\" alt=\"card icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_individual.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_individual.svg\" alt=\"card icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_family.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_family.svg\" alt=\"card icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_multidevice.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_multidevice.svg\" alt=\"card icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/identity_protection.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/identity_protection.svg\" alt=\"card icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/wallet.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/wallet.svg\" alt=\"card icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/continuous_protection.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/continuous_protection.svg\" alt=\"card icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/mcafee_plus.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/mcafee_plus.svg\" alt=\"mcafee plus\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/mcafee_plus.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/mcafee_plus.svg\" alt=\"mcafee plus\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/mcafee_plus.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/mcafee_plus.svg\" alt=\"mcafee plus\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_features_help_circle.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_features_help_circle.svg\" alt=\"help\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_features_help_circle.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_features_help_circle.svg\" alt=\"help\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_features_help_circle.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_features_help_circle.svg\" alt=\"help\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_features_help_circle.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/ic_features_help_circle.svg\" alt=\"help\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg\" alt=\"close\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/feature-info.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/feature-info.svg\" alt=\"info\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/phone-call.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/phone-call.svg\" alt=\"phone\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/bank-account.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/bank-account.svg\" alt=\"Bank accounts\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/credit-card.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/credit-card.svg\" alt=\"Credit cards\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/ssn.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/ssn.svg\" alt=\"SSN\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/home-address.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/home-address.svg\" alt=\"Addresses\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/password.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/password.svg\" alt=\"Passwords\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/mplus.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/smart-scan/mplus.svg\" alt=\"McAfee Plus\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/general/big-innovation.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/general/big-innovation.png\" alt=\"Big Innovation 2026 award\" class=\"biginnovation__award__icon\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/general/av-test-certified.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/general/av-test-certified.png\" alt=\"AV-Test Certified Windows Top Product badge in red and blue.\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/general/av-comparatives.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/general/av-comparatives.png\" alt=\"AV-Comparatives Advanced+ Real-World Protection award for November 2025.\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/general/editors-choice.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/general/editors-choice.png\" alt=\"PCMag Editors’ Choice badge indicating 33-time winner.\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/ecommerce/en-us/mcafee-redesign/homepage/rtb-img-mobile.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/ecommerce/en-us/mcafee-redesign/homepage/rtb-img-mobile.png\" alt=\"AI-Powered Device image\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/ecommerce/en-us/mcafee-redesign/homepage/RTB%20image%201_mobile.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/ecommerce/en-us/mcafee-redesign/homepage/RTB%20image%201_mobile.png\" alt=\"privacy protection image\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/ecommerce/en-us/mcafee-redesign/homepage/RTB%20image%203_mobile.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/ecommerce/en-us/mcafee-redesign/homepage/RTB%20image%203_mobile.png\" alt=\"${rtb_image_3_alt_Text}\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/ecommerce/en-us/mcafee-redesign/homepage/RTB%20image%204_mobile.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/ecommerce/en-us/mcafee-redesign/homepage/RTB%20image%204_mobile.png\" alt=\"Protection Image\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/compare-plan/mplus-logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/compare-plan/mplus-logo.svg\" alt=\"logo\" class=\"mc__logo__d\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/compare-plan/mplus-vertical.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/compare-plan/mplus-vertical.svg\" alt=\"logo\" class=\"mc__logo__m\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/compare-plan/mplus-logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/compare-plan/mplus-logo.svg\" alt=\"logo\" class=\"mc__logo__d\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/compare-plan/mplus-vertical.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/compare-plan/mplus-vertical.svg\" alt=\"logo\" class=\"mc__logo__m\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_spm.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_spm.png\" alt=\"message\" class=\"popup__xl\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_message.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_message.png\" alt=\"message\" class=\"popup__xl\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_message__mobile.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_message__mobile.png\" alt=\"message\" class=\"popup__md\">"
},
{
"src": "https://media.mcafeeassets.com/content/experience-fragments/organic-site/en-us/mcafee-protection-guarantee/master1/_jcr_content/root/section/main_section_content/cardsection_copy_cop/card_0/card_img.coreimg.svg/1697151317452/featured-icon-1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.mcafeeassets.com/content/experience-fragments/organic-site/en-us/mcafee-protection-guarantee/master1/_jcr_content/root/section/main_section_content/cardsection_copy_cop/card_0/card_img.coreimg.svg/1697151317452/featured-icon-1.svg\" v-on:load=\"$event.target&&$event.target.classList.add('lazy-image-loaded')\" class=\"lazy-image \" itemprop=\"contentUrl\" data-cmp-hook-image=\"image\" alt=\"100 percent icon. \">"
},
{
"src": "https://media.mcafeeassets.com/content/experience-fragments/organic-site/en-us/mcafee-protection-guarantee/master1/_jcr_content/root/section/main_section_content/cardsection_copy_cop/card_1/card_img.coreimg.svg/1697151303263/featured-icon-2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.mcafeeassets.com/content/experience-fragments/organic-site/en-us/mcafee-protection-guarantee/master1/_jcr_content/root/section/main_section_content/cardsection_copy_cop/card_1/card_img.coreimg.svg/1697151303263/featured-icon-2.svg\" v-on:load=\"$event.target&&$event.target.classList.add('lazy-image-loaded')\" class=\"lazy-image \" itemprop=\"contentUrl\" data-cmp-hook-image=\"image\" alt=\"Checkmark icon.\">"
},
{
"src": "https://media.mcafeeassets.com/content/experience-fragments/organic-site/en-us/mcafee-protection-guarantee/master1/_jcr_content/root/section/main_section_content/cardsection_copy_cop/card_2/card_img.coreimg.svg/1736546281644/ai-featured-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.mcafeeassets.com/content/experience-fragments/organic-site/en-us/mcafee-protection-guarantee/master1/_jcr_content/root/section/main_section_content/cardsection_copy_cop/card_2/card_img.coreimg.svg/1736546281644/ai-featured-icon.svg\" v-on:load=\"$event.target&&$event.target.classList.add('lazy-image-loaded')\" class=\"lazy-image \" itemprop=\"contentUrl\" data-cmp-hook-image=\"image\" alt=\"Lock icon. \">"
},
{
"src": "https://media.mcafeeassets.com/content/experience-fragments/organic-site/en-us/mcafee-protection-guarantee/master1/_jcr_content/root/section/main_section_content/cardsection_copy_cop/card_3/card_img.coreimg.svg/1697151452790/featured-icon-4.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.mcafeeassets.com/content/experience-fragments/organic-site/en-us/mcafee-protection-guarantee/master1/_jcr_content/root/section/main_section_content/cardsection_copy_cop/card_3/card_img.coreimg.svg/1697151452790/featured-icon-4.svg\" v-on:load=\"$event.target&&$event.target.classList.add('lazy-image-loaded')\" class=\"lazy-image \" itemprop=\"contentUrl\" data-cmp-hook-image=\"image\" alt=\"Dialogue bubble icon.\">"
},
{
"src": "https://media.mcafeeassets.com/en-us/index/_jcr_content/btfcontainer/main_section_content/section_1260734829_c/main_section_content/cardsection_copy_cop/card_0/card_img.coreimg.png/1695915067560/family-article-image-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.mcafeeassets.com/en-us/index/_jcr_content/btfcontainer/main_section_content/section_1260734829_c/main_section_content/cardsection_copy_cop/card_0/card_img.coreimg.png/1695915067560/family-article-image-1.png\" v-on:load=\"$event.target&&$event.target.classList.add('lazy-image-loaded')\" class=\"lazy-image \" itemprop=\"contentUrl\" data-cmp-hook-image=\"image\" alt=\"newimage\" data-height=\"241\" data-width=\"380\">"
},
{
"src": "https://media.mcafeeassets.com/en-us/index/_jcr_content/btfcontainer/main_section_content/section_1260734829_c/main_section_content/cardsection_copy_cop/card_1/card_img.coreimg.png/1695915183990/homepage-article-2.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.mcafeeassets.com/en-us/index/_jcr_content/btfcontainer/main_section_content/section_1260734829_c/main_section_content/cardsection_copy_cop/card_1/card_img.coreimg.png/1695915183990/homepage-article-2.png\" v-on:load=\"$event.target&&$event.target.classList.add('lazy-image-loaded')\" class=\"lazy-image \" itemprop=\"contentUrl\" data-cmp-hook-image=\"image\" alt=\"newimage\" data-height=\"241\" data-width=\"380\">"
},
{
"src": "https://media.mcafeeassets.com/en-us/index/_jcr_content/btfcontainer/main_section_content/section_1260734829_c/main_section_content/cardsection_copy_cop/card_2/card_img.coreimg.png/1695915179510/homepage-article-3.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.mcafeeassets.com/en-us/index/_jcr_content/btfcontainer/main_section_content/section_1260734829_c/main_section_content/cardsection_copy_cop/card_2/card_img.coreimg.png/1695915179510/homepage-article-3.png\" v-on:load=\"$event.target&&$event.target.classList.add('lazy-image-loaded')\" class=\"lazy-image \" itemprop=\"contentUrl\" data-cmp-hook-image=\"image\" alt=\"newimage\" data-height=\"241\" data-width=\"379\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/general/appStore.png",
"width": "140",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/general/appStore.png\" alt=\"app store\" width=\"140\">"
},
{
"src": "https://media.mcafeeassets.com/content/dam/npcld/en-us/general/google_play.png",
"width": "140",
"height": "",
"loading": "",
"html": "<img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/general/google_play.png\" alt=\"play store\" width=\"140\">"
}
],
"possibleDialogs": [
"<div class=\"modal fade\" id=\"regionSelector\" tabindex=\"-1\" aria-labelledby=\"regionSelectorComponent\" aria-hidden=\"true\"><div class=\"modal-dialog\"><div class=\"modal-content\"><div class=\"modal-header\"><div class=\"region-selector fs-5\" id=\"regionSelectorComponent\"><p class=\"fw-semibold font-size-lg mb-2\" style=\"color: rgb(102, 112, 133);\">This site in other countries/regions:</p></div><button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\">×...",
"<div class=\"modal-dialog\"><div class=\"modal-content\"><div class=\"modal-header\"><div class=\"region-selector fs-5\" id=\"regionSelectorComponent\"><p class=\"fw-semibold font-size-lg mb-2\" style=\"color: rgb(102, 112, 133);\">This site in other countries/regions:</p></div><button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><div><div class=\"container\"><div class=\"row\"><div class=\"col-12 col-lg-3...",
"<div class=\"modal-content\"><div class=\"modal-header\"><div class=\"region-selector fs-5\" id=\"regionSelectorComponent\"><p class=\"fw-semibold font-size-lg mb-2\" style=\"color: rgb(102, 112, 133);\">This site in other countries/regions:</p></div><button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\">×</span></button></div><div class=\"modal-body\"><div><div class=\"container\"><div class=\"row\"><div class=\"col-12 col-lg-3\"><p class=\"fw-semibold mb...",
"<div class=\"modal-header\"><div class=\"region-selector fs-5\" id=\"regionSelectorComponent\"><p class=\"fw-semibold font-size-lg mb-2\" style=\"color: rgb(102, 112, 133);\">This site in other countries/regions:</p></div><button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\">×</span></button></div>",
"<div class=\"modal-body\"><div><div class=\"container\"><div class=\"row\"><div class=\"col-12 col-lg-3\"><p class=\"fw-semibold mb-2\" style=\"color: rgb(102, 112, 133);\">ASIA PACIFIC</p><hr><p><a href=\"/en-au/index.html\">Australia - English</a></p><p><a href=\"/en-nz/index.html\">New Zealand - English</a></p><p><a href=\"/en-sg/index.html\">Singapore - English</a></p><p><a href=\"/en-my/index.html\">Malaysia - English</a></p><p><a href=\"/en-ph/index.html\">Philippines - English</a></p><p><a href=\"/en-in/inde...",
"<div class=\"mcafee__hmw__modalWrapper\"><div class=\"modal fade hasMinHeight\" id=\"HelpMeWidget_Modal\" tabindex=\"-1\" aria-labelledby=\"HelpMeWidget_ModalLabel\" aria-hidden=\"true\"><div class=\"modal-dialog modal-dialog-centered h-100\"><div class=\"modal-content\"><div class=\"mcafee__hmwModalWrapper\"><div class=\"hmw__modalClose_Container\"><button class=\"hmw__modalClose\" data-bs-dismiss=\"modal\" tabindex=\"0\" role=\"button\" data-navelement=\"help-me-widget|modal_close\" data-pagesection=\"store\" aria-label=\"...",
"<div class=\"modal fade hasMinHeight\" id=\"HelpMeWidget_Modal\" tabindex=\"-1\" aria-labelledby=\"HelpMeWidget_ModalLabel\" aria-hidden=\"true\"><div class=\"modal-dialog modal-dialog-centered h-100\"><div class=\"modal-content\"><div class=\"mcafee__hmwModalWrapper\"><div class=\"hmw__modalClose_Container\"><button class=\"hmw__modalClose\" data-bs-dismiss=\"modal\" tabindex=\"0\" role=\"button\" data-navelement=\"help-me-widget|modal_close\" data-pagesection=\"store\" aria-label=\"Close\"><img src=\"https://media.mcafeeas...",
"<div class=\"modal-dialog modal-dialog-centered h-100\"><div class=\"modal-content\"><div class=\"mcafee__hmwModalWrapper\"><div class=\"hmw__modalClose_Container\"><button class=\"hmw__modalClose\" data-bs-dismiss=\"modal\" tabindex=\"0\" role=\"button\" data-navelement=\"help-me-widget|modal_close\" data-pagesection=\"store\" aria-label=\"Close\"><img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg\" alt=\"close\"></button></div><div class=\"mcafee__hmwStepper\"><div class=\"mcafee__hmwSt...",
"<div class=\"modal-content\"><div class=\"mcafee__hmwModalWrapper\"><div class=\"hmw__modalClose_Container\"><button class=\"hmw__modalClose\" data-bs-dismiss=\"modal\" tabindex=\"0\" role=\"button\" data-navelement=\"help-me-widget|modal_close\" data-pagesection=\"store\" aria-label=\"Close\"><img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg\" alt=\"close\"></button></div><div class=\"mcafee__hmwStepper\"><div class=\"mcafee__hmwStep Selection\"><div id=\"HelpMeWidget_Slider\" class=\"car...",
"<div class=\"mcafee__hmwModalWrapper\"><div class=\"hmw__modalClose_Container\"><button class=\"hmw__modalClose\" data-bs-dismiss=\"modal\" tabindex=\"0\" role=\"button\" data-navelement=\"help-me-widget|modal_close\" data-pagesection=\"store\" aria-label=\"Close\"><img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg\" alt=\"close\"></button></div><div class=\"mcafee__hmwStepper\"><div class=\"mcafee__hmwStep Selection\"><div id=\"HelpMeWidget_Slider\" class=\"carousel slide\" data-bs-touch=...",
"<div class=\"hmw__modalClose_Container\"><button class=\"hmw__modalClose\" data-bs-dismiss=\"modal\" tabindex=\"0\" role=\"button\" data-navelement=\"help-me-widget|modal_close\" data-pagesection=\"store\" aria-label=\"Close\"><img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg\" alt=\"close\"></button></div>",
"<button class=\"hmw__modalClose\" data-bs-dismiss=\"modal\" tabindex=\"0\" role=\"button\" data-navelement=\"help-me-widget|modal_close\" data-pagesection=\"store\" aria-label=\"Close\"><img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg\" alt=\"close\"></button>",
"<div class=\"modal fade\" id=\"exitIntent\" tabindex=\"-1\" aria-labelledby=\"exitIntentLabel\" data-bs-backdrop=\"static\" data-bs-keyboard=\"false\"><div class=\"modal-dialog modal-dialog-centered\"><div class=\"modal-content\"><div class=\"modal-header\"><h2 class=\"modal-title\" id=\"exitIntentLabel\">Big protection, small price</h2><button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\" data-navelement=\"exit-intent|modal_close|1\" data-pagesection=\"store\"></button></div><div class=\"m...",
"<div class=\"modal-dialog modal-dialog-centered\"><div class=\"modal-content\"><div class=\"modal-header\"><h2 class=\"modal-title\" id=\"exitIntentLabel\">Big protection, small price</h2><button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\" data-navelement=\"exit-intent|modal_close|1\" data-pagesection=\"store\"></button></div><div class=\"modal-body\"><div class=\"mc__ext__title\">Get affordable protection for only</div><div class=\"mc__ext__price\">$29.99<span class=\"mc__ext_...",
"<div class=\"modal-content\"><div class=\"modal-header\"><h2 class=\"modal-title\" id=\"exitIntentLabel\">Big protection, small price</h2><button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\" data-navelement=\"exit-intent|modal_close|1\" data-pagesection=\"store\"></button></div><div class=\"modal-body\"><div class=\"mc__ext__title\">Get affordable protection for only</div><div class=\"mc__ext__price\">$29.99<span class=\"mc__ext__yr\">/1st yr</span></div><div class=\"mc__ext__ct...",
"<div class=\"modal-header\"><h2 class=\"modal-title\" id=\"exitIntentLabel\">Big protection, small price</h2><button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\" data-navelement=\"exit-intent|modal_close|1\" data-pagesection=\"store\"></button></div>",
"<h2 class=\"modal-title\" id=\"exitIntentLabel\">Big protection, small price</h2>",
"<div class=\"modal-body\"><div class=\"mc__ext__title\">Get affordable protection for only</div><div class=\"mc__ext__price\">$29.99<span class=\"mc__ext__yr\">/1st yr</span></div><div class=\"mc__ext__cta\"><a aria-label=\"Buy now McAfee® Total Protection™\" data-buynow-click=\"true\" data-nav-element-click=\"true\" data-button-section-tag=\"exit-intent-cta-plan\" data-offer-bind=\"o8\" data-navigation-element=\"537:exit-intent-cta-plan:-buy-now-\" class=\"mc__ext__btn\" href=\"/consumer/en-us/ipz/c...",
"<div class=\"mcafee__smartScan__modalWrapper\"><div class=\"modal fade\" id=\"SmartScan_Modal\" tabindex=\"-1\" aria-labelledby=\"SmartScan_ModalLabel\" aria-hidden=\"true\" data-bs-backdrop=\"static\"><div class=\"modal-dialog modal-dialog-centered\"><div class=\"modal-content\"><div class=\"mcafee__smartScanModalWrapper\"><div class=\"smartScan__modalClose_Container\"><div class=\"smartScan__modalClose\" data-bs-dismiss=\"modal\" data-navelement=\"store|smartscan|modalclose\" data-pagesection=\"store\"><img src=\"https:/...",
"<div class=\"modal fade\" id=\"SmartScan_Modal\" tabindex=\"-1\" aria-labelledby=\"SmartScan_ModalLabel\" aria-hidden=\"true\" data-bs-backdrop=\"static\"><div class=\"modal-dialog modal-dialog-centered\"><div class=\"modal-content\"><div class=\"mcafee__smartScanModalWrapper\"><div class=\"smartScan__modalClose_Container\"><div class=\"smartScan__modalClose\" data-bs-dismiss=\"modal\" data-navelement=\"store|smartscan|modalclose\" data-pagesection=\"store\"><img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-...",
"<div class=\"modal-dialog modal-dialog-centered\"><div class=\"modal-content\"><div class=\"mcafee__smartScanModalWrapper\"><div class=\"smartScan__modalClose_Container\"><div class=\"smartScan__modalClose\" data-bs-dismiss=\"modal\" data-navelement=\"store|smartscan|modalclose\" data-pagesection=\"store\"><img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg\" alt=\"close\"></div></div><div class=\"smartScan__innerContainer\"><div class=\"smartScan__contentPane\"><div class=\"smartScan_...",
"<div class=\"modal-content\"><div class=\"mcafee__smartScanModalWrapper\"><div class=\"smartScan__modalClose_Container\"><div class=\"smartScan__modalClose\" data-bs-dismiss=\"modal\" data-navelement=\"store|smartscan|modalclose\" data-pagesection=\"store\"><img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg\" alt=\"close\"></div></div><div class=\"smartScan__innerContainer\"><div class=\"smartScan__contentPane\"><div class=\"smartScan__emailBreachInfo\"><div class=\"smartScan__title\">...",
"<div class=\"mcafee__smartScanModalWrapper\"><div class=\"smartScan__modalClose_Container\"><div class=\"smartScan__modalClose\" data-bs-dismiss=\"modal\" data-navelement=\"store|smartscan|modalclose\" data-pagesection=\"store\"><img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg\" alt=\"close\"></div></div><div class=\"smartScan__innerContainer\"><div class=\"smartScan__contentPane\"><div class=\"smartScan__emailBreachInfo\"><div class=\"smartScan__title\"><div class=\"smart__scan__co...",
"<div class=\"smartScan__modalClose_Container\"><div class=\"smartScan__modalClose\" data-bs-dismiss=\"modal\" data-navelement=\"store|smartscan|modalclose\" data-pagesection=\"store\"><img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg\" alt=\"close\"></div></div>",
"<div class=\"smartScan__modalClose\" data-bs-dismiss=\"modal\" data-navelement=\"store|smartscan|modalclose\" data-pagesection=\"store\"><img src=\"https://media.mcafeeassets.com/content/dam/npcld/en-us/hmw/hmw_close.svg\" alt=\"close\"></div>",
"<input type=\"email\" id=\"enter-email\" class=\"form-control modal-input\" placeholder=\"[email protected]\" name=\"email\">",
"<button data-navelement=\"smartscan|runsmartscan\" data-pagesection=\"store\" aria-label=\"Scan Now\" type=\"submit\" id=\"modal-scan-btn\" class=\"cta--primary\"> Scan Now <span class=\"smart_scan_spinner\"></span></button>",
"<a class=\"cmp-dynamic-modal fs-14 fw-600 text-decoration-underline\" data-pagesection=\"store\" data-navelement=\"new-compare-plans|explore-starter-plans\" style=\"color: var(--core-mid-blue)\" href=\"/en-us/antivirus/mcafee-total-protection.html#staticPlanComparator\" target=\"_blank\">Explore Starter Plans</a>",
"<a class=\"cmp-dynamic-modal fs-14 fw-600 text-decoration-underline\" data-pagesection=\"store\" data-navelement=\"new-compare-plans|explore-individual-plans\" style=\"color: var(--core-mid-blue)\" href=\"/en-us/identity-theft/protection.html#staticPlanComparator\" target=\"_blank\">Explore Individual Plans</a>",
"<a class=\"cmp-dynamic-modal fs-14 fw-600 text-decoration-underline\" data-pagesection=\"store\" data-navelement=\"new-compare-plans|explore-family-plans\" style=\"color: var(--core-mid-blue)\" href=\"/en-us/identity-theft/family.html#staticPlanComparator\" target=\"_blank\">Explore Family Plans</a>",
"<div class=\"slider__popup__window slider__popup__window__left\"> <div class=\"slider__popup__message\"> <img src=\"https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_spm.png\" alt=\"message\" class=\"popup__xl\"> </div> </div>",
"<div class=\"slider__popup__message\"> <img src=\"https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_spm.png\" alt=\"message\" class=\"popup__xl\"> </div>",
"<img src=\"https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_spm.png\" alt=\"message\" class=\"popup__xl\">",
"<div class=\"slider__popup__window\"> <div class=\"slider__popup__message\"> <img src=\"https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_message.png\" alt=\"message\" class=\"popup__xl\"> <img src=\"https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_message__mobile.png\" alt=\"message\" class=\"popup__md\"> </div> </div>",
"<div class=\"slider__popup__message\"> <img src=\"https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_message.png\" alt=\"message\" class=\"popup__xl\"> <img src=\"https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_message__mobile.png\" alt=\"message\" class=\"popup__md\"> </div>",
"<img src=\"https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_message.png\" alt=\"message\" class=\"popup__xl\">",
"<img src=\"https://media.mcafeeassets.com/content/dam/npcld/custom-scripts/organic-site/img/popup_message__mobile.png\" alt=\"message\" class=\"popup__md\">",
"<div class=\"cmp-modal aem-GridColumn aem-GridColumn--default--12\"> <div class=\"cmp-modal__container \"> <div class=\"cmp-modal__contentlist modal-content\"> <div v-if=\"showModalPopupOnRule('antivirus-region-selector')\"></div> <div class=\"cmp-modal__modal modal fade\" id=\"antivirus-region-selector\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"modalContainer_antivirus-region-selector\" aria-hidden=\"true\" data-bs-keyboard=\"false\" data-bs-backdrop=\"static\" data-modal-trigger=\"none,element\" d...",
"<div class=\"cmp-modal__container \"> <div class=\"cmp-modal__contentlist modal-content\"> <div v-if=\"showModalPopupOnRule('antivirus-region-selector')\"></div> <div class=\"cmp-modal__modal modal fade\" id=\"antivirus-region-selector\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"modalContainer_antivirus-region-selector\" aria-hidden=\"true\" data-bs-keyboard=\"false\" data-bs-backdrop=\"static\" data-modal-trigger=\"none,element\" data-modal-element=\"#antivirus-splitter\"> <div class=\"cmp-modal__dia...",
"<div class=\"cmp-modal__contentlist modal-content\"> <div v-if=\"showModalPopupOnRule('antivirus-region-selector')\"></div> <div class=\"cmp-modal__modal modal fade\" id=\"antivirus-region-selector\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"modalContainer_antivirus-region-selector\" aria-hidden=\"true\" data-bs-keyboard=\"false\" data-bs-backdrop=\"static\" data-modal-trigger=\"none,element\" data-modal-element=\"#antivirus-splitter\"> <div class=\"cmp-modal__dialog modal-dialog modal-dialog-scroll...",
"<div class=\"cmp-modal__modal modal fade\" id=\"antivirus-region-selector\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"modalContainer_antivirus-region-selector\" aria-hidden=\"true\" data-bs-keyboard=\"false\" data-bs-backdrop=\"static\" data-modal-trigger=\"none,element\" data-modal-element=\"#antivirus-splitter\"> <div class=\"cmp-modal__dialog modal-dialog modal-dialog-scrollable modal-dialog-centered modal-xl\" role=\"document\"> <div class=\"cmp-modal__content modal-content\"> <div class=\"cmp-modal__header...",
"<div class=\"cmp-modal__dialog modal-dialog modal-dialog-scrollable modal-dialog-centered modal-xl\" role=\"document\"> <div class=\"cmp-modal__content modal-content\"> <div class=\"cmp-modal__header modal-header\"> <button v-on:click=\"closeModalPopup('antivirus-region-selector')\" type=\"button\" class=\"cmp-modal__header__close btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> </button> </div> <div class=\"cmp-modal__body modal-body\"> <div class=\"xfpage page basicpage\"> <div class=\"xf-con...",
"<div class=\"cmp-modal__content modal-content\"> <div class=\"cmp-modal__header modal-header\"> <button v-on:click=\"closeModalPopup('antivirus-region-selector')\" type=\"button\" class=\"cmp-modal__header__close btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> </button> </div> <div class=\"cmp-modal__body modal-body\"> <div class=\"xfpage page basicpage\"> <div class=\"xf-content-height\"> <div class=\"root responsivegrid\"> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <section...",
"<div class=\"cmp-modal__header modal-header\"> <button v-on:click=\"closeModalPopup('antivirus-region-selector')\" type=\"button\" class=\"cmp-modal__header__close btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> </button> </div>",
"<button v-on:click=\"closeModalPopup('antivirus-region-selector')\" type=\"button\" class=\"cmp-modal__header__close btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> </button>",
"<div class=\"cmp-modal__body modal-body\"> <div class=\"xfpage page basicpage\"> <div class=\"xf-content-height\"> <div class=\"root responsivegrid\"> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <section class=\"main__section main__section--default aem-GridColumn aem-GridColumn--default--12\"> <div class=\"main__section--wrapper main__section--color main__section--color-white \"> <div class=\"main__section--wrapper-container\"> <div class=\"row section__container__row\"> <div class=\"col sectio...",
"<div class=\"cmp-modal__footer modal-footer\"> <div class=\"cmp-modal__footer-custom\"> </div> </div>",
"<div class=\"cmp-modal__footer-custom\"> </div>",
"<div class=\"modal fade\" id=\"regionSelector\" tabindex=\"-1\" aria-labelledby=\"regionSelectorComponent\" aria-hidden=\"true\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header\"> <div class=\"region-selector fs-5\" id=\"regionSelectorComponent\"><p style=\"color: #667085;\" class=\"fw-semibold font-size-lg mb-2\">This site in other countries/regions:</p> </div> <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\">×</sp...",
"<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header\"> <div class=\"region-selector fs-5\" id=\"regionSelectorComponent\"><p style=\"color: #667085;\" class=\"fw-semibold font-size-lg mb-2\">This site in other countries/regions:</p> </div> <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\">×</span></button> </div> <div class=\"modal-body\"> <div><div class=\"container\"> <div class=\"row\"> <div class=\"col-12 col-lg-3\"...",
"<div class=\"modal-content\"> <div class=\"modal-header\"> <div class=\"region-selector fs-5\" id=\"regionSelectorComponent\"><p style=\"color: #667085;\" class=\"fw-semibold font-size-lg mb-2\">This site in other countries/regions:</p> </div> <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\">×</span></button> </div> <div class=\"modal-body\"> <div><div class=\"container\"> <div class=\"row\"> <div class=\"col-12 col-lg-3\"> <p style=\"color: #667085\"...",
"<div class=\"modal-header\"> <div class=\"region-selector fs-5\" id=\"regionSelectorComponent\"><p style=\"color: #667085;\" class=\"fw-semibold font-size-lg mb-2\">This site in other countries/regions:</p> </div> <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\">×</span></button> </div>",
"<div class=\"modal-body\"> <div><div class=\"container\"> <div class=\"row\"> <div class=\"col-12 col-lg-3\"> <p style=\"color: #667085\" class=\"fw-semibold mb-2\">ASIA PACIFIC</p> <hr> <p><a href=\"/en-au/index.html\">Australia - English</a></p> <p><a href=\"/en-nz/index.html\">New Zealand - English</a></p> <p><a href=\"/en-sg/index.html\">Singapore - English</a></p> <p><a href=\"/en-my/index.html\">Malaysia - English</a></p> <p><a href=\"/en-ph/index.html\">Philippines - English</a></p> <p><a href=\"/en-in/index..."
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
60 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": 60,
"passing": 0,
"failing": [
{
"heading": "All-In-One Protection",
"headingHtml": "<h2 class=\"navHdr d-md-flex flex-column flex-md-row align-items-start\"> All-In-One Protection </h2>",
"firstParagraph": "Complete privacy, identity and device protection for individuals.",
"paragraphHtml": "<p class=\"total-protection-desc pl-0\"> Complete privacy, identity and device protection for individuals. </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Other Products & Services",
"headingHtml": "<h2 class=\"navHdr\">Other Products & Services</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Free Tools & Downloads",
"headingHtml": "<h2 class=\"navHdr\">Free Tools & Downloads</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get the app",
"headingHtml": "<h2 class=\"navHdr mt-5\">Get the app</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Keep Me Private Online",
"headingHtml": "<h2 class=\"navHdr\">Keep Me Private Online</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Safeguard My Identity",
"headingHtml": "<h2 class=\"navHdr\">Safeguard My Identity</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Protect My Devices",
"headingHtml": "<h2 class=\"navHdr\">Protect My Devices</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Protect My Family",
"headingHtml": "<h2 class=\"navHdr\">Protect My Family</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Stay Updated",
"headingHtml": "<h2 class=\"navHdr\">Stay Updated</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Learn More",
"headingHtml": "<h2 class=\"navHdr\">Learn More</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Press & News",
"headingHtml": "<h2 class=\"navHdr\">Press & News</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our Company",
"headingHtml": "<h2 class=\"navHdr\">Our Company</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our Efforts",
"headingHtml": "<h2 class=\"navHdr\">Our Efforts</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Join Us",
"headingHtml": "<h2 class=\"navHdr\">Join Us</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "All-In-One Protection",
"headingHtml": "<h2 class=\"navHdr d-flex d-md-flex flex-reverse-column align-items-start\"> All-In-One Protection</h2>",
"firstParagraph": "McAfee+ Individual Plans",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"McAfee+ Individual Plans\" href=\"/en-us/identity-theft/protection.html\" class=\"total-protection-nav-link\" data-navelement=\"individual-protection\" data-pagesection=\"top nav\"> McAfee+ Individual Plans </a></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Other Products & Services",
"headingHtml": "<h2 class=\"navHdr\">Other Products & Services</h2>",
"firstParagraph": "Antivirus",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Antivirus\" href=\"/en-us/antivirus.html\" class=\"antivirus-nav-link\" data-navelement=\"antivirus\" data-pagesection=\"top nav\"> Antivirus </a></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Free Tools & Downloads",
"headingHtml": "<h2 class=\"navHdr\">Free Tools & Downloads</h2>",
"firstParagraph": "Web Protection",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Web Protection\" href=\"/en-us/safe-browser/mcafee-webadvisor.html\" class=\"total-protection-nav-link\" data-navelement=\"web-protection\" data-pagesection=\"top nav\"> Web Protection </a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Get the app",
"headingHtml": "<h2 class=\"navHdr\">Get the app</h2>",
"firstParagraph": "Mobile",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\" Mobile\" href=\"/en-us/antivirus/mobile.html\" class=\"total-protection-nav-link\" data-navelement=\"get-the-app-mobile\" data-pagesection=\"top nav\"> Mobile </a></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Keep Me Private Online",
"headingHtml": "<h2 class=\"navHdr\">Keep Me Private Online</h2>",
"firstParagraph": "Personal Data Cleanup",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Personal Data Cleanup\" href=\"https://www.mcafee.com/learn/personal-data-cleanup/\" class=\"total-protection-nav-link\" data-navelement=\"personal-data-cleanup\" data-pagesection=\"top nav\">Personal Data Cleanup</a></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Safeguard My Identity",
"headingHtml": "<h2 class=\"navHdr\">Safeguard My Identity</h2>",
"firstParagraph": "Identity Monitoring",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Identity Monitoring\" href=\"https://www.mcafee.com/learn/identity-monitoring/\" class=\"total-protection-nav-link\" data-navelement=\"identity-monitoring\" data-pagesection=\"top nav\">Identity Monitoring </a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Protect My Devices",
"headingHtml": "<h2 class=\"navHdr\">Protect My Devices</h2>",
"firstParagraph": "Antivirus",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Antivirus\" href=\"/en-us/antivirus.html\" class=\"total-protection-nav-link\" data-navelement=\"protect-my-devices-antivirus\" data-pagesection=\"top nav\"> Antivirus </a></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Protect My Family",
"headingHtml": "<h2 class=\"navHdr\">Protect My Family</h2>",
"firstParagraph": "Protection Score",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Protection Score\" href=\"https://www.mcafee.com/en-us/antivirus/protection-score.html\" class=\"total-protection-nav-link\" data-navelement=\"protection-score\" data-pagesection=\"top nav\">Protection Score</a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Stay Updated",
"headingHtml": "<h2 class=\"navHdr\">Stay Updated</h2>",
"firstParagraph": "McAfee Blog",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"McAfee Blog\" href=\"https://www.mcafee.com/blogs/\" class=\"total-protection-nav-link\" data-navelement=\"mcafee-blog\" data-pagesection=\"top nav\"> McAfee Blog </a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Learn More",
"headingHtml": "<h2 class=\"navHdr\">Learn More</h2>",
"firstParagraph": "Learn at McAfee",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Learn at McAfee\" href=\"https://www.mcafee.com/learn/\" class=\"total-protection-nav-link\" data-navelement=\"learn-at-mcafee\" data-pagesection=\"top nav\"> Learn at McAfee </a></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Press & News",
"headingHtml": "<h2 class=\"navHdr\">Press & News</h2>",
"firstParagraph": "McAfee Newsroom",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"McAfee Newsroom\" href=\"https://www.mcafee.com/en-us/consumer-corporate/newsroom.html\" class=\"total-protection-nav-link\" data-navelement=\"mcafee-newsroom\" data-pagesection=\"top nav\"> McAfee Newsroom </a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Our Company",
"headingHtml": "<h2 class=\"navHdr\">Our Company</h2>",
"firstParagraph": "Company Overview",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Company Overview\" href=\"/en-us/consumer-corporate/about.html\" class=\"total-protection-nav-link\" data-navelement=\"company-overview\" data-pagesection=\"top nav\">Company Overview </a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Our Efforts",
"headingHtml": "<h2 class=\"navHdr\">Our Efforts</h2>",
"firstParagraph": "Inclusion & Diversity",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Inclusion & Diversity\" href=\"/en-us/consumer-corporate/inclusion-diversity.html\" class=\"total-protection-nav-link\" data-navelement=\"inclusion-diversity\" data-pagesection=\"top nav\"> Inclusion & Diversity </a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Join Us",
"headingHtml": "<h2 class=\"navHdr\">Join Us</h2>",
"firstParagraph": "Careers",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Careers\" href=\"https://careers.mcafee.com/\" class=\"total-protection-nav-link\" data-navelement=\"careers\" data-pagesection=\"top nav\"> Careers </a></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Help",
"headingHtml": "<h2 class=\"navHdr\">Help</h2>",
"firstParagraph": "Customer Support",
"paragraphHtml": "<p class=\"mb-0\"><a href=\"https://www.mcafee.com/support/s/\" aria-label=\"Customer Support\" class=\"total-protection-nav-link\" data-navelement=\"customer-support\" data-pagesection=\"top nav\" style=\"cursor: pointer;\">Customer Support</a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Activation",
"headingHtml": "<h2 class=\"navHdr\">Activation</h2>",
"firstParagraph": "Activate Retail Card",
"paragraphHtml": "<p class=\"mb-0\"><a aria-label=\"Activate Retail Card\" href=\"/en-us/consumer-support/activate-product-key.html\" class=\"total-protection-nav-link\" data-navelement=\"activate-retail-card\" data-pagesection=\"top nav\"> Activate Retail Card </a></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Help",
"headingHtml": "<h2 class=\"navHdr\">Help</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Activation",
"headingHtml": "<h2 class=\"navHdr\">Activation</h2>",
"firstParagraph": "ASIA PACIFIC",
"paragraphHtml": "<p class=\"fw-semibold mb-2\" style=\"color: rgb(102, 112, 133);\">ASIA PACIFIC</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Big protection, small price",
"headingHtml": "<h2 class=\"modal-title\" id=\"exitIntentLabel\">Big protection, small price</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How can McAfee help protect my identity?",
"headingHtml": "<h2 class=\"accordion-header\"><button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#helpProtectFamily\" aria-expanded=\"true\" aria-controls=\"helpProtectFamily\"> How can McAfee help protect my identity? </button></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Scams don't take vacations. Neither do we.",
"headingHtml": "<h2 class=\"hero__title\"> Scams don't take vacations. Neither do we. </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "McAfee AI-Powered Antivirus + Identity & Privacy Protection",
"headingHtml": "<h2 class=\"hero__title\"> McAfee AI-Powered Antivirus + Identity & Privacy <span>Protection</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Worry-free, all-in-one online protection for your identity",
"headingHtml": "<h2 class=\"hero__title\"> Worry-free, all-in-one online protection for your <span>identity</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Worry-free, all-in-one online protection for your family",
"headingHtml": "<h2 class=\"hero__title\"> Worry-free, all-in-one online protection for your <span>family</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Worry-free, all-in-one protection for your online life",
"headingHtml": "<h2 class=\"hero__title\"> Worry-free, all-in-one protection for your <span>online life</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Find out instantly if your email is at risk",
"headingHtml": "<h3 class=\"mb-0\">Find out instantly if your email is at risk</h3>",
"firstParagraph": "We’ll check if your email has been involved in a breach that could lead to scams.",
"paragraphHtml": "<p class=\"supporting-text\">We’ll check if your email has been involved in a breach that could lead to scams.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Your personal info, finances, and digital life — secured with McAfee+",
"headingHtml": "<h2 class=\"mb-0\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">Your personal info, finances, and digital life —<br> secured with </span><span class=\"rteFontColor font-color-brand-red-dark\">McAfee</span>+</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Automatic Scam and Threat Protection",
"headingHtml": "<h3>Automatic Scam and Threat Protection</h3>",
"firstParagraph": "Stay one step ahead of fake messages, deepfake scams, viruses, malware, and more.",
"paragraphHtml": "<p>Stay one step ahead of fake messages, deepfake scams, viruses, malware, and more.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Advanced Privacy Protection",
"headingHtml": "<h3>Advanced Privacy Protection</h3>",
"firstParagraph": "Keep your personal info private on public Wi-Fi with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.",
"paragraphHtml": "<p>Keep your personal info private on public <span class=\"text-nowrap\">Wi-Fi</span> with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Identity and Financial Protection",
"headingHtml": "<h3>Identity and Financial Protection</h3>",
"firstParagraph": "Secure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​",
"paragraphHtml": "<p>Secure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "Protection For Your Whole Family",
"headingHtml": "<h3>Protection For Your Whole Family</h3>",
"firstParagraph": "Enjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).",
"paragraphHtml": "<p>Enjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Automatic Scam and Threat ProtectionStay one step ahead of fake messages, deepfake scams, viruses, malware, and more.",
"headingHtml": "<h2 class=\"accordion-header\" id=\"headingOne\"><button class=\"accordion-button button-styles d-block\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\"><h3>Automatic Scam and Threat Protection</h3><p>Stay one step ahead of fake messages, deepfake scams, viruses, malware, and more.</p></button></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Automatic Scam and Threat Protection",
"headingHtml": "<h3>Automatic Scam and Threat Protection</h3>",
"firstParagraph": "Stay one step ahead of fake messages, deepfake scams, viruses, malware, and more.",
"paragraphHtml": "<p>Stay one step ahead of fake messages, deepfake scams, viruses, malware, and more.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Advanced Privacy ProtectionKeep your personal info private on public Wi-Fi with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.",
"headingHtml": "<h2 class=\"accordion-header\" id=\"headingTwo\"><button class=\"accordion-button button-styles d-block collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseTwo\" aria-expanded=\"true\" aria-controls=\"collapseTwo\"><h3>Advanced Privacy Protection</h3><p>Keep your personal info private on public <span class=\"text-nowrap\">Wi-Fi</span> with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.</p></button></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Advanced Privacy Protection",
"headingHtml": "<h3>Advanced Privacy Protection</h3>",
"firstParagraph": "Keep your personal info private on public Wi-Fi with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.",
"paragraphHtml": "<p>Keep your personal info private on public <span class=\"text-nowrap\">Wi-Fi</span> with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Identity and Financial ProtectionSecure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​",
"headingHtml": "<h2 class=\"accordion-header\" id=\"headingThree\"><button class=\"accordion-button button-styles d-block collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseThree\" aria-expanded=\"true\" aria-controls=\"collapseThree\"><h3>Identity and Financial Protection</h3><p>Secure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​</p></button></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Identity and Financial Protection",
"headingHtml": "<h3>Identity and Financial Protection</h3>",
"firstParagraph": "Secure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​",
"paragraphHtml": "<p>Secure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "Protection For Your Whole FamilyEnjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).",
"headingHtml": "<h2 class=\"accordion-header\" id=\"headingFour\"><button class=\"accordion-button button-styles d-block collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseFour\" aria-expanded=\"true\" aria-controls=\"collapseFour\"><h3>Protection For Your Whole Family</h3><p>Enjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).</p></button></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Protection For Your Whole Family",
"headingHtml": "<h3>Protection For Your Whole Family</h3>",
"firstParagraph": "Enjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).",
"paragraphHtml": "<p>Enjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "The McAfee Protection Guarantee",
"headingHtml": "<h2 style=\"text-align: center;\" class=\"mb-40 fw-600 mobile-margin-bottom-32\"><span class=\"rteFontColor font-color-black\">The McAfee Protection</span> <span class=\"rteFontColor font-color-brand-red-dark\">Guarantee</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "30-Day Money-Back Guarantee",
"headingHtml": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">30-Day Money-Back<br class=\"d-none d-sm-block\"> Guarantee</span></h2>",
"firstParagraph": "for peace of mind with a risk-free option to try any plan",
"paragraphHtml": "<p class=\"body-2 mobile-text-left font-color-gray-90\" style=\"text-align: center;\">for peace of mind with a risk-free option to try any plan</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Personalized Protection",
"headingHtml": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left pl-sm-3 pr-sm-3\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black mobile-text-left\">Personalized<br class=\"d-none d-sm-block\"> Protection</span></h2>",
"firstParagraph": "to meet the individualized needs of you and your family",
"paragraphHtml": "<p class=\"body-2 mobile-text-left pb-sm-0 pb-2 pr-sm-0 pr-4\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-gray-90 mobile-text-left\">to meet the individualized needs of you and your family</span></p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "AI-Powered Technology",
"headingHtml": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">AI-Powered<br class=\"content-visible-desktop\"> Technology</span></h2>",
"firstParagraph": "for real-time protection against new and evolving threats",
"paragraphHtml": "<p class=\"body-2 mobile-text-left font-color-gray-90\" style=\"text-align: center;\">for real-time protection against new and evolving threats</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "24/7 Customer Assistance",
"headingHtml": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">24/7 Customer<br> Assistance</span></h2>",
"firstParagraph": "with around-the-clock support and troubleshooting",
"paragraphHtml": "<p class=\"body-2 mobile-text-left\" style=\"text-align: center; letter-spacing: -0.01px;\"><span class=\"rteFontColor font-color-deep-gray\">with around-the-clock </span><span class=\"rteFontColor font-color-mid-blue\"><a href=\"https://www.mcafee.com/support\"><span class=\"rteFontColor font-color-mid-blue fw-700 text-decoration-underline\">support</span></a></span><span class=\"rteFontColor font-color-deep-gray\"> and troubleshooting</span></p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Learn more from our experts",
"headingHtml": "<h3><span><span class=\"rteFontColor font-color-gray-90\">Learn more from our experts</span></span></h3>",
"firstParagraph": "Get tips and advice for staying safe online.",
"paragraphHtml": "<p><span class=\"rteFontColor font-color-gray-90 fs-18\">Get tips and advice for staying safe online. </span></p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Learn more from our security experts",
"headingHtml": "<h2 style=\"text-align: center; font-size: 28px !important; line-height: 36px !important;\"><span><span class=\"rteFontColor font-color-black\">Learn more from our<br> security experts</span></span></h2>",
"firstParagraph": "Get tips and advice for staying safe online.",
"paragraphHtml": "<p class=\"line-height-20\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-gray-90 fs-18\">Get tips and advice for staying safe online.</span></p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, 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": "All-In-One Protection",
"html": "<h2 class=\"navHdr d-md-flex flex-column flex-md-row align-items-start\"> All-In-One Protection </h2>"
},
{
"text": "Other Products & Services",
"html": "<h2 class=\"navHdr\">Other Products & Services</h2>"
},
{
"text": "Free Tools & Downloads",
"html": "<h2 class=\"navHdr\">Free Tools & Downloads</h2>"
},
{
"text": "Get the app",
"html": "<h2 class=\"navHdr mt-5\">Get the app</h2>"
},
{
"text": "Keep Me Private Online",
"html": "<h2 class=\"navHdr\">Keep Me Private Online</h2>"
},
{
"text": "Safeguard My Identity",
"html": "<h2 class=\"navHdr\">Safeguard My Identity</h2>"
},
{
"text": "Protect My Devices",
"html": "<h2 class=\"navHdr\">Protect My Devices</h2>"
},
{
"text": "Protect My Family",
"html": "<h2 class=\"navHdr\">Protect My Family</h2>"
},
{
"text": "Stay Updated",
"html": "<h2 class=\"navHdr\">Stay Updated</h2>"
},
{
"text": "Learn More",
"html": "<h2 class=\"navHdr\">Learn More</h2>"
},
{
"text": "Press & News",
"html": "<h2 class=\"navHdr\">Press & News</h2>"
},
{
"text": "Our Company",
"html": "<h2 class=\"navHdr\">Our Company</h2>"
},
{
"text": "Our Efforts",
"html": "<h2 class=\"navHdr\">Our Efforts</h2>"
},
{
"text": "Join Us",
"html": "<h2 class=\"navHdr\">Join Us</h2>"
},
{
"text": "All-In-One Protection",
"html": "<h2 class=\"navHdr d-flex d-md-flex flex-reverse-column align-items-start\"> All-In-One Protection</h2>"
},
{
"text": "Other Products & Services",
"html": "<h2 class=\"navHdr\">Other Products & Services</h2>"
},
{
"text": "Free Tools & Downloads",
"html": "<h2 class=\"navHdr\">Free Tools & Downloads</h2>"
},
{
"text": "Get the app",
"html": "<h2 class=\"navHdr\">Get the app</h2>"
},
{
"text": "Keep Me Private Online",
"html": "<h2 class=\"navHdr\">Keep Me Private Online</h2>"
},
{
"text": "Safeguard My Identity",
"html": "<h2 class=\"navHdr\">Safeguard My Identity</h2>"
},
{
"text": "Protect My Devices",
"html": "<h2 class=\"navHdr\">Protect My Devices</h2>"
},
{
"text": "Protect My Family",
"html": "<h2 class=\"navHdr\">Protect My Family</h2>"
},
{
"text": "Stay Updated",
"html": "<h2 class=\"navHdr\">Stay Updated</h2>"
},
{
"text": "Learn More",
"html": "<h2 class=\"navHdr\">Learn More</h2>"
},
{
"text": "Press & News",
"html": "<h2 class=\"navHdr\">Press & News</h2>"
},
{
"text": "Our Company",
"html": "<h2 class=\"navHdr\">Our Company</h2>"
},
{
"text": "Our Efforts",
"html": "<h2 class=\"navHdr\">Our Efforts</h2>"
},
{
"text": "Join Us",
"html": "<h2 class=\"navHdr\">Join Us</h2>"
},
{
"text": "Help",
"html": "<h2 class=\"navHdr\">Help</h2>"
},
{
"text": "Activation",
"html": "<h2 class=\"navHdr\">Activation</h2>"
},
{
"text": "Help",
"html": "<h2 class=\"navHdr\">Help</h2>"
},
{
"text": "Activation",
"html": "<h2 class=\"navHdr\">Activation</h2>"
},
{
"text": "Big protection, small price",
"html": "<h2 class=\"modal-title\" id=\"exitIntentLabel\">Big protection, small price</h2>"
},
{
"text": "How can McAfee help protect my identity?",
"html": "<h2 class=\"accordion-header\"><button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#helpProtectFamily\" aria-expanded=\"true\" aria-controls=\"helpProtectFamily\"> How can McAfee help protect my identity? </button></h2>"
},
{
"text": "Scams don't take vacations. Neither do we.",
"html": "<h2 class=\"hero__title\"> Scams don't take vacations. Neither do we. </h2>"
},
{
"text": "McAfee AI-Powered Antivirus + Identity & Privacy Protection",
"html": "<h2 class=\"hero__title\"> McAfee AI-Powered Antivirus + Identity & Privacy <span>Protection</span></h2>"
},
{
"text": "Worry-free, all-in-one online protection for your identity",
"html": "<h2 class=\"hero__title\"> Worry-free, all-in-one online protection for your <span>identity</span></h2>"
},
{
"text": "Worry-free, all-in-one online protection for your family",
"html": "<h2 class=\"hero__title\"> Worry-free, all-in-one online protection for your <span>family</span></h2>"
},
{
"text": "Worry-free, all-in-one protection for your online life",
"html": "<h2 class=\"hero__title\"> Worry-free, all-in-one protection for your <span>online life</span></h2>"
},
{
"text": "Your personal info, finances, and digital life — secured with McAfee+",
"html": "<h2 class=\"mb-0\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">Your personal info, finances, and digital life —<br> secured with </span><span class=\"rteFontColor font-color-brand-red-dark\">McAfee</span>+</h2>"
},
{
"text": "Automatic Scam and Threat ProtectionStay one step ahead of fake messages, deepfake scams, viruses, malware, and more.",
"html": "<h2 class=\"accordion-header\" id=\"headingOne\"><button class=\"accordion-button button-styles d-block\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\"><h3>Automatic Scam and Threat Protection</h3><p>Stay one step ahead of fake messages, deepfake scams, viruses, malware, and more.</p></button></h2>"
},
{
"text": "Advanced Privacy ProtectionKeep your personal info private on public Wi-Fi with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.",
"html": "<h2 class=\"accordion-header\" id=\"headingTwo\"><button class=\"accordion-button button-styles d-block collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseTwo\" aria-expanded=\"true\" aria-controls=\"collapseTwo\"><h3>Advanced Privacy Protection</h3><p>Keep your personal info private on public <span class=\"text-nowrap\">Wi-Fi</span> with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.</p></button></h2>"
},
{
"text": "Identity and Financial ProtectionSecure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​",
"html": "<h2 class=\"accordion-header\" id=\"headingThree\"><button class=\"accordion-button button-styles d-block collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseThree\" aria-expanded=\"true\" aria-controls=\"collapseThree\"><h3>Identity and Financial Protection</h3><p>Secure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​</p></button></h2>"
},
{
"text": "Protection For Your Whole FamilyEnjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).",
"html": "<h2 class=\"accordion-header\" id=\"headingFour\"><button class=\"accordion-button button-styles d-block collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseFour\" aria-expanded=\"true\" aria-controls=\"collapseFour\"><h3>Protection For Your Whole Family</h3><p>Enjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).</p></button></h2>"
},
{
"text": "The McAfee Protection Guarantee",
"html": "<h2 style=\"text-align: center;\" class=\"mb-40 fw-600 mobile-margin-bottom-32\"><span class=\"rteFontColor font-color-black\">The McAfee Protection</span> <span class=\"rteFontColor font-color-brand-red-dark\">Guarantee</span></h2>"
},
{
"text": "30-Day Money-Back Guarantee",
"html": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">30-Day Money-Back<br class=\"d-none d-sm-block\"> Guarantee</span></h2>"
},
{
"text": "Personalized Protection",
"html": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left pl-sm-3 pr-sm-3\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black mobile-text-left\">Personalized<br class=\"d-none d-sm-block\"> Protection</span></h2>"
},
{
"text": "AI-Powered Technology",
"html": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">AI-Powered<br class=\"content-visible-desktop\"> Technology</span></h2>"
},
{
"text": "24/7 Customer Assistance",
"html": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">24/7 Customer<br> Assistance</span></h2>"
},
{
"text": "Learn more from our security experts",
"html": "<h2 style=\"text-align: center; font-size: 28px !important; line-height: 36px !important;\"><span><span class=\"rteFontColor font-color-black\">Learn more from our<br> security experts</span></span></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is McAfee AI-Powered Antivirus, Scam, Identity,...?",
"pattern": {}
},
{
"id": "how",
"label": "How does McAfee AI-Powered Antivirus, Scam, Identity,... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use McAfee AI-Powered Antivirus, Scam, Identity,...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is McAfee AI-Powered Antivirus, Scam, Identity,... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does McAfee AI-Powered Antivirus, Scam, Identity,... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is McAfee AI-Powered Antivirus, Scam, Identity,...?",
"pattern": {}
},
{
"id": "compare",
"label": "How does McAfee AI-Powered Antivirus, Scam, Identity,... 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": 403,
"contentType": "text/html",
"length": 390
},
{
"path": "/api/context",
"statusCode": 403,
"contentType": "text/html",
"length": 383
},
{
"path": "/context",
"statusCode": 403,
"contentType": "text/html",
"length": 375
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, 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": "All-In-One Protection",
"html": "<h2 class=\"navHdr d-md-flex flex-column flex-md-row align-items-start\"> All-In-One Protection </h2>"
},
{
"text": "Other Products & Services",
"html": "<h2 class=\"navHdr\">Other Products & Services</h2>"
},
{
"text": "Free Tools & Downloads",
"html": "<h2 class=\"navHdr\">Free Tools & Downloads</h2>"
},
{
"text": "Get the app",
"html": "<h2 class=\"navHdr mt-5\">Get the app</h2>"
},
{
"text": "Keep Me Private Online",
"html": "<h2 class=\"navHdr\">Keep Me Private Online</h2>"
},
{
"text": "Safeguard My Identity",
"html": "<h2 class=\"navHdr\">Safeguard My Identity</h2>"
},
{
"text": "Protect My Devices",
"html": "<h2 class=\"navHdr\">Protect My Devices</h2>"
},
{
"text": "Protect My Family",
"html": "<h2 class=\"navHdr\">Protect My Family</h2>"
},
{
"text": "Stay Updated",
"html": "<h2 class=\"navHdr\">Stay Updated</h2>"
},
{
"text": "Learn More",
"html": "<h2 class=\"navHdr\">Learn More</h2>"
},
{
"text": "Press & News",
"html": "<h2 class=\"navHdr\">Press & News</h2>"
},
{
"text": "Our Company",
"html": "<h2 class=\"navHdr\">Our Company</h2>"
},
{
"text": "Our Efforts",
"html": "<h2 class=\"navHdr\">Our Efforts</h2>"
},
{
"text": "Join Us",
"html": "<h2 class=\"navHdr\">Join Us</h2>"
},
{
"text": "All-In-One Protection",
"html": "<h2 class=\"navHdr d-flex d-md-flex flex-reverse-column align-items-start\"> All-In-One Protection</h2>"
},
{
"text": "Other Products & Services",
"html": "<h2 class=\"navHdr\">Other Products & Services</h2>"
},
{
"text": "Free Tools & Downloads",
"html": "<h2 class=\"navHdr\">Free Tools & Downloads</h2>"
},
{
"text": "Get the app",
"html": "<h2 class=\"navHdr\">Get the app</h2>"
},
{
"text": "Keep Me Private Online",
"html": "<h2 class=\"navHdr\">Keep Me Private Online</h2>"
},
{
"text": "Safeguard My Identity",
"html": "<h2 class=\"navHdr\">Safeguard My Identity</h2>"
},
{
"text": "Protect My Devices",
"html": "<h2 class=\"navHdr\">Protect My Devices</h2>"
},
{
"text": "Protect My Family",
"html": "<h2 class=\"navHdr\">Protect My Family</h2>"
},
{
"text": "Stay Updated",
"html": "<h2 class=\"navHdr\">Stay Updated</h2>"
},
{
"text": "Learn More",
"html": "<h2 class=\"navHdr\">Learn More</h2>"
},
{
"text": "Press & News",
"html": "<h2 class=\"navHdr\">Press & News</h2>"
},
{
"text": "Our Company",
"html": "<h2 class=\"navHdr\">Our Company</h2>"
},
{
"text": "Our Efforts",
"html": "<h2 class=\"navHdr\">Our Efforts</h2>"
},
{
"text": "Join Us",
"html": "<h2 class=\"navHdr\">Join Us</h2>"
},
{
"text": "Help",
"html": "<h2 class=\"navHdr\">Help</h2>"
},
{
"text": "Activation",
"html": "<h2 class=\"navHdr\">Activation</h2>"
},
{
"text": "Help",
"html": "<h2 class=\"navHdr\">Help</h2>"
},
{
"text": "Activation",
"html": "<h2 class=\"navHdr\">Activation</h2>"
},
{
"text": "Big protection, small price",
"html": "<h2 class=\"modal-title\" id=\"exitIntentLabel\">Big protection, small price</h2>"
},
{
"text": "How can McAfee help protect my identity?",
"html": "<h2 class=\"accordion-header\"><button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#helpProtectFamily\" aria-expanded=\"true\" aria-controls=\"helpProtectFamily\"> How can McAfee help protect my identity? </button></h2>"
},
{
"text": "Scams don't take vacations. Neither do we.",
"html": "<h2 class=\"hero__title\"> Scams don't take vacations. Neither do we. </h2>"
},
{
"text": "McAfee AI-Powered Antivirus + Identity & Privacy Protection",
"html": "<h2 class=\"hero__title\"> McAfee AI-Powered Antivirus + Identity & Privacy <span>Protection</span></h2>"
},
{
"text": "Worry-free, all-in-one online protection for your identity",
"html": "<h2 class=\"hero__title\"> Worry-free, all-in-one online protection for your <span>identity</span></h2>"
},
{
"text": "Worry-free, all-in-one online protection for your family",
"html": "<h2 class=\"hero__title\"> Worry-free, all-in-one online protection for your <span>family</span></h2>"
},
{
"text": "Worry-free, all-in-one protection for your online life",
"html": "<h2 class=\"hero__title\"> Worry-free, all-in-one protection for your <span>online life</span></h2>"
},
{
"text": "Your personal info, finances, and digital life — secured with McAfee+",
"html": "<h2 class=\"mb-0\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">Your personal info, finances, and digital life —<br> secured with </span><span class=\"rteFontColor font-color-brand-red-dark\">McAfee</span>+</h2>"
},
{
"text": "Automatic Scam and Threat ProtectionStay one step ahead of fake messages, deepfake scams, viruses, malware, and more.",
"html": "<h2 class=\"accordion-header\" id=\"headingOne\"><button class=\"accordion-button button-styles d-block\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\"><h3>Automatic Scam and Threat Protection</h3><p>Stay one step ahead of fake messages, deepfake scams, viruses, malware, and more.</p></button></h2>"
},
{
"text": "Advanced Privacy ProtectionKeep your personal info private on public Wi-Fi with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.",
"html": "<h2 class=\"accordion-header\" id=\"headingTwo\"><button class=\"accordion-button button-styles d-block collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseTwo\" aria-expanded=\"true\" aria-controls=\"collapseTwo\"><h3>Advanced Privacy Protection</h3><p>Keep your personal info private on public <span class=\"text-nowrap\">Wi-Fi</span> with Secure VPN, and take back your data from sites that sell it with Personal Data Cleanup.</p></button></h2>"
},
{
"text": "Identity and Financial ProtectionSecure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​",
"html": "<h2 class=\"accordion-header\" id=\"headingThree\"><button class=\"accordion-button button-styles d-block collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseThree\" aria-expanded=\"true\" aria-controls=\"collapseThree\"><h3>Identity and Financial Protection</h3><p>Secure your finances and data from identity theft with 24/7 monitoring, plus up to $2 million in identity theft coverage and recovery assistance from US-based identity experts.​</p></button></h2>"
},
{
"text": "Protection For Your Whole FamilyEnjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).",
"html": "<h2 class=\"accordion-header\" id=\"headingFour\"><button class=\"accordion-button button-styles d-block collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseFour\" aria-expanded=\"true\" aria-controls=\"collapseFour\"><h3>Protection For Your Whole Family</h3><p>Enjoy personalized protection tailored to the needs of up to 6 family members (up to 2 adults and 4 children under 18).</p></button></h2>"
},
{
"text": "The McAfee Protection Guarantee",
"html": "<h2 style=\"text-align: center;\" class=\"mb-40 fw-600 mobile-margin-bottom-32\"><span class=\"rteFontColor font-color-black\">The McAfee Protection</span> <span class=\"rteFontColor font-color-brand-red-dark\">Guarantee</span></h2>"
},
{
"text": "30-Day Money-Back Guarantee",
"html": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">30-Day Money-Back<br class=\"d-none d-sm-block\"> Guarantee</span></h2>"
},
{
"text": "Personalized Protection",
"html": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left pl-sm-3 pr-sm-3\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black mobile-text-left\">Personalized<br class=\"d-none d-sm-block\"> Protection</span></h2>"
},
{
"text": "AI-Powered Technology",
"html": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">AI-Powered<br class=\"content-visible-desktop\"> Technology</span></h2>"
},
{
"text": "24/7 Customer Assistance",
"html": "<h2 class=\"subhead-2 fw-600 mb-2 mobile-text-left\" style=\"text-align: center;\"><span class=\"rteFontColor font-color-black\">24/7 Customer<br> Assistance</span></h2>"
},
{
"text": "Learn more from our security experts",
"html": "<h2 style=\"text-align: center; font-size: 28px !important; line-height: 36px !important;\"><span><span class=\"rteFontColor font-color-black\">Learn more from our<br> security experts</span></span></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is McAfee AI-Powered Antivirus, Scam, Identity,...?",
"pattern": {}
},
{
"id": "how",
"label": "How does McAfee AI-Powered Antivirus, Scam, Identity,... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use McAfee AI-Powered Antivirus, Scam, Identity,...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is McAfee AI-Powered Antivirus, Scam, Identity,... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does McAfee AI-Powered Antivirus, Scam, Identity,... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is McAfee AI-Powered Antivirus, Scam, Identity,...?",
"pattern": {}
},
{
"id": "compare",
"label": "How does McAfee AI-Powered Antivirus, Scam, Identity,... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 403,
"contentType": "text/html",
"length": 379,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 368,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/TITLE",
"/HEAD",
"/H1",
"/P",
"/BODY",
"/HTML"
],
"rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/auth.md\" on this server.<P>\nReference #18.5e01c045.1780940553.1a274a2b\n<P>https://errors.edgesuite.net/18.5e01c045.1780940553.1a274a2b</P>\n</BODY>\n</HTML>\n"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 403,
"contentType": "text/html",
"length": 424,
"text": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/.well-known/oauth-protected-resource\" on this server.<P>\nReference #18.5e01c045.1780940553.1a274a4b\n<P>https://errors.edgesuite.net/18.5e01c045.1780940553.1a274a4b</P>\n</BODY>\n</HTML>\n"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 403,
"contentType": "text/html",
"length": 426,
"text": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/.well-known/oauth-authorization-server\" on this server.<P>\nReference #18.5e01c045.1780940553.1a274a5e\n<P>https://errors.edgesuite.net/18.5e01c045.1780940553.1a274a5e</P>\n</BODY>\n</HTML>\n"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"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": 403,
"contentType": "text/html",
"length": 416
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 403,
"contentType": "text/html",
"length": 426
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "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": 403,
"contentType": "text/html"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.mcafee.com/.well-known/oauth-protected-resource\" on this server.<P>\nReference #18.5e01c045.1780940553.1a2749be\n<P>https://errors.edgesuite.net/18.5e01c045.1780940553.1a2749be</P>\n</BODY>\n</HTML>\n"
},
"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.mcafee.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": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.mcafee.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.mcafee.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.mcafee.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}Performance and AccessibilityAccessibilityBrowser audit
Buttons do not have an accessible name
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Buttons do not have an accessible name
Check name
Buttons do not have an accessible name
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name)."
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "image-aspect-ratio",
"title": "Displays images with incorrect aspect ratio",
"score": 0
}
]
}Performance and AccessibilityPerformanceBrowser audit
Minify CSS
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Minify CSS
Check name
Minify CSS
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 8Â KiB
Fix guidance
Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 8Â KiB",
"description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
"numericValue": 40
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 218Â KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 218Â KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 120
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 200Â ms
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 200Â ms",
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 14Â KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 14Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
3 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
79/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": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 39,
"displayValue": "290Â ms",
"numericValue": 288
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 61,
"displayValue": "290Â ms",
"numericValue": 286.69731175258016
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "0Â ms",
"numericValue": 4.535699999999999
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 80,
"displayValue": "1.5Â s",
"numericValue": 1496.3897986752372
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 73,
"displayValue": "1.7Â s",
"numericValue": 1749.0894211857453
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 390Â ms",
"numericValue": 386
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 99,
"displayValue": "1.6Â s",
"numericValue": 1596.1329570721616
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 81,
"displayValue": "1.1Â s",
"numericValue": 1090.2970591712592
}
]
}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 |
|---|---|---|---|
| 56/100 | Level 3, Bot-Aware | Current report |