Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 42 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 0 out of 100
- GEO, AIO and AEO 74 out of 100
- SEO 92 out of 100
- Performance and Accessibility 70 out of 100
What AI sees of your website
Salon.com - News, Politics, Culture, Science & Food
Salon.com - News, Politics, Culture, Science & Food Subscribe Search News & Politics Culture Food Science & Health Money Life Stories Video Reviews Lifestyle The New Sober Boom Getting Hooked on Quitting Education Liberal Arts Cuts Are Dangerous Is College Ne...
Next step
Turn this report into a fix workflow
29 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 42 | Priority fix | 7 | 16 | 0 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 33 | Priority fix | 2 | 8 | 0 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 74 | Needs work | 6 | 0 | 14 | |
| GEO Readiness | 78 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 79 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 66 | Needs work | 1 | 0 | 6 | |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 0 | Priority fix | 4 | 5 | 0 | View details |
| Security & Trust | 0 | Priority fix | 0 | 5 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 70 | Needs work | 21 | 4 | 1 | View details |
| Performance | 60 | Needs work | 15 | 3 | 1 | View details |
| Accessibility | 88 | Mostly ready | 6 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
50 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.localStorage.getItem('userDetails')) : null;\n const darkModeEnabled = userDetails ? userDetails?.userPreferences?.darkMode === true : false;\n const stickyHeaderEnabled = userDetails ? userDetails?.userPreferences?.stickyHeader === true : false;\n\n // Helper function to read cookies\n function getCookie(name) {\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\n return v ? v[2] : null;\n }\n\n // Check for the 'wordpress_premium_member' cookie\n const hasPremiumCookie = getC"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.localStorage.getItem('userDetails')) : null;\n const darkModeEnabled = userDetails ? userDetails?.userPreferences?.darkMode === true : false;\n const stickyHeaderEnabled = userDetails ? userDetails?.userPreferences?.stickyHeader === true : false;\n\n // Helper function to read cookies\n function getCookie(name) {\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\n return v ? v[2] : null;\n }\n\n // Check for the 'wordpress_premium_member' cookie\n const hasPremiumCookie = getC"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.localStorage.getItem('userDetails')) : null;\n const darkModeEnabled = userDetails ? userDetails?.userPreferences?.darkMode === true : false;\n const stickyHeaderEnabled = userDetails ? userDetails?.userPreferences?.stickyHeader === true : false;\n\n // Helper function to read cookies\n function getCookie(name) {\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\n return v ? v[2] : null;\n }\n\n // Check for the 'wordpress_premium_member' cookie\n const hasPremiumCookie = getC"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.localStorage.getItem('userDetails')) : null;\n const darkModeEnabled = userDetails ? userDetails?.userPreferences?.darkMode === true : false;\n const stickyHeaderEnabled = userDetails ? userDetails?.userPreferences?.stickyHeader === true : false;\n\n // Helper function to read cookies\n function getCookie(name) {\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\n return v ? v[2] : null;\n }\n\n // Check for the 'wordpress_premium_member' cookie\n const hasPremiumCookie = getC"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.localStorage.getItem('userDetails')) : null;\n const darkModeEnabled = userDetails ? userDetails?.userPreferences?.darkMode === true : false;\n const stickyHeaderEnabled = userDetails ? userDetails?.userPreferences?.stickyHeader === true : false;\n\n // Helper function to read cookies\n function getCookie(name) {\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\n return v ? v[2] : null;\n }\n\n // Check for the 'wordpress_premium_member' cookie\n const hasPremiumCookie = getC"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.localStorage.getItem('userDetails')) : null;\n const darkModeEnabled = userDetails ? userDetails?.userPreferences?.darkMode === true : false;\n const stickyHeaderEnabled = userDetails ? userDetails?.userPreferences?.stickyHeader === true : false;\n\n // Helper function to read cookies\n function getCookie(name) {\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\n return v ? v[2] : null;\n }\n\n // Check for the 'wordpress_premium_member' cookie\n const hasPremiumCookie = getC"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.localStorage.getItem('userDetails')) : null;\n const darkModeEnabled = userDetails ? userDetails?.userPreferences?.darkMode === true : false;\n const stickyHeaderEnabled = userDetails ? userDetails?.userPreferences?.stickyHeader === true : false;\n\n // Helper function to read cookies\n function getCookie(name) {\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\n return v ? v[2] : null;\n }\n\n // Check for the 'wordpress_premium_member' cookie\n const hasPremiumCookie = getC"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.localStorage.getItem('userDetails')) : null;\n const darkModeEnabled = userDetails ? userDetails?.userPreferences?.darkMode === true : false;\n const stickyHeaderEnabled = userDetails ? userDetails?.userPreferences?.stickyHeader === true : false;\n\n // Helper function to read cookies\n function getCookie(name) {\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\n return v ? v[2] : null;\n }\n\n // Check for the 'wordpress_premium_member' cookie\n const hasPremiumCookie = getC"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
50 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"Organization",
"Website"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization",
"Website"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://www.salon.com/wp-json/",
"rel": "https://api.w.org/"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=UTF-8"
},
"issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 9769,
"excerpt": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
}
]
},
"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: 14 links missing accessible names; 8 buttons missing accessible names; 0/2 applicable form inputs have autocomplete attributes (2 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"https://x.com/Salon\" target=\"_blank\"> <i class=\"icon icon-twitter\"></i> </a>",
"<a href=\"https://www.instagram.com/salonofficial\" target=\"_blank\"> <i class=\"icon icon-instagram\"></i> </a>",
"<a href=\"https://www.youtube.com/user/SalonDotCom\" target=\"_blank\"> <i class=\"icon icon-youtube\"></i> </a>",
"<a href=\"https://www.facebook.com/salon\" target=\"_blank\"> <i class=\"icon icon-facebook\"></i> </a>",
"<a href=\"https://www.tiktok.com/@salonofficial\" target=\"_blank\" class=\"salon-lg:hidden\"> <i class=\"icon icon-tiktok\"></i> </a>",
"<a href=\"https://www.reddit.com/domain/salon.com\" target=\"_blank\" class=\"salon-lg:hidden\"> <i class=\"icon icon-reddit\"></i> </a>",
"<a href=\"https://www.linkedin.com/company/salon-com\" target=\"_blank\" class=\"salon-lg:hidden\"> <i class=\"icon icon-linkedin\"></i> </a>",
"<a href=\"https://x.com/Salon\" target=\"_blank\"> <i class=\"icon icon-twitter\"></i> </a>",
"<a href=\"https://www.instagram.com/salonofficial\" target=\"_blank\"> <i class=\"icon icon-instagram\"></i> </a>",
"<a href=\"https://www.youtube.com/user/SalonDotCom\" target=\"_blank\"> <i class=\"icon icon-youtube\"></i> </a>",
"<a href=\"https://www.facebook.com/salon\" target=\"_blank\"> <i class=\"icon icon-facebook\"></i> </a>",
"<a href=\"https://www.tiktok.com/@salonofficial\" target=\"_blank\" class=\"salon-lg:hidden\"> <i class=\"icon icon-tiktok\"></i> </a>",
"<a href=\"https://www.reddit.com/domain/salon.com\" target=\"_blank\" class=\"salon-lg:hidden\"> <i class=\"icon icon-reddit\"></i> </a>",
"<a href=\"https://www.linkedin.com/company/salon-com\" target=\"_blank\" class=\"salon-lg:hidden\"> <i class=\"icon icon-linkedin\"></i> </a>"
],
"inaccessibleButtons": [
"<button class=\"button__burger group/button__burger text-[#1e1e1e] dark:text-white text-2xl\" aria-pressed=\"false\" aria-controls=\"mobile-menu\"> <i class=\"icon icon-burger block group-aria-pressed/button__burger:hidden\"></i> <i class=\"icon icon-close hidden group-aria-pressed/button__burger:block\"></i> </button>",
"<button type=\"button\" role=\"switch\"><span aria-hidden=\"true\"></span><span aria-hidden=\"true\"></span><span aria-hidden=\"true\"></span></button>",
"<button type=\"button\" role=\"switch\"><span aria-hidden=\"true\"></span><span aria-hidden=\"true\"></span><span aria-hidden=\"true\"></span></button>",
"<button class=\"button__burger group/button__burger text-[#1e1e1e] dark:text-white text-2xl\" aria-pressed=\"false\" aria-controls=\"burger-menu\"> <i class=\"icon icon-burger block group-aria-pressed/button__burger:hidden\"></i> <i class=\"icon icon-close hidden group-aria-pressed/button__burger:block\"></i> </button>",
"<button type=\"button\" class=\"text-[#1e1e1e] dark:text-white group-hover/dropdown__user:text-[#ed2c1d]\" id=\"dropdown-user-2\" aria-haspopup=\"true\"> <i class=\"icon icon-user text-2xl\"></i> </button>",
"<button type=\"button\" role=\"switch\"><span aria-hidden=\"true\"></span><span aria-hidden=\"true\"></span><span aria-hidden=\"true\"></span></button>",
"<button type=\"button\" role=\"switch\"><span aria-hidden=\"true\"></span><span aria-hidden=\"true\"></span><span aria-hidden=\"true\"></span></button>",
"<button type=\"button\" aria-controls=\"alert-modal\"> <i class=\"icon icon-close-extrabold block w-5 text-xl\"></i> </button>"
],
"missingAutocompleteInputs": [
"<input type=\"search\" name=\"s\" id=\"search-form-1\" class=\"block w-full rounded-sm border border-[#a6a6a6] dark:border-white py-2 pr-4 pl-10 text-[#666666] dark:text-white text-base leading-4 placeholder:text-sm placeholder:text-[#666666] dark:placeholder:text-white placeholder:leading-4 outline-0 dark:bg-[#1d1d1d]\" placeholder=\"Search\" value>",
"<input type=\"search\" name=\"s\" id=\"search-form-3\" class=\"block w-full rounded-sm border border-[#a6a6a6] dark:border-white py-2 pr-4 pl-10 text-[#666666] dark:text-white text-base leading-4 placeholder:text-sm placeholder:text-[#666666] dark:placeholder:text-white placeholder:leading-4 outline-0 dark:bg-[#1d1d1d]\" placeholder=\"Search\" value>"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 130,
"links": 153,
"inaccessibleLinks": 14,
"buttons": 12,
"inaccessibleButtons": 8,
"images": 38,
"imagesWithAlt": 38,
"autocompleteInputs": 2,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 2
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": null
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
20 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.
20 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
}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.salon.com",
"probes": [
{
"name": "_index._agents.www.salon.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.salon.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.salon.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "salon.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="s"> is missing tool-param-description.<input name="s"> 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": 2,
"formsWithTags": 0,
"totalInteractive": 167,
"interactiveWithTags": 0,
"totalCount": 169,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing tool-param-description.",
"<input name=\"s\"> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 2,
"issues": [
"<input name=\"s\"> is missing tool-param-description.",
"<input name=\"s\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"s\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"s\"> 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": 2,
"formsWithTags": 0,
"totalInteractive": 167,
"interactiveWithTags": 0,
"totalCount": 169,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing tool-param-description.",
"<input name=\"s\"> 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": 2,
"formsWithTags": 0,
"totalInteractive": 167,
"interactiveWithTags": 0,
"totalCount": 169,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing tool-param-description.",
"<input name=\"s\"> 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: Entity clarity
GEO: Entity clarity scored 50/100 and needs improvement.
7 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 50/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: salon, com, news, politics, culture, science, food, homepage.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 50/100 and needs improvement.
Evidence
{
"title": "Salon.com - News, Politics, Culture, Science & Food",
"h1": "Salon Homepage",
"description": "",
"topicOverlap": 0,
"topicTerms": [
"salon",
"com",
"news",
"politics",
"culture",
"science",
"food",
"homepage"
],
"descriptionTerms": [],
"missingFromDescription": [
"salon",
"com",
"news",
"politics",
"culture",
"science",
"food",
"homepage"
],
"score": 50,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
5 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": [
"Salon.com"
],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.linkedin.com/company/salon-com",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/salon-com\" target=\"_blank\" class=\"salon-lg:hidden\"> <i class=\"icon icon-linkedin\"></i> </a>"
},
{
"href": "https://www.linkedin.com/company/salon-com",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/salon-com\" target=\"_blank\" class=\"salon-lg:hidden\"> <i class=\"icon icon-linkedin\"></i> </a>"
},
{
"href": "https://www.salon.com/2026/06/03/what-stanley-tucci-gets-wrong-about-olive-garden/",
"text": "What Stanley Tucci gets wrong about Olive Garden What Tucci gets wrong about Olive Garden Joseph Neese I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family",
"html": "<a href=\"https://www.salon.com/2026/06/03/what-stanley-tucci-gets-wrong-about-olive-garden/\"> <div> </div> <div> <h2>What Stanley Tucci gets wrong about Olive Garden </h2><h2>What Tucci gets wrong about Olive Garden</h2> <span>Joseph Neese</span> <h3>I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family</h3> </div> </a>"
},
{
"href": "https://www.salon.com/2026/06/04/we-need-to-talk-about-boy-moms/",
"text": "We need to talk about Boy Moms We need to talk about Boy Moms Andi Zeisler Jenny Mollen’s viral post about her son echoes a long history of mothers who refuse to cut the cord",
"html": "<a href=\"https://www.salon.com/2026/06/04/we-need-to-talk-about-boy-moms/\"> <div> </div> <div> <h2>We need to talk about Boy Moms </h2><h2>We need to talk about Boy Moms</h2> <span>Andi Zeisler</span> <h3>Jenny Mollen’s viral post about her son echoes a long history of mothers who refuse to cut the cord</h3> </div> </a>"
},
{
"href": "https://www.salon.com/2026/06/08/wait-is-backrooms-actually-about-silicon-valley/",
"text": "Backrooms: A stealth Silicon Valley tale Keith A. Spencer Backrooms: A stealth Silicon Valley tale Keith A. Spencer Maybe this liminal space horror is telling a story about what happens when we get sucked into our screens",
"html": "<a href=\"https://www.salon.com/2026/06/08/wait-is-backrooms-actually-about-silicon-valley/\"> <div> <div class=\"image\"> <img width=\"1692\" height=\"1142\" src=\"https://www.salon.com/app/uploads/2026/05/backrooms_00203.jpg\" class=\" attachment-full size-full position-center\" alt=\""Backrooms" (A24/Asterios Moutsokapas)\" title=\"We’re trapped in “Backrooms” hell\" sizes=\"(min-width: 1230px) 585px, (min-width: 902px) calc(50vw - 16px), calc(100vw - 32px)\" decoding=\"async\"..."
},
{
"href": "https://www.salon.com/2026/06/03/what-stanley-tucci-gets-wrong-about-olive-garden/",
"text": "What Tucci gets wrong about Olive Garden Joseph Neese I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family",
"html": "<a href=\"https://www.salon.com/2026/06/03/what-stanley-tucci-gets-wrong-about-olive-garden/\"> <div> </div> <div> <h2>What Tucci gets wrong about Olive Garden</h2> <span>Joseph Neese</span> <h3>I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family</h3> </div> </a>"
},
{
"href": "https://www.salon.com/about",
"text": "About",
"html": "<a href=\"https://www.salon.com/about\">About</a>"
},
{
"href": "https://www.salon.com/about/staff",
"text": "Staff",
"html": "<a href=\"https://www.salon.com/about/staff\">Staff</a>"
},
{
"href": "https://www.salon.com/about/contact",
"text": "Contact",
"html": "<a href=\"https://www.salon.com/about/contact\">Contact</a>"
},
{
"href": "https://www.salon.com/about/policy",
"text": "Privacy",
"html": "<a href=\"https://www.salon.com/about/policy\">Privacy</a>"
},
{
"href": "https://www.salon.com/about/tos",
"text": "Terms of Service",
"html": "<a href=\"https://www.salon.com/about/tos\">Terms of Service</a>"
},
{
"href": "https://www.salon.com/about/dmca",
"text": "DMCA Policy",
"html": "<a href=\"https://www.salon.com/about/dmca\"> DMCA Policy </a>"
}
],
"contactLinks": [
{
"href": "https://www.salon.com/about/contact",
"text": "Contact",
"html": "<a href=\"https://www.salon.com/about/contact\">Contact</a>"
}
],
"privacyLinks": [
{
"href": "https://www.salon.com/about/policy",
"text": "Privacy",
"html": "<a href=\"https://www.salon.com/about/policy\">Privacy</a>"
},
{
"href": "https://www.salon.com/about/tos",
"text": "Terms of Service",
"html": "<a href=\"https://www.salon.com/about/tos\">Terms of Service</a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 67/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 67/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
2 structured-data value(s) were not found in visible page text.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
67/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: Visible structured data match scored 67/100 and needs improvement.
Evidence
{
"schemaCount": 3,
"checkedFields": [
{
"path": "$[0].@graph[1].description",
"value": "Award-winning news and culture, features breaking news, in-depth reporting and criticism on politics, science, food and entertainment."
},
{
"path": "$[0].@graph[1].publisher.name",
"value": "Salon.com"
},
{
"path": "$[0].@graph[1].mainEntityOfPage.name",
"value": "salon.com"
},
{
"path": "$[2].description",
"value": "Award-winning news and culture, features breaking news, in-depth reporting and criticism on politics, science, food and entertainment."
},
{
"path": "$[2].publisher.name",
"value": "Salon.com"
},
{
"path": "$[2].mainEntityOfPage.name",
"value": "salon.com"
}
],
"mismatches": [
{
"path": "$[0].@graph[1].description",
"value": "Award-winning news and culture, features breaking news, in-depth reporting and criticism on politics, science, food and entertainment."
},
{
"path": "$[2].description",
"value": "Award-winning news and culture, features breaking news, in-depth reporting and criticism on politics, science, food and entertainment."
}
],
"score": 67,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
128 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": 129,
"passing": 1,
"failing": [
{
"heading": "The best films of the year (so far)",
"headingHtml": "<h2>The best films of the year (so far)</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best films of the year (so far)",
"headingHtml": "<h2>The best films of the year (so far)</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Outside of \"good\" or \"bad,\" 2026's finest films have enough risk-taking creativity to restore your faith in movies",
"headingHtml": "<h3>Outside of "good" or "bad," 2026's finest films have enough risk-taking creativity to restore your faith in movies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Don’t write love letters with AI",
"headingHtml": "<h2>Don’t write love letters with AI</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Don’t write love letters with AI",
"headingHtml": "<h2>Don’t write love letters with AI</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why do GenAI boosters want you to outsource your brain?",
"headingHtml": "<h3>Why do GenAI boosters want you to outsource your brain?</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hegseth's Mormon diss busts a MAGA myth",
"headingHtml": "<h2>Hegseth's Mormon diss busts a MAGA myth</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Christian nationalism isn't just immoral — it's incoherent",
"headingHtml": "<h3>Christian nationalism isn't just immoral — it's incoherent</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get used to $5 gas",
"headingHtml": "<h2>Get used to $5 gas </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Even if the war ends now, it will take months for prices to come down",
"headingHtml": "<h3>Even if the war ends now, it will take months for prices to come down</h3>",
"firstParagraph": "FEATURED",
"paragraphHtml": "<p> <span> FEATURED </span> </p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Ranked choice voting: Maine's new normal",
"headingHtml": "<h2>Ranked choice voting: Maine's new normal</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Maine voters offer real hope for democracy — and it's got nothing to do with Graham Platner",
"headingHtml": "<h3>Maine voters offer real hope for democracy — and it's got nothing to do with Graham Platner</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Soundgarden memoir that fans needed",
"headingHtml": "<h2>The Soundgarden memoir that fans needed</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Rich with perspective, the band's lead guitarist revisits Seattle's music scene and the loss of Chris Cornell",
"headingHtml": "<h3>Rich with perspective, the band's lead guitarist revisits Seattle's music scene and the loss of Chris Cornell </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Summer has another flavor",
"headingHtml": "<h2>Summer has another flavor </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Read this before you pour it down the drain",
"headingHtml": "<h3>Read this before you pour it down the drain </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Leave it to Pete Hegseth to ruin D-Day",
"headingHtml": "<h2>Leave it to Pete Hegseth to ruin D-Day</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The French are still grateful for America’s 1944 sacrifice. Hegseth’s loathsome tirade may have changed that",
"headingHtml": "<h3>The French are still grateful for America’s 1944 sacrifice. Hegseth’s loathsome tirade may have changed that</h3>",
"firstParagraph": "MOST POPULAR",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/most-popular\"> MOST POPULAR </a> </span> </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "It's not just hopium: People really are leaving MAGA",
"headingHtml": "<h2>It's not just hopium: People really are leaving MAGA </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "People really are leaving MAGA",
"headingHtml": "<h2>People really are leaving MAGA</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I was addicted to Trump’s elixir of rage and fear for years. It’s finally losing its power over others",
"headingHtml": "<h3>I was addicted to Trump’s elixir of rage and fear for years. It’s finally losing its power over others</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What Stanley Tucci gets wrong about Olive Garden",
"headingHtml": "<h2>What Stanley Tucci gets wrong about Olive Garden </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What Tucci gets wrong about Olive Garden",
"headingHtml": "<h2>What Tucci gets wrong about Olive Garden</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family",
"headingHtml": "<h3>I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "All you need is rice and lentils",
"headingHtml": "<h2>All you need is rice and lentils </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "All you need is rice and lentils",
"headingHtml": "<h2>All you need is rice and lentils</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A recipe for homemade khichuri is guaranteed to become your favorite go-to, budget-friendly weeknight meal",
"headingHtml": "<h3>A recipe for homemade khichuri is guaranteed to become your favorite go-to, budget-friendly weeknight meal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Right-wing media melts down as Spencer Pratt sinks in vote count",
"headingHtml": "<h2>Right-wing media melts down as Spencer Pratt sinks in vote count </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Right floats conspiracies as Pratt sinks",
"headingHtml": "<h2>Right floats conspiracies as Pratt sinks</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump administration launched a federal probe as Republicans fall behind in California primaries",
"headingHtml": "<h3>Trump administration launched a federal probe as Republicans fall behind in California primaries </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Officials powerless to stop 8 new data centers that could transform small Texas county",
"headingHtml": "<h2>Officials powerless to stop 8 new data centers that could transform small Texas county </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Officials powerless to stop data centers",
"headingHtml": "<h2>Officials powerless to stop data centers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "At least 248 data centers are planned to be built in Texas — nearly half in unincorporated areas",
"headingHtml": "<h3>At least 248 data centers are planned to be built in Texas — nearly half in unincorporated areas</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We need to talk about Boy Moms",
"headingHtml": "<h2>We need to talk about Boy Moms </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We need to talk about Boy Moms",
"headingHtml": "<h2>We need to talk about Boy Moms</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Jenny Mollen’s viral post about her son echoes a long history of mothers who refuse to cut the cord",
"headingHtml": "<h3>Jenny Mollen’s viral post about her son echoes a long history of mothers who refuse to cut the cord</h3>",
"firstParagraph": "NEWS & POLITICS",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/news-and-politics\"> NEWS & POLITICS </a> </span> </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Trump DOJ axed probe into GOP coal baron",
"headingHtml": "<h2>Trump DOJ axed probe into GOP coal baron</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "DOJ put pressure on a probe into potential criminal violations of Justice's vast coal empire",
"headingHtml": "<h3>DOJ put pressure on a probe into potential criminal violations of Justice's vast coal empire</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pulte's ties to secretive Christian org",
"headingHtml": "<h2>Pulte's ties to secretive Christian org</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The new acting national intelligence director’s grandfather was close with Fellowship Foundation leader Doug Coe",
"headingHtml": "<h3>The new acting national intelligence director’s grandfather was close with Fellowship Foundation leader Doug Coe</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Even purple Colorado's GOP has gone nuts",
"headingHtml": "<h2>Even purple Colorado's GOP has gone nuts</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The lead in the GOP governor’s primary claims he’s an expert at “Cajun Karate” — the other two aren’t much better",
"headingHtml": "<h3>The lead in the GOP governor’s primary claims he’s an expert at “Cajun Karate” — the other two aren’t much better</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "People really are leaving MAGA",
"headingHtml": "<h2>People really are leaving MAGA</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I was addicted to Trump’s elixir of rage and fear for years. It’s finally losing its power over others",
"headingHtml": "<h3>I was addicted to Trump’s elixir of rage and fear for years. It’s finally losing its power over others</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "US spends billions on war, and can't win",
"headingHtml": "<h2>US spends billions on war, and can't win</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "US spends billions on war, and can't win",
"headingHtml": "<h2>US spends billions on war, and can't win</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The greatest military power in history hasn't managed to win a war since 1945. Doesn't that tell us something?",
"headingHtml": "<h3>The greatest military power in history hasn't managed to win a war since 1945. Doesn't that tell us something?</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Greg Bovino goes full fash: What a shock",
"headingHtml": "<h2>Greg Bovino goes full fash: What a shock</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump's former chief goon was the star attraction at European conference of ethnic-cleansing superfans",
"headingHtml": "<h3>Trump's former chief goon was the star attraction at European conference of ethnic-cleansing superfans </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why Iran is “Trump’s Vietnam”",
"headingHtml": "<h2>Why Iran is “Trump’s Vietnam”</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We’ve barely begun to feel the economic effects of Trump’s misbegotten war. This fall could get rough",
"headingHtml": "<h3>We’ve barely begun to feel the economic effects of Trump’s misbegotten war. This fall could get rough</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Right floats conspiracies as Pratt sinks",
"headingHtml": "<h2>Right floats conspiracies as Pratt sinks</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump administration launched a federal probe as Republicans fall behind in California primaries",
"headingHtml": "<h3>Trump administration launched a federal probe as Republicans fall behind in California primaries </h3>",
"firstParagraph": "CULTURE",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/culture\"> CULTURE </a> </span> </p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Backrooms: A stealth Silicon Valley tale",
"headingHtml": "<h2>Backrooms: A stealth Silicon Valley tale</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Backrooms: A stealth Silicon Valley tale",
"headingHtml": "<h2>Backrooms: A stealth Silicon Valley tale</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Maybe this liminal space horror is telling a story about what happens when we get sucked into our screens",
"headingHtml": "<h3>Maybe this liminal space horror is telling a story about what happens when we get sucked into our screens</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Ryan O’Connell is inspiration porn",
"headingHtml": "<h2>Ryan O’Connell is inspiration porn</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The queer, disabled writer talks family shame, TV fame and what the internet has done for – and to – vulnerability",
"headingHtml": "<h3>The queer, disabled writer talks family shame, TV fame and what the internet has done for – and to – vulnerability </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Earth, Wind & Fire's music is universal",
"headingHtml": "<h2>Earth, Wind & Fire's music is universal</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Questlove’s new documentary explores the spiritual magic that makes one of pop's biggest bands among its greatest",
"headingHtml": "<h3>Questlove’s new documentary explores the spiritual magic that makes one of pop's biggest bands among its greatest</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What our DJs are spinning this summer",
"headingHtml": "<h2>What our DJs are spinning this summer</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "3 playlists to kick off all your parties",
"headingHtml": "<h3> 3 playlists to kick off all your parties</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How \"Cars\" ruined Pixar",
"headingHtml": "<h2>How "Cars" ruined Pixar</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The for-boys movie became Pixar's first big miss. 20 years on, the studio's still feeling the repercussions",
"headingHtml": "<h3>The for-boys movie became Pixar's first big miss. 20 years on, the studio's still feeling the repercussions</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best albums of the year (so far)",
"headingHtml": "<h2>The best albums of the year (so far)</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Instead of sinking into despair, we turned to these albums for joy, empowerment, healing and hope",
"headingHtml": "<h3>Instead of sinking into despair, we turned to these albums for joy, empowerment, healing and hope</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nat and Alex Wolff trace Beatles fandom",
"headingHtml": "<h2>Nat and Alex Wolff trace Beatles fandom</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Wolff brothers join \"Everything Fab Four\" to discuss their new album and what they owe to \"The White Album\"",
"headingHtml": "<h3>The Wolff brothers join "Everything Fab Four" to discuss their new album and what they owe to "The White Album"</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The misplaced obsession over \"Obsession\"",
"headingHtml": "<h2>The misplaced obsession over "Obsession"</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Touting Curry Barker’s perfectly fine horror film as an instant classic reveals the depth of its flaws",
"headingHtml": "<h3>Touting Curry Barker’s perfectly fine horror film as an instant classic reveals the depth of its flaws</h3>",
"firstParagraph": "MONEY",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/money\"> MONEY </a> </span> </p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Summer's mixed forecasts, rising costs",
"headingHtml": "<h2>Summer's mixed forecasts, rising costs</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Memorial Day travel demand remains strong as NOAA predicts below-normal hurricane season and rising vacation costs",
"headingHtml": "<h3>Memorial Day travel demand remains strong as NOAA predicts below-normal hurricane season and rising vacation costs</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Farm aid can't outrun Trump's war",
"headingHtml": "<h2>Farm aid can't outrun Trump's war</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "With rising costs of fuel and fertilizer, and tariffs still in place, the outlook for 2026 is bleak",
"headingHtml": "<h3>With rising costs of fuel and fertilizer, and tariffs still in place, the outlook for 2026 is bleak</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The pistachio trend has some history",
"headingHtml": "<h2>The pistachio trend has some history</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Benefiting off viral trends, like Dubai chocolate, has been actually decades in the making",
"headingHtml": "<h3>Benefiting off viral trends, like Dubai chocolate, has been actually decades in the making</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Minnesota takes on Polymarket, Kalshi",
"headingHtml": "<h2>Minnesota takes on Polymarket, Kalshi</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Commodity Futures Trading Commission is suing multiple states for trying to rein in Polymarket and Kalshi",
"headingHtml": "<h3>The Commodity Futures Trading Commission is suing multiple states for trying to rein in Polymarket and Kalshi</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Trump phone is here. It's junk",
"headingHtml": "<h2>The Trump phone is here. It's junk</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Trump phone is here. It's junk",
"headingHtml": "<h2>The Trump phone is here. It's junk</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tech experts and reviewers say the long-delayed $500 phone has high costs, middling specs and murky origins",
"headingHtml": "<h3>Tech experts and reviewers say the long-delayed $500 phone has high costs, middling specs and murky origins</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The American workforce is a matriarchy",
"headingHtml": "<h2>The American workforce is a matriarchy</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "As moms are driving the growth in America's labor market, it's time for major investments in early childcare",
"headingHtml": "<h3>As moms are driving the growth in America's labor market, it's time for major investments in early childcare</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your rewards card may be spying on you",
"headingHtml": "<h2>Your rewards card may be spying on you</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A surveillance pricing ban in Maryland leaves out loyalty programs — costing customers more than they save",
"headingHtml": "<h3>A surveillance pricing ban in Maryland leaves out loyalty programs — costing customers more than they save</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A no-spend week, starting in the kitchen",
"headingHtml": "<h2>A no-spend week, starting in the kitchen</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How planning meals, stretching ingredients and baking something sweet can make a no-spend week feel generous",
"headingHtml": "<h3>How planning meals, stretching ingredients and baking something sweet can make a no-spend week feel generous </h3>",
"firstParagraph": "SCIENCE & HEALTH",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/science-and-health\"> SCIENCE & HEALTH </a> </span> </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Trump: Cognitive tests prove he's smart",
"headingHtml": "<h2>Trump: Cognitive tests prove he's smart</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Doctors say MoCA is screening tool for cognitive impairment, not intelligence test, despite Trump’s intellect claim",
"headingHtml": "<h3>Doctors say MoCA is screening tool for cognitive impairment, not intelligence test, despite Trump’s intellect claim</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump cuts to global health hit home",
"headingHtml": "<h2>Trump cuts to global health hit home </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Politicized public health agencies also make it harder to hold officials accountable",
"headingHtml": "<h3>Politicized public health agencies also make it harder to hold officials accountable</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "PCOS becomes PMOS",
"headingHtml": "<h2>PCOS becomes PMOS</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "This change to this common reproductive health issue could lead to better and earlier treatment for 15% of women.",
"headingHtml": "<h3>This change to this common reproductive health issue could lead to better and earlier treatment for 15% of women.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Lower drug prices won't fix cancer care",
"headingHtml": "<h2>Lower drug prices won't fix cancer care</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "As breakthrough drugs offer critical hope to patients, lawmakers should focus on shoring up the social safety net",
"headingHtml": "<h3>As breakthrough drugs offer critical hope to patients, lawmakers should focus on shoring up the social safety net</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Ebola outbreak is a US failure",
"headingHtml": "<h2>Ebola outbreak is a US failure</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "America didn't cause these diseases. But Trump’s cuts to public health have put the world at risk",
"headingHtml": "<h3>America didn't cause these diseases. But Trump’s cuts to public health have put the world at risk</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The toll of Florida's abortion ban",
"headingHtml": "<h2>The toll of Florida's abortion ban</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The toll of Florida's abortion ban",
"headingHtml": "<h2>The toll of Florida's abortion ban</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The number of Florida residents who traveled out of state nearly tripled between 2023 and 2024",
"headingHtml": "<h3>The number of Florida residents who traveled out of state nearly tripled between 2023 and 2024</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hantavirus is a warning. We must listen",
"headingHtml": "<h2>Hantavirus is a warning. We must listen</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Dutch cruise ship incident probably isn’t the next pandemic. That doesn’t mean we’re risk-free from outbreaks",
"headingHtml": "<h3>The Dutch cruise ship incident probably isn’t the next pandemic. That doesn’t mean we’re risk-free from outbreaks</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Moms.gov is not what moms really need",
"headingHtml": "<h2>Moms.gov is not what moms really need</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Trump admin says moms.gov is a critical resource. Advocates say it's ideology over substance — and even harmful",
"headingHtml": "<h3>The Trump admin says moms.gov is a critical resource. Advocates say it's ideology over substance — and even harmful</h3>",
"firstParagraph": "FOOD",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/food\"> FOOD </a> </span> </p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "All you need is rice and lentils",
"headingHtml": "<h2>All you need is rice and lentils</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "All you need is rice and lentils",
"headingHtml": "<h2>All you need is rice and lentils</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A recipe for homemade khichuri is guaranteed to become your favorite go-to, budget-friendly weeknight meal",
"headingHtml": "<h3>A recipe for homemade khichuri is guaranteed to become your favorite go-to, budget-friendly weeknight meal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Frozen pizza, made better",
"headingHtml": "<h2>Frozen pizza, made better </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Transform a simple slab of store-bought pizza into a restaurant-worthy meal with these tips",
"headingHtml": "<h3>Transform a simple slab of store-bought pizza into a restaurant-worthy meal with these tips</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What Tucci gets wrong about Olive Garden",
"headingHtml": "<h2>What Tucci gets wrong about Olive Garden</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family",
"headingHtml": "<h3>I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The magic dust your kitchen is missing",
"headingHtml": "<h2>The magic dust your kitchen is missing </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The case for ranch packets, gravy mixes and other underestimated flavor builders",
"headingHtml": "<h3>The case for ranch packets, gravy mixes and other underestimated flavor builders</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "5 budget food hacks, according to Reddit",
"headingHtml": "<h2>5 budget food hacks, according to Reddit</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Groceries don't have to be a major financial burden, thanks to these tried-and-trusted tips",
"headingHtml": "<h3>Groceries don't have to be a major financial burden, thanks to these tried-and-trusted tips</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Fishwife's anchovies need a summer break",
"headingHtml": "<h2>Fishwife's anchovies need a summer break</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "It's not goodbye forever. It's just goodbye for now, the tinned fish brand assures its longtime fans",
"headingHtml": "<h3>It's not goodbye forever. It's just goodbye for now, the tinned fish brand assures its longtime fans</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Stop throwing out your pickle juice",
"headingHtml": "<h2>Stop throwing out your pickle juice </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "From pickle lemonade to that viral dip, what's at the bottom of the jar is often the best part",
"headingHtml": "<h3>From pickle lemonade to that viral dip, what's at the bottom of the jar is often the best part</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How broccoli crowns became a luxury buy",
"headingHtml": "<h2>How broccoli crowns became a luxury buy</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The rising costs of cauliflower, broccoli and tomatoes can be explained by a combination of unpalatable factors",
"headingHtml": "<h3>The rising costs of cauliflower, broccoli and tomatoes can be explained by a combination of unpalatable factors</h3>",
"firstParagraph": "LIFE STORIES",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/life-stories\"> LIFE STORIES </a> </span> </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Fatherhood, fear and our family gifts",
"headingHtml": "<h2>Fatherhood, fear and our family gifts</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "\"You turned out fine, right?\" my mother said when I wanted to confront my own father. But had I?",
"headingHtml": "<h3>"You turned out fine, right?" my mother said when I wanted to confront my own father. But had I?</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Magic half-hours at Lozano Car Wash",
"headingHtml": "<h2>Magic half-hours at Lozano Car Wash</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Under the distinctive green arches of this Bay Area landmark, before he left us, my father once doted on me",
"headingHtml": "<h3>Under the distinctive green arches of this Bay Area landmark, before he left us, my father once doted on me</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "My father, the disapproving doctor",
"headingHtml": "<h2>My father, the disapproving doctor </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "My father said my confessional writing humiliated him. We got along best when I had an ailment he could fix",
"headingHtml": "<h3>My father said my confessional writing humiliated him. We got along best when I had an ailment he could fix</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "\"Dear Father\" letters and DNA tests",
"headingHtml": "<h2>"Dear Father" letters and DNA tests</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.
3 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": [
"Salon.com"
],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.linkedin.com/company/salon-com",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/salon-com\" target=\"_blank\" class=\"salon-lg:hidden\"> <i class=\"icon icon-linkedin\"></i> </a>"
},
{
"href": "https://www.linkedin.com/company/salon-com",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/salon-com\" target=\"_blank\" class=\"salon-lg:hidden\"> <i class=\"icon icon-linkedin\"></i> </a>"
},
{
"href": "https://www.salon.com/2026/06/03/what-stanley-tucci-gets-wrong-about-olive-garden/",
"text": "What Stanley Tucci gets wrong about Olive Garden What Tucci gets wrong about Olive Garden Joseph Neese I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family",
"html": "<a href=\"https://www.salon.com/2026/06/03/what-stanley-tucci-gets-wrong-about-olive-garden/\"> <div> </div> <div> <h2>What Stanley Tucci gets wrong about Olive Garden </h2><h2>What Tucci gets wrong about Olive Garden</h2> <span>Joseph Neese</span> <h3>I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family</h3> </div> </a>"
},
{
"href": "https://www.salon.com/2026/06/04/we-need-to-talk-about-boy-moms/",
"text": "We need to talk about Boy Moms We need to talk about Boy Moms Andi Zeisler Jenny Mollen’s viral post about her son echoes a long history of mothers who refuse to cut the cord",
"html": "<a href=\"https://www.salon.com/2026/06/04/we-need-to-talk-about-boy-moms/\"> <div> </div> <div> <h2>We need to talk about Boy Moms </h2><h2>We need to talk about Boy Moms</h2> <span>Andi Zeisler</span> <h3>Jenny Mollen’s viral post about her son echoes a long history of mothers who refuse to cut the cord</h3> </div> </a>"
},
{
"href": "https://www.salon.com/2026/06/08/wait-is-backrooms-actually-about-silicon-valley/",
"text": "Backrooms: A stealth Silicon Valley tale Keith A. Spencer Backrooms: A stealth Silicon Valley tale Keith A. Spencer Maybe this liminal space horror is telling a story about what happens when we get sucked into our screens",
"html": "<a href=\"https://www.salon.com/2026/06/08/wait-is-backrooms-actually-about-silicon-valley/\"> <div> <div class=\"image\"> <img width=\"1692\" height=\"1142\" src=\"https://www.salon.com/app/uploads/2026/05/backrooms_00203.jpg\" class=\" attachment-full size-full position-center\" alt=\""Backrooms" (A24/Asterios Moutsokapas)\" title=\"We’re trapped in “Backrooms” hell\" sizes=\"(min-width: 1230px) 585px, (min-width: 902px) calc(50vw - 16px), calc(100vw - 32px)\" decoding=\"async\"..."
},
{
"href": "https://www.salon.com/2026/06/03/what-stanley-tucci-gets-wrong-about-olive-garden/",
"text": "What Tucci gets wrong about Olive Garden Joseph Neese I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family",
"html": "<a href=\"https://www.salon.com/2026/06/03/what-stanley-tucci-gets-wrong-about-olive-garden/\"> <div> </div> <div> <h2>What Tucci gets wrong about Olive Garden</h2> <span>Joseph Neese</span> <h3>I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family</h3> </div> </a>"
},
{
"href": "https://www.salon.com/about",
"text": "About",
"html": "<a href=\"https://www.salon.com/about\">About</a>"
},
{
"href": "https://www.salon.com/about/staff",
"text": "Staff",
"html": "<a href=\"https://www.salon.com/about/staff\">Staff</a>"
},
{
"href": "https://www.salon.com/about/contact",
"text": "Contact",
"html": "<a href=\"https://www.salon.com/about/contact\">Contact</a>"
},
{
"href": "https://www.salon.com/about/policy",
"text": "Privacy",
"html": "<a href=\"https://www.salon.com/about/policy\">Privacy</a>"
},
{
"href": "https://www.salon.com/about/tos",
"text": "Terms of Service",
"html": "<a href=\"https://www.salon.com/about/tos\">Terms of Service</a>"
},
{
"href": "https://www.salon.com/about/dmca",
"text": "DMCA Policy",
"html": "<a href=\"https://www.salon.com/about/dmca\"> DMCA Policy </a>"
}
],
"contactLinks": [
{
"href": "https://www.salon.com/about/contact",
"text": "Contact",
"html": "<a href=\"https://www.salon.com/about/contact\">Contact</a>"
}
],
"privacyLinks": [
{
"href": "https://www.salon.com/about/policy",
"text": "Privacy",
"html": "<a href=\"https://www.salon.com/about/policy\">Privacy</a>"
},
{
"href": "https://www.salon.com/about/tos",
"text": "Terms of Service",
"html": "<a href=\"https://www.salon.com/about/tos\">Terms of Service</a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 55/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 55/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: salon, com, news, politics, culture, science, food, homepage.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
55/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 55/100 and needs improvement.
Evidence
{
"title": "Salon.com - News, Politics, Culture, Science & Food",
"h1": "Salon Homepage",
"description": "",
"topicOverlap": 0,
"definitionCount": 26,
"topicTerms": [
"salon",
"com",
"news",
"politics",
"culture",
"science",
"food",
"homepage"
],
"descriptionTerms": [],
"missingFromDescription": [
"salon",
"com",
"news",
"politics",
"culture",
"science",
"food",
"homepage"
],
"score": 55,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
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": 9,
"heading": "H3: Fathers have always been prickly territory for me, a Métis child of the Sixties Scoop adopted by Mennonites",
"text": "Copyright © 2026 Salon.com, LLC. Reproduction of material from any Salon pages without written permission is strictly prohibited. SALON ® is registered in the U.S. Patent and Trademark Office as a trademark of Salon.com, LLC. Associated Press articles: Copyright © 2016 The Associated Press. All rights reserved. This material may not be published, broadcast, rewritten or redistributed.",
"words": 57,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (57 words; target 80-220)."
],
"html": "<p> Copyright © 2026 Salon.com, LLC. Reproduction of material from any Salon pages without written permission is strictly prohibited. SALON ® is registered in the U.S. Patent and Trademark Office as a trademark of Salon.com, LLC. Associated Press articles: Copyright © 2016 The Associated Press. All rights reserved. This material may not be published, broadcast, rewritten or redistributed. </p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
128 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 70/100 and needs improvement.
Evidence
{
"h2Count": 71,
"questionH2s": [
{
"index": 13,
"text": "What Stanley Tucci gets wrong about Olive Garden",
"isQuestion": true,
"html": "<h2>What Stanley Tucci gets wrong about Olive Garden </h2>"
},
{
"index": 14,
"text": "What Tucci gets wrong about Olive Garden",
"isQuestion": true,
"html": "<h2>What Tucci gets wrong about Olive Garden</h2>"
},
{
"index": 30,
"text": "Why Iran is “Trump’s Vietnam”",
"isQuestion": true,
"html": "<h2>Why Iran is “Trump’s Vietnam”</h2>"
},
{
"index": 36,
"text": "What our DJs are spinning this summer",
"isQuestion": true,
"html": "<h2>What our DJs are spinning this summer</h2>"
},
{
"index": 37,
"text": "How \"Cars\" ruined Pixar",
"isQuestion": true,
"html": "<h2>How "Cars" ruined Pixar</h2>"
},
{
"index": 62,
"text": "What Tucci gets wrong about Olive Garden",
"isQuestion": true,
"html": "<h2>What Tucci gets wrong about Olive Garden</h2>"
},
{
"index": 67,
"text": "How broccoli crowns became a luxury buy",
"isQuestion": true,
"html": "<h2>How broccoli crowns became a luxury buy</h2>"
}
],
"hasFaq": false,
"score": 70,
"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
128 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": 129,
"passing": 1,
"failing": [
{
"heading": "The best films of the year (so far)",
"headingHtml": "<h2>The best films of the year (so far)</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best films of the year (so far)",
"headingHtml": "<h2>The best films of the year (so far)</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Outside of \"good\" or \"bad,\" 2026's finest films have enough risk-taking creativity to restore your faith in movies",
"headingHtml": "<h3>Outside of "good" or "bad," 2026's finest films have enough risk-taking creativity to restore your faith in movies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Don’t write love letters with AI",
"headingHtml": "<h2>Don’t write love letters with AI</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Don’t write love letters with AI",
"headingHtml": "<h2>Don’t write love letters with AI</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why do GenAI boosters want you to outsource your brain?",
"headingHtml": "<h3>Why do GenAI boosters want you to outsource your brain?</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hegseth's Mormon diss busts a MAGA myth",
"headingHtml": "<h2>Hegseth's Mormon diss busts a MAGA myth</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Christian nationalism isn't just immoral — it's incoherent",
"headingHtml": "<h3>Christian nationalism isn't just immoral — it's incoherent</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get used to $5 gas",
"headingHtml": "<h2>Get used to $5 gas </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Even if the war ends now, it will take months for prices to come down",
"headingHtml": "<h3>Even if the war ends now, it will take months for prices to come down</h3>",
"firstParagraph": "FEATURED",
"paragraphHtml": "<p> <span> FEATURED </span> </p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Ranked choice voting: Maine's new normal",
"headingHtml": "<h2>Ranked choice voting: Maine's new normal</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Maine voters offer real hope for democracy — and it's got nothing to do with Graham Platner",
"headingHtml": "<h3>Maine voters offer real hope for democracy — and it's got nothing to do with Graham Platner</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Soundgarden memoir that fans needed",
"headingHtml": "<h2>The Soundgarden memoir that fans needed</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Rich with perspective, the band's lead guitarist revisits Seattle's music scene and the loss of Chris Cornell",
"headingHtml": "<h3>Rich with perspective, the band's lead guitarist revisits Seattle's music scene and the loss of Chris Cornell </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Summer has another flavor",
"headingHtml": "<h2>Summer has another flavor </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Read this before you pour it down the drain",
"headingHtml": "<h3>Read this before you pour it down the drain </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Leave it to Pete Hegseth to ruin D-Day",
"headingHtml": "<h2>Leave it to Pete Hegseth to ruin D-Day</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The French are still grateful for America’s 1944 sacrifice. Hegseth’s loathsome tirade may have changed that",
"headingHtml": "<h3>The French are still grateful for America’s 1944 sacrifice. Hegseth’s loathsome tirade may have changed that</h3>",
"firstParagraph": "MOST POPULAR",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/most-popular\"> MOST POPULAR </a> </span> </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "It's not just hopium: People really are leaving MAGA",
"headingHtml": "<h2>It's not just hopium: People really are leaving MAGA </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "People really are leaving MAGA",
"headingHtml": "<h2>People really are leaving MAGA</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I was addicted to Trump’s elixir of rage and fear for years. It’s finally losing its power over others",
"headingHtml": "<h3>I was addicted to Trump’s elixir of rage and fear for years. It’s finally losing its power over others</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What Stanley Tucci gets wrong about Olive Garden",
"headingHtml": "<h2>What Stanley Tucci gets wrong about Olive Garden </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What Tucci gets wrong about Olive Garden",
"headingHtml": "<h2>What Tucci gets wrong about Olive Garden</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family",
"headingHtml": "<h3>I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "All you need is rice and lentils",
"headingHtml": "<h2>All you need is rice and lentils </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "All you need is rice and lentils",
"headingHtml": "<h2>All you need is rice and lentils</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A recipe for homemade khichuri is guaranteed to become your favorite go-to, budget-friendly weeknight meal",
"headingHtml": "<h3>A recipe for homemade khichuri is guaranteed to become your favorite go-to, budget-friendly weeknight meal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Right-wing media melts down as Spencer Pratt sinks in vote count",
"headingHtml": "<h2>Right-wing media melts down as Spencer Pratt sinks in vote count </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Right floats conspiracies as Pratt sinks",
"headingHtml": "<h2>Right floats conspiracies as Pratt sinks</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump administration launched a federal probe as Republicans fall behind in California primaries",
"headingHtml": "<h3>Trump administration launched a federal probe as Republicans fall behind in California primaries </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Officials powerless to stop 8 new data centers that could transform small Texas county",
"headingHtml": "<h2>Officials powerless to stop 8 new data centers that could transform small Texas county </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Officials powerless to stop data centers",
"headingHtml": "<h2>Officials powerless to stop data centers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "At least 248 data centers are planned to be built in Texas — nearly half in unincorporated areas",
"headingHtml": "<h3>At least 248 data centers are planned to be built in Texas — nearly half in unincorporated areas</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We need to talk about Boy Moms",
"headingHtml": "<h2>We need to talk about Boy Moms </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We need to talk about Boy Moms",
"headingHtml": "<h2>We need to talk about Boy Moms</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Jenny Mollen’s viral post about her son echoes a long history of mothers who refuse to cut the cord",
"headingHtml": "<h3>Jenny Mollen’s viral post about her son echoes a long history of mothers who refuse to cut the cord</h3>",
"firstParagraph": "NEWS & POLITICS",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/news-and-politics\"> NEWS & POLITICS </a> </span> </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Trump DOJ axed probe into GOP coal baron",
"headingHtml": "<h2>Trump DOJ axed probe into GOP coal baron</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "DOJ put pressure on a probe into potential criminal violations of Justice's vast coal empire",
"headingHtml": "<h3>DOJ put pressure on a probe into potential criminal violations of Justice's vast coal empire</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pulte's ties to secretive Christian org",
"headingHtml": "<h2>Pulte's ties to secretive Christian org</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The new acting national intelligence director’s grandfather was close with Fellowship Foundation leader Doug Coe",
"headingHtml": "<h3>The new acting national intelligence director’s grandfather was close with Fellowship Foundation leader Doug Coe</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Even purple Colorado's GOP has gone nuts",
"headingHtml": "<h2>Even purple Colorado's GOP has gone nuts</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The lead in the GOP governor’s primary claims he’s an expert at “Cajun Karate” — the other two aren’t much better",
"headingHtml": "<h3>The lead in the GOP governor’s primary claims he’s an expert at “Cajun Karate” — the other two aren’t much better</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "People really are leaving MAGA",
"headingHtml": "<h2>People really are leaving MAGA</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I was addicted to Trump’s elixir of rage and fear for years. It’s finally losing its power over others",
"headingHtml": "<h3>I was addicted to Trump’s elixir of rage and fear for years. It’s finally losing its power over others</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "US spends billions on war, and can't win",
"headingHtml": "<h2>US spends billions on war, and can't win</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "US spends billions on war, and can't win",
"headingHtml": "<h2>US spends billions on war, and can't win</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The greatest military power in history hasn't managed to win a war since 1945. Doesn't that tell us something?",
"headingHtml": "<h3>The greatest military power in history hasn't managed to win a war since 1945. Doesn't that tell us something?</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Greg Bovino goes full fash: What a shock",
"headingHtml": "<h2>Greg Bovino goes full fash: What a shock</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump's former chief goon was the star attraction at European conference of ethnic-cleansing superfans",
"headingHtml": "<h3>Trump's former chief goon was the star attraction at European conference of ethnic-cleansing superfans </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why Iran is “Trump’s Vietnam”",
"headingHtml": "<h2>Why Iran is “Trump’s Vietnam”</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We’ve barely begun to feel the economic effects of Trump’s misbegotten war. This fall could get rough",
"headingHtml": "<h3>We’ve barely begun to feel the economic effects of Trump’s misbegotten war. This fall could get rough</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Right floats conspiracies as Pratt sinks",
"headingHtml": "<h2>Right floats conspiracies as Pratt sinks</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump administration launched a federal probe as Republicans fall behind in California primaries",
"headingHtml": "<h3>Trump administration launched a federal probe as Republicans fall behind in California primaries </h3>",
"firstParagraph": "CULTURE",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/culture\"> CULTURE </a> </span> </p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Backrooms: A stealth Silicon Valley tale",
"headingHtml": "<h2>Backrooms: A stealth Silicon Valley tale</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Backrooms: A stealth Silicon Valley tale",
"headingHtml": "<h2>Backrooms: A stealth Silicon Valley tale</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Maybe this liminal space horror is telling a story about what happens when we get sucked into our screens",
"headingHtml": "<h3>Maybe this liminal space horror is telling a story about what happens when we get sucked into our screens</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Ryan O’Connell is inspiration porn",
"headingHtml": "<h2>Ryan O’Connell is inspiration porn</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The queer, disabled writer talks family shame, TV fame and what the internet has done for – and to – vulnerability",
"headingHtml": "<h3>The queer, disabled writer talks family shame, TV fame and what the internet has done for – and to – vulnerability </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Earth, Wind & Fire's music is universal",
"headingHtml": "<h2>Earth, Wind & Fire's music is universal</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Questlove’s new documentary explores the spiritual magic that makes one of pop's biggest bands among its greatest",
"headingHtml": "<h3>Questlove’s new documentary explores the spiritual magic that makes one of pop's biggest bands among its greatest</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What our DJs are spinning this summer",
"headingHtml": "<h2>What our DJs are spinning this summer</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "3 playlists to kick off all your parties",
"headingHtml": "<h3> 3 playlists to kick off all your parties</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How \"Cars\" ruined Pixar",
"headingHtml": "<h2>How "Cars" ruined Pixar</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The for-boys movie became Pixar's first big miss. 20 years on, the studio's still feeling the repercussions",
"headingHtml": "<h3>The for-boys movie became Pixar's first big miss. 20 years on, the studio's still feeling the repercussions</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best albums of the year (so far)",
"headingHtml": "<h2>The best albums of the year (so far)</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Instead of sinking into despair, we turned to these albums for joy, empowerment, healing and hope",
"headingHtml": "<h3>Instead of sinking into despair, we turned to these albums for joy, empowerment, healing and hope</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nat and Alex Wolff trace Beatles fandom",
"headingHtml": "<h2>Nat and Alex Wolff trace Beatles fandom</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Wolff brothers join \"Everything Fab Four\" to discuss their new album and what they owe to \"The White Album\"",
"headingHtml": "<h3>The Wolff brothers join "Everything Fab Four" to discuss their new album and what they owe to "The White Album"</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The misplaced obsession over \"Obsession\"",
"headingHtml": "<h2>The misplaced obsession over "Obsession"</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Touting Curry Barker’s perfectly fine horror film as an instant classic reveals the depth of its flaws",
"headingHtml": "<h3>Touting Curry Barker’s perfectly fine horror film as an instant classic reveals the depth of its flaws</h3>",
"firstParagraph": "MONEY",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/money\"> MONEY </a> </span> </p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Summer's mixed forecasts, rising costs",
"headingHtml": "<h2>Summer's mixed forecasts, rising costs</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Memorial Day travel demand remains strong as NOAA predicts below-normal hurricane season and rising vacation costs",
"headingHtml": "<h3>Memorial Day travel demand remains strong as NOAA predicts below-normal hurricane season and rising vacation costs</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Farm aid can't outrun Trump's war",
"headingHtml": "<h2>Farm aid can't outrun Trump's war</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "With rising costs of fuel and fertilizer, and tariffs still in place, the outlook for 2026 is bleak",
"headingHtml": "<h3>With rising costs of fuel and fertilizer, and tariffs still in place, the outlook for 2026 is bleak</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The pistachio trend has some history",
"headingHtml": "<h2>The pistachio trend has some history</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Benefiting off viral trends, like Dubai chocolate, has been actually decades in the making",
"headingHtml": "<h3>Benefiting off viral trends, like Dubai chocolate, has been actually decades in the making</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Minnesota takes on Polymarket, Kalshi",
"headingHtml": "<h2>Minnesota takes on Polymarket, Kalshi</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Commodity Futures Trading Commission is suing multiple states for trying to rein in Polymarket and Kalshi",
"headingHtml": "<h3>The Commodity Futures Trading Commission is suing multiple states for trying to rein in Polymarket and Kalshi</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Trump phone is here. It's junk",
"headingHtml": "<h2>The Trump phone is here. It's junk</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Trump phone is here. It's junk",
"headingHtml": "<h2>The Trump phone is here. It's junk</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tech experts and reviewers say the long-delayed $500 phone has high costs, middling specs and murky origins",
"headingHtml": "<h3>Tech experts and reviewers say the long-delayed $500 phone has high costs, middling specs and murky origins</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The American workforce is a matriarchy",
"headingHtml": "<h2>The American workforce is a matriarchy</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "As moms are driving the growth in America's labor market, it's time for major investments in early childcare",
"headingHtml": "<h3>As moms are driving the growth in America's labor market, it's time for major investments in early childcare</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your rewards card may be spying on you",
"headingHtml": "<h2>Your rewards card may be spying on you</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A surveillance pricing ban in Maryland leaves out loyalty programs — costing customers more than they save",
"headingHtml": "<h3>A surveillance pricing ban in Maryland leaves out loyalty programs — costing customers more than they save</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A no-spend week, starting in the kitchen",
"headingHtml": "<h2>A no-spend week, starting in the kitchen</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How planning meals, stretching ingredients and baking something sweet can make a no-spend week feel generous",
"headingHtml": "<h3>How planning meals, stretching ingredients and baking something sweet can make a no-spend week feel generous </h3>",
"firstParagraph": "SCIENCE & HEALTH",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/science-and-health\"> SCIENCE & HEALTH </a> </span> </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Trump: Cognitive tests prove he's smart",
"headingHtml": "<h2>Trump: Cognitive tests prove he's smart</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Doctors say MoCA is screening tool for cognitive impairment, not intelligence test, despite Trump’s intellect claim",
"headingHtml": "<h3>Doctors say MoCA is screening tool for cognitive impairment, not intelligence test, despite Trump’s intellect claim</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trump cuts to global health hit home",
"headingHtml": "<h2>Trump cuts to global health hit home </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Politicized public health agencies also make it harder to hold officials accountable",
"headingHtml": "<h3>Politicized public health agencies also make it harder to hold officials accountable</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "PCOS becomes PMOS",
"headingHtml": "<h2>PCOS becomes PMOS</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "This change to this common reproductive health issue could lead to better and earlier treatment for 15% of women.",
"headingHtml": "<h3>This change to this common reproductive health issue could lead to better and earlier treatment for 15% of women.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Lower drug prices won't fix cancer care",
"headingHtml": "<h2>Lower drug prices won't fix cancer care</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "As breakthrough drugs offer critical hope to patients, lawmakers should focus on shoring up the social safety net",
"headingHtml": "<h3>As breakthrough drugs offer critical hope to patients, lawmakers should focus on shoring up the social safety net</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Ebola outbreak is a US failure",
"headingHtml": "<h2>Ebola outbreak is a US failure</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "America didn't cause these diseases. But Trump’s cuts to public health have put the world at risk",
"headingHtml": "<h3>America didn't cause these diseases. But Trump’s cuts to public health have put the world at risk</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The toll of Florida's abortion ban",
"headingHtml": "<h2>The toll of Florida's abortion ban</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The toll of Florida's abortion ban",
"headingHtml": "<h2>The toll of Florida's abortion ban</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The number of Florida residents who traveled out of state nearly tripled between 2023 and 2024",
"headingHtml": "<h3>The number of Florida residents who traveled out of state nearly tripled between 2023 and 2024</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hantavirus is a warning. We must listen",
"headingHtml": "<h2>Hantavirus is a warning. We must listen</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Dutch cruise ship incident probably isn’t the next pandemic. That doesn’t mean we’re risk-free from outbreaks",
"headingHtml": "<h3>The Dutch cruise ship incident probably isn’t the next pandemic. That doesn’t mean we’re risk-free from outbreaks</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Moms.gov is not what moms really need",
"headingHtml": "<h2>Moms.gov is not what moms really need</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Trump admin says moms.gov is a critical resource. Advocates say it's ideology over substance — and even harmful",
"headingHtml": "<h3>The Trump admin says moms.gov is a critical resource. Advocates say it's ideology over substance — and even harmful</h3>",
"firstParagraph": "FOOD",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/food\"> FOOD </a> </span> </p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "All you need is rice and lentils",
"headingHtml": "<h2>All you need is rice and lentils</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "All you need is rice and lentils",
"headingHtml": "<h2>All you need is rice and lentils</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A recipe for homemade khichuri is guaranteed to become your favorite go-to, budget-friendly weeknight meal",
"headingHtml": "<h3>A recipe for homemade khichuri is guaranteed to become your favorite go-to, budget-friendly weeknight meal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Frozen pizza, made better",
"headingHtml": "<h2>Frozen pizza, made better </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Transform a simple slab of store-bought pizza into a restaurant-worthy meal with these tips",
"headingHtml": "<h3>Transform a simple slab of store-bought pizza into a restaurant-worthy meal with these tips</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What Tucci gets wrong about Olive Garden",
"headingHtml": "<h2>What Tucci gets wrong about Olive Garden</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family",
"headingHtml": "<h3>I would trade my Michelin restaurant experience in Italy any day for a trip to Olive Garden with family</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The magic dust your kitchen is missing",
"headingHtml": "<h2>The magic dust your kitchen is missing </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The case for ranch packets, gravy mixes and other underestimated flavor builders",
"headingHtml": "<h3>The case for ranch packets, gravy mixes and other underestimated flavor builders</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "5 budget food hacks, according to Reddit",
"headingHtml": "<h2>5 budget food hacks, according to Reddit</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Groceries don't have to be a major financial burden, thanks to these tried-and-trusted tips",
"headingHtml": "<h3>Groceries don't have to be a major financial burden, thanks to these tried-and-trusted tips</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Fishwife's anchovies need a summer break",
"headingHtml": "<h2>Fishwife's anchovies need a summer break</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "It's not goodbye forever. It's just goodbye for now, the tinned fish brand assures its longtime fans",
"headingHtml": "<h3>It's not goodbye forever. It's just goodbye for now, the tinned fish brand assures its longtime fans</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Stop throwing out your pickle juice",
"headingHtml": "<h2>Stop throwing out your pickle juice </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "From pickle lemonade to that viral dip, what's at the bottom of the jar is often the best part",
"headingHtml": "<h3>From pickle lemonade to that viral dip, what's at the bottom of the jar is often the best part</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How broccoli crowns became a luxury buy",
"headingHtml": "<h2>How broccoli crowns became a luxury buy</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The rising costs of cauliflower, broccoli and tomatoes can be explained by a combination of unpalatable factors",
"headingHtml": "<h3>The rising costs of cauliflower, broccoli and tomatoes can be explained by a combination of unpalatable factors</h3>",
"firstParagraph": "LIFE STORIES",
"paragraphHtml": "<p> <span> <a href=\"https://www.salon.com/category/life-stories\"> LIFE STORIES </a> </span> </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Fatherhood, fear and our family gifts",
"headingHtml": "<h2>Fatherhood, fear and our family gifts</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "\"You turned out fine, right?\" my mother said when I wanted to confront my own father. But had I?",
"headingHtml": "<h3>"You turned out fine, right?" my mother said when I wanted to confront my own father. But had I?</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Magic half-hours at Lozano Car Wash",
"headingHtml": "<h2>Magic half-hours at Lozano Car Wash</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Under the distinctive green arches of this Bay Area landmark, before he left us, my father once doted on me",
"headingHtml": "<h3>Under the distinctive green arches of this Bay Area landmark, before he left us, my father once doted on me</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "My father, the disapproving doctor",
"headingHtml": "<h2>My father, the disapproving doctor </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "My father said my confessional writing humiliated him. We got along best when I had an ailment he could fix",
"headingHtml": "<h3>My father said my confessional writing humiliated him. We got along best when I had an ailment he could fix</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "\"Dear Father\" letters and DNA tests",
"headingHtml": "<h2>"Dear Father" letters and DNA tests</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 8
}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, optional visible FAQ or FAQPage schema.
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": false,
"definitionPatterns": 26,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"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": "The best films of the year (so far)",
"html": "<h2>The best films of the year (so far)</h2>"
},
{
"text": "The best films of the year (so far)",
"html": "<h2>The best films of the year (so far)</h2>"
},
{
"text": "Don’t write love letters with AI",
"html": "<h2>Don’t write love letters with AI</h2>"
},
{
"text": "Don’t write love letters with AI",
"html": "<h2>Don’t write love letters with AI</h2>"
},
{
"text": "Hegseth's Mormon diss busts a MAGA myth",
"html": "<h2>Hegseth's Mormon diss busts a MAGA myth</h2>"
},
{
"text": "Get used to $5 gas",
"html": "<h2>Get used to $5 gas </h2>"
},
{
"text": "Ranked choice voting: Maine's new normal",
"html": "<h2>Ranked choice voting: Maine's new normal</h2>"
},
{
"text": "The Soundgarden memoir that fans needed",
"html": "<h2>The Soundgarden memoir that fans needed</h2>"
},
{
"text": "Summer has another flavor",
"html": "<h2>Summer has another flavor </h2>"
},
{
"text": "Leave it to Pete Hegseth to ruin D-Day",
"html": "<h2>Leave it to Pete Hegseth to ruin D-Day</h2>"
},
{
"text": "It's not just hopium: People really are leaving MAGA",
"html": "<h2>It's not just hopium: People really are leaving MAGA </h2>"
},
{
"text": "People really are leaving MAGA",
"html": "<h2>People really are leaving MAGA</h2>"
},
{
"text": "What Stanley Tucci gets wrong about Olive Garden",
"html": "<h2>What Stanley Tucci gets wrong about Olive Garden </h2>"
},
{
"text": "What Tucci gets wrong about Olive Garden",
"html": "<h2>What Tucci gets wrong about Olive Garden</h2>"
},
{
"text": "All you need is rice and lentils",
"html": "<h2>All you need is rice and lentils </h2>"
},
{
"text": "All you need is rice and lentils",
"html": "<h2>All you need is rice and lentils</h2>"
},
{
"text": "Right-wing media melts down as Spencer Pratt sinks in vote count",
"html": "<h2>Right-wing media melts down as Spencer Pratt sinks in vote count </h2>"
},
{
"text": "Right floats conspiracies as Pratt sinks",
"html": "<h2>Right floats conspiracies as Pratt sinks</h2>"
},
{
"text": "Officials powerless to stop 8 new data centers that could transform small Texas county",
"html": "<h2>Officials powerless to stop 8 new data centers that could transform small Texas county </h2>"
},
{
"text": "Officials powerless to stop data centers",
"html": "<h2>Officials powerless to stop data centers</h2>"
},
{
"text": "We need to talk about Boy Moms",
"html": "<h2>We need to talk about Boy Moms </h2>"
},
{
"text": "We need to talk about Boy Moms",
"html": "<h2>We need to talk about Boy Moms</h2>"
},
{
"text": "Trump DOJ axed probe into GOP coal baron",
"html": "<h2>Trump DOJ axed probe into GOP coal baron</h2>"
},
{
"text": "Pulte's ties to secretive Christian org",
"html": "<h2>Pulte's ties to secretive Christian org</h2>"
},
{
"text": "Even purple Colorado's GOP has gone nuts",
"html": "<h2>Even purple Colorado's GOP has gone nuts</h2>"
},
{
"text": "People really are leaving MAGA",
"html": "<h2>People really are leaving MAGA</h2>"
},
{
"text": "US spends billions on war, and can't win",
"html": "<h2>US spends billions on war, and can't win</h2>"
},
{
"text": "US spends billions on war, and can't win",
"html": "<h2>US spends billions on war, and can't win</h2>"
},
{
"text": "Greg Bovino goes full fash: What a shock",
"html": "<h2>Greg Bovino goes full fash: What a shock</h2>"
},
{
"text": "Why Iran is “Trump’s Vietnam”",
"html": "<h2>Why Iran is “Trump’s Vietnam”</h2>"
},
{
"text": "Right floats conspiracies as Pratt sinks",
"html": "<h2>Right floats conspiracies as Pratt sinks</h2>"
},
{
"text": "Backrooms: A stealth Silicon Valley tale",
"html": "<h2>Backrooms: A stealth Silicon Valley tale</h2>"
},
{
"text": "Backrooms: A stealth Silicon Valley tale",
"html": "<h2>Backrooms: A stealth Silicon Valley tale</h2>"
},
{
"text": "Ryan O’Connell is inspiration porn",
"html": "<h2>Ryan O’Connell is inspiration porn</h2>"
},
{
"text": "Earth, Wind & Fire's music is universal",
"html": "<h2>Earth, Wind & Fire's music is universal</h2>"
},
{
"text": "What our DJs are spinning this summer",
"html": "<h2>What our DJs are spinning this summer</h2>"
},
{
"text": "How \"Cars\" ruined Pixar",
"html": "<h2>How "Cars" ruined Pixar</h2>"
},
{
"text": "The best albums of the year (so far)",
"html": "<h2>The best albums of the year (so far)</h2>"
},
{
"text": "Nat and Alex Wolff trace Beatles fandom",
"html": "<h2>Nat and Alex Wolff trace Beatles fandom</h2>"
},
{
"text": "The misplaced obsession over \"Obsession\"",
"html": "<h2>The misplaced obsession over "Obsession"</h2>"
},
{
"text": "Summer's mixed forecasts, rising costs",
"html": "<h2>Summer's mixed forecasts, rising costs</h2>"
},
{
"text": "Farm aid can't outrun Trump's war",
"html": "<h2>Farm aid can't outrun Trump's war</h2>"
},
{
"text": "The pistachio trend has some history",
"html": "<h2>The pistachio trend has some history</h2>"
},
{
"text": "Minnesota takes on Polymarket, Kalshi",
"html": "<h2>Minnesota takes on Polymarket, Kalshi</h2>"
},
{
"text": "The Trump phone is here. It's junk",
"html": "<h2>The Trump phone is here. It's junk</h2>"
},
{
"text": "The Trump phone is here. It's junk",
"html": "<h2>The Trump phone is here. It's junk</h2>"
},
{
"text": "The American workforce is a matriarchy",
"html": "<h2>The American workforce is a matriarchy</h2>"
},
{
"text": "Your rewards card may be spying on you",
"html": "<h2>Your rewards card may be spying on you</h2>"
},
{
"text": "A no-spend week, starting in the kitchen",
"html": "<h2>A no-spend week, starting in the kitchen</h2>"
},
{
"text": "Trump: Cognitive tests prove he's smart",
"html": "<h2>Trump: Cognitive tests prove he's smart</h2>"
},
{
"text": "Trump cuts to global health hit home",
"html": "<h2>Trump cuts to global health hit home </h2>"
},
{
"text": "PCOS becomes PMOS",
"html": "<h2>PCOS becomes PMOS</h2>"
},
{
"text": "Lower drug prices won't fix cancer care",
"html": "<h2>Lower drug prices won't fix cancer care</h2>"
},
{
"text": "Ebola outbreak is a US failure",
"html": "<h2>Ebola outbreak is a US failure</h2>"
},
{
"text": "The toll of Florida's abortion ban",
"html": "<h2>The toll of Florida's abortion ban</h2>"
},
{
"text": "The toll of Florida's abortion ban",
"html": "<h2>The toll of Florida's abortion ban</h2>"
},
{
"text": "Hantavirus is a warning. We must listen",
"html": "<h2>Hantavirus is a warning. We must listen</h2>"
},
{
"text": "Moms.gov is not what moms really need",
"html": "<h2>Moms.gov is not what moms really need</h2>"
},
{
"text": "All you need is rice and lentils",
"html": "<h2>All you need is rice and lentils</h2>"
},
{
"text": "All you need is rice and lentils",
"html": "<h2>All you need is rice and lentils</h2>"
},
{
"text": "Frozen pizza, made better",
"html": "<h2>Frozen pizza, made better </h2>"
},
{
"text": "What Tucci gets wrong about Olive Garden",
"html": "<h2>What Tucci gets wrong about Olive Garden</h2>"
},
{
"text": "The magic dust your kitchen is missing",
"html": "<h2>The magic dust your kitchen is missing </h2>"
},
{
"text": "5 budget food hacks, according to Reddit",
"html": "<h2>5 budget food hacks, according to Reddit</h2>"
},
{
"text": "Fishwife's anchovies need a summer break",
"html": "<h2>Fishwife's anchovies need a summer break</h2>"
},
{
"text": "Stop throwing out your pickle juice",
"html": "<h2>Stop throwing out your pickle juice </h2>"
},
{
"text": "How broccoli crowns became a luxury buy",
"html": "<h2>How broccoli crowns became a luxury buy</h2>"
},
{
"text": "Fatherhood, fear and our family gifts",
"html": "<h2>Fatherhood, fear and our family gifts</h2>"
},
{
"text": "Magic half-hours at Lozano Car Wash",
"html": "<h2>Magic half-hours at Lozano Car Wash</h2>"
},
{
"text": "My father, the disapproving doctor",
"html": "<h2>My father, the disapproving doctor </h2>"
},
{
"text": "\"Dear Father\" letters and DNA tests",
"html": "<h2>"Dear Father" letters and DNA tests</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Salon.com - News, Politics, Culture, Science...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Salon.com - News, Politics, Culture, Science... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Salon.com - News, Politics, Culture, Science...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Salon.com - News, Politics, Culture, Science... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Salon.com - News, Politics, Culture, Science... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does Salon.com - News, Politics, Culture, Science... compare with alternatives?",
"pattern": {}
}
],
"score": 80,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
}
]
},
"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": "The best films of the year (so far)",
"html": "<h2>The best films of the year (so far)</h2>"
},
{
"text": "The best films of the year (so far)",
"html": "<h2>The best films of the year (so far)</h2>"
},
{
"text": "Don’t write love letters with AI",
"html": "<h2>Don’t write love letters with AI</h2>"
},
{
"text": "Don’t write love letters with AI",
"html": "<h2>Don’t write love letters with AI</h2>"
},
{
"text": "Hegseth's Mormon diss busts a MAGA myth",
"html": "<h2>Hegseth's Mormon diss busts a MAGA myth</h2>"
},
{
"text": "Get used to $5 gas",
"html": "<h2>Get used to $5 gas </h2>"
},
{
"text": "Ranked choice voting: Maine's new normal",
"html": "<h2>Ranked choice voting: Maine's new normal</h2>"
},
{
"text": "The Soundgarden memoir that fans needed",
"html": "<h2>The Soundgarden memoir that fans needed</h2>"
},
{
"text": "Summer has another flavor",
"html": "<h2>Summer has another flavor </h2>"
},
{
"text": "Leave it to Pete Hegseth to ruin D-Day",
"html": "<h2>Leave it to Pete Hegseth to ruin D-Day</h2>"
},
{
"text": "It's not just hopium: People really are leaving MAGA",
"html": "<h2>It's not just hopium: People really are leaving MAGA </h2>"
},
{
"text": "People really are leaving MAGA",
"html": "<h2>People really are leaving MAGA</h2>"
},
{
"text": "What Stanley Tucci gets wrong about Olive Garden",
"html": "<h2>What Stanley Tucci gets wrong about Olive Garden </h2>"
},
{
"text": "What Tucci gets wrong about Olive Garden",
"html": "<h2>What Tucci gets wrong about Olive Garden</h2>"
},
{
"text": "All you need is rice and lentils",
"html": "<h2>All you need is rice and lentils </h2>"
},
{
"text": "All you need is rice and lentils",
"html": "<h2>All you need is rice and lentils</h2>"
},
{
"text": "Right-wing media melts down as Spencer Pratt sinks in vote count",
"html": "<h2>Right-wing media melts down as Spencer Pratt sinks in vote count </h2>"
},
{
"text": "Right floats conspiracies as Pratt sinks",
"html": "<h2>Right floats conspiracies as Pratt sinks</h2>"
},
{
"text": "Officials powerless to stop 8 new data centers that could transform small Texas county",
"html": "<h2>Officials powerless to stop 8 new data centers that could transform small Texas county </h2>"
},
{
"text": "Officials powerless to stop data centers",
"html": "<h2>Officials powerless to stop data centers</h2>"
},
{
"text": "We need to talk about Boy Moms",
"html": "<h2>We need to talk about Boy Moms </h2>"
},
{
"text": "We need to talk about Boy Moms",
"html": "<h2>We need to talk about Boy Moms</h2>"
},
{
"text": "Trump DOJ axed probe into GOP coal baron",
"html": "<h2>Trump DOJ axed probe into GOP coal baron</h2>"
},
{
"text": "Pulte's ties to secretive Christian org",
"html": "<h2>Pulte's ties to secretive Christian org</h2>"
},
{
"text": "Even purple Colorado's GOP has gone nuts",
"html": "<h2>Even purple Colorado's GOP has gone nuts</h2>"
},
{
"text": "People really are leaving MAGA",
"html": "<h2>People really are leaving MAGA</h2>"
},
{
"text": "US spends billions on war, and can't win",
"html": "<h2>US spends billions on war, and can't win</h2>"
},
{
"text": "US spends billions on war, and can't win",
"html": "<h2>US spends billions on war, and can't win</h2>"
},
{
"text": "Greg Bovino goes full fash: What a shock",
"html": "<h2>Greg Bovino goes full fash: What a shock</h2>"
},
{
"text": "Why Iran is “Trump’s Vietnam”",
"html": "<h2>Why Iran is “Trump’s Vietnam”</h2>"
},
{
"text": "Right floats conspiracies as Pratt sinks",
"html": "<h2>Right floats conspiracies as Pratt sinks</h2>"
},
{
"text": "Backrooms: A stealth Silicon Valley tale",
"html": "<h2>Backrooms: A stealth Silicon Valley tale</h2>"
},
{
"text": "Backrooms: A stealth Silicon Valley tale",
"html": "<h2>Backrooms: A stealth Silicon Valley tale</h2>"
},
{
"text": "Ryan O’Connell is inspiration porn",
"html": "<h2>Ryan O’Connell is inspiration porn</h2>"
},
{
"text": "Earth, Wind & Fire's music is universal",
"html": "<h2>Earth, Wind & Fire's music is universal</h2>"
},
{
"text": "What our DJs are spinning this summer",
"html": "<h2>What our DJs are spinning this summer</h2>"
},
{
"text": "How \"Cars\" ruined Pixar",
"html": "<h2>How "Cars" ruined Pixar</h2>"
},
{
"text": "The best albums of the year (so far)",
"html": "<h2>The best albums of the year (so far)</h2>"
},
{
"text": "Nat and Alex Wolff trace Beatles fandom",
"html": "<h2>Nat and Alex Wolff trace Beatles fandom</h2>"
},
{
"text": "The misplaced obsession over \"Obsession\"",
"html": "<h2>The misplaced obsession over "Obsession"</h2>"
},
{
"text": "Summer's mixed forecasts, rising costs",
"html": "<h2>Summer's mixed forecasts, rising costs</h2>"
},
{
"text": "Farm aid can't outrun Trump's war",
"html": "<h2>Farm aid can't outrun Trump's war</h2>"
},
{
"text": "The pistachio trend has some history",
"html": "<h2>The pistachio trend has some history</h2>"
},
{
"text": "Minnesota takes on Polymarket, Kalshi",
"html": "<h2>Minnesota takes on Polymarket, Kalshi</h2>"
},
{
"text": "The Trump phone is here. It's junk",
"html": "<h2>The Trump phone is here. It's junk</h2>"
},
{
"text": "The Trump phone is here. It's junk",
"html": "<h2>The Trump phone is here. It's junk</h2>"
},
{
"text": "The American workforce is a matriarchy",
"html": "<h2>The American workforce is a matriarchy</h2>"
},
{
"text": "Your rewards card may be spying on you",
"html": "<h2>Your rewards card may be spying on you</h2>"
},
{
"text": "A no-spend week, starting in the kitchen",
"html": "<h2>A no-spend week, starting in the kitchen</h2>"
},
{
"text": "Trump: Cognitive tests prove he's smart",
"html": "<h2>Trump: Cognitive tests prove he's smart</h2>"
},
{
"text": "Trump cuts to global health hit home",
"html": "<h2>Trump cuts to global health hit home </h2>"
},
{
"text": "PCOS becomes PMOS",
"html": "<h2>PCOS becomes PMOS</h2>"
},
{
"text": "Lower drug prices won't fix cancer care",
"html": "<h2>Lower drug prices won't fix cancer care</h2>"
},
{
"text": "Ebola outbreak is a US failure",
"html": "<h2>Ebola outbreak is a US failure</h2>"
},
{
"text": "The toll of Florida's abortion ban",
"html": "<h2>The toll of Florida's abortion ban</h2>"
},
{
"text": "The toll of Florida's abortion ban",
"html": "<h2>The toll of Florida's abortion ban</h2>"
},
{
"text": "Hantavirus is a warning. We must listen",
"html": "<h2>Hantavirus is a warning. We must listen</h2>"
},
{
"text": "Moms.gov is not what moms really need",
"html": "<h2>Moms.gov is not what moms really need</h2>"
},
{
"text": "All you need is rice and lentils",
"html": "<h2>All you need is rice and lentils</h2>"
},
{
"text": "All you need is rice and lentils",
"html": "<h2>All you need is rice and lentils</h2>"
},
{
"text": "Frozen pizza, made better",
"html": "<h2>Frozen pizza, made better </h2>"
},
{
"text": "What Tucci gets wrong about Olive Garden",
"html": "<h2>What Tucci gets wrong about Olive Garden</h2>"
},
{
"text": "The magic dust your kitchen is missing",
"html": "<h2>The magic dust your kitchen is missing </h2>"
},
{
"text": "5 budget food hacks, according to Reddit",
"html": "<h2>5 budget food hacks, according to Reddit</h2>"
},
{
"text": "Fishwife's anchovies need a summer break",
"html": "<h2>Fishwife's anchovies need a summer break</h2>"
},
{
"text": "Stop throwing out your pickle juice",
"html": "<h2>Stop throwing out your pickle juice </h2>"
},
{
"text": "How broccoli crowns became a luxury buy",
"html": "<h2>How broccoli crowns became a luxury buy</h2>"
},
{
"text": "Fatherhood, fear and our family gifts",
"html": "<h2>Fatherhood, fear and our family gifts</h2>"
},
{
"text": "Magic half-hours at Lozano Car Wash",
"html": "<h2>Magic half-hours at Lozano Car Wash</h2>"
},
{
"text": "My father, the disapproving doctor",
"html": "<h2>My father, the disapproving doctor </h2>"
},
{
"text": "\"Dear Father\" letters and DNA tests",
"html": "<h2>"Dear Father" letters and DNA tests</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Salon.com - News, Politics, Culture, Science...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Salon.com - News, Politics, Culture, Science... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Salon.com - News, Politics, Culture, Science...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Salon.com - News, Politics, Culture, Science... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Salon.com - News, Politics, Culture, Science... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does Salon.com - News, Politics, Culture, Science... compare with alternatives?",
"pattern": {}
}
],
"score": 80,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
"compatibleContentType": false,
"contentLength": 24927,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": true,
"links": [
"//",
"//",
"/script",
"/removal",
"/((",
"/gi);return",
"/g,",
"/script",
"/removal",
"https://'"
],
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.localStorage.getItem('userDetails')) : null;\n const darkModeEnabled = userDetails ? userDetails?.userPreferences?.darkMode === true : false;\n const stickyHeaderEnabled = userDetails ? userDetails?.userPreferences?.stickyHeader === true : false;\n\n // Helper function to read cookies\n function getCookie(name) {\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\n return v ? v[2] : null;\n }\n\n // Check for the 'wordpress_premium_member' cookie\n const hasPremiumCookie = getC"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650,
"text": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.localStorage.getItem('userDetails')) : null;\n const darkModeEnabled = userDetails ? userDetails?.userPreferences?.darkMode === true : false;\n const stickyHeaderEnabled = userDetails ? userDetails?.userPreferences?.stickyHeader === true : false;\n\n // Helper function to read cookies\n function getCookie(name) {\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\n return v ? v[2] : null;\n }\n\n // Check for the 'wordpress_premium_member' cookie\n const hasPremiumCookie = getCookie('wordpress_premium_member') === '1';\n const hasPremiumRoleInLS = userDetails\n && userDetails.userRoles\n && Array.isArray(userDetails.userRoles)\n && userDetails.userRoles.includes('premium_member');\n const isPremium = hasPremiumCookie || hasPremiumRoleInLS;\n\n if (darkModeEnabled) {\n document.documentElement.classList.add('dark');\n }\n\n if (isPremium) {\n document.documentElement.classList.add('premium');\n }\n </script>\n\n <!-- START email detection/removal script -->\n <script>\n !function(){\"use strict\";const t={adt_ei:{identityApiKey:\"plainText\",source:\"url\",type:\"plaintext\",priority:1},adt_eih:{identityApiKey:\"sha256\",source:\"urlh\",type:\"hashed\",priority:2},sh_kit:{identityApiKey:\"sha256\",source:\"urlhck\",type:\"hashed\",priority:3}},e=Object.keys(t);function i(t){return function(t){const e=t.match(/((?=([a-z0-9._!#$%+^&*()[\\]<>-]+))\\2@[a-z0-9._-]+\\.[a-z0-9._-]+)/gi);return e?e[0]:\"\"}(function(t){return t.replace(/\\s/g,\"\")}(t.toLowerCase()))}!async function(){const n=new URL(window.location.href),o=n.searchParams;let a=null;const r=Object.entries(t).sort(([,t],[,e])=>t.priority-e.priority).map(([t])=>t);for(const e of r){const n=o.get(e),r=t[e];if(!n||!r)continue;const c=decodeURIComponent(n),d=\"plaintext\"===r.type&&i(c),s=\"hashed\"===r.type&&c;if(d||s){a={value:c,config:r};break}}if(a){const{value:t,config:e}=a;window.adthrive=window.adthrive||{},window.adthrive.cmd=window.adthrive.cmd||[],window.adthrive.cmd.push(function(){window.adthrive.identityApi({source:e.source,[e.identityApiKey]:t},({success:i,data:n})=>{i?window.adthrive.log(\"info\",\"Plugin\",\"detectEmails\",`Identity API called with ${e.type} email: ${t}`,n):window.adthrive.log(\"warning\",\"Plugin\",\"detectEmails\",`Failed to call Identity API with ${e.type} email: ${t}`,n)})})}!function(t,e){const i=new URL(e);t.forEach(t=>i.searchParams.delete(t)),history.replaceState(null,\"\",i.toString())}(e,n)}()}();\n </script>\n <!-- END email detection/removal script -->\n <!-- Raptive Head Tag Manual -->\n <script data-no-optimize=\"1\" data-cfasync=\"false\">\n (function(w, d) {\n\n if (isPremium) {\n return;\n }\n\n w.adthrive = w.adthrive || {};\n w.adthrive.cmd = w.adthrive.cmd || [];\n w.adthrive.plugin = 'adthrive-ads-manual';\n w.adthrive.host = 'ads.adthrive.com';\n var s = d.createElement('script');\n s.async = true;\n s.referrerpolicy = 'no-referrer-when-downgrade';\n s.src = 'https://' + w.adthrive.host + '/sites/69caa2a59c365653ba27aeb9/ads.min.js?referrer=' + w.encodeURIComponent(w.location.href) + '&cb=' + (Math.floor(Math.random() * 100) + 1);\n var n = d.getElementsByTagName('script')[0];\n n.parentNode.insertBefore(s, n);\n })(window, document);\n </script>\n <!-- End of Raptive Head Tag -->\n <!-- Dianomi Context Feed -->\n <script type=\"text/javascript\" id=\"dianomi_context_script\" src=\""
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650,
"text": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.localStorage.getItem('userDetails')) : null;\n const darkModeEnabled = userDetails ? userDetails?.userPreferences?.darkMode === true : false;\n const stickyHeaderEnabled = userDetails ? userDetails?.userPreferences?.stickyHeader === true : false;\n\n // Helper function to read cookies\n function getCookie(name) {\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\n return v ? v[2] : null;\n }\n\n // Check for the 'wordpress_premium_member' cookie\n const hasPremiumCookie = getCookie('wordpress_premium_member') === '1';\n const hasPremiumRoleInLS = userDetails\n && userDetails.userRoles\n && Array.isArray(userDetails.userRoles)\n && userDetails.userRoles.includes('premium_member');\n const isPremium = hasPremiumCookie || hasPremiumRoleInLS;\n\n if (darkModeEnabled) {\n document.documentElement.classList.add('dark');\n }\n\n if (isPremium) {\n document.documentElement.classList.add('premium');\n }\n </script>\n\n <!-- START email detection/removal script -->\n <script>\n !function(){\"use strict\";const t={adt_ei:{identityApiKey:\"plainText\",source:\"url\",type:\"plaintext\",priority:1},adt_eih:{identityApiKey:\"sha256\",source:\"urlh\",type:\"hashed\",priority:2},sh_kit:{identityApiKey:\"sha256\",source:\"urlhck\",type:\"hashed\",priority:3}},e=Object.keys(t);function i(t){return function(t){const e=t.match(/((?=([a-z0-9._!#$%+^&*()[\\]<>-]+))\\2@[a-z0-9._-]+\\.[a-z0-9._-]+)/gi);return e?e[0]:\"\"}(function(t){return t.replace(/\\s/g,\"\")}(t.toLowerCase()))}!async function(){const n=new URL(window.location.href),o=n.searchParams;let a=null;const r=Object.entries(t).sort(([,t],[,e])=>t.priority-e.priority).map(([t])=>t);for(const e of r){const n=o.get(e),r=t[e];if(!n||!r)continue;const c=decodeURIComponent(n),d=\"plaintext\"===r.type&&i(c),s=\"hashed\"===r.type&&c;if(d||s){a={value:c,config:r};break}}if(a){const{value:t,config:e}=a;window.adthrive=window.adthrive||{},window.adthrive.cmd=window.adthrive.cmd||[],window.adthrive.cmd.push(function(){window.adthrive.identityApi({source:e.source,[e.identityApiKey]:t},({success:i,data:n})=>{i?window.adthrive.log(\"info\",\"Plugin\",\"detectEmails\",`Identity API called with ${e.type} email: ${t}`,n):window.adthrive.log(\"warning\",\"Plugin\",\"detectEmails\",`Failed to call Identity API with ${e.type} email: ${t}`,n)})})}!function(t,e){const i=new URL(e);t.forEach(t=>i.searchParams.delete(t)),history.replaceState(null,\"\",i.toString())}(e,n)}()}();\n </script>\n <!-- END email detection/removal script -->\n <!-- Raptive Head Tag Manual -->\n <script data-no-optimize=\"1\" data-cfasync=\"false\">\n (function(w, d) {\n\n if (isPremium) {\n return;\n }\n\n w.adthrive = w.adthrive || {};\n w.adthrive.cmd = w.adthrive.cmd || [];\n w.adthrive.plugin = 'adthrive-ads-manual';\n w.adthrive.host = 'ads.adthrive.com';\n var s = d.createElement('script');\n s.async = true;\n s.referrerpolicy = 'no-referrer-when-downgrade';\n s.src = 'https://' + w.adthrive.host + '/sites/69caa2a59c365653ba27aeb9/ads.min.js?referrer=' + w.encodeURIComponent(w.location.href) + '&cb=' + (Math.floor(Math.random() * 100) + 1);\n var n = d.getElementsByTagName('script')[0];\n n.parentNode.insertBefore(s, n);\n })(window, document);\n </script>\n <!-- End of Raptive Head Tag -->\n <!-- Dianomi Context Feed -->\n <script type=\"text/javascript\" id=\"dianomi_context_script\" src=\""
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 28650
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n<head>\n <script>\n const subscriberUser = !!document.cookie.split('; ').find(row => row.startsWith('wordpress_subscriber_user='));\n\n const userDetails = subscriberUser ? JSON.parse(window.localStorage.getItem('userDetails')) : null;\n const darkModeEnabled = userDetails ? userDetails?.userPreferences?.darkMode === true : false;\n const stickyHeaderEnabled = userDetails ? userDetails?.userPreferences?.stickyHeader === true : false;\n\n // Helper function to read cookies\n function getCookie(name) {\n var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');\n return v ? v[2] : null;\n }\n\n // Check for the 'wordpress_premium_member' cookie\n const hasPremiumCookie = getC"
},
"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.salon.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.salon.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 200,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.salon.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.salon.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Buttons do not have an accessible name
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Buttons do not have an accessible name
Check name
Buttons do not have an accessible name
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name)."
}SEOSEOBrowser audit
Document does not have a meta description
100 Fail
SEOSEOBrowser audit
Document does not have a meta description
Check name
Document does not have a meta description
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).
Evidence
{
"description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/)."
}Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
Check name
Issues were logged in the `Issues` panel in Chrome Devtools
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Evidence
{
"description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
3 warnings found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "3 warnings found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 834 KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 834 KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 40
}Performance and AccessibilityPerformanceBrowser audit
Minify JavaScript
13 Warning
Performance and AccessibilityPerformanceBrowser audit
Minify JavaScript
Check name
Minify JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 14 KiB
Fix guidance
Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 14 KiB",
"description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
10 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
60/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": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 81,
"displayValue": "1.5 s",
"numericValue": 1474.5806337028387
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 10,
"displayValue": "790 ms",
"numericValue": 793.0000000000009
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "170 ms",
"numericValue": 170.22221999999996
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 16,
"displayValue": "3.5 s",
"numericValue": 3531.715641075952
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 54,
"displayValue": "240 ms",
"numericValue": 235
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 100,
"displayValue": "0.5 s",
"numericValue": 519.0124855179832
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 15,
"displayValue": "7.2 s",
"numericValue": 7178.179674439303
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 0 ms",
"numericValue": 4
}
]
}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 |
|---|---|---|---|
| 49/100 | Level 2, Agent-Limited | Current report |