Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 42 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 20 out of 100
- GEO, AIO and AEO 84 out of 100
- SEO 85 out of 100
- Performance and Accessibility 54 out of 100
What AI sees of your website
WIRED - The Latest in Technology, Science, Culture and Business | WIRED
We bring you the future as it happens. From the latest in science and technology to the big stories in business and culture, we've got you covered.
Next step
Turn this report into a fix workflow
28 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 | 42 | Priority fix | 7 | 16 | 0 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 33 | Priority fix | 2 | 8 | 0 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 84 | Mostly ready | 10 | 0 | 8 | |
| GEO Readiness | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| AIO Readiness | 82 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 79 | Mostly ready | 3 | 0 | 4 | |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| Security & Trust | 20 | Priority fix | 5 | 4 | 0 | View details |
| Security & Trust | 20 | Priority fix | 1 | 4 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 54 | Needs work | 19 | 6 | 1 | View details |
| Performance | 35 | Priority fix | 12 | 6 | 1 | View details |
| Accessibility | 88 | Mostly ready | 7 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
46 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "application/xml"
},
"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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>wired/.well-known/api-catalog</Key><RequestId>RBT9BFZXAWB76A9Q</RequestId><HostId>5sHnRmmnBLbxfhheFUjR+ITRfeJaFSKnO8ScvN9ZoclZY2NcfFGPLQtV44+y7Ecj7jkwghM9cup/JzNGs4cFUJTpOVnx8qXV</HostId></Error>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" dir=\"ltr\"><head><title>Page Not Found | WIRED</title><meta charSet=\"utf-8\"/><meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\"/><meta name=\"msapplication-tap-highlight\" content=\"no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"author\" content=\"Condé Nast\"/><meta name=\"copyright\" content=\"Copyright (c) Condé Nast 2026\"/><meta name=\"description\" content=\"\"/><meta name=\"id\"/><meta name=\"keywords\" content=\"\"/><meta name=\"news_keywords\" content=\"\"/><meta name=\"robots\" content=\"index, follow, noarchive, max-image-preview:large\"/><meta name=\"content-type\" content=\"\"/><meta name=\"parsely-post-id\"/><meta name=\"parsely-metadata\" content=\"{"description":""}\"/><meta property=\"og:description\" content=\"\"/><meta "
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" dir=\"ltr\"><head><title>Page Not Found | WIRED</title><meta charSet=\"utf-8\"/><meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\"/><meta name=\"msapplication-tap-highlight\" content=\"no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"author\" content=\"Condé Nast\"/><meta name=\"copyright\" content=\"Copyright (c) Condé Nast 2026\"/><meta name=\"description\" content=\"\"/><meta name=\"id\"/><meta name=\"keywords\" content=\"\"/><meta name=\"news_keywords\" content=\"\"/><meta name=\"robots\" content=\"index, follow, noarchive, max-image-preview:large\"/><meta name=\"content-type\" content=\"\"/><meta name=\"parsely-post-id\"/><meta name=\"parsely-metadata\" content=\"{"description":""}\"/><meta property=\"og:description\" content=\"\"/><meta "
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" dir=\"ltr\"><head><title>Page Not Found | WIRED</title><meta charSet=\"utf-8\"/><meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\"/><meta name=\"msapplication-tap-highlight\" content=\"no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"author\" content=\"Condé Nast\"/><meta name=\"copyright\" content=\"Copyright (c) Condé Nast 2026\"/><meta name=\"description\" content=\"\"/><meta name=\"id\"/><meta name=\"keywords\" content=\"\"/><meta name=\"news_keywords\" content=\"\"/><meta name=\"robots\" content=\"index, follow, noarchive, max-image-preview:large\"/><meta name=\"content-type\" content=\"\"/><meta name=\"parsely-post-id\"/><meta name=\"parsely-metadata\" content=\"{"description":""}\"/><meta property=\"og:description\" content=\"\"/><meta "
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" dir=\"ltr\"><head><title>Page Not Found | WIRED</title><meta charSet=\"utf-8\"/><meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\"/><meta name=\"msapplication-tap-highlight\" content=\"no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"author\" content=\"Condé Nast\"/><meta name=\"copyright\" content=\"Copyright (c) Condé Nast 2026\"/><meta name=\"description\" content=\"\"/><meta name=\"id\"/><meta name=\"keywords\" content=\"\"/><meta name=\"news_keywords\" content=\"\"/><meta name=\"robots\" content=\"index, follow, noarchive, max-image-preview:large\"/><meta name=\"content-type\" content=\"\"/><meta name=\"parsely-post-id\"/><meta name=\"parsely-metadata\" content=\"{"description":""}\"/><meta property=\"og:description\" content=\"\"/><meta "
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" dir=\"ltr\"><head><title>Page Not Found | WIRED</title><meta charSet=\"utf-8\"/><meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\"/><meta name=\"msapplication-tap-highlight\" content=\"no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"author\" content=\"Condé Nast\"/><meta name=\"copyright\" content=\"Copyright (c) Condé Nast 2026\"/><meta name=\"description\" content=\"\"/><meta name=\"id\"/><meta name=\"keywords\" content=\"\"/><meta name=\"news_keywords\" content=\"\"/><meta name=\"robots\" content=\"index, follow, noarchive, max-image-preview:large\"/><meta name=\"content-type\" content=\"\"/><meta name=\"parsely-post-id\"/><meta name=\"parsely-metadata\" content=\"{"description":""}\"/><meta property=\"og:description\" content=\"\"/><meta "
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" dir=\"ltr\"><head><title>Page Not Found | WIRED</title><meta charSet=\"utf-8\"/><meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\"/><meta name=\"msapplication-tap-highlight\" content=\"no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"author\" content=\"Condé Nast\"/><meta name=\"copyright\" content=\"Copyright (c) Condé Nast 2026\"/><meta name=\"description\" content=\"\"/><meta name=\"id\"/><meta name=\"keywords\" content=\"\"/><meta name=\"news_keywords\" content=\"\"/><meta name=\"robots\" content=\"index, follow, noarchive, max-image-preview:large\"/><meta name=\"content-type\" content=\"\"/><meta name=\"parsely-post-id\"/><meta name=\"parsely-metadata\" content=\"{"description":""}\"/><meta property=\"og:description\" content=\"\"/><meta "
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" dir=\"ltr\"><head><title>Page Not Found | WIRED</title><meta charSet=\"utf-8\"/><meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\"/><meta name=\"msapplication-tap-highlight\" content=\"no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"author\" content=\"Condé Nast\"/><meta name=\"copyright\" content=\"Copyright (c) Condé Nast 2026\"/><meta name=\"description\" content=\"\"/><meta name=\"id\"/><meta name=\"keywords\" content=\"\"/><meta name=\"news_keywords\" content=\"\"/><meta name=\"robots\" content=\"index, follow, noarchive, max-image-preview:large\"/><meta name=\"content-type\" content=\"\"/><meta name=\"parsely-post-id\"/><meta name=\"parsely-metadata\" content=\"{"description":""}\"/><meta property=\"og:description\" content=\"\"/><meta "
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
50 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "application/xml",
"length": 322
}
]
},
"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.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"ItemList",
"Organization",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"ItemList",
"Organization",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": null
}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": 794488
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 794543
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "accept-encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "accept-encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 119554,
"excerpt": "<!DOCTYPE html><html lang=\"en-US\" dir=\"ltr\"><head><title>WIRED - The Latest in Technology, Science, Culture and Business | WIRED</title><meta charSet=\"utf-8\"/><meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\"/><meta name=\"msapplication-t",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "application/xml",
"length": 309
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "application/xml",
"length": 310
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "application/xml",
"length": 317
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 795407
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "application/xml",
"length": 317
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "application/xml",
"length": 309
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
25 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 DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: invalid h1 (found 1); skipped heading levels; missing alt text on >10% of images.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": false,
"headingOrder": false,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": false,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img data-src=\"https://media.wired.com/photos/6a2711ca623237895b48fb9d/3:2/w_1024%2Cc_limit/Everything-Announced-WWDC-Gear-2279910888.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a0f431f2e3deb13670a3fb1/1:1/w_1024%2Cc_limit/OpenAI-IPO-Business-2265445220.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a2708b1c80531d76bc86174/1:1/w_1024%2Cc_limit/Kalshi-Polymarket-Election-Denial-Business-2278837733.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a26baa814f2ec6e95bd841b/1:1/w_1024%2Cc_limit/GettyImages-2235451108.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a220210a14be89a9963ab8a/1:1/w_1024%2Cc_limit/wired-afroman-GAJ025.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a21cad12d56f14fb065f1b6/16:9/w_1024%2Cc_limit/WIRED%2520Travel%2520Package.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a10bd28f230faa16bdd1fe9/1:1/w_1024%2Cc_limit/Review%2520lenovo%2520ideapad%2520slim%25205x%2520top%2520art%2520052026%2520SOURCE%2520Lenovo.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a23882f175efa0c3666cd4f/1:1/w_1024%2Cc_limit/Sigma%2520BF%2520Body%2520with%252035f2%2520SOURCE%2520Scott%2520Gilbertson.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a236267ffdf15c7e45c9ee9/1:1/w_1024%2Cc_limit/May-Not-Need-Giant-Chefs-Knife-Gear.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a186509fdfeb5f6428f91cc/1:1/w_1024%2Cc_limit/Review%2520Lauf%2520eElja%2520Electric%2520Mountain%2520Bike%2520(Race%2520Long%2520Range%2520yellow)%2520top%2520art%2520052026%2520SOURCE%2520Lauf%2520Cycles.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a1db7c3478100d5e7ca406b/16:9/w_1024%2Cc_limit/Wired%2520Aviation%2520Fuel%2520FINAL.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a1db6a207caca13402b54cb/1:1/w_1024%2Cc_limit/Wired%2520Greenwashing%2520FINAL.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a1db888f03599b1fa9a34dc/1:1/w_1024%2Cc_limit/Wired%2520Ferrynoia%2520FINAL.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a1db708478100d5e7ca4065/1:1/w_1024%2Cc_limit/Wired%2520Conservation%2520FINAL.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a1db8f7478100d5e7ca4071/1:1/w_1024%2Cc_limit/Wired%2520Conscious%2520Packing%2520FINAL.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a209f600b0d0bfc18ec9c17/16:9/w_1024%2Cc_limit/LannaApisukh_Flourish_AI-0242.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a20945f908e6d6c546136d8/1:1/w_1024%2Cc_limit/Alphaschool_Print.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a15da042dca9ad4fc8c739d/1:1/w_1024%2Cc_limit/FINAL_WIRED_Tragic-of-long-covid10704-Edit_5000px_300dpi.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/69fdc08ed818d4f01db33c98/1:1/w_1024%2Cc_limit/wired_agents_web.gif\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a077b4e67132e88ffa730a4/1:1/w_1024%2Cc_limit/AIPanic_TrainingRobots_v2.1.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a1f68eadc480920e3bdc38e/16:9/w_1024%2Cc_limit/Made-In-China-TikTok-Will-Never-Die-Business.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a1f67f31c7b696a4249008a/1:1/w_1024%2Cc_limit/AI-Lab-Nvidia-Unitree-Frankenstein-Humanoid-Robot-Business.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a1f6399dc480920e3bdc387/1:1/w_1024%2Cc_limit/politics_right_wing_bovino_portugal.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a1898e5148c56039b79abe1/1:1/w_1024%2Cc_limit/Backchannel-Pope-Leo-AI-Business-2214167500.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a173a47faa2148b4ab454f6/1:1/w_1024%2Cc_limit/Made-In-China-6-Billion-Chinese-Startup-Making-Hands-for-Humanoids-Business-1480052903.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6a1089a33ca231a2d2a610da/16:9/w_1024%2Cc_limit/ai_panic_cover_web.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/69c138458ee963c6c9d0d018/1:1/w_1024%2Cc_limit/war-machine-home-top.gif\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6995f4e36d0b5a054ae3e684/1:1/w_1024%2Cc_limit/things_fall_apart_landing.gif\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6984c757373aa7c9b0691945/1:1/w_1024%2Cc_limit/WIRED_WinterOlympics_R3.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/696bb6f2b0c775c788d0ce97/1:1/w_1024%2Cc_limit/0403_WIRED123025_Concept1B%2520copy.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/62a27a5c79612bb993e57ceb/16:9/w_1024%2Cc_limit/WI070122_FF_Provincetown_01.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/6227f004f48a924e02bd4ee5/1:1/w_1024%2Cc_limit/Backchannel_fall_girl_new-7.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/59265946cfe0d93c4742fe25/1:1/w_1024%2Cc_limit/glide_opener2.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/64ed0bc52da6c6d86e70e575/1:1/w_1024%2Cc_limit/WI100123_FF_OpenAI_01.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">",
"<img data-src=\"https://media.wired.com/photos/5a9f563fafa4b44b413e5712/1:1/w_1024%2Cc_limit/ff_fake_physics_f.jpg\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\">"
],
"skippedHeadingLevels": [
"h1: WIRED",
"h2: Today's Picks",
"h2: Curating...",
"h3: Everything Apple Announced Today at WWDC 2026",
"h3: Apple’s New Siri AI Is Ready to Get Personal",
"h3: Apple’s iPhone Camera App Is Getting an AI Upgrade in iOS 27",
"h3: OpenAI Confidentially Files for IPO on the Heels of SpaceX and Anthropic",
"h3: Polymarket and Kalshi Say Influencer Partners Can’t Deny Election Results, Actually",
"h3: Meta Deletes Face-Recognition System From Its Smart Glasses App After WIRED Report",
"h3: Afroman Is Back—and He’s Bitcoin’s Latest Freedom Fighter",
"h3: The New Era of Sustainable Travel",
"h2: Reviews",
"h3: Finally, I Found an Affordable Laptop With Almost No Major Flaws",
"h3: The Sigma BF Camera Is Eccentric but Strangely Lovable",
"h3: You May Not Need a Giant Chef’s Knife When a Midsize Knife Does the Trick",
"h3: The Lauf eElja Made Me Rethink What an Electric Mountain Bike Can Be",
"h2: Sustainable Travel",
"h3: This Summer Travel Season Could Forever Alter the Future of Sustainable Aviation Fuel",
"h3: How to Spot Greenwashing Claims When You Travel",
"h3: So Long, ‘Ferrynoia.’ Green Maritime Technology Is Here",
"h3: How a Citizen Science Organization Aims to Preserve the Places It Brings Tourists to Study",
"h3: 13 Environmentally Conscious Packing Tips for Your Next Vacation",
"h2: The DOGE Boys Get VC Funding to Support Their Latest Enterprise",
"h2: Elon Musk and America’s Far Right Stoke Anger Over Murder of UK Teen",
"h2: This Is How Trump Finally Signed the AI Executive Order",
"h2: Crypto-Funded Chinese Peptide Labs Are Booming",
"h2: Android Is Fighting Phone Scams With a New Feature to Prove Who’s Calling",
"h2: Websites Can Now Spy on You Through Your Hard Drive",
"h2: The Moons of Uranus May Hold the Key to Finding Missing Planets",
"h2: The US Has a Plan to Combat Screwworm. It Involves a Lot More Flies",
"h2: Not to Alarm Anyone, but Flesh-Eating Screwworms Have Entered the US",
"h2: The UK Is Betting on a Billion-Dollar AI Supercomputer to Kick Its Addiction to US Tech",
"h2: Has Microsoft Lost Its Mojo (Again)?",
"h2: OpenAI and Anthropic May Be Rivals, but Investors Aren’t Picking Sides",
"h2: Apple WWDC 2026 Live Blog: All the Updates, as They Happen",
"h2: Watch Duty Is Adding Flood Alerts to Its Wildfire App",
"h2: How to Watch Apple’s WWDC 2026 Keynote—and What to Expect",
"h2: The Red-Light Devices That Helped Our Hair Grow Back",
"h2: The Best 3-in-1 Apple Wireless Chargers For Charging All Your Devices",
"h2: The Best Bluetooth Trackers to Find Your Keys, Dog, or Kid",
"h2: Momfluencers Are Pitching AI as a Better ‘Coparent’ Than Men",
"h2: Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It",
"h2: ‘It’s Not a Joke’: A Simpsons Writer Holds His First Presidential Campaign Rally",
"h2: The 9 Best Movies to Stream This Month",
"h2: The WIRED Guide to Los Angeles for Business Travelers",
"h2: The 10 Best TV Shows to Stream This Month",
"h2: The AI IPO Race Heats Up, DOGE Whistleblower Sues Elon Musk, and Instagram Gets Hacked",
"h2: McLaren CEO Zak Brown Still Gets FOMO About Racing Cars",
"h2: The US Can Put People on the Moon. Why Can’t It Get Iranians Online?",
"h2: The Big Story",
"h3: Jeff Bezos Is Funding a Wild Hunt for the Brain’s ‘Core Algorithm’",
"h3: Alpha School’s Ritzy New York City Campus Costs $65,000 a Year—but Isn’t Actually a School",
"h3: The Painful Truth About Long Covid",
"h3: AI Agents Plunged the Tech World Into Chaos. Here’s Exactly How That Happened",
"h3: I Spent a Week Recording Myself Doing Chores for Money. Who's the Robot Now?",
"h2: Subscriber Exclusives",
"h3: The TikTok Ban Was Never About TikTok",
"h3: The Humanoid Robot of the Future Is a 6-Foot-Tall Beefcake With a Chinese Body and an American Brain",
"h3: Greg Bovino Was the Star at a European Remigration Conference",
"h3: The Vatican’s Man Inside Anthropic",
"h3: The $6 Billion Chinese Startup Trying to Build Hands for Every Robot",
"h2: Special Editions",
"h3: AI OR DIE TRYING",
"h3: THE WAR MACHINE",
"h3: Things Fall Apart",
"h3: The WIRED Guide to the 2026 Winter Olympic Games",
"h3: 23 Ways You’re Already Living in the Chinese Century",
"h2: WIRED Classics",
"h3: When Covid Came for Provincetown",
"h3: ‘I’m the Operator’: The Aftermath of a Self-Driving Tragedy",
"h3: A Controversial Minister Makes Peace With Techies in the Battle for San Francisco’s Soul",
"h3: What OpenAI Really Wants",
"h3: Fraud U: Toppling a Bogus-Diploma Empire",
"h2: Videos",
"h3: Why Madonna Became the New Face of Grindr",
"h3: Looking For Your Next Great Read? Introducing The WIRED Book Club",
"h3: Wave Cash App’s Magic Wand To Pay For Stuff",
"h3: What’s Worth More Than Cash In San Francisco Real Estate? Anthropic Stock",
"h3: ‘Masters of the Universe' Cast Answer The 50 Most Searched He-Man Questions",
"h3: Scary Movie Cast Answer The 50 Most Searched Scary Movie Questions",
"h3: The ‘Free Speech’ Remigration Convention Where the Attendees Are Kept Secret",
"h3: Tom Scott Answers Content Creator Questions",
"h3: Blue Origin Rocket Explodes in Fiery Setback",
"h3: Security Cameras That Keep Your Footage Local—No Subscription Needed",
"h6: Select international site"
]
},
"counts": {
"h1": 1,
"headings": 85,
"links": 171,
"inaccessibleLinks": 0,
"buttons": 13,
"inaccessibleButtons": 0,
"images": 55,
"imagesWithAlt": 20,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "application/xml",
"length": 300
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 795440
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 795407
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "application/xml",
"length": 324
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "application/xml",
"length": 308
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 795484
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "application/xml",
"length": 332
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "application/xml",
"length": 306
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "application/xml",
"length": 299
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 795429
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "application/xml",
"length": 320
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 795440
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.wired.com",
"probes": [
{
"name": "_index._agents.www.wired.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.wired.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.wired.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "wired.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="social_media"> is missing tool-param-description.<input name="essential"> is missing tool-param-description.<input name="sales_sharing_targeted_advertising"> is missing tool-param-description.<input name="analytics"> is missing tool-param-description.<input name="functional"> is missing tool-param-description.<input name="audience_measurement"> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 181,
"interactiveWithTags": 0,
"totalCount": 181,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"social_media\"> is missing tool-param-description.",
"<input name=\"essential\"> is missing tool-param-description.",
"<input name=\"sales_sharing_targeted_advertising\"> is missing tool-param-description.",
"<input name=\"analytics\"> is missing tool-param-description.",
"<input name=\"functional\"> is missing tool-param-description.",
"<input name=\"audience_measurement\"> 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": 6,
"issues": [
"<input name=\"social_media\"> is missing tool-param-description.",
"<input name=\"essential\"> is missing tool-param-description.",
"<input name=\"sales_sharing_targeted_advertising\"> is missing tool-param-description.",
"<input name=\"analytics\"> is missing tool-param-description.",
"<input name=\"functional\"> is missing tool-param-description.",
"<input name=\"audience_measurement\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"social_media\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"essential\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"sales_sharing_targeted_advertising\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"analytics\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"functional\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"audience_measurement\"> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 181,
"interactiveWithTags": 0,
"totalCount": 181,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"social_media\"> is missing tool-param-description.",
"<input name=\"essential\"> is missing tool-param-description.",
"<input name=\"sales_sharing_targeted_advertising\"> is missing tool-param-description.",
"<input name=\"analytics\"> is missing tool-param-description.",
"<input name=\"functional\"> is missing tool-param-description.",
"<input name=\"audience_measurement\"> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 181,
"interactiveWithTags": 0,
"totalCount": 181,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"social_media\"> is missing tool-param-description.",
"<input name=\"essential\"> is missing tool-param-description.",
"<input name=\"sales_sharing_targeted_advertising\"> is missing tool-param-description.",
"<input name=\"analytics\"> is missing tool-param-description.",
"<input name=\"functional\"> is missing tool-param-description.",
"<input name=\"audience_measurement\"> 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 60/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: 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
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": true,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher",
"freshnessDate"
],
"authorMeta": "Condé Nast",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/story/anti-vax-dating-apps-are-going-irl-people-are-mad-as-hell-about-it/",
"text": "Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It",
"html": "<a href=\"/story/anti-vax-dating-apps-are-going-irl-people-are-mad-as-hell-about-it/\" aria-label=\"Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It\" class=\"BaseText-fEwdHD SubtopicDiscoverySubsequentHed-cUgIzY eXFcsJ kUopeu SubtopicDiscoverySubsequentHed\" data-section-title=\"Subtopic discovery/Subtopic 7 secondary 1\"><h2>Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It</h2></a>"
},
{
"href": "/story/the-big-interview-podcast-mclaren-ceo-zak-brown/",
"text": "McLaren CEO Zak Brown Still Gets FOMO About Racing Cars",
"html": "<a href=\"/story/the-big-interview-podcast-mclaren-ceo-zak-brown/\" aria-label=\"McLaren CEO Zak Brown Still Gets FOMO About Racing Cars\" class=\"BaseText-fEwdHD SubtopicDiscoverySubsequentHed-cUgIzY eXFcsJ kUopeu SubtopicDiscoverySubsequentHed\" data-section-title=\"Subtopic discovery/Subtopic 9 secondary 1\"><h2>McLaren CEO Zak Brown Still Gets FOMO About Racing Cars</h2></a>"
},
{
"href": "/story/the-painful-truth-about-long-covid/",
"text": "The Painful Truth About Long Covid",
"html": "<a href=\"/story/the-painful-truth-about-long-covid/\" class=\"HeadlineLink-fhWwhd gArVDh\">The Painful Truth About Long Covid</a>"
},
{
"href": "/story/made-in-china-tiktok-never-dies/",
"text": "The TikTok Ban Was Never About TikTok",
"html": "<a href=\"/story/made-in-china-tiktok-never-dies/\" class=\"HeadlineLink-fhWwhd gArVDh\">The TikTok Ban Was Never About TikTok</a>"
},
{
"href": "https://www.wired.com/about/faq/",
"text": "FAQ",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/faq/\" data-testid=\"navigation__internal-link\">FAQ</a>"
},
{
"href": "https://www.wired.com/about/wired-staff/",
"text": "WIRED Staff",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/wired-staff/\" data-testid=\"navigation__internal-link\">WIRED Staff</a>"
},
{
"href": "https://www.wired.com/about/wired-on-background-policy/",
"text": "Editorial Standards",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/wired-on-background-policy/\" data-testid=\"navigation__internal-link\">Editorial Standards</a>"
},
{
"href": "https://www.wired.com/about/rss-feeds/",
"text": "RSS",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/rss-feeds/\" data-testid=\"navigation__internal-link\">RSS</a>"
},
{
"href": "https://www.wired.com/about/accessibility-help/",
"text": "Accessibility Help",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/accessibility-help/\" data-testid=\"navigation__internal-link\">Accessibility Help</a>"
},
{
"href": "https://www.wired.com/about/feedback/",
"text": "Contact Us",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/feedback/\" data-testid=\"navigation__internal-link\">Contact Us</a>"
},
{
"href": "https://www.wired.com/about/wired-jobs/",
"text": "Jobs",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/wired-jobs/\" data-testid=\"navigation__internal-link\">Jobs</a>"
},
{
"href": "https://www.wired.com/about/press/",
"text": "Press Center",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/press/\" data-testid=\"navigation__internal-link\">Press Center</a>"
},
{
"href": "http://www.aboutads.info",
"text": "Ad Choices",
"html": "<a class=\"external-link\" data-event-click=\"{"element":"ExternalLink","outgoingURL":"http://www.aboutads.info"}\" href=\"http://www.aboutads.info\" rel=\"nofollow noopener\" target=\"_blank\">Ad Choices</a>"
}
],
"contactLinks": [
{
"href": "/story/the-doge-boys-get-vc-funding-to-support-their-latest-enterprise/",
"text": "The DOGE Boys Get VC Funding to Support Their Latest Enterprise",
"html": "<a href=\"/story/the-doge-boys-get-vc-funding-to-support-their-latest-enterprise/\" aria-label=\"The DOGE Boys Get VC Funding to Support Their Latest Enterprise\" class=\"BaseText-fEwdHD SubtopicDiscoveryFirstHed-hxlHVz eXFcsJ nysHq SubtopicDiscoveryFirstHed\" data-section-title=\"Subtopic discovery/Subtopic 1 hero\"><h2>The DOGE Boys Get VC Funding to Support Their Latest Enterprise</h2></a>"
},
{
"href": "/story/best-red-light-therapy-for-hair-growth/",
"text": "The Red-Light Devices That Helped Our Hair Grow Back",
"html": "<a href=\"/story/best-red-light-therapy-for-hair-growth/\" aria-label=\"The Red-Light Devices That Helped Our Hair Grow Back\" class=\"BaseText-fEwdHD SubtopicDiscoveryFirstHed-hxlHVz eXFcsJ nysHq SubtopicDiscoveryFirstHed\" data-section-title=\"Subtopic discovery/Subtopic 6 hero\"><h2>The Red-Light Devices That Helped Our Hair Grow Back</h2></a>"
},
{
"href": "/video/series/tech-support",
"text": "Tech Support",
"html": "<a class=\"RubricLink-BwroS bFpNEt rubric__link rubric link\" href=\"/video/series/tech-support\"><span class=\"RubricName-eXqzKt cpSMvI rubric__name\">Tech Support </span></a>"
},
{
"href": "https://www.wired.com/video/watch/tech-support-tom-scott-answers-content-creator-questions",
"text": "Tom Scott Answers Content Creator Questions",
"html": "<a class=\"SummaryItemHedLink-chBZvf comASk summary-item-tracking__hed-link summary-item__hed-link\" data-component-type=\"recirc-river\" data-recirc-pattern=\"summary-item\" href=\"https://www.wired.com/video/watch/tech-support-tom-scott-answers-content-creator-questions\" target=\"_self\"><h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Tom Scott Answers Content Creator Questions</h3></a>"
},
{
"href": "https://www.wired.com/about/accessibility-help/",
"text": "Accessibility Help",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/accessibility-help/\" data-testid=\"navigation__internal-link\">Accessibility Help</a>"
},
{
"href": "https://www.wired.com/about/feedback/",
"text": "Contact Us",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/feedback/\" data-testid=\"navigation__internal-link\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://www.condenast.com/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"https://www.condenast.com/privacy-policy\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"fides-privacy-policy\">Privacy Policy</a>"
},
{
"href": "http://www.condenast.com/privacy-policy#privacypolicy",
"text": "Privacy Policy",
"html": "<a class=\"external-link NavigationExternalLink-eKeJOo enoFMQ navigation__link\" data-event-click=\"{"element":"ExternalLink","outgoingURL":"http://www.condenast.com/privacy-policy#privacypolicy"}\" href=\"http://www.condenast.com/privacy-policy#privacypolicy\" rel=\"nofollow\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "http://www.condenast.com/privacy-policy#privacypolicy-california",
"text": "Your California Privacy Rights",
"html": "<a class=\"external-link NavigationExternalLink-eKeJOo enoFMQ navigation__link\" data-event-click=\"{"element":"ExternalLink","outgoingURL":"http://www.condenast.com/privacy-policy#privacypolicy-california"}\" href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" rel=\"nofollow\" target=\"_blank\">Your California Privacy Rights</a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
6 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
81 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": 83,
"passing": 2,
"failing": [
{
"heading": "Today's Picks",
"headingHtml": "<h2 class=\"ListHeadingTitle-gHtstN dfHges title\">Today's Picks</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Curating...",
"headingHtml": "<h2 class=\"ListHeadingTitle-gHtstN dfHges title\">Curating...</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Everything Apple Announced Today at WWDC 2026",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu dHIrcr\"><a href=\"/story/everything-apple-announced-at-wwdc-2026/\" class=\"HeadlineLink-fhWwhd gArVDh\">Everything Apple Announced Today at WWDC 2026</a></h3>",
"firstParagraph": "Updates include a new souped-up Siri, lots of iOS enhancements, and some inkling on how an AI partnership with Google has come to power Apple’s products.",
"paragraphHtml": "<p class=\"DekWrapper-jujPrU cJmkAl\">Updates include a new souped-up Siri, lots of iOS enhancements, and some inkling on how an AI partnership with Google has come to power Apple’s products.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Apple’s New Siri AI Is Ready to Get Personal",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/apples-new-siri-ai-is-ready-to-get-personal/\" class=\"HeadlineLink-fhWwhd gArVDh\">Apple’s New Siri AI Is Ready to Get Personal</a></h3>",
"firstParagraph": "From a stand-alone app to a Google Gemini partnership, here’s everything you need to know from WWDC 2026 about Apple’s upcoming overhaul of Siri.",
"paragraphHtml": "<p class=\"DekWrapper-jujPrU cJmkAl\">From a stand-alone app to a Google Gemini partnership, here’s everything you need to know from WWDC 2026 about Apple’s upcoming overhaul of Siri.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "OpenAI Confidentially Files for IPO on the Heels of SpaceX and Anthropic",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/openai-confidentially-files-for-ipo/\" class=\"HeadlineLink-fhWwhd gArVDh\">OpenAI Confidentially Files for IPO on the Heels of SpaceX and Anthropic</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Polymarket and Kalshi Say Influencer Partners Can’t Deny Election Results, Actually",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/kalshi-polymarket-influencer-election-denial-spencer-pratt/\" class=\"HeadlineLink-fhWwhd gArVDh\">Polymarket and Kalshi Say Influencer Partners Can’t Deny Election Results, Actually</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Meta Deletes Face-Recognition System From Its Smart Glasses App After WIRED Report",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/meta-removes-face-recognition-code-meta-ai-app-smart-glasses/\" class=\"HeadlineLink-fhWwhd gArVDh\">Meta Deletes Face-Recognition System From Its Smart Glasses App After WIRED Report</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Afroman Is Back—and He’s Bitcoin’s Latest Freedom Fighter",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/afroman-bitcoin-conference-free-speech/\" class=\"HeadlineLink-fhWwhd gArVDh\">Afroman Is Back—and He’s Bitcoin’s Latest Freedom Fighter</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The New Era of Sustainable Travel",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"https://www.wired.com/tag/sustainable-travel/\" class=\"HeadlineLink-fhWwhd gArVDh\">The New Era of Sustainable Travel</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Reviews",
"headingHtml": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/category/gear/\" class=\"section-title link\">Reviews</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Finally, I Found an Affordable Laptop With Almost No Major Flaws",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu fLfqYc\"><a href=\"/review/lenovo-ideapad-slim-5x/\" class=\"HeadlineLink-fhWwhd gArVDh\">Finally, I Found an Affordable Laptop With Almost No Major Flaws</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Sigma BF Camera Is Eccentric but Strangely Lovable",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu fLfqYc\"><a href=\"/review/sigma-bf-camera/\" class=\"HeadlineLink-fhWwhd gArVDh\">The Sigma BF Camera Is Eccentric but Strangely Lovable</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "You May Not Need a Giant Chef’s Knife When a Midsize Knife Does the Trick",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu fLfqYc\"><a href=\"/story/you-may-not-need-a-giant-chefs-knife-when-a-midsize-knife-does-the-trick/\" class=\"HeadlineLink-fhWwhd gArVDh\">You May Not Need a Giant Chef’s Knife When a Midsize Knife Does the Trick</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Lauf eElja Made Me Rethink What an Electric Mountain Bike Can Be",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu fLfqYc\"><a href=\"/review/lauf-eelja-electric-mountain-bike/\" class=\"HeadlineLink-fhWwhd gArVDh\">The Lauf eElja Made Me Rethink What an Electric Mountain Bike Can Be</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sustainable Travel",
"headingHtml": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/tag/sustainable-travel/\" class=\"section-title link\">Sustainable Travel</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How to Spot Greenwashing Claims When You Travel",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/how-to-spot-greenwashing-when-you-travel/\" class=\"HeadlineLink-fhWwhd gArVDh\">How to Spot Greenwashing Claims When You Travel</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "So Long, ‘Ferrynoia.’ Green Maritime Technology Is Here",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/so-long-ferrynoia-green-maritime-technology-is-here/\" class=\"HeadlineLink-fhWwhd gArVDh\">So Long, ‘Ferrynoia.’ Green Maritime Technology Is Here</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How a Citizen Science Organization Aims to Preserve the Places It Brings Tourists to Study",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/preserving-the-places-tourists-go-to-study/\" class=\"HeadlineLink-fhWwhd gArVDh\">How a Citizen Science Organization Aims to Preserve the Places It Brings Tourists to Study</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "13 Environmentally Conscious Packing Tips for Your Next Vacation",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/environmentally-conscious-packing-tips/\" class=\"HeadlineLink-fhWwhd gArVDh\">13 Environmentally Conscious Packing Tips for Your Next Vacation</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The DOGE Boys Get VC Funding to Support Their Latest Enterprise",
"headingHtml": "<h2>The DOGE Boys Get VC Funding to Support Their Latest Enterprise</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Elon Musk and America’s Far Right Stoke Anger Over Murder of UK Teen",
"headingHtml": "<h2>Elon Musk and America’s Far Right Stoke Anger Over Murder of UK Teen</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "This Is How Trump Finally Signed the AI Executive Order",
"headingHtml": "<h2>This Is How Trump Finally Signed the AI Executive Order</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Crypto-Funded Chinese Peptide Labs Are Booming",
"headingHtml": "<h2>Crypto-Funded Chinese Peptide Labs Are Booming</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Android Is Fighting Phone Scams With a New Feature to Prove Who’s Calling",
"headingHtml": "<h2>Android Is Fighting Phone Scams With a New Feature to Prove Who’s Calling</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Websites Can Now Spy on You Through Your Hard Drive",
"headingHtml": "<h2>Websites Can Now Spy on You Through Your Hard Drive</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Moons of Uranus May Hold the Key to Finding Missing Planets",
"headingHtml": "<h2>The Moons of Uranus May Hold the Key to Finding Missing Planets</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The US Has a Plan to Combat Screwworm. It Involves a Lot More Flies",
"headingHtml": "<h2>The US Has a Plan to Combat Screwworm. It Involves a Lot More Flies</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Not to Alarm Anyone, but Flesh-Eating Screwworms Have Entered the US",
"headingHtml": "<h2>Not to Alarm Anyone, but Flesh-Eating Screwworms Have Entered the US</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The UK Is Betting on a Billion-Dollar AI Supercomputer to Kick Its Addiction to US Tech",
"headingHtml": "<h2>The UK Is Betting on a Billion-Dollar AI Supercomputer to Kick Its Addiction to US Tech</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Has Microsoft Lost Its Mojo (Again)?",
"headingHtml": "<h2>Has Microsoft Lost Its Mojo (Again)?</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "OpenAI and Anthropic May Be Rivals, but Investors Aren’t Picking Sides",
"headingHtml": "<h2>OpenAI and Anthropic May Be Rivals, but Investors Aren’t Picking Sides</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Apple WWDC 2026 Live Blog: All the Updates, as They Happen",
"headingHtml": "<h2>Apple WWDC 2026 Live Blog: All the Updates, as They Happen</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Watch Duty Is Adding Flood Alerts to Its Wildfire App",
"headingHtml": "<h2>Watch Duty Is Adding Flood Alerts to Its Wildfire App</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How to Watch Apple’s WWDC 2026 Keynote—and What to Expect",
"headingHtml": "<h2>How to Watch Apple’s WWDC 2026 Keynote—and What to Expect</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Red-Light Devices That Helped Our Hair Grow Back",
"headingHtml": "<h2>The Red-Light Devices That Helped Our Hair Grow Back</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Best 3-in-1 Apple Wireless Chargers For Charging All Your Devices",
"headingHtml": "<h2>The Best 3-in-1 Apple Wireless Chargers For Charging All Your Devices</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Best Bluetooth Trackers to Find Your Keys, Dog, or Kid",
"headingHtml": "<h2>The Best Bluetooth Trackers to Find Your Keys, Dog, or Kid</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Momfluencers Are Pitching AI as a Better ‘Coparent’ Than Men",
"headingHtml": "<h2>Momfluencers Are Pitching AI as a Better ‘Coparent’ Than Men</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It",
"headingHtml": "<h2>Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "‘It’s Not a Joke’: A Simpsons Writer Holds His First Presidential Campaign Rally",
"headingHtml": "<h2>‘It’s Not a Joke’: A <em>Simpsons</em> Writer Holds His First Presidential Campaign Rally</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 9 Best Movies to Stream This Month",
"headingHtml": "<h2>The 9 Best Movies to Stream This Month</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The WIRED Guide to Los Angeles for Business Travelers",
"headingHtml": "<h2>The WIRED Guide to Los Angeles for Business Travelers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 10 Best TV Shows to Stream This Month",
"headingHtml": "<h2>The 10 Best TV Shows to Stream This Month</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The AI IPO Race Heats Up, DOGE Whistleblower Sues Elon Musk, and Instagram Gets Hacked",
"headingHtml": "<h2>The AI IPO Race Heats Up, DOGE Whistleblower Sues Elon Musk, and Instagram Gets Hacked</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "McLaren CEO Zak Brown Still Gets FOMO About Racing Cars",
"headingHtml": "<h2>McLaren CEO Zak Brown Still Gets FOMO About Racing Cars</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The US Can Put People on the Moon. Why Can’t It Get Iranians Online?",
"headingHtml": "<h2>The US Can Put People on the Moon. Why Can’t It Get Iranians Online?</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Big Story",
"headingHtml": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/category/big-story/\" class=\"section-title link\">The Big Story</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Jeff Bezos Is Funding a Wild Hunt for the Brain’s ‘Core Algorithm’",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu dHIrcr\"><a href=\"/story/jeff-bezos-is-funding-a-wild-hunt-for-the-brains-core-algorithm/\" class=\"HeadlineLink-fhWwhd gArVDh\">Jeff Bezos Is Funding a Wild Hunt for the Brain’s ‘Core Algorithm’</a></h3>",
"firstParagraph": "With $500 million in funding and a reported $2.5 billion valuation, Flourish wants to reinvent AI by putting real neurons under the microscope.",
"paragraphHtml": "<p class=\"DekWrapper-jujPrU cJmkAl\">With $500 million in funding and a reported $2.5 billion valuation, Flourish wants to reinvent AI by putting real neurons under the microscope.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Alpha School’s Ritzy New York City Campus Costs $65,000 a Year—but Isn’t Actually a School",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/alpha-schools-new-york-city-campus-isnt-actually-a-school/\" class=\"HeadlineLink-fhWwhd gArVDh\">Alpha School’s Ritzy New York City Campus Costs $65,000 a Year—but Isn’t Actually a School</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Painful Truth About Long Covid",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/the-painful-truth-about-long-covid/\" class=\"HeadlineLink-fhWwhd gArVDh\">The Painful Truth About Long Covid</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI Agents Plunged the Tech World Into Chaos. Here’s Exactly How That Happened",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/how-ai-agents-plunged-tech-world-into-chaos/\" class=\"HeadlineLink-fhWwhd gArVDh\">AI Agents Plunged the Tech World Into Chaos. Here’s Exactly How That Happened</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I Spent a Week Recording Myself Doing Chores for Money. Who's the Robot Now?",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/household-chores-training-robots/\" class=\"HeadlineLink-fhWwhd gArVDh\">I Spent a Week Recording Myself Doing Chores for Money. Who's the Robot Now?</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Subscriber Exclusives",
"headingHtml": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/v2/offers/wir_edit_hardcoded?source=Site_0_HCL_WIR_EDIT_HARDCODED_HOMEPAGE_MODULE_0_GLOBAL_JULY_2025_NEW_OFFER_ZZ\" class=\"section-title link\">Subscriber Exclusives</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The TikTok Ban Was Never About TikTok",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu dHIrcr\"><a href=\"/story/made-in-china-tiktok-never-dies/\" class=\"HeadlineLink-fhWwhd gArVDh\">The TikTok Ban Was Never About TikTok</a></h3>",
"firstParagraph": "A new documentary chronicles how the app became a stand-in for American anxieties about social media, China, and political power.",
"paragraphHtml": "<p class=\"DekWrapper-jujPrU cJmkAl\">A new documentary chronicles how the app became a stand-in for American anxieties about social media, China, and political power.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "The Humanoid Robot of the Future Is a 6-Foot-Tall Beefcake With a Chinese Body and an American Brain",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/nvidia-unitree-humanoid-robot-h2-plus/\" class=\"HeadlineLink-fhWwhd gArVDh\">The Humanoid Robot of the Future Is a 6-Foot-Tall Beefcake With a Chinese Body and an American Brain</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Greg Bovino Was the Star at a European Remigration Conference",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/greg-bovino-was-the-star-at-a-european-remigration-conference/\" class=\"HeadlineLink-fhWwhd gArVDh\">Greg Bovino Was the Star at a European Remigration Conference</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Vatican’s Man Inside Anthropic",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/the-vaticans-man-inside-anthropic/\" class=\"HeadlineLink-fhWwhd gArVDh\">The Vatican’s Man Inside Anthropic</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The $6 Billion Chinese Startup Trying to Build Hands for Every Robot",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/made-in-china-the-dollar6-billion-chinese-startup-making-hands-for-humanoids/\" class=\"HeadlineLink-fhWwhd gArVDh\">The $6 Billion Chinese Startup Trying to Build Hands for Every Robot</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Special Editions",
"headingHtml": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/tag/special-edition/\" class=\"section-title link\">Special Editions</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI OR DIE TRYING",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu dHIrcr\"><a href=\"/tag/ai-panic/\" class=\"HeadlineLink-fhWwhd gArVDh\">AI OR DIE TRYING</a></h3>",
"firstParagraph": "Required reading for a new age.",
"paragraphHtml": "<p class=\"DekWrapper-jujPrU cJmkAl\">Required reading for a new age.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "THE WAR MACHINE",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/tag/war-machine/\" class=\"HeadlineLink-fhWwhd gArVDh\">THE WAR MACHINE</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Things Fall Apart",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/tag/things-fall-apart/\" class=\"HeadlineLink-fhWwhd gArVDh\">Things Fall Apart</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The WIRED Guide to the 2026 Winter Olympic Games",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/2026-winter-olympics/\" class=\"HeadlineLink-fhWwhd gArVDh\">The WIRED Guide to the 2026 Winter Olympic Games</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "23 Ways You’re Already Living in the Chinese Century",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/china-issue/\" class=\"HeadlineLink-fhWwhd gArVDh\">23 Ways You’re Already Living in the Chinese Century</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "WIRED Classics",
"headingHtml": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/tag/wired-classic/\" class=\"section-title link\">WIRED Classics</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "When Covid Came for Provincetown",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu dHIrcr\"><a href=\"/story/provincetown-covid-delta-outbreak-response/\" class=\"HeadlineLink-fhWwhd gArVDh\">When Covid Came for Provincetown</a></h3>",
"firstParagraph": "Originally published June 2022: In a queer vacation hot spot on Cape Cod, an ad hoc community proved that Americans can stifle large outbreaks—if they want to.",
"paragraphHtml": "<p class=\"DekWrapper-jujPrU cJmkAl\"><em>Originally published June 2022</em>: In a queer vacation hot spot on Cape Cod, an ad hoc community proved that Americans can stifle large outbreaks—if they want to.</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "‘I’m the Operator’: The Aftermath of a Self-Driving Tragedy",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/uber-self-driving-car-fatal-crash/\" class=\"HeadlineLink-fhWwhd gArVDh\">‘I’m the Operator’: The Aftermath of a Self-Driving Tragedy</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A Controversial Minister Makes Peace With Techies in the Battle for San Francisco’s Soul",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/2017/02/san_francisco_gentrification_tenderloin_glide/\" class=\"HeadlineLink-fhWwhd gArVDh\">A Controversial Minister Makes Peace With Techies in the Battle for San Francisco’s Soul</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What OpenAI Really Wants",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/what-openai-really-wants/\" class=\"HeadlineLink-fhWwhd gArVDh\">What OpenAI Really Wants</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Fraud U: Toppling a Bogus-Diploma Empire",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/2009/12/ff-fake-physics/\" class=\"HeadlineLink-fhWwhd gArVDh\">Fraud U: Toppling a Bogus-Diploma Empire</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Videos",
"headingHtml": "<h2 class=\"BaseText-fEwdHD SectionTitleHed-iavHej evIlna fLsnvV\"><a href=\"https://www.wired.com/video\">Videos</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why Madonna Became the New Face of Grindr",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Why Madonna Became the New Face of Grindr</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Looking For Your Next Great Read? Introducing The WIRED Book Club",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Looking For Your Next Great Read? Introducing The WIRED Book Club</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Wave Cash App’s Magic Wand To Pay For Stuff",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Wave Cash App’s Magic Wand To Pay For Stuff</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What’s Worth More Than Cash In San Francisco Real Estate? Anthropic Stock",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">What’s Worth More Than Cash In San Francisco Real Estate? Anthropic Stock</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "‘Masters of the Universe' Cast Answer The 50 Most Searched He-Man Questions",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">‘Masters of the Universe' Cast Answer The 50 Most Searched He-Man Questions</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Scary Movie Cast Answer The 50 Most Searched Scary Movie Questions",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Scary Movie Cast Answer The 50 Most Searched Scary Movie Questions</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The ‘Free Speech’ Remigration Convention Where the Attendees Are Kept Secret",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">The ‘Free Speech’ Remigration Convention Where the Attendees Are Kept Secret</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tom Scott Answers Content Creator Questions",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Tom Scott Answers Content Creator Questions</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Blue Origin Rocket Explodes in Fiery Setback",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Blue Origin Rocket Explodes in Fiery Setback</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Security Cameras That Keep Your Footage Local—No Subscription Needed",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Security Cameras That Keep Your Footage Local—No Subscription Needed</h3>",
"firstParagraph": "More From WIRED",
"paragraphHtml": "<p data-testid=\"navigation__heading\" class=\"NavigationHeadingWrapper-hmRiSO feOQMO navigation__heading\"><button data-testid=\"navigation__heading-button\" type=\"button\" aria-expanded=\"false\" class=\"NavigationHeadingButton-kePgzj bDAtyV\">More From WIRED<span data-testid=\"navigation__heading-arrow\" class=\"NavigationHeadingArrow-guSZic kJQPUP\"></span></button></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: 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
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": true,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher",
"freshnessDate"
],
"authorMeta": "Condé Nast",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/story/anti-vax-dating-apps-are-going-irl-people-are-mad-as-hell-about-it/",
"text": "Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It",
"html": "<a href=\"/story/anti-vax-dating-apps-are-going-irl-people-are-mad-as-hell-about-it/\" aria-label=\"Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It\" class=\"BaseText-fEwdHD SubtopicDiscoverySubsequentHed-cUgIzY eXFcsJ kUopeu SubtopicDiscoverySubsequentHed\" data-section-title=\"Subtopic discovery/Subtopic 7 secondary 1\"><h2>Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It</h2></a>"
},
{
"href": "/story/the-big-interview-podcast-mclaren-ceo-zak-brown/",
"text": "McLaren CEO Zak Brown Still Gets FOMO About Racing Cars",
"html": "<a href=\"/story/the-big-interview-podcast-mclaren-ceo-zak-brown/\" aria-label=\"McLaren CEO Zak Brown Still Gets FOMO About Racing Cars\" class=\"BaseText-fEwdHD SubtopicDiscoverySubsequentHed-cUgIzY eXFcsJ kUopeu SubtopicDiscoverySubsequentHed\" data-section-title=\"Subtopic discovery/Subtopic 9 secondary 1\"><h2>McLaren CEO Zak Brown Still Gets FOMO About Racing Cars</h2></a>"
},
{
"href": "/story/the-painful-truth-about-long-covid/",
"text": "The Painful Truth About Long Covid",
"html": "<a href=\"/story/the-painful-truth-about-long-covid/\" class=\"HeadlineLink-fhWwhd gArVDh\">The Painful Truth About Long Covid</a>"
},
{
"href": "/story/made-in-china-tiktok-never-dies/",
"text": "The TikTok Ban Was Never About TikTok",
"html": "<a href=\"/story/made-in-china-tiktok-never-dies/\" class=\"HeadlineLink-fhWwhd gArVDh\">The TikTok Ban Was Never About TikTok</a>"
},
{
"href": "https://www.wired.com/about/faq/",
"text": "FAQ",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/faq/\" data-testid=\"navigation__internal-link\">FAQ</a>"
},
{
"href": "https://www.wired.com/about/wired-staff/",
"text": "WIRED Staff",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/wired-staff/\" data-testid=\"navigation__internal-link\">WIRED Staff</a>"
},
{
"href": "https://www.wired.com/about/wired-on-background-policy/",
"text": "Editorial Standards",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/wired-on-background-policy/\" data-testid=\"navigation__internal-link\">Editorial Standards</a>"
},
{
"href": "https://www.wired.com/about/rss-feeds/",
"text": "RSS",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/rss-feeds/\" data-testid=\"navigation__internal-link\">RSS</a>"
},
{
"href": "https://www.wired.com/about/accessibility-help/",
"text": "Accessibility Help",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/accessibility-help/\" data-testid=\"navigation__internal-link\">Accessibility Help</a>"
},
{
"href": "https://www.wired.com/about/feedback/",
"text": "Contact Us",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/feedback/\" data-testid=\"navigation__internal-link\">Contact Us</a>"
},
{
"href": "https://www.wired.com/about/wired-jobs/",
"text": "Jobs",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/wired-jobs/\" data-testid=\"navigation__internal-link\">Jobs</a>"
},
{
"href": "https://www.wired.com/about/press/",
"text": "Press Center",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/press/\" data-testid=\"navigation__internal-link\">Press Center</a>"
},
{
"href": "http://www.aboutads.info",
"text": "Ad Choices",
"html": "<a class=\"external-link\" data-event-click=\"{"element":"ExternalLink","outgoingURL":"http://www.aboutads.info"}\" href=\"http://www.aboutads.info\" rel=\"nofollow noopener\" target=\"_blank\">Ad Choices</a>"
}
],
"contactLinks": [
{
"href": "/story/the-doge-boys-get-vc-funding-to-support-their-latest-enterprise/",
"text": "The DOGE Boys Get VC Funding to Support Their Latest Enterprise",
"html": "<a href=\"/story/the-doge-boys-get-vc-funding-to-support-their-latest-enterprise/\" aria-label=\"The DOGE Boys Get VC Funding to Support Their Latest Enterprise\" class=\"BaseText-fEwdHD SubtopicDiscoveryFirstHed-hxlHVz eXFcsJ nysHq SubtopicDiscoveryFirstHed\" data-section-title=\"Subtopic discovery/Subtopic 1 hero\"><h2>The DOGE Boys Get VC Funding to Support Their Latest Enterprise</h2></a>"
},
{
"href": "/story/best-red-light-therapy-for-hair-growth/",
"text": "The Red-Light Devices That Helped Our Hair Grow Back",
"html": "<a href=\"/story/best-red-light-therapy-for-hair-growth/\" aria-label=\"The Red-Light Devices That Helped Our Hair Grow Back\" class=\"BaseText-fEwdHD SubtopicDiscoveryFirstHed-hxlHVz eXFcsJ nysHq SubtopicDiscoveryFirstHed\" data-section-title=\"Subtopic discovery/Subtopic 6 hero\"><h2>The Red-Light Devices That Helped Our Hair Grow Back</h2></a>"
},
{
"href": "/video/series/tech-support",
"text": "Tech Support",
"html": "<a class=\"RubricLink-BwroS bFpNEt rubric__link rubric link\" href=\"/video/series/tech-support\"><span class=\"RubricName-eXqzKt cpSMvI rubric__name\">Tech Support </span></a>"
},
{
"href": "https://www.wired.com/video/watch/tech-support-tom-scott-answers-content-creator-questions",
"text": "Tom Scott Answers Content Creator Questions",
"html": "<a class=\"SummaryItemHedLink-chBZvf comASk summary-item-tracking__hed-link summary-item__hed-link\" data-component-type=\"recirc-river\" data-recirc-pattern=\"summary-item\" href=\"https://www.wired.com/video/watch/tech-support-tom-scott-answers-content-creator-questions\" target=\"_self\"><h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Tom Scott Answers Content Creator Questions</h3></a>"
},
{
"href": "https://www.wired.com/about/accessibility-help/",
"text": "Accessibility Help",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/accessibility-help/\" data-testid=\"navigation__internal-link\">Accessibility Help</a>"
},
{
"href": "https://www.wired.com/about/feedback/",
"text": "Contact Us",
"html": "<a role=\"link\" class=\"NavigationInternalLink-dqrnq UFAwq navigation__link\" href=\"https://www.wired.com/about/feedback/\" data-testid=\"navigation__internal-link\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://www.condenast.com/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"https://www.condenast.com/privacy-policy\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"fides-privacy-policy\">Privacy Policy</a>"
},
{
"href": "http://www.condenast.com/privacy-policy#privacypolicy",
"text": "Privacy Policy",
"html": "<a class=\"external-link NavigationExternalLink-eKeJOo enoFMQ navigation__link\" data-event-click=\"{"element":"ExternalLink","outgoingURL":"http://www.condenast.com/privacy-policy#privacypolicy"}\" href=\"http://www.condenast.com/privacy-policy#privacypolicy\" rel=\"nofollow\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "http://www.condenast.com/privacy-policy#privacypolicy-california",
"text": "Your California Privacy Rights",
"html": "<a class=\"external-link NavigationExternalLink-eKeJOo enoFMQ navigation__link\" data-event-click=\"{"element":"ExternalLink","outgoingURL":"http://www.condenast.com/privacy-policy#privacypolicy-california"}\" href=\"http://www.condenast.com/privacy-policy#privacypolicy-california\" rel=\"nofollow\" target=\"_blank\">Your California Privacy Rights</a>"
}
],
"score": 60,
"weight": 22
}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
20 image(s) are missing width/height attributes. 17 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1849,
"htmlBytes": 1395085,
"imagesMissingDimensions": [
{
"src": "https://media.wired.com/photos/6a209c99e3a521f46bca5fdf/16:9/w_768%2Cc_limit/Pol_Doge_GettyImages-2264292808.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Image may contain Money Baby and Person\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" srcset=\"https://media.wired.com/photos/6a209c99e3a521f46bca5fdf/16:9/w_120,c_limit/Pol_Doge_GettyImages-2264292808.jpg 120w, https://media.wired.com/photos/6a209c99e3a521f46bca5fdf/16:9/w_240,c_limit/Pol_Doge_GettyImages-2264292808.jpg 240w, https://media.wired.com/photos/6a209c99e3a521f46bca5fdf/16:9/w_320,c_limit/Pol_Doge_GettyImages-2264292808.jpg 320w, h..."
},
{
"src": "https://media.wired.com/photos/6a2312eb2b342fb72975a62e/16:9/w_768%2Cc_limit/Security-Roundup-Crypto-funded-Chinese-labs-sales-of-peptides-Security-1312618198.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Medicine pharmacy and health care vaccination and treatment. Ampoules with vaccine medicines syringe with needle cotton...\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" srcset=\"https://media.wired.com/photos/6a2312eb2b342fb72975a62e/16:9/w_120,c_limit/Security-Roundup-Crypto-funded-Chinese-labs-sales-of-peptides-Security-1312618198.jpg 120w, https://media.wired.com/photos/6a2312eb2b342fb72975a62e/16:9/w_240,c_limit/Security-Roundup-Crypto-fun..."
},
{
"src": "https://media.wired.com/photos/6a1f57f22dd56ccdeabd077c/16:9/w_768%2Cc_limit/GettyImages-1088373686.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Image may contain Nature Outdoors Water Sea Night and Waterfall\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" srcset=\"https://media.wired.com/photos/6a1f57f22dd56ccdeabd077c/16:9/w_120,c_limit/GettyImages-1088373686.jpg 120w, https://media.wired.com/photos/6a1f57f22dd56ccdeabd077c/16:9/w_240,c_limit/GettyImages-1088373686.jpg 240w, https://media.wired.com/photos/6a1f57f22dd56ccdeabd077c/16:9/w_320,c_limit/GettyImages-1088373686.jpg 320w, http..."
},
{
"src": "https://media.wired.com/photos/6a26d742255fdba4ebd668f3/16:9/w_768%2Cc_limit/GettyImages-2267728396.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Image may contain Paper Text and Business Card\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" srcset=\"https://media.wired.com/photos/6a26d742255fdba4ebd668f3/16:9/w_120,c_limit/GettyImages-2267728396.jpg 120w, https://media.wired.com/photos/6a26d742255fdba4ebd668f3/16:9/w_240,c_limit/GettyImages-2267728396.jpg 240w, https://media.wired.com/photos/6a26d742255fdba4ebd668f3/16:9/w_320,c_limit/GettyImages-2267728396.jpg 320w, https://media.wired.c..."
},
{
"src": "https://media.wired.com/photos/6a21a895f98cdf68f8042dbe/16:9/w_768%2Cc_limit/GettyImages-2218819408.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Image may contain Tim Cook Adult Person Face and Head\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" srcset=\"https://media.wired.com/photos/6a21a895f98cdf68f8042dbe/16:9/w_120,c_limit/GettyImages-2218819408.jpg 120w, https://media.wired.com/photos/6a21a895f98cdf68f8042dbe/16:9/w_240,c_limit/GettyImages-2218819408.jpg 240w, https://media.wired.com/photos/6a21a895f98cdf68f8042dbe/16:9/w_320,c_limit/GettyImages-2218819408.jpg 320w, https://media...."
},
{
"src": "https://media.wired.com/photos/6a236c81923e8b4d30970aa7/16:9/w_768%2Cc_limit/The-Best-Red-Light-Therapy-for-Hair-Growth.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Image may contain Lighting Helmet Light and Electronics\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" srcset=\"https://media.wired.com/photos/6a236c81923e8b4d30970aa7/16:9/w_120,c_limit/The-Best-Red-Light-Therapy-for-Hair-Growth.jpg 120w, https://media.wired.com/photos/6a236c81923e8b4d30970aa7/16:9/w_240,c_limit/The-Best-Red-Light-Therapy-for-Hair-Growth.jpg 240w, https://media.wired.com/photos/6a236c81923e8b4d30970aa7/16:9/w_320,c_limit/The-B..."
},
{
"src": "https://media.wired.com/photos/6a2347d049872af07a400381/16:9/w_768%2Cc_limit/AI-Momfluencers-Culture.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Image may contain Light and Lighting\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" srcset=\"https://media.wired.com/photos/6a2347d049872af07a400381/16:9/w_120,c_limit/AI-Momfluencers-Culture.jpg 120w, https://media.wired.com/photos/6a2347d049872af07a400381/16:9/w_240,c_limit/AI-Momfluencers-Culture.jpg 240w, https://media.wired.com/photos/6a2347d049872af07a400381/16:9/w_320,c_limit/AI-Momfluencers-Culture.jpg 320w, https://media.wired.com/phot..."
},
{
"src": "https://media.wired.com/photos/6a15ec45cb0b8cf647d61feb/16:9/w_768%2Cc_limit/Movie-Guide-Bugonia-Culture-MCDBUGO_UC021.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BUGONIA Emma Stone 2025. ©Focus Features Courtesy Everett Collection\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" srcset=\"https://media.wired.com/photos/6a15ec45cb0b8cf647d61feb/16:9/w_120,c_limit/Movie-Guide-Bugonia-Culture-MCDBUGO_UC021.jpg 120w, https://media.wired.com/photos/6a15ec45cb0b8cf647d61feb/16:9/w_240,c_limit/Movie-Guide-Bugonia-Culture-MCDBUGO_UC021.jpg 240w, https://media.wired.com/photos/6a15ec45cb0b8cf647d61feb/16:9/w_3..."
},
{
"src": "https://media.wired.com/photos/6a20a487d5b5f5af30a6fa53/16:9/w_768%2Cc_limit/Uncanny-Valley-AI-IPO-Race-Business-1189366547.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Image may contain Adult Person Electronics Hardware Face and Head\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" srcset=\"https://media.wired.com/photos/6a20a487d5b5f5af30a6fa53/16:9/w_120,c_limit/Uncanny-Valley-AI-IPO-Race-Business-1189366547.jpg 120w, https://media.wired.com/photos/6a20a487d5b5f5af30a6fa53/16:9/w_240,c_limit/Uncanny-Valley-AI-IPO-Race-Business-1189366547.jpg 240w, https://media.wired.com/photos/6a20a487d5b5f5af30a6fa53/16:9/w..."
},
{
"src": "https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1780688040/wired_why-madonna-became-the-new-face-of-grindr.jpg?_a=BACCg%2520Ev",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Why Madonna Became the New Face of Grindr\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1780688040/wired_why-madonna-became-the-new-face-of-grindr.jpg?_a=BACCg%2520Ev\" data-src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%..."
},
{
"src": "https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1780654203/wired_looking-for-your-next-great-read-introducing-the-wired-book-club.jpg?_a=BACCg%2520Ev",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Looking For Your Next Great Read? Introducing The WIRED Book Club\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1780654203/wired_looking-for-your-next-great-read-introducing-the-wired-book-club.jpg?_a=BACCg%2520Ev\" data-src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_p..."
},
{
"src": "https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1780665777/wired_wave-cash-apps-magic-wand-to-pay-for-stuff.jpg?_a=BACCg%2520Ev",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Wave Cash App’s Magic Wand To Pay For Stuff\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1780665777/wired_wave-cash-apps-magic-wand-to-pay-for-stuff.jpg?_a=BACCg%2520Ev\" data-src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive..."
},
{
"src": "https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1780665598/wired_whats-worth-more-than-cash-in-san-francisco-real-estate-anthropic-stock.jpg?_a=BACCg%2520Ev",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"What’s Worth More Than Cash In San Francisco Real Estate? Anthropic Stock\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1780665598/wired_whats-worth-more-than-cash-in-san-francisco-real-estate-anthropic-stock.jpg?_a=BACCg%2520Ev\" data-src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/ima..."
},
{
"src": "https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_center%2Ch_900%2Cq_80%2Cw_1600/v1780585483/wired_50-most-searched-masters-of-the-universe.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"‘Masters of the Universe' Cast Answer The 50 Most Searched He-Man Questions\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_center%2Ch_900%2Cq_80%2Cw_1600/v1780585483/wired_50-most-searched-masters-of-the-universe.jpg\" data-src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image..."
},
{
"src": "https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_center%2Ch_900%2Cq_80%2Cw_1600/v1780439830/wired_50-most-searched-scary-movie-2026.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Scary Movie Cast Answer The 50 Most Searched Scary Movie Questions\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_center%2Ch_900%2Cq_80%2Cw_1600/v1780439830/wired_50-most-searched-scary-movie-2026.jpg\" data-src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_ce..."
},
{
"src": "https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1780499044/wired_the-free-speech-remigration-convention-where-the-attendees-are-kept-secret.jpg?_a=BACCg%2520Ev",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"The ‘Free Speech’ Remigration Convention Where the Attendees Are Kept Secret\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1780499044/wired_the-free-speech-remigration-convention-where-the-attendees-are-kept-secret.jpg?_a=BACCg%2520Ev\" data-src=\"https://dwgyu36up6iuz.cloudfront.net/..."
},
{
"src": "https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_center%2Ch_900%2Cq_80%2Cw_1600/v1780422340/wired_tech-support-creator-support.jpg?_a=BACCg%2520Ev",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Tom Scott Answers Content Creator Questions\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_center%2Ch_900%2Cq_80%2Cw_1600/v1780422340/wired_tech-support-creator-support.jpg?_a=BACCg%2520Ev\" data-src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_center%2Ch_900..."
},
{
"src": "https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1780065790/wired_blue-origin-rocket-explodes-in-fiery-setback.jpg?_a=BACCg%2520Ev",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Blue Origin Rocket Explodes in Fiery Setback\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1780065790/wired_blue-origin-rocket-explodes-in-fiery-setback.jpg?_a=BACCg%2520Ev\" data-src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg..."
},
{
"src": "https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1779960979/wired_security-cameras-that-keep-your-footage-localno-subscription-needed.jpg?_a=BACCg%2520Ev",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Security Cameras That Keep Your Footage Local—No Subscription Needed\" loading=\"lazy\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload/c_fill%2Cd_placeholder_image.jpg%2Cfl_progressive%2Cg_face%2Ch_900%2Cq_80%2Cw_1600/v1779960979/wired_security-cameras-that-keep-your-footage-localno-subscription-needed.jpg?_a=BACCg%2520Ev\" data-src=\"https://dwgyu36up6iuz.cloudfront.net/heru80fdn/image/upload..."
},
{
"src": "/verso/static/wired-us/assets/logo-reverse.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"WIRED\" class=\"ResponsiveImageContainer-dkeESL cQPiWi responsive-image__image\" srcset sizes=\"100vw\" src=\"/verso/static/wired-us/assets/logo-reverse.svg\">"
}
],
"possibleDialogs": [
"<body class=\"wired-us light onenav-site-navigation default pri_0c9108a4-c844-4651-9634-e03e2834c74f fides-overlay-modal-link-shown\"><div id=\"fides-overlay\" class=\"fides-overlay\"><div id=\"fides-overlay-wrapper\" tabindex=\"-1\"><div id=\"fides-modal\" role=\"alertdialog\" aria-hidden=\"true\" aria-labelledby=\"fides-modal-title\" class=\"fides-modal-container\" aria-modal=\"true\" tabindex=\"-1\"><div class=\"fides-modal-overlay\"></div><div role=\"document\" class=\"fides-modal-content\"><div class=\"fides-modal-hea...",
"<div id=\"fides-modal\" role=\"alertdialog\" aria-hidden=\"true\" aria-labelledby=\"fides-modal-title\" class=\"fides-modal-container\" aria-modal=\"true\" tabindex=\"-1\"><div class=\"fides-modal-overlay\"></div><div role=\"document\" class=\"fides-modal-content\"><div class=\"fides-modal-header\"><div></div><button type=\"button\" aria-label=\"Close modal\" class=\"fides-close-button\" style=\"visibility: hidden;\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><path fill=\"#2D3748\" d=\"m8 7.05...",
"<div class=\"fides-modal-overlay\"></div>",
"<div role=\"document\" class=\"fides-modal-content\"><div class=\"fides-modal-header\"><div></div><button type=\"button\" aria-label=\"Close modal\" class=\"fides-close-button\" style=\"visibility: hidden;\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><path fill=\"#2D3748\" d=\"m8 7.057 3.3-3.3.943.943-3.3 3.3 3.3 3.3-.943.943-3.3-3.3-3.3 3.3-.943-.943 3.3-3.3-3.3-3.3.943-.943 3.3 3.3Z\"/></svg></button></div><div id=\"fides-consent-content\"><div class=\"fides-modal-body\"><div role...",
"<div class=\"fides-modal-header\"><div></div><button type=\"button\" aria-label=\"Close modal\" class=\"fides-close-button\" style=\"visibility: hidden;\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><path fill=\"#2D3748\" d=\"m8 7.057 3.3-3.3.943.943-3.3 3.3 3.3 3.3-.943.943-3.3-3.3-3.3 3.3-.943-.943 3.3-3.3-3.3-3.3.943-.943 3.3 3.3Z\"/></svg></button></div>",
"<div class=\"fides-modal-body\"><div role=\"heading\" aria-level=\"2\" id=\"fides-modal-title\" class=\"fides-modal-title\">Privacy Center</div><p class=\"fides-modal-description\"></p><div><div class=\"fides-experience-description-part\">Currently, only residents from GDPR countries and certain US states can opt out of Tracking Technologies through our Consent Management Platform. Additional options regarding these technologies may be available on your device, browser, or through industry options like AdC...",
"<div role=\"heading\" aria-level=\"2\" id=\"fides-modal-title\" class=\"fides-modal-title\">Privacy Center</div>",
"<p class=\"fides-modal-description\"></p>",
"<div class=\"fides-modal-notices\"><div><div><div class=\"fides-notice-toggle\"><div class=\"fides-notice-toggle-title\"><span role=\"button\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"social_media\" class=\"fides-notice-toggle-trigger\"><span class=\"fides-flex-center fides-justify-space-between\">Social Media</span></span><span class=\"fides-notice-toggle-controls\"><div class=\"fides-toggle\"><input type=\"checkbox\" name=\"social_media\" aria-label=\"Social Media\" role=\"switch\" disabled class=\"fides-to...",
"<div class=\"fides-modal-footer\"><div id=\"fides-button-group\"><div class=\"fides-modal-button-group fides-modal-primary-actions\"><button type=\"button\" class=\"fides-banner-button fides-banner-button-primary fides-acknowledge-button\" style=\"cursor: pointer;\"><span style=\"display: flex; align-items: center; gap: 0.5em;\">OK</span></button></div><div class=\"fides-modal-button-group fides-modal-secondary-actions fides-button-group-i18n fides-button-group-privacy-policy fides-button-group-brand\"><div...",
"<div class=\"fides-modal-button-group fides-modal-primary-actions\"><button type=\"button\" class=\"fides-banner-button fides-banner-button-primary fides-acknowledge-button\" style=\"cursor: pointer;\"><span style=\"display: flex; align-items: center; gap: 0.5em;\">OK</span></button></div>",
"<div class=\"fides-modal-button-group fides-modal-secondary-actions fides-button-group-i18n fides-button-group-privacy-policy fides-button-group-brand\"><div class=\"fides-i18n-menu \"><div role=\"menu\" id=\"fides-i18n-popover\" class=\"fides-i18n-popover\"><button type=\"button\" role=\"menuitemradio\" aria-checked=\"true\" id=\"fidesActiveMenuItem\" title=\"English\" aria-label=\"English\" tabindex=\"-1\" class=\"fides-banner-button fides-menu-item \">English</button><button type=\"button\" role=\"menuitemradio\" aria-...",
"<div id=\"google_ads_iframe_3379/conde.wired/interstitial/homepage/bundle/1_0__container__\" style=\"border: 0pt; margin: auto; text-align: center;\"></div>",
"<div class=\"InterstitialWrapper-hkIVaq ezgzgI\"><aside class=\"PaywallModalWrapper-itMFEN fkdbJh paywall-modal paywall-modal--paywall\"><div class=\"ConsumerMarketingUnitThemedWrapper-kjbXjp gnOkbl ConsumerMarketingUnitWrapper-ilIxPI ldqdbt paywall-modal__consumer-marketing-unit consumer-marketing-unit consumer-marketing-unit--paywall-modal-full-barrier\" role=\"presentation\" aria-live=\"assertive\" aria-hidden=\"true\"><div class=\"consumer-marketing-unit__slot consumer-marketing-unit__slot--paywall-mo...",
"<aside class=\"PaywallModalWrapper-itMFEN fkdbJh paywall-modal paywall-modal--paywall\"><div class=\"ConsumerMarketingUnitThemedWrapper-kjbXjp gnOkbl ConsumerMarketingUnitWrapper-ilIxPI ldqdbt paywall-modal__consumer-marketing-unit consumer-marketing-unit consumer-marketing-unit--paywall-modal-full-barrier\" role=\"presentation\" aria-live=\"assertive\" aria-hidden=\"true\"><div class=\"consumer-marketing-unit__slot consumer-marketing-unit__slot--paywall-modal-full-barrier\"></div><div class=\"journey-uni...",
"<div class=\"ConsumerMarketingUnitThemedWrapper-kjbXjp gnOkbl ConsumerMarketingUnitWrapper-ilIxPI ldqdbt paywall-modal__consumer-marketing-unit consumer-marketing-unit consumer-marketing-unit--paywall-modal-full-barrier\" role=\"presentation\" aria-live=\"assertive\" aria-hidden=\"true\"><div class=\"consumer-marketing-unit__slot consumer-marketing-unit__slot--paywall-modal-full-barrier\"></div><div class=\"journey-unit\"></div></div>",
"<div class=\"consumer-marketing-unit__slot consumer-marketing-unit__slot--paywall-modal-full-barrier\"></div>"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
81 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": 83,
"passing": 2,
"failing": [
{
"heading": "Today's Picks",
"headingHtml": "<h2 class=\"ListHeadingTitle-gHtstN dfHges title\">Today's Picks</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Curating...",
"headingHtml": "<h2 class=\"ListHeadingTitle-gHtstN dfHges title\">Curating...</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Everything Apple Announced Today at WWDC 2026",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu dHIrcr\"><a href=\"/story/everything-apple-announced-at-wwdc-2026/\" class=\"HeadlineLink-fhWwhd gArVDh\">Everything Apple Announced Today at WWDC 2026</a></h3>",
"firstParagraph": "Updates include a new souped-up Siri, lots of iOS enhancements, and some inkling on how an AI partnership with Google has come to power Apple’s products.",
"paragraphHtml": "<p class=\"DekWrapper-jujPrU cJmkAl\">Updates include a new souped-up Siri, lots of iOS enhancements, and some inkling on how an AI partnership with Google has come to power Apple’s products.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Apple’s New Siri AI Is Ready to Get Personal",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/apples-new-siri-ai-is-ready-to-get-personal/\" class=\"HeadlineLink-fhWwhd gArVDh\">Apple’s New Siri AI Is Ready to Get Personal</a></h3>",
"firstParagraph": "From a stand-alone app to a Google Gemini partnership, here’s everything you need to know from WWDC 2026 about Apple’s upcoming overhaul of Siri.",
"paragraphHtml": "<p class=\"DekWrapper-jujPrU cJmkAl\">From a stand-alone app to a Google Gemini partnership, here’s everything you need to know from WWDC 2026 about Apple’s upcoming overhaul of Siri.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "OpenAI Confidentially Files for IPO on the Heels of SpaceX and Anthropic",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/openai-confidentially-files-for-ipo/\" class=\"HeadlineLink-fhWwhd gArVDh\">OpenAI Confidentially Files for IPO on the Heels of SpaceX and Anthropic</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Polymarket and Kalshi Say Influencer Partners Can’t Deny Election Results, Actually",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/kalshi-polymarket-influencer-election-denial-spencer-pratt/\" class=\"HeadlineLink-fhWwhd gArVDh\">Polymarket and Kalshi Say Influencer Partners Can’t Deny Election Results, Actually</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Meta Deletes Face-Recognition System From Its Smart Glasses App After WIRED Report",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/meta-removes-face-recognition-code-meta-ai-app-smart-glasses/\" class=\"HeadlineLink-fhWwhd gArVDh\">Meta Deletes Face-Recognition System From Its Smart Glasses App After WIRED Report</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Afroman Is Back—and He’s Bitcoin’s Latest Freedom Fighter",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/afroman-bitcoin-conference-free-speech/\" class=\"HeadlineLink-fhWwhd gArVDh\">Afroman Is Back—and He’s Bitcoin’s Latest Freedom Fighter</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The New Era of Sustainable Travel",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"https://www.wired.com/tag/sustainable-travel/\" class=\"HeadlineLink-fhWwhd gArVDh\">The New Era of Sustainable Travel</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Reviews",
"headingHtml": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/category/gear/\" class=\"section-title link\">Reviews</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Finally, I Found an Affordable Laptop With Almost No Major Flaws",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu fLfqYc\"><a href=\"/review/lenovo-ideapad-slim-5x/\" class=\"HeadlineLink-fhWwhd gArVDh\">Finally, I Found an Affordable Laptop With Almost No Major Flaws</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Sigma BF Camera Is Eccentric but Strangely Lovable",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu fLfqYc\"><a href=\"/review/sigma-bf-camera/\" class=\"HeadlineLink-fhWwhd gArVDh\">The Sigma BF Camera Is Eccentric but Strangely Lovable</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "You May Not Need a Giant Chef’s Knife When a Midsize Knife Does the Trick",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu fLfqYc\"><a href=\"/story/you-may-not-need-a-giant-chefs-knife-when-a-midsize-knife-does-the-trick/\" class=\"HeadlineLink-fhWwhd gArVDh\">You May Not Need a Giant Chef’s Knife When a Midsize Knife Does the Trick</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Lauf eElja Made Me Rethink What an Electric Mountain Bike Can Be",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu fLfqYc\"><a href=\"/review/lauf-eelja-electric-mountain-bike/\" class=\"HeadlineLink-fhWwhd gArVDh\">The Lauf eElja Made Me Rethink What an Electric Mountain Bike Can Be</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sustainable Travel",
"headingHtml": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/tag/sustainable-travel/\" class=\"section-title link\">Sustainable Travel</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How to Spot Greenwashing Claims When You Travel",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/how-to-spot-greenwashing-when-you-travel/\" class=\"HeadlineLink-fhWwhd gArVDh\">How to Spot Greenwashing Claims When You Travel</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "So Long, ‘Ferrynoia.’ Green Maritime Technology Is Here",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/so-long-ferrynoia-green-maritime-technology-is-here/\" class=\"HeadlineLink-fhWwhd gArVDh\">So Long, ‘Ferrynoia.’ Green Maritime Technology Is Here</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How a Citizen Science Organization Aims to Preserve the Places It Brings Tourists to Study",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/preserving-the-places-tourists-go-to-study/\" class=\"HeadlineLink-fhWwhd gArVDh\">How a Citizen Science Organization Aims to Preserve the Places It Brings Tourists to Study</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "13 Environmentally Conscious Packing Tips for Your Next Vacation",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/environmentally-conscious-packing-tips/\" class=\"HeadlineLink-fhWwhd gArVDh\">13 Environmentally Conscious Packing Tips for Your Next Vacation</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The DOGE Boys Get VC Funding to Support Their Latest Enterprise",
"headingHtml": "<h2>The DOGE Boys Get VC Funding to Support Their Latest Enterprise</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Elon Musk and America’s Far Right Stoke Anger Over Murder of UK Teen",
"headingHtml": "<h2>Elon Musk and America’s Far Right Stoke Anger Over Murder of UK Teen</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "This Is How Trump Finally Signed the AI Executive Order",
"headingHtml": "<h2>This Is How Trump Finally Signed the AI Executive Order</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Crypto-Funded Chinese Peptide Labs Are Booming",
"headingHtml": "<h2>Crypto-Funded Chinese Peptide Labs Are Booming</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Android Is Fighting Phone Scams With a New Feature to Prove Who’s Calling",
"headingHtml": "<h2>Android Is Fighting Phone Scams With a New Feature to Prove Who’s Calling</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Websites Can Now Spy on You Through Your Hard Drive",
"headingHtml": "<h2>Websites Can Now Spy on You Through Your Hard Drive</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Moons of Uranus May Hold the Key to Finding Missing Planets",
"headingHtml": "<h2>The Moons of Uranus May Hold the Key to Finding Missing Planets</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The US Has a Plan to Combat Screwworm. It Involves a Lot More Flies",
"headingHtml": "<h2>The US Has a Plan to Combat Screwworm. It Involves a Lot More Flies</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Not to Alarm Anyone, but Flesh-Eating Screwworms Have Entered the US",
"headingHtml": "<h2>Not to Alarm Anyone, but Flesh-Eating Screwworms Have Entered the US</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The UK Is Betting on a Billion-Dollar AI Supercomputer to Kick Its Addiction to US Tech",
"headingHtml": "<h2>The UK Is Betting on a Billion-Dollar AI Supercomputer to Kick Its Addiction to US Tech</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Has Microsoft Lost Its Mojo (Again)?",
"headingHtml": "<h2>Has Microsoft Lost Its Mojo (Again)?</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "OpenAI and Anthropic May Be Rivals, but Investors Aren’t Picking Sides",
"headingHtml": "<h2>OpenAI and Anthropic May Be Rivals, but Investors Aren’t Picking Sides</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Apple WWDC 2026 Live Blog: All the Updates, as They Happen",
"headingHtml": "<h2>Apple WWDC 2026 Live Blog: All the Updates, as They Happen</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Watch Duty Is Adding Flood Alerts to Its Wildfire App",
"headingHtml": "<h2>Watch Duty Is Adding Flood Alerts to Its Wildfire App</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How to Watch Apple’s WWDC 2026 Keynote—and What to Expect",
"headingHtml": "<h2>How to Watch Apple’s WWDC 2026 Keynote—and What to Expect</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Red-Light Devices That Helped Our Hair Grow Back",
"headingHtml": "<h2>The Red-Light Devices That Helped Our Hair Grow Back</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Best 3-in-1 Apple Wireless Chargers For Charging All Your Devices",
"headingHtml": "<h2>The Best 3-in-1 Apple Wireless Chargers For Charging All Your Devices</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Best Bluetooth Trackers to Find Your Keys, Dog, or Kid",
"headingHtml": "<h2>The Best Bluetooth Trackers to Find Your Keys, Dog, or Kid</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Momfluencers Are Pitching AI as a Better ‘Coparent’ Than Men",
"headingHtml": "<h2>Momfluencers Are Pitching AI as a Better ‘Coparent’ Than Men</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It",
"headingHtml": "<h2>Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "‘It’s Not a Joke’: A Simpsons Writer Holds His First Presidential Campaign Rally",
"headingHtml": "<h2>‘It’s Not a Joke’: A <em>Simpsons</em> Writer Holds His First Presidential Campaign Rally</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 9 Best Movies to Stream This Month",
"headingHtml": "<h2>The 9 Best Movies to Stream This Month</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The WIRED Guide to Los Angeles for Business Travelers",
"headingHtml": "<h2>The WIRED Guide to Los Angeles for Business Travelers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 10 Best TV Shows to Stream This Month",
"headingHtml": "<h2>The 10 Best TV Shows to Stream This Month</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The AI IPO Race Heats Up, DOGE Whistleblower Sues Elon Musk, and Instagram Gets Hacked",
"headingHtml": "<h2>The AI IPO Race Heats Up, DOGE Whistleblower Sues Elon Musk, and Instagram Gets Hacked</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "McLaren CEO Zak Brown Still Gets FOMO About Racing Cars",
"headingHtml": "<h2>McLaren CEO Zak Brown Still Gets FOMO About Racing Cars</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The US Can Put People on the Moon. Why Can’t It Get Iranians Online?",
"headingHtml": "<h2>The US Can Put People on the Moon. Why Can’t It Get Iranians Online?</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Big Story",
"headingHtml": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/category/big-story/\" class=\"section-title link\">The Big Story</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Jeff Bezos Is Funding a Wild Hunt for the Brain’s ‘Core Algorithm’",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu dHIrcr\"><a href=\"/story/jeff-bezos-is-funding-a-wild-hunt-for-the-brains-core-algorithm/\" class=\"HeadlineLink-fhWwhd gArVDh\">Jeff Bezos Is Funding a Wild Hunt for the Brain’s ‘Core Algorithm’</a></h3>",
"firstParagraph": "With $500 million in funding and a reported $2.5 billion valuation, Flourish wants to reinvent AI by putting real neurons under the microscope.",
"paragraphHtml": "<p class=\"DekWrapper-jujPrU cJmkAl\">With $500 million in funding and a reported $2.5 billion valuation, Flourish wants to reinvent AI by putting real neurons under the microscope.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Alpha School’s Ritzy New York City Campus Costs $65,000 a Year—but Isn’t Actually a School",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/alpha-schools-new-york-city-campus-isnt-actually-a-school/\" class=\"HeadlineLink-fhWwhd gArVDh\">Alpha School’s Ritzy New York City Campus Costs $65,000 a Year—but Isn’t Actually a School</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Painful Truth About Long Covid",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/the-painful-truth-about-long-covid/\" class=\"HeadlineLink-fhWwhd gArVDh\">The Painful Truth About Long Covid</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI Agents Plunged the Tech World Into Chaos. Here’s Exactly How That Happened",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/how-ai-agents-plunged-tech-world-into-chaos/\" class=\"HeadlineLink-fhWwhd gArVDh\">AI Agents Plunged the Tech World Into Chaos. Here’s Exactly How That Happened</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I Spent a Week Recording Myself Doing Chores for Money. Who's the Robot Now?",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/household-chores-training-robots/\" class=\"HeadlineLink-fhWwhd gArVDh\">I Spent a Week Recording Myself Doing Chores for Money. Who's the Robot Now?</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Subscriber Exclusives",
"headingHtml": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/v2/offers/wir_edit_hardcoded?source=Site_0_HCL_WIR_EDIT_HARDCODED_HOMEPAGE_MODULE_0_GLOBAL_JULY_2025_NEW_OFFER_ZZ\" class=\"section-title link\">Subscriber Exclusives</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The TikTok Ban Was Never About TikTok",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu dHIrcr\"><a href=\"/story/made-in-china-tiktok-never-dies/\" class=\"HeadlineLink-fhWwhd gArVDh\">The TikTok Ban Was Never About TikTok</a></h3>",
"firstParagraph": "A new documentary chronicles how the app became a stand-in for American anxieties about social media, China, and political power.",
"paragraphHtml": "<p class=\"DekWrapper-jujPrU cJmkAl\">A new documentary chronicles how the app became a stand-in for American anxieties about social media, China, and political power.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "The Humanoid Robot of the Future Is a 6-Foot-Tall Beefcake With a Chinese Body and an American Brain",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/nvidia-unitree-humanoid-robot-h2-plus/\" class=\"HeadlineLink-fhWwhd gArVDh\">The Humanoid Robot of the Future Is a 6-Foot-Tall Beefcake With a Chinese Body and an American Brain</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Greg Bovino Was the Star at a European Remigration Conference",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/greg-bovino-was-the-star-at-a-european-remigration-conference/\" class=\"HeadlineLink-fhWwhd gArVDh\">Greg Bovino Was the Star at a European Remigration Conference</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Vatican’s Man Inside Anthropic",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/the-vaticans-man-inside-anthropic/\" class=\"HeadlineLink-fhWwhd gArVDh\">The Vatican’s Man Inside Anthropic</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The $6 Billion Chinese Startup Trying to Build Hands for Every Robot",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/made-in-china-the-dollar6-billion-chinese-startup-making-hands-for-humanoids/\" class=\"HeadlineLink-fhWwhd gArVDh\">The $6 Billion Chinese Startup Trying to Build Hands for Every Robot</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Special Editions",
"headingHtml": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/tag/special-edition/\" class=\"section-title link\">Special Editions</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI OR DIE TRYING",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu dHIrcr\"><a href=\"/tag/ai-panic/\" class=\"HeadlineLink-fhWwhd gArVDh\">AI OR DIE TRYING</a></h3>",
"firstParagraph": "Required reading for a new age.",
"paragraphHtml": "<p class=\"DekWrapper-jujPrU cJmkAl\">Required reading for a new age.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "THE WAR MACHINE",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/tag/war-machine/\" class=\"HeadlineLink-fhWwhd gArVDh\">THE WAR MACHINE</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Things Fall Apart",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/tag/things-fall-apart/\" class=\"HeadlineLink-fhWwhd gArVDh\">Things Fall Apart</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The WIRED Guide to the 2026 Winter Olympic Games",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/2026-winter-olympics/\" class=\"HeadlineLink-fhWwhd gArVDh\">The WIRED Guide to the 2026 Winter Olympic Games</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "23 Ways You’re Already Living in the Chinese Century",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/china-issue/\" class=\"HeadlineLink-fhWwhd gArVDh\">23 Ways You’re Already Living in the Chinese Century</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "WIRED Classics",
"headingHtml": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/tag/wired-classic/\" class=\"section-title link\">WIRED Classics</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "When Covid Came for Provincetown",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu dHIrcr\"><a href=\"/story/provincetown-covid-delta-outbreak-response/\" class=\"HeadlineLink-fhWwhd gArVDh\">When Covid Came for Provincetown</a></h3>",
"firstParagraph": "Originally published June 2022: In a queer vacation hot spot on Cape Cod, an ad hoc community proved that Americans can stifle large outbreaks—if they want to.",
"paragraphHtml": "<p class=\"DekWrapper-jujPrU cJmkAl\"><em>Originally published June 2022</em>: In a queer vacation hot spot on Cape Cod, an ad hoc community proved that Americans can stifle large outbreaks—if they want to.</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "‘I’m the Operator’: The Aftermath of a Self-Driving Tragedy",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/uber-self-driving-car-fatal-crash/\" class=\"HeadlineLink-fhWwhd gArVDh\">‘I’m the Operator’: The Aftermath of a Self-Driving Tragedy</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A Controversial Minister Makes Peace With Techies in the Battle for San Francisco’s Soul",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/2017/02/san_francisco_gentrification_tenderloin_glide/\" class=\"HeadlineLink-fhWwhd gArVDh\">A Controversial Minister Makes Peace With Techies in the Battle for San Francisco’s Soul</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What OpenAI Really Wants",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/story/what-openai-really-wants/\" class=\"HeadlineLink-fhWwhd gArVDh\">What OpenAI Really Wants</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Fraud U: Toppling a Bogus-Diploma Empire",
"headingHtml": "<h3 class=\"HeadlineWrapper-dWPqsu evnnjO\"><a href=\"/2009/12/ff-fake-physics/\" class=\"HeadlineLink-fhWwhd gArVDh\">Fraud U: Toppling a Bogus-Diploma Empire</a></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Videos",
"headingHtml": "<h2 class=\"BaseText-fEwdHD SectionTitleHed-iavHej evIlna fLsnvV\"><a href=\"https://www.wired.com/video\">Videos</a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why Madonna Became the New Face of Grindr",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Why Madonna Became the New Face of Grindr</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Looking For Your Next Great Read? Introducing The WIRED Book Club",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Looking For Your Next Great Read? Introducing The WIRED Book Club</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Wave Cash App’s Magic Wand To Pay For Stuff",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Wave Cash App’s Magic Wand To Pay For Stuff</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What’s Worth More Than Cash In San Francisco Real Estate? Anthropic Stock",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">What’s Worth More Than Cash In San Francisco Real Estate? Anthropic Stock</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "‘Masters of the Universe' Cast Answer The 50 Most Searched He-Man Questions",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">‘Masters of the Universe' Cast Answer The 50 Most Searched He-Man Questions</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Scary Movie Cast Answer The 50 Most Searched Scary Movie Questions",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Scary Movie Cast Answer The 50 Most Searched Scary Movie Questions</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The ‘Free Speech’ Remigration Convention Where the Attendees Are Kept Secret",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">The ‘Free Speech’ Remigration Convention Where the Attendees Are Kept Secret</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tom Scott Answers Content Creator Questions",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Tom Scott Answers Content Creator Questions</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Blue Origin Rocket Explodes in Fiery Setback",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Blue Origin Rocket Explodes in Fiery Setback</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Security Cameras That Keep Your Footage Local—No Subscription Needed",
"headingHtml": "<h3 class=\"SummaryItemHedBase-eapJVq hsyiZF summary-item__hed\" data-testid=\"SummaryItemHed\">Security Cameras That Keep Your Footage Local—No Subscription Needed</h3>",
"firstParagraph": "More From WIRED",
"paragraphHtml": "<p data-testid=\"navigation__heading\" class=\"NavigationHeadingWrapper-hmRiSO feOQMO navigation__heading\"><button data-testid=\"navigation__heading-button\" type=\"button\" aria-expanded=\"false\" class=\"NavigationHeadingButton-kePgzj bDAtyV\">More From WIRED<span data-testid=\"navigation__heading-arrow\" class=\"NavigationHeadingArrow-guSZic kJQPUP\"></span></button></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 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 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 80/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: 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
80/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 80/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Today's Picks",
"html": "<h2 class=\"ListHeadingTitle-gHtstN dfHges title\">Today's Picks</h2>"
},
{
"text": "Curating...",
"html": "<h2 class=\"ListHeadingTitle-gHtstN dfHges title\">Curating...</h2>"
},
{
"text": "Reviews",
"html": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/category/gear/\" class=\"section-title link\">Reviews</a></h2>"
},
{
"text": "Sustainable Travel",
"html": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/tag/sustainable-travel/\" class=\"section-title link\">Sustainable Travel</a></h2>"
},
{
"text": "The DOGE Boys Get VC Funding to Support Their Latest Enterprise",
"html": "<h2>The DOGE Boys Get VC Funding to Support Their Latest Enterprise</h2>"
},
{
"text": "Elon Musk and America’s Far Right Stoke Anger Over Murder of UK Teen",
"html": "<h2>Elon Musk and America’s Far Right Stoke Anger Over Murder of UK Teen</h2>"
},
{
"text": "This Is How Trump Finally Signed the AI Executive Order",
"html": "<h2>This Is How Trump Finally Signed the AI Executive Order</h2>"
},
{
"text": "Crypto-Funded Chinese Peptide Labs Are Booming",
"html": "<h2>Crypto-Funded Chinese Peptide Labs Are Booming</h2>"
},
{
"text": "Android Is Fighting Phone Scams With a New Feature to Prove Who’s Calling",
"html": "<h2>Android Is Fighting Phone Scams With a New Feature to Prove Who’s Calling</h2>"
},
{
"text": "Websites Can Now Spy on You Through Your Hard Drive",
"html": "<h2>Websites Can Now Spy on You Through Your Hard Drive</h2>"
},
{
"text": "The Moons of Uranus May Hold the Key to Finding Missing Planets",
"html": "<h2>The Moons of Uranus May Hold the Key to Finding Missing Planets</h2>"
},
{
"text": "The US Has a Plan to Combat Screwworm. It Involves a Lot More Flies",
"html": "<h2>The US Has a Plan to Combat Screwworm. It Involves a Lot More Flies</h2>"
},
{
"text": "Not to Alarm Anyone, but Flesh-Eating Screwworms Have Entered the US",
"html": "<h2>Not to Alarm Anyone, but Flesh-Eating Screwworms Have Entered the US</h2>"
},
{
"text": "The UK Is Betting on a Billion-Dollar AI Supercomputer to Kick Its Addiction to US Tech",
"html": "<h2>The UK Is Betting on a Billion-Dollar AI Supercomputer to Kick Its Addiction to US Tech</h2>"
},
{
"text": "Has Microsoft Lost Its Mojo (Again)?",
"html": "<h2>Has Microsoft Lost Its Mojo (Again)?</h2>"
},
{
"text": "OpenAI and Anthropic May Be Rivals, but Investors Aren’t Picking Sides",
"html": "<h2>OpenAI and Anthropic May Be Rivals, but Investors Aren’t Picking Sides</h2>"
},
{
"text": "Apple WWDC 2026 Live Blog: All the Updates, as They Happen",
"html": "<h2>Apple WWDC 2026 Live Blog: All the Updates, as They Happen</h2>"
},
{
"text": "Watch Duty Is Adding Flood Alerts to Its Wildfire App",
"html": "<h2>Watch Duty Is Adding Flood Alerts to Its Wildfire App</h2>"
},
{
"text": "How to Watch Apple’s WWDC 2026 Keynote—and What to Expect",
"html": "<h2>How to Watch Apple’s WWDC 2026 Keynote—and What to Expect</h2>"
},
{
"text": "The Red-Light Devices That Helped Our Hair Grow Back",
"html": "<h2>The Red-Light Devices That Helped Our Hair Grow Back</h2>"
},
{
"text": "The Best 3-in-1 Apple Wireless Chargers For Charging All Your Devices",
"html": "<h2>The Best 3-in-1 Apple Wireless Chargers For Charging All Your Devices</h2>"
},
{
"text": "The Best Bluetooth Trackers to Find Your Keys, Dog, or Kid",
"html": "<h2>The Best Bluetooth Trackers to Find Your Keys, Dog, or Kid</h2>"
},
{
"text": "Momfluencers Are Pitching AI as a Better ‘Coparent’ Than Men",
"html": "<h2>Momfluencers Are Pitching AI as a Better ‘Coparent’ Than Men</h2>"
},
{
"text": "Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It",
"html": "<h2>Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It</h2>"
},
{
"text": "‘It’s Not a Joke’: A Simpsons Writer Holds His First Presidential Campaign Rally",
"html": "<h2>‘It’s Not a Joke’: A <em>Simpsons</em> Writer Holds His First Presidential Campaign Rally</h2>"
},
{
"text": "The 9 Best Movies to Stream This Month",
"html": "<h2>The 9 Best Movies to Stream This Month</h2>"
},
{
"text": "The WIRED Guide to Los Angeles for Business Travelers",
"html": "<h2>The WIRED Guide to Los Angeles for Business Travelers</h2>"
},
{
"text": "The 10 Best TV Shows to Stream This Month",
"html": "<h2>The 10 Best TV Shows to Stream This Month</h2>"
},
{
"text": "The AI IPO Race Heats Up, DOGE Whistleblower Sues Elon Musk, and Instagram Gets Hacked",
"html": "<h2>The AI IPO Race Heats Up, DOGE Whistleblower Sues Elon Musk, and Instagram Gets Hacked</h2>"
},
{
"text": "McLaren CEO Zak Brown Still Gets FOMO About Racing Cars",
"html": "<h2>McLaren CEO Zak Brown Still Gets FOMO About Racing Cars</h2>"
},
{
"text": "The US Can Put People on the Moon. Why Can’t It Get Iranians Online?",
"html": "<h2>The US Can Put People on the Moon. Why Can’t It Get Iranians Online?</h2>"
},
{
"text": "The Big Story",
"html": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/category/big-story/\" class=\"section-title link\">The Big Story</a></h2>"
},
{
"text": "Subscriber Exclusives",
"html": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/v2/offers/wir_edit_hardcoded?source=Site_0_HCL_WIR_EDIT_HARDCODED_HOMEPAGE_MODULE_0_GLOBAL_JULY_2025_NEW_OFFER_ZZ\" class=\"section-title link\">Subscriber Exclusives</a></h2>"
},
{
"text": "Special Editions",
"html": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/tag/special-edition/\" class=\"section-title link\">Special Editions</a></h2>"
},
{
"text": "WIRED Classics",
"html": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/tag/wired-classic/\" class=\"section-title link\">WIRED Classics</a></h2>"
},
{
"text": "Videos",
"html": "<h2 class=\"BaseText-fEwdHD SectionTitleHed-iavHej evIlna fLsnvV\"><a href=\"https://www.wired.com/video\">Videos</a></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is WIRED - The Latest in Technology, Science, Cu...?",
"pattern": {}
},
{
"id": "how",
"label": "How does WIRED - The Latest in Technology, Science, Cu... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use WIRED - The Latest in Technology, Science, Cu...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is WIRED - The Latest in Technology, Science, Cu... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does WIRED - The Latest in Technology, Science, Cu... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does WIRED - The Latest in Technology, Science, Cu... compare with alternatives?",
"pattern": {}
}
],
"score": 80,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 795527
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 795467
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 795396
}
]
},
"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: 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
80/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": "Today's Picks",
"html": "<h2 class=\"ListHeadingTitle-gHtstN dfHges title\">Today's Picks</h2>"
},
{
"text": "Curating...",
"html": "<h2 class=\"ListHeadingTitle-gHtstN dfHges title\">Curating...</h2>"
},
{
"text": "Reviews",
"html": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/category/gear/\" class=\"section-title link\">Reviews</a></h2>"
},
{
"text": "Sustainable Travel",
"html": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/tag/sustainable-travel/\" class=\"section-title link\">Sustainable Travel</a></h2>"
},
{
"text": "The DOGE Boys Get VC Funding to Support Their Latest Enterprise",
"html": "<h2>The DOGE Boys Get VC Funding to Support Their Latest Enterprise</h2>"
},
{
"text": "Elon Musk and America’s Far Right Stoke Anger Over Murder of UK Teen",
"html": "<h2>Elon Musk and America’s Far Right Stoke Anger Over Murder of UK Teen</h2>"
},
{
"text": "This Is How Trump Finally Signed the AI Executive Order",
"html": "<h2>This Is How Trump Finally Signed the AI Executive Order</h2>"
},
{
"text": "Crypto-Funded Chinese Peptide Labs Are Booming",
"html": "<h2>Crypto-Funded Chinese Peptide Labs Are Booming</h2>"
},
{
"text": "Android Is Fighting Phone Scams With a New Feature to Prove Who’s Calling",
"html": "<h2>Android Is Fighting Phone Scams With a New Feature to Prove Who’s Calling</h2>"
},
{
"text": "Websites Can Now Spy on You Through Your Hard Drive",
"html": "<h2>Websites Can Now Spy on You Through Your Hard Drive</h2>"
},
{
"text": "The Moons of Uranus May Hold the Key to Finding Missing Planets",
"html": "<h2>The Moons of Uranus May Hold the Key to Finding Missing Planets</h2>"
},
{
"text": "The US Has a Plan to Combat Screwworm. It Involves a Lot More Flies",
"html": "<h2>The US Has a Plan to Combat Screwworm. It Involves a Lot More Flies</h2>"
},
{
"text": "Not to Alarm Anyone, but Flesh-Eating Screwworms Have Entered the US",
"html": "<h2>Not to Alarm Anyone, but Flesh-Eating Screwworms Have Entered the US</h2>"
},
{
"text": "The UK Is Betting on a Billion-Dollar AI Supercomputer to Kick Its Addiction to US Tech",
"html": "<h2>The UK Is Betting on a Billion-Dollar AI Supercomputer to Kick Its Addiction to US Tech</h2>"
},
{
"text": "Has Microsoft Lost Its Mojo (Again)?",
"html": "<h2>Has Microsoft Lost Its Mojo (Again)?</h2>"
},
{
"text": "OpenAI and Anthropic May Be Rivals, but Investors Aren’t Picking Sides",
"html": "<h2>OpenAI and Anthropic May Be Rivals, but Investors Aren’t Picking Sides</h2>"
},
{
"text": "Apple WWDC 2026 Live Blog: All the Updates, as They Happen",
"html": "<h2>Apple WWDC 2026 Live Blog: All the Updates, as They Happen</h2>"
},
{
"text": "Watch Duty Is Adding Flood Alerts to Its Wildfire App",
"html": "<h2>Watch Duty Is Adding Flood Alerts to Its Wildfire App</h2>"
},
{
"text": "How to Watch Apple’s WWDC 2026 Keynote—and What to Expect",
"html": "<h2>How to Watch Apple’s WWDC 2026 Keynote—and What to Expect</h2>"
},
{
"text": "The Red-Light Devices That Helped Our Hair Grow Back",
"html": "<h2>The Red-Light Devices That Helped Our Hair Grow Back</h2>"
},
{
"text": "The Best 3-in-1 Apple Wireless Chargers For Charging All Your Devices",
"html": "<h2>The Best 3-in-1 Apple Wireless Chargers For Charging All Your Devices</h2>"
},
{
"text": "The Best Bluetooth Trackers to Find Your Keys, Dog, or Kid",
"html": "<h2>The Best Bluetooth Trackers to Find Your Keys, Dog, or Kid</h2>"
},
{
"text": "Momfluencers Are Pitching AI as a Better ‘Coparent’ Than Men",
"html": "<h2>Momfluencers Are Pitching AI as a Better ‘Coparent’ Than Men</h2>"
},
{
"text": "Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It",
"html": "<h2>Anti-Vax Dating Apps Are Going IRL. People Are Mad as Hell About It</h2>"
},
{
"text": "‘It’s Not a Joke’: A Simpsons Writer Holds His First Presidential Campaign Rally",
"html": "<h2>‘It’s Not a Joke’: A <em>Simpsons</em> Writer Holds His First Presidential Campaign Rally</h2>"
},
{
"text": "The 9 Best Movies to Stream This Month",
"html": "<h2>The 9 Best Movies to Stream This Month</h2>"
},
{
"text": "The WIRED Guide to Los Angeles for Business Travelers",
"html": "<h2>The WIRED Guide to Los Angeles for Business Travelers</h2>"
},
{
"text": "The 10 Best TV Shows to Stream This Month",
"html": "<h2>The 10 Best TV Shows to Stream This Month</h2>"
},
{
"text": "The AI IPO Race Heats Up, DOGE Whistleblower Sues Elon Musk, and Instagram Gets Hacked",
"html": "<h2>The AI IPO Race Heats Up, DOGE Whistleblower Sues Elon Musk, and Instagram Gets Hacked</h2>"
},
{
"text": "McLaren CEO Zak Brown Still Gets FOMO About Racing Cars",
"html": "<h2>McLaren CEO Zak Brown Still Gets FOMO About Racing Cars</h2>"
},
{
"text": "The US Can Put People on the Moon. Why Can’t It Get Iranians Online?",
"html": "<h2>The US Can Put People on the Moon. Why Can’t It Get Iranians Online?</h2>"
},
{
"text": "The Big Story",
"html": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/category/big-story/\" class=\"section-title link\">The Big Story</a></h2>"
},
{
"text": "Subscriber Exclusives",
"html": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/v2/offers/wir_edit_hardcoded?source=Site_0_HCL_WIR_EDIT_HARDCODED_HOMEPAGE_MODULE_0_GLOBAL_JULY_2025_NEW_OFFER_ZZ\" class=\"section-title link\">Subscriber Exclusives</a></h2>"
},
{
"text": "Special Editions",
"html": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/tag/special-edition/\" class=\"section-title link\">Special Editions</a></h2>"
},
{
"text": "WIRED Classics",
"html": "<h2 class=\"CollageHeadingTitle-eLOLSo bgRlXh title\"><a href=\"https://www.wired.com/tag/wired-classic/\" class=\"section-title link\">WIRED Classics</a></h2>"
},
{
"text": "Videos",
"html": "<h2 class=\"BaseText-fEwdHD SectionTitleHed-iavHej evIlna fLsnvV\"><a href=\"https://www.wired.com/video\">Videos</a></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is WIRED - The Latest in Technology, Science, Cu...?",
"pattern": {}
},
{
"id": "how",
"label": "How does WIRED - The Latest in Technology, Science, Cu... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use WIRED - The Latest in Technology, Science, Cu...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is WIRED - The Latest in Technology, Science, Cu... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does WIRED - The Latest in Technology, Science, Cu... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does WIRED - The Latest in Technology, Science, Cu... compare with alternatives?",
"pattern": {}
}
],
"score": 80,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 795396,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
"compatibleContentType": false,
"contentLength": 775389,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": true,
"links": [
"/title",
"https://www.wired.com/verso/static/wired-us/assets/newsletter-signup-hub.jpg\"/><meta",
"https://www.wired.com/verso/static/wired-us/assets/newsletter-signup-hub.jpg\"/><meta",
"https://www.wired.com/auth.md/\"/><meta",
"https://www.wired.com\"/><meta",
"https://www.wired.com/verso/static/wired-us/assets/newsletter-signup-hub.jpg?mbid=social_retweet\"/><meta",
"https://www.wired.com/verso/static/wired-us/assets/newsletter-signup-hub.jpg?mbid=social_retweet\"/><meta",
"/javascript",
"/script",
"https://www.wired.com/auth.md/\"/><link"
],
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\" dir=\"ltr\"><head><title>Page Not Found | WIRED</title><meta charSet=\"utf-8\"/><meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\"/><meta name=\"msapplication-tap-highlight\" content=\"no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"author\" content=\"Condé Nast\"/><meta name=\"copyright\" content=\"Copyright (c) Condé Nast 2026\"/><meta name=\"description\" content=\"\"/><meta name=\"id\"/><meta name=\"keywords\" content=\"\"/><meta name=\"news_keywords\" content=\"\"/><meta name=\"robots\" content=\"index, follow, noarchive, max-image-preview:large\"/><meta name=\"content-type\" content=\"\"/><meta name=\"parsely-post-id\"/><meta name=\"parsely-metadata\" content=\"{"description":""}\"/><meta property=\"og:description\" content=\"\"/><meta "
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "application/xml",
"length": 313,
"text": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>wired/.well-known/oauth-protected-resource</Key><RequestId>1A70VWRGYCHDNZ82</RequestId><HostId>cK6P9n/l+aSNynLiohTJwzfb72EcVotPDM1nn6Oki1bwLFcIWcoHrlqaoa1yqunUK98EenYgs8g=</HostId></Error>"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "application/xml",
"length": 315,
"text": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>wired/.well-known/oauth-authorization-server</Key><RequestId>SCQVAR04R9WVVF3S</RequestId><HostId>iDOSlQ73PJYeDdPPq5ba/vExRGMYRfcYTtgMnTFvZYsTzp7y7vwWJFLp4aD5NDyv7NHHR/t9MfA=</HostId></Error>"
}
},
"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": 3,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "application/xml",
"length": 309
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "application/xml",
"length": 315
}
]
},
"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": 3,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "application/xml"
},
"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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>wired/.well-known/oauth-protected-resource</Key><RequestId>1A70VWRGYCHDNZ82</RequestId><HostId>cK6P9n/l+aSNynLiohTJwzfb72EcVotPDM1nn6Oki1bwLFcIWcoHrlqaoa1yqunUK98EenYgs8g=</HostId></Error>"
},
"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.wired.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.wired.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.wired.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.wired.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": 3,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
Check name
Issues were logged in the `Issues` panel in Chrome Devtools
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Evidence
{
"description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
50 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Links are not crawlable
50 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 10,040 KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 10,040 KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
LCP breakdown
14 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP breakdown
Check name
LCP breakdown
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.
References
https://web.dev/learn/performance/Evidence
{
"description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
}Performance and AccessibilityPerformanceBrowser audit
Minify JavaScript
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Minify JavaScript
Check name
Minify JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 34 KiB
Fix guidance
Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 34 KiB",
"description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
"numericValue": 40
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
8.0 s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "8.0 s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 8048.0919999999705
}Performance and AccessibilityPerformanceBrowser audit
Touch targets do not have sufficient size or spacing.
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Touch targets do not have sufficient size or spacing.
Check name
Touch targets do not have sufficient size or spacing.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size).
References
https://web.dev/learn/performance/Evidence
{
"description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
38/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": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "140 ms",
"numericValue": 137.98818
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 0,
"displayValue": "16.4 s",
"numericValue": 16437.727213864084
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 0,
"displayValue": "11.6 s",
"numericValue": 11592.228010693074
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 98,
"displayValue": "0.7 s",
"numericValue": 681.0026543643539
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 80 ms",
"numericValue": 78
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 1,
"displayValue": "6.0 s",
"numericValue": 5988.478056852771
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "2,230 ms",
"numericValue": 2229.500000000002
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 6,
"displayValue": "550 ms",
"numericValue": 551.0000000000018
}
]
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Fix with MCP or CLI
Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.
Score history
Public scan score over time
Public reports for this website origin. Select any point or report link to open that canonical report.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 45/100 | Level 2, Agent-Limited | Current report |