Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 37 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 79 out of 100
- SEO 85 out of 100
- Performance and Accessibility 63 out of 100
What AI sees of your website
The Washington Post - Breaking news and latest headlines, U.S. news, world news, and video
Breaking news, live coverage, investigations, analysis, video, photos and opinions from The Washington Post. Subscribe for the latest on U.S. and international news, politics, business, technology, climate change, health and wellness, spor...
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 | 37 | Priority fix | 6 | 15 | 0 | View details |
| Discoverability | 43 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 33 | Priority fix | 2 | 6 | 0 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 79 | Mostly ready | 8 | 1 | 11 | View details |
| GEO Readiness | 75 | Mostly ready | 2 | 1 | 3 | View details |
| AIO Readiness | 85 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 78 | 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 | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 63 | Needs work | 17 | 8 | 3 | View details |
| Performance | 57 | Needs work | 10 | 7 | 3 | View details |
| Accessibility | 74 | Needs work | 7 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
52 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 403,
"contentType": "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>AccessDenied</Code><Message>Access Denied</Message><RequestId>1ZDC7D59G7E9998J</RequestId><HostId>Tum2KhCJqW3Na1WKfPP9V8jL0AYVMeFARv0PyWA9WRGatIwnDMzHd/vYQvxA+0tuffdz9us9ZVI=</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
No valid OpenAPI or Swagger document was found at expected paths.
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
No valid OpenAPI or Swagger document was found at expected paths.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"error": "TimeoutError: The operation was aborted due to timeout"
},
{
"path": "/openapi.yaml",
"error": "TimeoutError: The operation was aborted due to timeout"
},
{
"path": "/swagger.json",
"error": "TimeoutError: The operation was aborted due to timeout"
},
{
"path": "/swagger.yaml",
"error": "TimeoutError: The operation was aborted due to timeout"
},
{
"path": "/api/openapi.json",
"error": "TimeoutError: The operation was aborted due to timeout"
},
{
"path": "/api/swagger.json",
"error": "TimeoutError: The operation was aborted due to timeout"
},
{
"path": "/docs/openapi.json",
"error": "TimeoutError: The operation was aborted due to timeout"
}
]
},
"issue": "No valid OpenAPI or Swagger document was found at expected paths.",
"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": 403,
"contentType": "application/xml",
"length": 263
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
33 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": "upgrade-insecure-requests"
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
33 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
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}AI 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
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"CollectionPage",
"NewsMediaOrganization",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"CollectionPage",
"NewsMediaOrganization",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 136494
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 136494
}
]
},
"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 "Fetch Markdown variant".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Fetch Markdown variant".
Needs attention
Markdown negotiation
Issue
Failed to fetch with Accept: text/markdown: TimeoutError: The operation was aborted due to timeout
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 "Fetch Markdown variant".
Validation steps
Fetch Markdown variant
Failed to fetch with Accept: text/markdown: TimeoutError: The operation was aborted due to timeout
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch Markdown variant",
"status": "fail",
"evidence": {
"error": "TimeoutError: The operation was aborted due to timeout"
},
"issue": "Failed to fetch with Accept: text/markdown: TimeoutError: The operation was aborted due to timeout",
"howToFix": "Support text/markdown responses for agent-readable pages."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 243
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 263
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 243
}
]
},
"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",
"error": "TimeoutError: The operation was aborted due to timeout"
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 243
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 263
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: 15 links missing accessible names.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a href=\"https://www.washingtonpost.com/politics/2026/06/08/trumps-grip-gop-leaves-netanyahu-with-few-places-turn/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fcloudfront-us-east-1%252Eimages%252Earcpublishing%252Ecom%2Fwapo%2FBTXIHUDZRUI65F65PILTWG6XGA%252Ejpg&w=596&h=398 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fcloudfront-us-east-1%252Eimages%252Earcpublishing%252Ecom%2Fwapo%2FBTXIHUDZRUI65F65PILTWG6X",
"<a href=\"https://www.washingtonpost.com/religion/2026/06/08/after-outcry-mormon-lawmakers-pentagon-updates-religious-codes/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpublic%2FTCSJEG5D2ZK67S3Z45QGZPSIHQ%252EJPG&w=596&h=398 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpost-prod-washpost%252Es3%252Eamazonaws%252Ecom%2Fpu",
"<a href=\"https://www.washingtonpost.com/sports/2026/06/09/president-trump-greeted-by-boos-arrives-madison-square-garden-nba-finals/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fcloudfront-us-east-1%252Eimages%252Earcpublishing%252Ecom%2Fwapo%2FJMUMV5XU5QT4HRUVWIPWXPPVNY%252Ejpg&w=596&h=398 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fcloudfront-us-east-1%252Eimages%252Earcpublishing%252Ecom%2Fwapo%2FJMUMV5X",
"<a href=\"https://www.washingtonpost.com/national-security/2026/06/08/trump-formally-nominates-todd-blanche-serve-attorney-general/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fcloudfront-us-east-1%252Eimages%252Earcpublishing%252Ecom%2Fwapo%2FMTSZPQTXKRX7PY3AAVY75Z3MAE%252EJPG&w=596&h=398 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fcloudfront-us-east-1%252Eimages%252Earcpublishing%252Ecom%2Fwapo%2FMTSZPQTX",
"<a href=\"https://www.washingtonpost.com/investigations/2026/06/08/this-agent-sent-models-meet-jeffrey-epstein-now-hes-trying-explain-why/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fcloudfront-us-east-1%252Eimages%252Earcpublishing%252Ecom%2Fwapo%2FRQ5HPCLPFZG45L5SZWBZWT4VDA%252Ejpg&w=596&h=398 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fcloudfront-us-east-1%252Eimages%252Earcpublishing%252Ecom%2Fwapo%2FR",
"<a href=\"https://www.washingtonpost.com/food/2026/06/08/how-dynamic-grocery-pricing-might-affect-your-bill/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fcloudfront-us-east-1%252Eimages%252Earcpublishing%252Ecom%2Fwapo%2FAJRHZPUQ4BEMA3NNFATEIS5LRE%252EJPG&w=596&h=398 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fcloudfront-us-east-1%252Eimages%252Earcpublishing%252Ecom%2Fwapo%2FAJRHZPUQ4BEMA3NNFATEIS5LRE%252E",
"<a href=\"https://www.washingtonpost.com/style/2026/06/08/six-years-after-death-its-drummer-rush-roars-back-life/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fcloudfront-us-east-1%252Eimages%252Earcpublishing%252Ecom%2Fwapo%2FPWKS4YNY25OFD4M7R63QLK2YDI%252Ejpg&w=596&h=398 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fcloudfront-us-east-1%252Eimages%252Earcpublishing%252Ecom%2Fwapo%2FPWKS4YNY25OFD4M7R63QLK2YDI",
"<a href=\"https://www.washingtonpost.com/opinions/2026/06/08/measles-cases-offer-dire-warning-infectious-diseases/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252Eaws%252Earc%252Epub%2Fwashpost%2F57aa87fc-8ff4-4233-bc94-0c1be2f37140%252Epng&w=96&h=96 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252Eaws%25",
"<a href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252Eaws%252Earc%252Epub%2Fwashpost%2Fcd543905-014b-4785-9b9c-1950adbeccf7%252Epng&w=96&h=96 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252Eaw",
"<a href=\"https://www.washingtonpost.com/opinions/2026/06/08/declaring-war-poverty-isnt-what-made-it-decline/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252Eaws%252Earc%252Epub%2Fwashpost%2F57aa87fc-8ff4-4233-bc94-0c1be2f37140%252Epng&w=96&h=96 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252Eaws%252Earc",
"<a href=\"https://www.washingtonpost.com/opinions/2026/06/08/trumps-iran-war-drags-with-no-exit-apparent/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252Eaws%252Earc%252Epub%2Fwashpost%2F791d0afd-9959-47f7-b8ff-bd1c85e0d369%252Epng&w=96&h=96 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252Eaws%252Earc%252",
"<a href=\"https://www.washingtonpost.com/opinions/interactive/2026/06/08/this-ai-robot-promises-fold-your-laundry-would-you-buy-it/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252Eaws%252Earc%252Epub%2Fwashpost%2Fec2bbba0-73d5-41ed-adf3-628dc0c2301a%252Epng&w=96&h=96 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epubl",
"<a href=\"https://www.washingtonpost.com/opinions/2026/06/08/new-york-seeks-moratorium-data-centers-just-when-america-needs-them/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252Eaws%252Earc%252Epub%2Fwashpost%2F57aa87fc-8ff4-4233-bc94-0c1be2f37140%252Epng&w=96&h=96 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublis",
"<a href=\"https://www.washingtonpost.com/\" class=\"wpds-c-bEBODO\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 697.01 104.61\" fill=\"currentColor\" class=\"wpds-c-ilKAFr\"><path fill=\"var(--wpds-colors-primary, #111)\" d=\"M39.2 32v36.6c4.7-2.8 7-6.8 8.7-12.1l1.2.6c-1.1 13.2-10.3 26-24.3 26S0 72.6 0 55.8C0 43 7.7 35.1 18.7 28.2a16.1 16.1 0 0 0-4.4-.6c-7.2 0-11.4 4.9-11.4 9.9H1.5a15 15 0 0 1-.1-2.1c0-9.3 5.5-19.7 16.9-19.7 7.3 0 12.9 6.7 21.4 6.7 4.3 0 6.7-1.6 8.4-5.3h1.2c-.1 6.5-2 12.8-10.1 14.9",
"<a href=\"https://www.washingtonpost.com/\" class=\"wpds-c-bEBODO\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 697.01 104.61\" fill=\"currentColor\" class=\"wpds-c-ilKAFr\"><path fill=\"var(--wpds-colors-primary, #111)\" d=\"M39.2 32v36.6c4.7-2.8 7-6.8 8.7-12.1l1.2.6c-1.1 13.2-10.3 26-24.3 26S0 72.6 0 55.8C0 43 7.7 35.1 18.7 28.2a16.1 16.1 0 0 0-4.4-.6c-7.2 0-11.4 4.9-11.4 9.9H1.5a15 15 0 0 1-.1-2.1c0-9.3 5.5-19.7 16.9-19.7 7.3 0 12.9 6.7 21.4 6.7 4.3 0 6.7-1.6 8.4-5.3h1.2c-.1 6.5-2 12.8-10.1 14.9"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img src=\"https://www.washingtonpost.com/akam/13/pixel_3426b0ad?a=dD0wN2ZiOTVhZDNiNDg4N2E1Y2UxMDhjY2UwYjNkNWQ1MDEyNTBkYTZjJmpzPW9mZg==\" style=\"visibility: hidden; position: absolute; left: -999px; top: -999px;\">"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 47,
"links": 222,
"inaccessibleLinks": 15,
"buttons": 6,
"inaccessibleButtons": 0,
"images": 16,
"imagesWithAlt": 15,
"autocompleteInputs": 1,
"inputsWithAutocomplete": 1,
"missingAutocompleteInputs": 0
}
}AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
Needs attention
Sitemap
Issue
No valid XML sitemap found at checked locations: https://www.washingtonpost.com/sitemaps/sitemap.xml.gz, https://www.washingtonpost.com/sitemaps/news-sitemap.xml.gz, https://www.washingtonpost.com/sitemaps/author-sitemap.xml.gz, https://www.washingtonpost.com/sitemaps/section-sitemap.xml.gz, https://www.washingtonpost.com/elections/results/sitemap.xml, https://www.washingtonpost.com/arcio/sitemap/video/index/, https://www.washingtonpost.com/creativegroup/sitemaps/sitemap.xml, https://www.washingtonpost.com/sitemap.xml, https://www.washingtonpost.com/sitemap_index.xml, https://www.washingtonpost.com/sitemap-index.xml.
Why it matters
Sitemaps help crawlers and agents discover canonical URLs, updated pages, and deeper content that may not be obvious from the homepage navigation.
Check name
Sitemap
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Publish a sitemap and reference it from robots.txt.
Result
Sitemap is missing or incomplete.
Evidence
{
"checked": [
"https://www.washingtonpost.com/sitemaps/sitemap.xml.gz",
"https://www.washingtonpost.com/sitemaps/news-sitemap.xml.gz",
"https://www.washingtonpost.com/sitemaps/author-sitemap.xml.gz",
"https://www.washingtonpost.com/sitemaps/section-sitemap.xml.gz",
"https://www.washingtonpost.com/elections/results/sitemap.xml",
"https://www.washingtonpost.com/arcio/sitemap/video/index/",
"https://www.washingtonpost.com/creativegroup/sitemaps/sitemap.xml",
"https://www.washingtonpost.com/sitemap.xml",
"https://www.washingtonpost.com/sitemap_index.xml",
"https://www.washingtonpost.com/sitemap-index.xml"
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 263
},
{
"path": "/webmcp.json",
"error": "TimeoutError: The operation was aborted due to timeout"
},
{
"path": "/mcp.json",
"error": "TimeoutError: The operation was aborted due to timeout"
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 243
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 263
},
{
"path": "/agent-card.json",
"error": "TimeoutError: The operation was aborted due to timeout"
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 263
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 263
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 243
},
{
"path": "/agent.json",
"error": "TimeoutError: The operation was aborted due to timeout"
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 263
},
{
"path": "/agents.json",
"error": "TimeoutError: The operation was aborted due to timeout"
}
]
},
"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.washingtonpost.com",
"probes": [
{
"name": "_index._agents.www.washingtonpost.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.washingtonpost.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.washingtonpost.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "washingtonpost.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input> is missing a name attribute.<input> is missing a label.<input> 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": 229,
"interactiveWithTags": 0,
"totalCount": 229,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 3,
"issues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> 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": 229,
"interactiveWithTags": 0,
"totalCount": 229,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> 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": 229,
"interactiveWithTags": 0,
"totalCount": 229,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> 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
GEO: AI crawler accessibility
GEO: AI crawler accessibility scored 45/100 and needs a fix.
7 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: AI crawler accessibility
GEO: AI crawler accessibility scored 45/100 and needs a fix.
Needs attention
GEO: AI crawler accessibility
Issue
robots.txt blocks these AI crawlers: claudebot, perplexitybot. HTML is large (2636870 bytes).
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: AI crawler accessibility
Score
45/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: AI crawler accessibility scored 45/100 and needs a fix.
Evidence
{
"textWords": 1263,
"htmlBytes": 2636870,
"robots": {
"checkedCrawlers": [
"gptbot",
"chatgpt-user",
"claudebot",
"perplexitybot",
"google-extended"
],
"blocked": [
"claudebot",
"perplexitybot"
],
"allows": false
},
"schemaBlocks": 3,
"finalUrl": "https://www.washingtonpost.com/",
"robotsExcerpt": "User-agent: *\nDisallow: /*_print.html\nDisallow: /*_email.html\nDisallow: /*_singlePage.html\nDisallow: /*_allComments.html\nDisallow: /*_jsn.json\nDisallow: /*_jsonpStatic.js\nDisallow: /*_nitf.xml\nDisallow: /*_newsml.html\nDisallow: /*_qa.html\nDisallow: /*_meta.xml\nDisallow: /*_jsnp.js\nDisallow: /*_json.json\nDisallow: /*_search.html\nDisallow: /*_jsonp.js\nDisallow: /*_jsnpStatic.js\nDisallow: /*_rss.xml\nDisallow: /*_mobile.mobile\nDisallow: /*_mobile.xml\nDisallow: /*_allCommentsClassicBlog.html\nDisallow: /*_seo.html\nDisallow: /*_nimbusJson.json\nDisallow: /*_nimbusJsonp.js\nDisallow: /*_nimbusJsonpStatic.js\nDisallow: /*_modal.html\nDisallow: /todays_paper/\nDisallow: /rw/WashingtonPost/Content/Epaper/\nDisallow: /ac2/\nDisallow: /blogs/slow-ride/\nDisallow: /local/blogsandcolumns/slow-ride-story-tanked\nD",
"score": 45,
"weight": 26
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": true,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [
"The Washington Post"
],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.washingtonpost.com/food/2026/06/08/how-dynamic-grocery-pricing-might-affect-your-bill/",
"text": "What to know about dynamic grocery pricing and how it might affect your bill",
"html": "<a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/food/2026/06/08/how-dynamic-grocery-pricing-might-affect-your-bill/\"><span>What to know about dynamic grocery pricing and how it might affect your bill</span></a>"
},
{
"href": "https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/",
"text": "",
"html": "<a href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252Eaws%252Earc%252Epub%2Fwashpost%2Fcd543905-014b-4785-9b9c-1950adbeccf7%252Epng&w=96&h=96 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252..."
},
{
"href": "https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/",
"text": "Graham Platner has a Kik account. Here’s what you should know about that app.",
"html": "<a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/\"><span>Graham Platner has a Kik account. Here’s what you should know about that app.</span></a>"
},
{
"href": "https://www.washingtonpost.com/opinions/2026/06/08/anthropic-ai-powerful-company/",
"text": "Anthropic might be the most powerful company in the world",
"html": "<a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/anthropic-ai-powerful-company/\"><span>Anthropic might be the most powerful company in the world</span></a>"
},
{
"href": "https://www.washingtonpost.com/world/2026/06/08/nato-shoots-down-drone-over-latvia-concern-about-ukraine-wars-spread-grows/",
"text": "NATO shoots down drone over Latvia as concern about Ukraine war’s spread grows",
"html": "<a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/nato-shoots-down-drone-over-latvia-concern-about-ukraine-wars-spread-grows/\"><span>NATO shoots down drone over Latvia as concern about Ukraine war’s spread grows</span></a>"
},
{
"href": "https://www.washingtonpost.com/newsletter/politics/2026/06/08/what-know-about-ufc-fight-white-house-trumps-birthday/",
"text": "Analysis",
"html": "<a class=\"font-xxxs font-bold dib mr-xs offblack hover-gray-dark label-link\" href=\"https://www.washingtonpost.com/newsletter/politics/2026/06/08/what-know-about-ufc-fight-white-house-trumps-birthday/\"><span>Analysis</span></a>"
},
{
"href": "https://www.washingtonpost.com/newsletter/politics/2026/06/08/what-know-about-ufc-fight-white-house-trumps-birthday/",
"text": "What to know about the UFC fight at the White House on Trump’s birthday",
"html": "<a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/newsletter/politics/2026/06/08/what-know-about-ufc-fight-white-house-trumps-birthday/\"><span>What to know about the UFC fight at the White House on Trump’s birthday</span></a>"
},
{
"href": "https://www.washingtonpost.com/about-the-post/",
"text": "About The Post",
"html": "<a href=\"https://www.washingtonpost.com/about-the-post/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">About The Post </a>"
},
{
"href": "https://washingtonpost.com/about-the-post/workforce-demographics/",
"text": "Diversity & Inclusion",
"html": "<a href=\"https://washingtonpost.com/about-the-post/workforce-demographics/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Diversity & Inclusion </a>"
},
{
"href": "https://washingtonpost.com/about-the-post/workforce-demographics/",
"text": "Diversity & Inclusion",
"html": "<a href=\"https://washingtonpost.com/about-the-post/workforce-demographics/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Diversity & Inclusion </a>"
},
{
"href": "https://www.washingtonpost.com/about-the-post/",
"text": "About The Post",
"html": "<a href=\"https://www.washingtonpost.com/about-the-post/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">About The Post </a>"
}
],
"contactLinks": [
{
"href": "https://www.washingtonpost.com/health/2026/05/27/doctor-evacuated-ebola-exposure-describes-lie-congo-quarantine/",
"text": "Doctor evacuated from Congo feels ‘helpless’ watching colleagues die of Ebola",
"html": "<a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/health/2026/05/27/doctor-evacuated-ebola-exposure-describes-lie-congo-quarantine/\"><span>Doctor evacuated from Congo feels ‘helpless’ watching colleagues die of Ebola</span></a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/",
"text": "contact customer care",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/\" target=\"_blank\" class=\"wpds-c-kdhpRn\">contact customer care</a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/articles/360002940991-Leadership-of-The-Washington-Post-newsroom",
"text": "Contact the Newsroom",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/articles/360002940991-Leadership-of-The-Washington-Post-newsroom\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Contact the Newsroom </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/",
"text": "Contact Customer Care",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Contact Customer Care </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/articles/360004745292-Leadership-of-The-Washington-Post-Opinions-section",
"text": "Contact the Opinions Team",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/articles/360004745292-Leadership-of-The-Washington-Post-Opinions-section\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Contact the Opinions Team </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/articles/115003675928-Submit-a-correction",
"text": "Request a Correction",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/articles/115003675928-Submit-a-correction\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Request a Correction </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/articles/360002940991-Leadership-of-The-Washington-Post-newsroom",
"text": "Contact the Newsroom",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/articles/360002940991-Leadership-of-The-Washington-Post-newsroom\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Contact the Newsroom </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/",
"text": "Contact Customer Care",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Contact Customer Care </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/articles/360004745292-Leadership-of-The-Washington-Post-Opinions-section",
"text": "Contact the Opinions Team",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/articles/360004745292-Leadership-of-The-Washington-Post-Opinions-section\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Contact the Opinions Team </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/articles/115003675928-Submit-a-correction",
"text": "Request a Correction",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/articles/115003675928-Submit-a-correction\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Request a Correction </a>"
}
],
"privacyLinks": [
{
"href": "https://www.washingtonpost.com/information/2022/06/17/terms-sale-digital-products/",
"text": "Digital Products Terms of Sale",
"html": "<a href=\"https://www.washingtonpost.com/information/2022/06/17/terms-sale-digital-products/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Digital Products Terms of Sale </a>"
},
{
"href": "https://www.washingtonpost.com/information/2020/11/20/terms-sale-print-products/",
"text": "Print Products Terms of Sale",
"html": "<a href=\"https://www.washingtonpost.com/information/2020/11/20/terms-sale-print-products/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Print Products Terms of Sale </a>"
},
{
"href": "https://www.washingtonpost.com/terms-of-service/",
"text": "Terms of Service",
"html": "<a href=\"https://www.washingtonpost.com/terms-of-service/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Terms of Service </a>"
},
{
"href": "https://www.washingtonpost.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.washingtonpost.com/privacy-policy/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Privacy Policy </a>"
},
{
"href": "https://www.washingtonpost.com/discussions/2021/01/01/rss-terms-service/",
"text": "RSS Terms of Service",
"html": "<a href=\"https://www.washingtonpost.com/discussions/2021/01/01/rss-terms-service/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">RSS Terms of Service </a>"
},
{
"href": "https://www.washingtonpost.com/information/2022/06/17/terms-sale-digital-products/",
"text": "Digital Products Terms of Sale",
"html": "<a href=\"https://www.washingtonpost.com/information/2022/06/17/terms-sale-digital-products/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Digital Products Terms of Sale </a>"
},
{
"href": "https://www.washingtonpost.com/information/2020/11/20/terms-sale-print-products/",
"text": "Print Products Terms of Sale",
"html": "<a href=\"https://www.washingtonpost.com/information/2020/11/20/terms-sale-print-products/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Print Products Terms of Sale </a>"
},
{
"href": "https://www.washingtonpost.com/terms-of-service/",
"text": "Terms of Service",
"html": "<a href=\"https://www.washingtonpost.com/terms-of-service/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Terms of Service </a>"
},
{
"href": "https://www.washingtonpost.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.washingtonpost.com/privacy-policy/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Privacy Policy </a>"
},
{
"href": "https://www.washingtonpost.com/discussions/2021/01/01/rss-terms-service/",
"text": "RSS Terms of Service",
"html": "<a href=\"https://www.washingtonpost.com/discussions/2021/01/01/rss-terms-service/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">RSS Terms of Service </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
46 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": 46,
"passing": 0,
"failing": [
{
"heading": "Trump’s grip on the GOP leaves Netanyahu with few places to turn",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/politics/2026/06/08/trumps-grip-gop-leaves-netanyahu-with-few-places-turn/\"><span>Trump’s grip on the GOP leaves Netanyahu with few places to turn</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "After escalating strikes, Israel and Iran signal end to attacks",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/airstrikes-intensify-israel-iran-clashes-leave-ceasefire-brink/\"><span>After escalating strikes, Israel and Iran signal end to attacks</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Israelis urge Netanyahu to resist U.S. pressure in Lebanon fight",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/israelis-push-netanyahu-keep-fighting-lebanon-signalling-long-occupation/\"><span>Israelis urge Netanyahu to resist U.S. pressure in Lebanon fight</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "After Mormon lawmakers object, Pentagon revises Christian religious categories",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/religion/2026/06/08/after-outcry-mormon-lawmakers-pentagon-updates-religious-codes/\"><span>After Mormon lawmakers object, Pentagon revises Christian religious categories</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump is greeted by boos at Madison Square Garden during the NBA Finals",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/sports/2026/06/09/president-trump-greeted-by-boos-arrives-madison-square-garden-nba-finals/\"><span>Trump is greeted by boos at Madison Square Garden during the NBA Finals</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Knicks playoff games are a celebrity magnet. Here’s who’s doing it right.",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/style/2026/06/09/knicks-playoffs-are-celebrity-magnet-here-who-doing-it-right/\"><span>Knicks playoff games are a celebrity magnet. Here’s who’s doing it right.</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump formally nominates Todd Blanche as attorney general, setting up confirmation fight",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/national-security/2026/06/08/trump-formally-nominates-todd-blanche-serve-attorney-general/\"><span>Trump formally nominates Todd Blanche as attorney general, setting up confirmation fight</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump’s $100,000 fee on H-1B visas for highly skilled workers struck down in court",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/business/2026/06/08/court-strike-down-trumps-h-1b-100000-fee/\"><span>Trump’s $100,000 fee on H-1B visas for highly skilled workers struck down in court</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Kennedy Center removes Trump’s name from website after judge’s ruling",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/style/2026/06/08/kennedy-center-removes-trumps-name-website-after-judges-ruling/\"><span>Kennedy Center removes Trump’s name from website after judge’s ruling</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "This agent sent models to meet Jeffrey Epstein. Now he’s trying to explain why.",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/investigations/2026/06/08/this-agent-sent-models-meet-jeffrey-epstein-now-hes-trying-explain-why/\"><span>This agent sent models to meet Jeffrey Epstein. Now he’s trying to explain why.</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What to know about dynamic grocery pricing and how it might affect your bill",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/food/2026/06/08/how-dynamic-grocery-pricing-might-affect-your-bill/\"><span>What to know about dynamic grocery pricing and how it might affect your bill</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Six years after the death of its drummer, Rush roars back to life",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/style/2026/06/08/six-years-after-death-its-drummer-rush-roars-back-life/\"><span>Six years after the death of its drummer, Rush roars back to life</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The night Earth, Wind & Fire got booed — and then ascended to greatness",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/entertainment/music/2026/06/08/earth-wind-fire-documentary-shows-how-band-transcended-greatness/\"><span>The night Earth, Wind & Fire got booed — and then ascended to greatness</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Love coffee? Have the last cup at this time for a better night’s sleep.",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/wellness/2026/06/08/love-coffee-have-last-cup-this-time-better-nights-sleep/\"><span>Love coffee? Have the last cup at this time for a better night’s sleep.</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I know firsthand why Graham Platner shouldn’t be a U.S. senator",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-maine-us-senate-primary-bid-sends-dubious-message/\"><span>I know firsthand why Graham Platner shouldn’t be a U.S. senator</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Rising measles cases offer a dire warning",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/measles-cases-offer-dire-warning-infectious-diseases/\"><span>Rising measles cases offer a dire warning</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Graham Platner has a Kik account. Here’s what you should know about that app.",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/\"><span>Graham Platner has a Kik account. Here’s what you should know about that app.</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "My purple district can tell you what the Democratic autopsy left out",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/democrats-dont-understand-everyday-life/\"><span>My purple district can tell you what the Democratic autopsy left out</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A deal could leave Iran fatally weakened",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/iran-is-weakend-deal-could-be-fatal/\"><span>A deal could leave Iran fatally weakened</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why poverty really plummeted in America",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/declaring-war-poverty-isnt-what-made-it-decline/\"><span>Why poverty really plummeted in America</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump struggles to end an Iran war he never should have started",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/trumps-iran-war-drags-with-no-exit-apparent/\"><span>Trump struggles to end an Iran war he never should have started</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "D.C. has a ‘teen takeover’ problem",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/make-it-make-sense-dc-has-teen-takeover-problem/\"><span>D.C. has a ‘teen takeover’ problem</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What Ben Franklin’s ‘Drinker’s Dictionary’ tells Americans today",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/america-250-ben-franklin-preached-temperance-loved-wine/\"><span>What Ben Franklin’s ‘Drinker’s Dictionary’ tells Americans today</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What’s the price of folding laundry? It’s higher than you think.",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/interactive/2026/06/08/this-ai-robot-promises-fold-your-laundry-would-you-buy-it/\"><span>What’s the price of folding laundry? It’s higher than you think.</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "America needs more data centers. New York wants fewer.",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/new-york-seeks-moratorium-data-centers-just-when-america-needs-them/\"><span>America needs more data centers. New York wants fewer.</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Anthropic might be the most powerful company in the world",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/anthropic-ai-powerful-company/\"><span>Anthropic might be the most powerful company in the world</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Liberal council member beats Spencer Pratt to advance to runoff in Los Angeles mayor’s race",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ibUhiPg-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/politics/2026/06/08/nithya-raman-advances-runoff-against-karen-bass-los-angeles-mayor-race/\"><span>Liberal council member beats Spencer Pratt to advance to runoff in Los Angeles mayor’s race</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pentagon says top Chinese internet firms Alibaba, Baidu are aiding military",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/national-security/2026/06/09/pentagon-says-top-chinese-internet-firms-alibaba-baidu-aiding-military/\"><span>Pentagon says top Chinese internet firms Alibaba, Baidu are aiding military</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "ChatGPT-maker OpenAI files to go public, is expected to seek valuation near $1 trillion",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/technology/2026/06/08/openai-files-list-stock-market-expected-trillion-dollar-debut/\"><span>ChatGPT-maker OpenAI files to go public, is expected to seek valuation near $1 trillion</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "NATO shoots down drone over Latvia as concern about Ukraine war’s spread grows",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/nato-shoots-down-drone-over-latvia-concern-about-ukraine-wars-spread-grows/\"><span>NATO shoots down drone over Latvia as concern about Ukraine war’s spread grows</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What to know about the UFC fight at the White House on Trump’s birthday",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/newsletter/politics/2026/06/08/what-know-about-ufc-fight-white-house-trumps-birthday/\"><span>What to know about the UFC fight at the White House on Trump’s birthday</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Gordon S. Wood, eminent scholar of U.S. history, struck by car and killed at 92",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/obituaries/2026/06/08/obituary-gordon-s-wood-eminent-historian-american-revolution/\"><span>Gordon S. Wood, eminent scholar of U.S. history, struck by car and killed at 92</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The signs of El Niño already emerging in this South American country",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/weather/2026/06/08/el-nio-develops-this-city-is-seeing-beach-weather-during-winter/\"><span>The signs of El Niño already emerging in this South American country</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump is greeted by boos at Madison Square Garden during the NBA Finals",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/sports/2026/06/09/president-trump-greeted-by-boos-arrives-madison-square-garden-nba-finals/\"><span>Trump is greeted by boos at Madison Square Garden during the NBA Finals</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump’s grip on the GOP leaves Netanyahu with few places to turn",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/politics/2026/06/08/trumps-grip-gop-leaves-netanyahu-with-few-places-turn/\"><span>Trump’s grip on the GOP leaves Netanyahu with few places to turn</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I know firsthand why Graham Platner shouldn’t be a U.S. senator",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-maine-us-senate-primary-bid-sends-dubious-message/\"><span>I know firsthand why Graham Platner shouldn’t be a U.S. senator</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Doctor evacuated from Congo feels ‘helpless’ watching colleagues die of Ebola",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/health/2026/05/27/doctor-evacuated-ebola-exposure-describes-lie-congo-quarantine/\"><span>Doctor evacuated from Congo feels ‘helpless’ watching colleagues die of Ebola</span></a></h2>",
"firstParagraph": "All you have to do is ask.",
"paragraphHtml": "<p class=\"wpds-c-fVrDQy wpds-c-hyvuql wpds-c-fVrDQy-ibPqdw-css\">All you have to do is ask.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Company",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Company</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sections",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Sections</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get The Post",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Get The Post</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Contact Us",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Contact Us</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Terms of Use",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Terms of Use</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Company",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Company</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sections",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Sections</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get The Post",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Get The Post</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Contact Us",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Contact Us</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"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: author, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": true,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [
"The Washington Post"
],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.washingtonpost.com/food/2026/06/08/how-dynamic-grocery-pricing-might-affect-your-bill/",
"text": "What to know about dynamic grocery pricing and how it might affect your bill",
"html": "<a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/food/2026/06/08/how-dynamic-grocery-pricing-might-affect-your-bill/\"><span>What to know about dynamic grocery pricing and how it might affect your bill</span></a>"
},
{
"href": "https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/",
"text": "",
"html": "<a href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/\" class=\"art-link\"><img srcset=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252Eaws%252Earc%252Epub%2Fwashpost%2Fcd543905-014b-4785-9b9c-1950adbeccf7%252Epng&w=96&h=96 2x\" src=\"https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Fauthor-service-images-prod-us-east-1%252Epublishing%252..."
},
{
"href": "https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/",
"text": "Graham Platner has a Kik account. Here’s what you should know about that app.",
"html": "<a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/\"><span>Graham Platner has a Kik account. Here’s what you should know about that app.</span></a>"
},
{
"href": "https://www.washingtonpost.com/opinions/2026/06/08/anthropic-ai-powerful-company/",
"text": "Anthropic might be the most powerful company in the world",
"html": "<a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/anthropic-ai-powerful-company/\"><span>Anthropic might be the most powerful company in the world</span></a>"
},
{
"href": "https://www.washingtonpost.com/world/2026/06/08/nato-shoots-down-drone-over-latvia-concern-about-ukraine-wars-spread-grows/",
"text": "NATO shoots down drone over Latvia as concern about Ukraine war’s spread grows",
"html": "<a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/nato-shoots-down-drone-over-latvia-concern-about-ukraine-wars-spread-grows/\"><span>NATO shoots down drone over Latvia as concern about Ukraine war’s spread grows</span></a>"
},
{
"href": "https://www.washingtonpost.com/newsletter/politics/2026/06/08/what-know-about-ufc-fight-white-house-trumps-birthday/",
"text": "Analysis",
"html": "<a class=\"font-xxxs font-bold dib mr-xs offblack hover-gray-dark label-link\" href=\"https://www.washingtonpost.com/newsletter/politics/2026/06/08/what-know-about-ufc-fight-white-house-trumps-birthday/\"><span>Analysis</span></a>"
},
{
"href": "https://www.washingtonpost.com/newsletter/politics/2026/06/08/what-know-about-ufc-fight-white-house-trumps-birthday/",
"text": "What to know about the UFC fight at the White House on Trump’s birthday",
"html": "<a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/newsletter/politics/2026/06/08/what-know-about-ufc-fight-white-house-trumps-birthday/\"><span>What to know about the UFC fight at the White House on Trump’s birthday</span></a>"
},
{
"href": "https://www.washingtonpost.com/about-the-post/",
"text": "About The Post",
"html": "<a href=\"https://www.washingtonpost.com/about-the-post/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">About The Post </a>"
},
{
"href": "https://washingtonpost.com/about-the-post/workforce-demographics/",
"text": "Diversity & Inclusion",
"html": "<a href=\"https://washingtonpost.com/about-the-post/workforce-demographics/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Diversity & Inclusion </a>"
},
{
"href": "https://washingtonpost.com/about-the-post/workforce-demographics/",
"text": "Diversity & Inclusion",
"html": "<a href=\"https://washingtonpost.com/about-the-post/workforce-demographics/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Diversity & Inclusion </a>"
},
{
"href": "https://www.washingtonpost.com/about-the-post/",
"text": "About The Post",
"html": "<a href=\"https://www.washingtonpost.com/about-the-post/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">About The Post </a>"
}
],
"contactLinks": [
{
"href": "https://www.washingtonpost.com/health/2026/05/27/doctor-evacuated-ebola-exposure-describes-lie-congo-quarantine/",
"text": "Doctor evacuated from Congo feels ‘helpless’ watching colleagues die of Ebola",
"html": "<a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/health/2026/05/27/doctor-evacuated-ebola-exposure-describes-lie-congo-quarantine/\"><span>Doctor evacuated from Congo feels ‘helpless’ watching colleagues die of Ebola</span></a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/",
"text": "contact customer care",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/\" target=\"_blank\" class=\"wpds-c-kdhpRn\">contact customer care</a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/articles/360002940991-Leadership-of-The-Washington-Post-newsroom",
"text": "Contact the Newsroom",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/articles/360002940991-Leadership-of-The-Washington-Post-newsroom\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Contact the Newsroom </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/",
"text": "Contact Customer Care",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Contact Customer Care </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/articles/360004745292-Leadership-of-The-Washington-Post-Opinions-section",
"text": "Contact the Opinions Team",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/articles/360004745292-Leadership-of-The-Washington-Post-Opinions-section\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Contact the Opinions Team </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/articles/115003675928-Submit-a-correction",
"text": "Request a Correction",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/articles/115003675928-Submit-a-correction\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Request a Correction </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/articles/360002940991-Leadership-of-The-Washington-Post-newsroom",
"text": "Contact the Newsroom",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/articles/360002940991-Leadership-of-The-Washington-Post-newsroom\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Contact the Newsroom </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/",
"text": "Contact Customer Care",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Contact Customer Care </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/articles/360004745292-Leadership-of-The-Washington-Post-Opinions-section",
"text": "Contact the Opinions Team",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/articles/360004745292-Leadership-of-The-Washington-Post-Opinions-section\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Contact the Opinions Team </a>"
},
{
"href": "https://helpcenter.washingtonpost.com/hc/en-us/articles/115003675928-Submit-a-correction",
"text": "Request a Correction",
"html": "<a href=\"https://helpcenter.washingtonpost.com/hc/en-us/articles/115003675928-Submit-a-correction\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Request a Correction </a>"
}
],
"privacyLinks": [
{
"href": "https://www.washingtonpost.com/information/2022/06/17/terms-sale-digital-products/",
"text": "Digital Products Terms of Sale",
"html": "<a href=\"https://www.washingtonpost.com/information/2022/06/17/terms-sale-digital-products/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Digital Products Terms of Sale </a>"
},
{
"href": "https://www.washingtonpost.com/information/2020/11/20/terms-sale-print-products/",
"text": "Print Products Terms of Sale",
"html": "<a href=\"https://www.washingtonpost.com/information/2020/11/20/terms-sale-print-products/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Print Products Terms of Sale </a>"
},
{
"href": "https://www.washingtonpost.com/terms-of-service/",
"text": "Terms of Service",
"html": "<a href=\"https://www.washingtonpost.com/terms-of-service/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Terms of Service </a>"
},
{
"href": "https://www.washingtonpost.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.washingtonpost.com/privacy-policy/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">Privacy Policy </a>"
},
{
"href": "https://www.washingtonpost.com/discussions/2021/01/01/rss-terms-service/",
"text": "RSS Terms of Service",
"html": "<a href=\"https://www.washingtonpost.com/discussions/2021/01/01/rss-terms-service/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-donrWl-desktopVariant-true\">RSS Terms of Service </a>"
},
{
"href": "https://www.washingtonpost.com/information/2022/06/17/terms-sale-digital-products/",
"text": "Digital Products Terms of Sale",
"html": "<a href=\"https://www.washingtonpost.com/information/2022/06/17/terms-sale-digital-products/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Digital Products Terms of Sale </a>"
},
{
"href": "https://www.washingtonpost.com/information/2020/11/20/terms-sale-print-products/",
"text": "Print Products Terms of Sale",
"html": "<a href=\"https://www.washingtonpost.com/information/2020/11/20/terms-sale-print-products/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Print Products Terms of Sale </a>"
},
{
"href": "https://www.washingtonpost.com/terms-of-service/",
"text": "Terms of Service",
"html": "<a href=\"https://www.washingtonpost.com/terms-of-service/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Terms of Service </a>"
},
{
"href": "https://www.washingtonpost.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.washingtonpost.com/privacy-policy/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">Privacy Policy </a>"
},
{
"href": "https://www.washingtonpost.com/discussions/2021/01/01/rss-terms-service/",
"text": "RSS Terms of Service",
"html": "<a href=\"https://www.washingtonpost.com/discussions/2021/01/01/rss-terms-service/\" class=\"wpds-c-bEBODO wpds-c-bEBODO-gKqsrY-isMobile-true wpds-c-bEBODO-boHouL-pbXxs-true\">RSS Terms of Service </a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
1 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 19,
"heading": "H1: Ask The Post AI",
"text": "In response to your question, this tool searches articles published by our newsroom since 2016 and ranks the results based on relevancy. We then use a large language model to write a response to answer your question. This tool may not always understand your question or be able to provide an answer. In some cases we will provide a pre-written answer. If you have questions about this tool, please see our FAQ and AI...",
"words": 79,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (79 words; target 80-220)."
],
"html": "<p class=\"wpds-c-mRAyH wpds-c-hqvHjm wpds-c-fTypxV wpds-c-mRAyH-ikpjDGe-css\">In response to your question, this tool searches articles published by our newsroom since 2016 and ranks the results based on relevancy. We then use a large language model to write a response to answer your question. This tool may not always understand your question or be able to provide an answer. In some cases we will provide a pre-written answer. If you have questions about this tool, please see our <a href=\"https..."
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
46 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": 46,
"passing": 0,
"failing": [
{
"heading": "Trump’s grip on the GOP leaves Netanyahu with few places to turn",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/politics/2026/06/08/trumps-grip-gop-leaves-netanyahu-with-few-places-turn/\"><span>Trump’s grip on the GOP leaves Netanyahu with few places to turn</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "After escalating strikes, Israel and Iran signal end to attacks",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/airstrikes-intensify-israel-iran-clashes-leave-ceasefire-brink/\"><span>After escalating strikes, Israel and Iran signal end to attacks</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Israelis urge Netanyahu to resist U.S. pressure in Lebanon fight",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/israelis-push-netanyahu-keep-fighting-lebanon-signalling-long-occupation/\"><span>Israelis urge Netanyahu to resist U.S. pressure in Lebanon fight</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "After Mormon lawmakers object, Pentagon revises Christian religious categories",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/religion/2026/06/08/after-outcry-mormon-lawmakers-pentagon-updates-religious-codes/\"><span>After Mormon lawmakers object, Pentagon revises Christian religious categories</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump is greeted by boos at Madison Square Garden during the NBA Finals",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/sports/2026/06/09/president-trump-greeted-by-boos-arrives-madison-square-garden-nba-finals/\"><span>Trump is greeted by boos at Madison Square Garden during the NBA Finals</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Knicks playoff games are a celebrity magnet. Here’s who’s doing it right.",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/style/2026/06/09/knicks-playoffs-are-celebrity-magnet-here-who-doing-it-right/\"><span>Knicks playoff games are a celebrity magnet. Here’s who’s doing it right.</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump formally nominates Todd Blanche as attorney general, setting up confirmation fight",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/national-security/2026/06/08/trump-formally-nominates-todd-blanche-serve-attorney-general/\"><span>Trump formally nominates Todd Blanche as attorney general, setting up confirmation fight</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump’s $100,000 fee on H-1B visas for highly skilled workers struck down in court",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/business/2026/06/08/court-strike-down-trumps-h-1b-100000-fee/\"><span>Trump’s $100,000 fee on H-1B visas for highly skilled workers struck down in court</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Kennedy Center removes Trump’s name from website after judge’s ruling",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/style/2026/06/08/kennedy-center-removes-trumps-name-website-after-judges-ruling/\"><span>Kennedy Center removes Trump’s name from website after judge’s ruling</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "This agent sent models to meet Jeffrey Epstein. Now he’s trying to explain why.",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/investigations/2026/06/08/this-agent-sent-models-meet-jeffrey-epstein-now-hes-trying-explain-why/\"><span>This agent sent models to meet Jeffrey Epstein. Now he’s trying to explain why.</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What to know about dynamic grocery pricing and how it might affect your bill",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/food/2026/06/08/how-dynamic-grocery-pricing-might-affect-your-bill/\"><span>What to know about dynamic grocery pricing and how it might affect your bill</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Six years after the death of its drummer, Rush roars back to life",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/style/2026/06/08/six-years-after-death-its-drummer-rush-roars-back-life/\"><span>Six years after the death of its drummer, Rush roars back to life</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The night Earth, Wind & Fire got booed — and then ascended to greatness",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/entertainment/music/2026/06/08/earth-wind-fire-documentary-shows-how-band-transcended-greatness/\"><span>The night Earth, Wind & Fire got booed — and then ascended to greatness</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Love coffee? Have the last cup at this time for a better night’s sleep.",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/wellness/2026/06/08/love-coffee-have-last-cup-this-time-better-nights-sleep/\"><span>Love coffee? Have the last cup at this time for a better night’s sleep.</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I know firsthand why Graham Platner shouldn’t be a U.S. senator",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-maine-us-senate-primary-bid-sends-dubious-message/\"><span>I know firsthand why Graham Platner shouldn’t be a U.S. senator</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Rising measles cases offer a dire warning",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/measles-cases-offer-dire-warning-infectious-diseases/\"><span>Rising measles cases offer a dire warning</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Graham Platner has a Kik account. Here’s what you should know about that app.",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/\"><span>Graham Platner has a Kik account. Here’s what you should know about that app.</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "My purple district can tell you what the Democratic autopsy left out",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/democrats-dont-understand-everyday-life/\"><span>My purple district can tell you what the Democratic autopsy left out</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A deal could leave Iran fatally weakened",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/iran-is-weakend-deal-could-be-fatal/\"><span>A deal could leave Iran fatally weakened</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why poverty really plummeted in America",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/declaring-war-poverty-isnt-what-made-it-decline/\"><span>Why poverty really plummeted in America</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump struggles to end an Iran war he never should have started",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/trumps-iran-war-drags-with-no-exit-apparent/\"><span>Trump struggles to end an Iran war he never should have started</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "D.C. has a ‘teen takeover’ problem",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/make-it-make-sense-dc-has-teen-takeover-problem/\"><span>D.C. has a ‘teen takeover’ problem</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What Ben Franklin’s ‘Drinker’s Dictionary’ tells Americans today",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/america-250-ben-franklin-preached-temperance-loved-wine/\"><span>What Ben Franklin’s ‘Drinker’s Dictionary’ tells Americans today</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What’s the price of folding laundry? It’s higher than you think.",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/interactive/2026/06/08/this-ai-robot-promises-fold-your-laundry-would-you-buy-it/\"><span>What’s the price of folding laundry? It’s higher than you think.</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "America needs more data centers. New York wants fewer.",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/new-york-seeks-moratorium-data-centers-just-when-america-needs-them/\"><span>America needs more data centers. New York wants fewer.</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Anthropic might be the most powerful company in the world",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/anthropic-ai-powerful-company/\"><span>Anthropic might be the most powerful company in the world</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Liberal council member beats Spencer Pratt to advance to runoff in Los Angeles mayor’s race",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ibUhiPg-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/politics/2026/06/08/nithya-raman-advances-runoff-against-karen-bass-los-angeles-mayor-race/\"><span>Liberal council member beats Spencer Pratt to advance to runoff in Los Angeles mayor’s race</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pentagon says top Chinese internet firms Alibaba, Baidu are aiding military",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/national-security/2026/06/09/pentagon-says-top-chinese-internet-firms-alibaba-baidu-aiding-military/\"><span>Pentagon says top Chinese internet firms Alibaba, Baidu are aiding military</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "ChatGPT-maker OpenAI files to go public, is expected to seek valuation near $1 trillion",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/technology/2026/06/08/openai-files-list-stock-market-expected-trillion-dollar-debut/\"><span>ChatGPT-maker OpenAI files to go public, is expected to seek valuation near $1 trillion</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "NATO shoots down drone over Latvia as concern about Ukraine war’s spread grows",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/nato-shoots-down-drone-over-latvia-concern-about-ukraine-wars-spread-grows/\"><span>NATO shoots down drone over Latvia as concern about Ukraine war’s spread grows</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What to know about the UFC fight at the White House on Trump’s birthday",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/newsletter/politics/2026/06/08/what-know-about-ufc-fight-white-house-trumps-birthday/\"><span>What to know about the UFC fight at the White House on Trump’s birthday</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Gordon S. Wood, eminent scholar of U.S. history, struck by car and killed at 92",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/obituaries/2026/06/08/obituary-gordon-s-wood-eminent-historian-american-revolution/\"><span>Gordon S. Wood, eminent scholar of U.S. history, struck by car and killed at 92</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The signs of El Niño already emerging in this South American country",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/weather/2026/06/08/el-nio-develops-this-city-is-seeing-beach-weather-during-winter/\"><span>The signs of El Niño already emerging in this South American country</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump is greeted by boos at Madison Square Garden during the NBA Finals",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/sports/2026/06/09/president-trump-greeted-by-boos-arrives-madison-square-garden-nba-finals/\"><span>Trump is greeted by boos at Madison Square Garden during the NBA Finals</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump’s grip on the GOP leaves Netanyahu with few places to turn",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/politics/2026/06/08/trumps-grip-gop-leaves-netanyahu-with-few-places-turn/\"><span>Trump’s grip on the GOP leaves Netanyahu with few places to turn</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I know firsthand why Graham Platner shouldn’t be a U.S. senator",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-maine-us-senate-primary-bid-sends-dubious-message/\"><span>I know firsthand why Graham Platner shouldn’t be a U.S. senator</span></a></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Doctor evacuated from Congo feels ‘helpless’ watching colleagues die of Ebola",
"headingHtml": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/health/2026/05/27/doctor-evacuated-ebola-exposure-describes-lie-congo-quarantine/\"><span>Doctor evacuated from Congo feels ‘helpless’ watching colleagues die of Ebola</span></a></h2>",
"firstParagraph": "All you have to do is ask.",
"paragraphHtml": "<p class=\"wpds-c-fVrDQy wpds-c-hyvuql wpds-c-fVrDQy-ibPqdw-css\">All you have to do is ask.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Company",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Company</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sections",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Sections</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get The Post",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Get The Post</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Contact Us",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Contact Us</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Terms of Use",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Terms of Use</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Company",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Company</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sections",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Sections</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get The Post",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Get The Post</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Contact Us",
"headingHtml": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Contact Us</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 75/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
HTML size is large (2636870 bytes). 1 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
75/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 75/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=0.5, maximum-scale=2.0",
"visibleWords": 1263,
"htmlBytes": 2636870,
"imagesMissingDimensions": [
{
"src": "https://www.washingtonpost.com/akam/13/pixel_3426b0ad?a=dD0wN2ZiOTVhZDNiNDg4N2E1Y2UxMDhjY2UwYjNkNWQ1MDEyNTBkYTZjJmpzPW9mZg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.washingtonpost.com/akam/13/pixel_3426b0ad?a=dD0wN2ZiOTVhZDNiNDg4N2E1Y2UxMDhjY2UwYjNkNWQ1MDEyNTBkYTZjJmpzPW9mZg==\" style=\"visibility: hidden; position: absolute; left: -999px; top: -999px;\">"
}
],
"possibleDialogs": [],
"score": 75,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 7,
"schemaBlocks": 3,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}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": "Trump’s grip on the GOP leaves Netanyahu with few places to turn",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/politics/2026/06/08/trumps-grip-gop-leaves-netanyahu-with-few-places-turn/\"><span>Trump’s grip on the GOP leaves Netanyahu with few places to turn</span></a></h2>"
},
{
"text": "After escalating strikes, Israel and Iran signal end to attacks",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/airstrikes-intensify-israel-iran-clashes-leave-ceasefire-brink/\"><span>After escalating strikes, Israel and Iran signal end to attacks</span></a></h2>"
},
{
"text": "Israelis urge Netanyahu to resist U.S. pressure in Lebanon fight",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/israelis-push-netanyahu-keep-fighting-lebanon-signalling-long-occupation/\"><span>Israelis urge Netanyahu to resist U.S. pressure in Lebanon fight</span></a></h2>"
},
{
"text": "After Mormon lawmakers object, Pentagon revises Christian religious categories",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/religion/2026/06/08/after-outcry-mormon-lawmakers-pentagon-updates-religious-codes/\"><span>After Mormon lawmakers object, Pentagon revises Christian religious categories</span></a></h2>"
},
{
"text": "Trump is greeted by boos at Madison Square Garden during the NBA Finals",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/sports/2026/06/09/president-trump-greeted-by-boos-arrives-madison-square-garden-nba-finals/\"><span>Trump is greeted by boos at Madison Square Garden during the NBA Finals</span></a></h2>"
},
{
"text": "Knicks playoff games are a celebrity magnet. Here’s who’s doing it right.",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/style/2026/06/09/knicks-playoffs-are-celebrity-magnet-here-who-doing-it-right/\"><span>Knicks playoff games are a celebrity magnet. Here’s who’s doing it right.</span></a></h2>"
},
{
"text": "Trump formally nominates Todd Blanche as attorney general, setting up confirmation fight",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/national-security/2026/06/08/trump-formally-nominates-todd-blanche-serve-attorney-general/\"><span>Trump formally nominates Todd Blanche as attorney general, setting up confirmation fight</span></a></h2>"
},
{
"text": "Trump’s $100,000 fee on H-1B visas for highly skilled workers struck down in court",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/business/2026/06/08/court-strike-down-trumps-h-1b-100000-fee/\"><span>Trump’s $100,000 fee on H-1B visas for highly skilled workers struck down in court</span></a></h2>"
},
{
"text": "Kennedy Center removes Trump’s name from website after judge’s ruling",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/style/2026/06/08/kennedy-center-removes-trumps-name-website-after-judges-ruling/\"><span>Kennedy Center removes Trump’s name from website after judge’s ruling</span></a></h2>"
},
{
"text": "This agent sent models to meet Jeffrey Epstein. Now he’s trying to explain why.",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/investigations/2026/06/08/this-agent-sent-models-meet-jeffrey-epstein-now-hes-trying-explain-why/\"><span>This agent sent models to meet Jeffrey Epstein. Now he’s trying to explain why.</span></a></h2>"
},
{
"text": "What to know about dynamic grocery pricing and how it might affect your bill",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/food/2026/06/08/how-dynamic-grocery-pricing-might-affect-your-bill/\"><span>What to know about dynamic grocery pricing and how it might affect your bill</span></a></h2>"
},
{
"text": "Six years after the death of its drummer, Rush roars back to life",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/style/2026/06/08/six-years-after-death-its-drummer-rush-roars-back-life/\"><span>Six years after the death of its drummer, Rush roars back to life</span></a></h2>"
},
{
"text": "The night Earth, Wind & Fire got booed — and then ascended to greatness",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/entertainment/music/2026/06/08/earth-wind-fire-documentary-shows-how-band-transcended-greatness/\"><span>The night Earth, Wind & Fire got booed — and then ascended to greatness</span></a></h2>"
},
{
"text": "Love coffee? Have the last cup at this time for a better night’s sleep.",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/wellness/2026/06/08/love-coffee-have-last-cup-this-time-better-nights-sleep/\"><span>Love coffee? Have the last cup at this time for a better night’s sleep.</span></a></h2>"
},
{
"text": "I know firsthand why Graham Platner shouldn’t be a U.S. senator",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-maine-us-senate-primary-bid-sends-dubious-message/\"><span>I know firsthand why Graham Platner shouldn’t be a U.S. senator</span></a></h2>"
},
{
"text": "Rising measles cases offer a dire warning",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/measles-cases-offer-dire-warning-infectious-diseases/\"><span>Rising measles cases offer a dire warning</span></a></h2>"
},
{
"text": "Graham Platner has a Kik account. Here’s what you should know about that app.",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/\"><span>Graham Platner has a Kik account. Here’s what you should know about that app.</span></a></h2>"
},
{
"text": "My purple district can tell you what the Democratic autopsy left out",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/democrats-dont-understand-everyday-life/\"><span>My purple district can tell you what the Democratic autopsy left out</span></a></h2>"
},
{
"text": "A deal could leave Iran fatally weakened",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/iran-is-weakend-deal-could-be-fatal/\"><span>A deal could leave Iran fatally weakened</span></a></h2>"
},
{
"text": "Why poverty really plummeted in America",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/declaring-war-poverty-isnt-what-made-it-decline/\"><span>Why poverty really plummeted in America</span></a></h2>"
},
{
"text": "Trump struggles to end an Iran war he never should have started",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/trumps-iran-war-drags-with-no-exit-apparent/\"><span>Trump struggles to end an Iran war he never should have started</span></a></h2>"
},
{
"text": "D.C. has a ‘teen takeover’ problem",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/make-it-make-sense-dc-has-teen-takeover-problem/\"><span>D.C. has a ‘teen takeover’ problem</span></a></h2>"
},
{
"text": "What Ben Franklin’s ‘Drinker’s Dictionary’ tells Americans today",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/america-250-ben-franklin-preached-temperance-loved-wine/\"><span>What Ben Franklin’s ‘Drinker’s Dictionary’ tells Americans today</span></a></h2>"
},
{
"text": "What’s the price of folding laundry? It’s higher than you think.",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/interactive/2026/06/08/this-ai-robot-promises-fold-your-laundry-would-you-buy-it/\"><span>What’s the price of folding laundry? It’s higher than you think.</span></a></h2>"
},
{
"text": "America needs more data centers. New York wants fewer.",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/new-york-seeks-moratorium-data-centers-just-when-america-needs-them/\"><span>America needs more data centers. New York wants fewer.</span></a></h2>"
},
{
"text": "Anthropic might be the most powerful company in the world",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/anthropic-ai-powerful-company/\"><span>Anthropic might be the most powerful company in the world</span></a></h2>"
},
{
"text": "Liberal council member beats Spencer Pratt to advance to runoff in Los Angeles mayor’s race",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ibUhiPg-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/politics/2026/06/08/nithya-raman-advances-runoff-against-karen-bass-los-angeles-mayor-race/\"><span>Liberal council member beats Spencer Pratt to advance to runoff in Los Angeles mayor’s race</span></a></h2>"
},
{
"text": "Pentagon says top Chinese internet firms Alibaba, Baidu are aiding military",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/national-security/2026/06/09/pentagon-says-top-chinese-internet-firms-alibaba-baidu-aiding-military/\"><span>Pentagon says top Chinese internet firms Alibaba, Baidu are aiding military</span></a></h2>"
},
{
"text": "ChatGPT-maker OpenAI files to go public, is expected to seek valuation near $1 trillion",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/technology/2026/06/08/openai-files-list-stock-market-expected-trillion-dollar-debut/\"><span>ChatGPT-maker OpenAI files to go public, is expected to seek valuation near $1 trillion</span></a></h2>"
},
{
"text": "NATO shoots down drone over Latvia as concern about Ukraine war’s spread grows",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/nato-shoots-down-drone-over-latvia-concern-about-ukraine-wars-spread-grows/\"><span>NATO shoots down drone over Latvia as concern about Ukraine war’s spread grows</span></a></h2>"
},
{
"text": "What to know about the UFC fight at the White House on Trump’s birthday",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/newsletter/politics/2026/06/08/what-know-about-ufc-fight-white-house-trumps-birthday/\"><span>What to know about the UFC fight at the White House on Trump’s birthday</span></a></h2>"
},
{
"text": "Gordon S. Wood, eminent scholar of U.S. history, struck by car and killed at 92",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/obituaries/2026/06/08/obituary-gordon-s-wood-eminent-historian-american-revolution/\"><span>Gordon S. Wood, eminent scholar of U.S. history, struck by car and killed at 92</span></a></h2>"
},
{
"text": "The signs of El Niño already emerging in this South American country",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/weather/2026/06/08/el-nio-develops-this-city-is-seeing-beach-weather-during-winter/\"><span>The signs of El Niño already emerging in this South American country</span></a></h2>"
},
{
"text": "Trump is greeted by boos at Madison Square Garden during the NBA Finals",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/sports/2026/06/09/president-trump-greeted-by-boos-arrives-madison-square-garden-nba-finals/\"><span>Trump is greeted by boos at Madison Square Garden during the NBA Finals</span></a></h2>"
},
{
"text": "Trump’s grip on the GOP leaves Netanyahu with few places to turn",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/politics/2026/06/08/trumps-grip-gop-leaves-netanyahu-with-few-places-turn/\"><span>Trump’s grip on the GOP leaves Netanyahu with few places to turn</span></a></h2>"
},
{
"text": "I know firsthand why Graham Platner shouldn’t be a U.S. senator",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-maine-us-senate-primary-bid-sends-dubious-message/\"><span>I know firsthand why Graham Platner shouldn’t be a U.S. senator</span></a></h2>"
},
{
"text": "Doctor evacuated from Congo feels ‘helpless’ watching colleagues die of Ebola",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/health/2026/05/27/doctor-evacuated-ebola-exposure-describes-lie-congo-quarantine/\"><span>Doctor evacuated from Congo feels ‘helpless’ watching colleagues die of Ebola</span></a></h2>"
},
{
"text": "Company",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Company</h2>"
},
{
"text": "Sections",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Sections</h2>"
},
{
"text": "Get The Post",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Get The Post</h2>"
},
{
"text": "Contact Us",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Contact Us</h2>"
},
{
"text": "Terms of Use",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Terms of Use</h2>"
},
{
"text": "Company",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Company</h2>"
},
{
"text": "Sections",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Sections</h2>"
},
{
"text": "Get The Post",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Get The Post</h2>"
},
{
"text": "Contact Us",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Contact Us</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is The Washington Post - Breaking news and lates...?",
"pattern": {}
},
{
"id": "how",
"label": "How does The Washington Post - Breaking news and lates... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use The Washington Post - Breaking news and lates...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is The Washington Post - Breaking news and lates... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does The Washington Post - Breaking news and lates... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does The Washington Post - Breaking news and lates... 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",
"error": "TimeoutError: The operation was aborted due to timeout"
},
{
"path": "/api/context",
"error": "TimeoutError: The operation was aborted due to timeout"
},
{
"path": "/context",
"error": "TimeoutError: The operation was aborted due to timeout"
}
]
},
"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": "Trump’s grip on the GOP leaves Netanyahu with few places to turn",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/politics/2026/06/08/trumps-grip-gop-leaves-netanyahu-with-few-places-turn/\"><span>Trump’s grip on the GOP leaves Netanyahu with few places to turn</span></a></h2>"
},
{
"text": "After escalating strikes, Israel and Iran signal end to attacks",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/airstrikes-intensify-israel-iran-clashes-leave-ceasefire-brink/\"><span>After escalating strikes, Israel and Iran signal end to attacks</span></a></h2>"
},
{
"text": "Israelis urge Netanyahu to resist U.S. pressure in Lebanon fight",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/israelis-push-netanyahu-keep-fighting-lebanon-signalling-long-occupation/\"><span>Israelis urge Netanyahu to resist U.S. pressure in Lebanon fight</span></a></h2>"
},
{
"text": "After Mormon lawmakers object, Pentagon revises Christian religious categories",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/religion/2026/06/08/after-outcry-mormon-lawmakers-pentagon-updates-religious-codes/\"><span>After Mormon lawmakers object, Pentagon revises Christian religious categories</span></a></h2>"
},
{
"text": "Trump is greeted by boos at Madison Square Garden during the NBA Finals",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/sports/2026/06/09/president-trump-greeted-by-boos-arrives-madison-square-garden-nba-finals/\"><span>Trump is greeted by boos at Madison Square Garden during the NBA Finals</span></a></h2>"
},
{
"text": "Knicks playoff games are a celebrity magnet. Here’s who’s doing it right.",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/style/2026/06/09/knicks-playoffs-are-celebrity-magnet-here-who-doing-it-right/\"><span>Knicks playoff games are a celebrity magnet. Here’s who’s doing it right.</span></a></h2>"
},
{
"text": "Trump formally nominates Todd Blanche as attorney general, setting up confirmation fight",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/national-security/2026/06/08/trump-formally-nominates-todd-blanche-serve-attorney-general/\"><span>Trump formally nominates Todd Blanche as attorney general, setting up confirmation fight</span></a></h2>"
},
{
"text": "Trump’s $100,000 fee on H-1B visas for highly skilled workers struck down in court",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/business/2026/06/08/court-strike-down-trumps-h-1b-100000-fee/\"><span>Trump’s $100,000 fee on H-1B visas for highly skilled workers struck down in court</span></a></h2>"
},
{
"text": "Kennedy Center removes Trump’s name from website after judge’s ruling",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/style/2026/06/08/kennedy-center-removes-trumps-name-website-after-judges-ruling/\"><span>Kennedy Center removes Trump’s name from website after judge’s ruling</span></a></h2>"
},
{
"text": "This agent sent models to meet Jeffrey Epstein. Now he’s trying to explain why.",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/investigations/2026/06/08/this-agent-sent-models-meet-jeffrey-epstein-now-hes-trying-explain-why/\"><span>This agent sent models to meet Jeffrey Epstein. Now he’s trying to explain why.</span></a></h2>"
},
{
"text": "What to know about dynamic grocery pricing and how it might affect your bill",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/food/2026/06/08/how-dynamic-grocery-pricing-might-affect-your-bill/\"><span>What to know about dynamic grocery pricing and how it might affect your bill</span></a></h2>"
},
{
"text": "Six years after the death of its drummer, Rush roars back to life",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/style/2026/06/08/six-years-after-death-its-drummer-rush-roars-back-life/\"><span>Six years after the death of its drummer, Rush roars back to life</span></a></h2>"
},
{
"text": "The night Earth, Wind & Fire got booed — and then ascended to greatness",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/entertainment/music/2026/06/08/earth-wind-fire-documentary-shows-how-band-transcended-greatness/\"><span>The night Earth, Wind & Fire got booed — and then ascended to greatness</span></a></h2>"
},
{
"text": "Love coffee? Have the last cup at this time for a better night’s sleep.",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iiBDqjX-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/wellness/2026/06/08/love-coffee-have-last-cup-this-time-better-nights-sleep/\"><span>Love coffee? Have the last cup at this time for a better night’s sleep.</span></a></h2>"
},
{
"text": "I know firsthand why Graham Platner shouldn’t be a U.S. senator",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-maine-us-senate-primary-bid-sends-dubious-message/\"><span>I know firsthand why Graham Platner shouldn’t be a U.S. senator</span></a></h2>"
},
{
"text": "Rising measles cases offer a dire warning",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/measles-cases-offer-dire-warning-infectious-diseases/\"><span>Rising measles cases offer a dire warning</span></a></h2>"
},
{
"text": "Graham Platner has a Kik account. Here’s what you should know about that app.",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-has-kik-account-heres-what-know-about-app/\"><span>Graham Platner has a Kik account. Here’s what you should know about that app.</span></a></h2>"
},
{
"text": "My purple district can tell you what the Democratic autopsy left out",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/democrats-dont-understand-everyday-life/\"><span>My purple district can tell you what the Democratic autopsy left out</span></a></h2>"
},
{
"text": "A deal could leave Iran fatally weakened",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/iran-is-weakend-deal-could-be-fatal/\"><span>A deal could leave Iran fatally weakened</span></a></h2>"
},
{
"text": "Why poverty really plummeted in America",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/declaring-war-poverty-isnt-what-made-it-decline/\"><span>Why poverty really plummeted in America</span></a></h2>"
},
{
"text": "Trump struggles to end an Iran war he never should have started",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/trumps-iran-war-drags-with-no-exit-apparent/\"><span>Trump struggles to end an Iran war he never should have started</span></a></h2>"
},
{
"text": "D.C. has a ‘teen takeover’ problem",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/make-it-make-sense-dc-has-teen-takeover-problem/\"><span>D.C. has a ‘teen takeover’ problem</span></a></h2>"
},
{
"text": "What Ben Franklin’s ‘Drinker’s Dictionary’ tells Americans today",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/america-250-ben-franklin-preached-temperance-loved-wine/\"><span>What Ben Franklin’s ‘Drinker’s Dictionary’ tells Americans today</span></a></h2>"
},
{
"text": "What’s the price of folding laundry? It’s higher than you think.",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/interactive/2026/06/08/this-ai-robot-promises-fold-your-laundry-would-you-buy-it/\"><span>What’s the price of folding laundry? It’s higher than you think.</span></a></h2>"
},
{
"text": "America needs more data centers. New York wants fewer.",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/new-york-seeks-moratorium-data-centers-just-when-america-needs-them/\"><span>America needs more data centers. New York wants fewer.</span></a></h2>"
},
{
"text": "Anthropic might be the most powerful company in the world",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/anthropic-ai-powerful-company/\"><span>Anthropic might be the most powerful company in the world</span></a></h2>"
},
{
"text": "Liberal council member beats Spencer Pratt to advance to runoff in Los Angeles mayor’s race",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ibUhiPg-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/politics/2026/06/08/nithya-raman-advances-runoff-against-karen-bass-los-angeles-mayor-race/\"><span>Liberal council member beats Spencer Pratt to advance to runoff in Los Angeles mayor’s race</span></a></h2>"
},
{
"text": "Pentagon says top Chinese internet firms Alibaba, Baidu are aiding military",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/national-security/2026/06/09/pentagon-says-top-chinese-internet-firms-alibaba-baidu-aiding-military/\"><span>Pentagon says top Chinese internet firms Alibaba, Baidu are aiding military</span></a></h2>"
},
{
"text": "ChatGPT-maker OpenAI files to go public, is expected to seek valuation near $1 trillion",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/technology/2026/06/08/openai-files-list-stock-market-expected-trillion-dollar-debut/\"><span>ChatGPT-maker OpenAI files to go public, is expected to seek valuation near $1 trillion</span></a></h2>"
},
{
"text": "NATO shoots down drone over Latvia as concern about Ukraine war’s spread grows",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/world/2026/06/08/nato-shoots-down-drone-over-latvia-concern-about-ukraine-wars-spread-grows/\"><span>NATO shoots down drone over Latvia as concern about Ukraine war’s spread grows</span></a></h2>"
},
{
"text": "What to know about the UFC fight at the White House on Trump’s birthday",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/newsletter/politics/2026/06/08/what-know-about-ufc-fight-white-house-trumps-birthday/\"><span>What to know about the UFC fight at the White House on Trump’s birthday</span></a></h2>"
},
{
"text": "Gordon S. Wood, eminent scholar of U.S. history, struck by car and killed at 92",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/obituaries/2026/06/08/obituary-gordon-s-wood-eminent-historian-american-revolution/\"><span>Gordon S. Wood, eminent scholar of U.S. history, struck by car and killed at 92</span></a></h2>"
},
{
"text": "The signs of El Niño already emerging in this South American country",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-ihMULTC-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/weather/2026/06/08/el-nio-develops-this-city-is-seeing-beach-weather-during-winter/\"><span>The signs of El Niño already emerging in this South American country</span></a></h2>"
},
{
"text": "Trump is greeted by boos at Madison Square Garden during the NBA Finals",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/sports/2026/06/09/president-trump-greeted-by-boos-arrives-madison-square-garden-nba-finals/\"><span>Trump is greeted by boos at Madison Square Garden during the NBA Finals</span></a></h2>"
},
{
"text": "Trump’s grip on the GOP leaves Netanyahu with few places to turn",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/politics/2026/06/08/trumps-grip-gop-leaves-netanyahu-with-few-places-turn/\"><span>Trump’s grip on the GOP leaves Netanyahu with few places to turn</span></a></h2>"
},
{
"text": "I know firsthand why Graham Platner shouldn’t be a U.S. senator",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/opinions/2026/06/08/graham-platner-maine-us-senate-primary-bid-sends-dubious-message/\"><span>I know firsthand why Graham Platner shouldn’t be a U.S. senator</span></a></h2>"
},
{
"text": "Doctor evacuated from Congo feels ‘helpless’ watching colleagues die of Ebola",
"html": "<h2 class=\"wpds-c-iiQaMf wpds-c-iiQaMf-iciJYMJ-css\"><a data-pb-local-content-field=\"web_headline\" href=\"https://www.washingtonpost.com/health/2026/05/27/doctor-evacuated-ebola-exposure-describes-lie-congo-quarantine/\"><span>Doctor evacuated from Congo feels ‘helpless’ watching colleagues die of Ebola</span></a></h2>"
},
{
"text": "Company",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Company</h2>"
},
{
"text": "Sections",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Sections</h2>"
},
{
"text": "Get The Post",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Get The Post</h2>"
},
{
"text": "Contact Us",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Contact Us</h2>"
},
{
"text": "Terms of Use",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Terms of Use</h2>"
},
{
"text": "Company",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Company</h2>"
},
{
"text": "Sections",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Sections</h2>"
},
{
"text": "Get The Post",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Get The Post</h2>"
},
{
"text": "Contact Us",
"html": "<h2 data-qa=\"footer-section-title\" class=\"wpds-c-kbVqys\">Contact Us</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is The Washington Post - Breaking news and lates...?",
"pattern": {}
},
{
"id": "how",
"label": "How does The Washington Post - Breaking news and lates... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use The Washington Post - Breaking news and lates...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is The Washington Post - Breaking news and lates... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does The Washington Post - Breaking news and lates... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does The Washington Post - Breaking news and lates... 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 could not be fetched.
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 could not be fetched.
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,
"error": "TimeoutError: The operation was aborted due to timeout",
"validation": {
"valid": false,
"issue": "auth.md could not be fetched."
}
},
"issue": "auth.md could not be fetched.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 403,
"contentType": "application/xml",
"length": 263,
"text": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>RB0A5D1V5ZK0W5A1</RequestId><HostId>1RjnQO08BP/kNTXeJDnqB49GQYXhyBWlIiRCYCtBJEmGL/tuIXlW3fhinsZARGnwzosbLjxqEVqrbQY5kVuaEx5zv1QnIpgg</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": 403,
"contentType": "application/xml",
"length": 263,
"text": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>EXZM8GYVA71SATCG</RequestId><HostId>5sOxom4wm788+DFE5eZa71xOn7eu2yFWHFBxq96H4wIMM4Nc546/J2SGKQY5V3uzGe8GqkTnVwx1E6iBjEccpfHCHR/sD9Vv</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": 403,
"contentType": "application/xml",
"length": 263
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 403,
"contentType": "application/xml",
"length": 263
}
]
},
"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": 403,
"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>AccessDenied</Code><Message>Access Denied</Message><RequestId>2SA6YFB1BM9VK5GZ</RequestId><HostId>lWkb1OmVGXl94Q8M3G6pBxQXLMbZ+R0nge2Wgi0V9EjEdCSRa7lhuZW4Y69w0EOL0nKnR5gdZzveS2MDYCxxv01ErqOMbMu3</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.washingtonpost.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",
"error": "TimeoutError: The operation was aborted due to timeout"
},
{
"path": "/api/admin/summary",
"error": "TimeoutError: The operation was aborted due to timeout"
},
{
"path": "/api/scans",
"error": "TimeoutError: The operation was aborted due to timeout"
}
]
},
"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 AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
Check name
`[aria-hidden="true"]` elements contain focusable descendents
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus)."
}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 do not have descriptive text
50 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
4 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "4 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityPerformanceBrowser audit
Font display
10 Fail
Performance and AccessibilityPerformanceBrowser audit
Font display
Check name
Font display
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 50 ms
Fix guidance
Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 50 ms",
"description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
10 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
10 Fail
Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
Check name
Links do not have a discernible name
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).
References
https://web.dev/learn/performance/Evidence
{
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}Performance and AccessibilityPerformanceBrowser audit
List items (`<li>`) are not contained within `<ul>`, `<ol>` or `<menu>` parent elements.
10 Fail
Performance and AccessibilityPerformanceBrowser audit
List items (`<li>`) are not contained within `<ul>`, `<ol>` or `<menu>` parent elements.
Check name
List items (`<li>`) are not contained within `<ul>`, `<ol>` or `<menu>` parent elements.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/listitem).
References
https://web.dev/learn/performance/Evidence
{
"description": "Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/listitem)."
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
10 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Touch targets do not have sufficient size or spacing.
10 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
5 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
49/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": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "5,220 ms",
"numericValue": 5220.2249851850065
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 60 ms",
"numericValue": 61
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 0,
"displayValue": "6.5 s",
"numericValue": 6512.273526452471
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 1,
"displayValue": "12.5 s",
"numericValue": 12539.939652595996
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 98,
"displayValue": "0.6 s",
"numericValue": 643.01632300439
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "40 ms",
"numericValue": 35.06724
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 0,
"displayValue": "1,220 ms",
"numericValue": 1219
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 94,
"displayValue": "1.0 s",
"numericValue": 1001.0288791616128
}
]
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
5 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 25 KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 25 KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
5 Warning
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
5 Warning
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 1,051 KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 1,051 KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Fix with MCP or CLI
Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.
Score history
Public scan score over time
Public reports for this website origin. Select any point or report link to open that canonical report.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 48/100 | Level 2, Agent-Limited | Current report |