Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 41 out of 100
- Agent Ease of Use 40 out of 100
- Security & Trust 20 out of 100
- GEO, AIO and AEO 71 out of 100
- SEO 92 out of 100
- Performance and Accessibility 58 out of 100
What AI sees of your website
Healthline: Medical information and health advice you can trust.
We're committed to being your source for expert health guidance. Come to us in your pursuit of wellness.
Next step
Turn this report into a fix workflow
30 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 | 41 | Priority fix | 7 | 17 | 0 | View details |
| Discoverability | 43 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 33 | Priority fix | 2 | 8 | 0 | View details |
| Bot Access Control | 50 | Needs work | 2 | 3 | 0 | View details |
| Agent Ease of Use | 40 | Priority fix | 17 | 31 | 2 | View details |
| API | 17 | Priority fix | 1 | 5 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 3 | 8 | 0 | View details |
| MCP | 60 | Needs work | 5 | 7 | 1 | View details |
| Skill Discovery | 42 | Priority fix | 4 | 11 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 71 | Needs work | 5 | 2 | 13 | View details |
| GEO Readiness | 73 | Needs work | 1 | 0 | 5 | |
| AIO Readiness | 79 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 62 | Needs work | 1 | 1 | 5 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 12 | Priority fix | 4 | 6 | 0 | View details |
| Security & Trust | 20 | Priority fix | 1 | 4 | 0 | View details |
| AI Training Exposure | 0 | Priority fix | 3 | 2 | 0 | View details |
| Performance and Accessibility | 58 | Needs work | 18 | 4 | 3 | View details |
| Performance | 40 | Priority fix | 10 | 4 | 3 | View details |
| Accessibility | 92 | Strong | 8 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
52 items need attention
Security & TrustAI Training ExposureEmerging recommendation
TDMRep declaration
TDMRep declaration is missing or incomplete.
100 Fail
Security & TrustAI Training ExposureEmerging recommendation
TDMRep declaration
TDMRep declaration is missing or incomplete.
Needs attention
TDMRep declaration
Issue
TDMRep document must be a JSON array of rule objects.
Why it matters
TDMRep is a W3C Community Group protocol and IANA-registered well-known URI for declaring text and data mining reservation policy on applicable content.
Check name
TDMRep declaration
Score
0/100
Status
fail
Category
AI Training Exposure
Maturity
Emerging recommendation
Goal
Publish a machine-readable text and data mining reservation declaration when the site needs one.
Result
TDMRep declaration is missing or incomplete.
Validation steps
Validate TDMRep rules
TDMRep document must be a JSON array of rule objects.
Evidence
{
"statusCode": 200,
"contentType": "application/json; charset=utf-8",
"valid": false,
"compatibleContentType": true,
"issue": "TDMRep document must be a JSON array of rule objects.",
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}",
"steps": [
{
"id": "fetch",
"title": "Fetch /.well-known/tdmrep.json",
"status": "pass",
"evidence": {
"statusCode": 200,
"contentType": "application/json; charset=utf-8",
"length": 38
}
},
{
"id": "validate",
"title": "Validate TDMRep rules",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": true,
"issue": "TDMRep document must be a JSON array of rule objects.",
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}"
},
"issue": "TDMRep document must be a JSON array of rule objects.",
"howToFix": "Publish /.well-known/tdmrep.json as an array of TDMRep rule objects with location and tdm-reservation values of 0 or 1."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head>\n<link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/vendor.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/lib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib-core.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/pages/_error.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.he"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head>\n<link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/vendor.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/lib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib-core.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/pages/_error.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.he"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head>\n<link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/vendor.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/lib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib-core.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/pages/_error.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.he"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head>\n<link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/vendor.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/lib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib-core.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/pages/_error.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.he"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head>\n<link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/vendor.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/lib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib-core.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/pages/_error.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.he"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head>\n<link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/vendor.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/lib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib-core.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/pages/_error.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.he"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head>\n<link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/vendor.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/lib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib-core.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/pages/_error.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.he"
}
]
},
"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."
}
]
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Validate RFC 9727 linkset".
34 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Validate RFC 9727 linkset".
Needs attention
API Catalog
Issue
API Catalog response did not match the expected shape. Content-Type "application/json; charset=utf-8" is not application/linkset+json; missing linkset array; no useful relations found (e.g. service-desc, mcp, agent-card).
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
33/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Validate RFC 9727 linkset".
Validation steps
Validate RFC 9727 linkset
API Catalog response did not match the expected shape. Content-Type "application/json; charset=utf-8" is not application/linkset+json; missing linkset array; no useful relations found (e.g. service-desc, mcp, agent-card).
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "pass",
"evidence": {
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
},
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"issue": "API Catalog response did not match the expected shape. Content-Type \"application/json; charset=utf-8\" is not application/linkset+json; missing linkset array; no useful relations found (e.g. service-desc, mcp, agent-card).",
"compatibleContentType": false,
"linksetItems": 0,
"relations": [],
"usefulRelations": [],
"legacyRelations": [],
"hrefIssues": [],
"targetUrlIssues": [],
"links": [],
"parsedSummary": {
"gpc": true,
"lastUpdate": "2023-12-15"
},
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}"
},
"issue": "API Catalog response did not match the expected shape. Content-Type \"application/json; charset=utf-8\" is not application/linkset+json; missing linkset array; no useful relations found (e.g. service-desc, mcp, agent-card).",
"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 DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"WebPage"
]
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"WebPage"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166707
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166714
}
]
},
"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": 31994,
"excerpt": "<!DOCTYPE html><html lang=\"en\"><head>\n<link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/vendor.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": [
"WebPage"
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark.
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img height=\"1\" width=\"1\" src=\"https://www.healthline.com/navi/reinforce?&domain=healthline.com\" style=\"display: none;\">"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 5,
"links": 194,
"inaccessibleLinks": 0,
"buttons": 16,
"inaccessibleButtons": 0,
"images": 65,
"imagesWithAlt": 64,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Validate resource body".
25 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Validate resource body".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth Directory response did not match the expected shape. Content-Type "application/json; charset=utf-8" is not a valid directory type; no keys found.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
Web Bot Auth Directory response did not match the expected shape. Content-Type "application/json; charset=utf-8" is not a valid directory type; no keys found.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": false,
"document": {
"gpc": true,
"lastUpdate": "2023-12-15"
},
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}",
"issue": "Web Bot Auth Directory response did not match the expected shape. Content-Type \"application/json; charset=utf-8\" is not a valid directory type; no keys found.",
"keyCount": 0,
"invalidKeys": []
},
"issue": "Web Bot Auth Directory response did not match the expected shape. Content-Type \"application/json; charset=utf-8\" is not a valid directory type; no keys found.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
25 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 UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Validate resource body".
21 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Validate resource body".
Needs attention
MCP Server Card
Issue
MCP Server Card response is missing required fields or has invalid transports.
Details
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
38/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Validate resource body".
Validation steps
Validate resource body
MCP Server Card response is missing required fields or has invalid transports.
Missing required fields
- serverInfo.name
- serverInfo.version
- protocolVersion
- capabilities object
- transports array
Verify advertised MCP transport endpoints
At least one same-origin transport failed MCP initialize or advertised capability list probes. See probes[].capabilityProbes for the exact method, status, JSON-RPC error, and response excerpt.
Verify advertised MCP tool execution
MCP discovery passed, but no advertised tool could be safely executed by this scanner.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/mcp/server-card.json",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"gpc": true,
"lastUpdate": "2023-12-15"
},
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}",
"issue": "MCP Server Card response is missing required fields or has invalid transports.",
"issueDetails": [
{
"title": "Missing required fields",
"items": [
"serverInfo.name",
"serverInfo.version",
"protocolVersion",
"capabilities object",
"transports array"
]
}
],
"missing": [
"serverInfo.name",
"serverInfo.version",
"protocolVersion",
"capabilities object",
"transports array"
],
"protocolVersion": "",
"transportCount": 0,
"transports": [],
"invalidTransports": [],
"capabilityKeys": []
},
"issue": "MCP Server Card response is missing required fields or has invalid transports.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request.",
"issueDetails": [
{
"title": "Missing required fields",
"items": [
"serverInfo.name",
"serverInfo.version",
"protocolVersion",
"capabilities object",
"transports array"
]
}
]
},
{
"id": "endpoint-verification",
"title": "Verify advertised MCP transport endpoints",
"status": "fail",
"evidence": {
"probes": []
},
"issue": "At least one same-origin transport failed MCP initialize or advertised capability list probes. See probes[].capabilityProbes for the exact method, status, JSON-RPC error, and response excerpt.",
"howToFix": "Expose a real MCP endpoint for advertised transports, or remove transports that point to ordinary HTTP APIs."
},
{
"id": "tool-execution",
"title": "Verify advertised MCP tool execution",
"status": "warning",
"evidence": {
"probes": []
},
"issue": "MCP discovery passed, but no advertised tool could be safely executed by this scanner.",
"howToFix": "Implement tools/call for advertised tools, or report the MCP card as discovery-only until tools are executable."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Validate resource body".
17 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Validate resource body".
Needs attention
mcp.json
Issue
mcp.json response did not match the expected MCP server metadata shape. missing: serverInfo.name, protocolVersion, capabilities object, transport or transports.
Details
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
50/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 "Validate resource body".
Validation steps
Validate resource body
mcp.json response did not match the expected MCP server metadata shape. missing: serverInfo.name, protocolVersion, capabilities object, transport or transports.
Missing required fields
- serverInfo.name
- protocolVersion
- capabilities object
- transport or transports
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/mcp.json",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"gpc": true,
"lastUpdate": "2023-12-15"
},
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}",
"issue": "mcp.json response did not match the expected MCP server metadata shape. missing: serverInfo.name, protocolVersion, capabilities object, transport or transports.",
"issueDetails": [
{
"title": "Missing required fields",
"items": [
"serverInfo.name",
"protocolVersion",
"capabilities object",
"transport or transports"
]
}
],
"missing": [
"serverInfo.name",
"protocolVersion",
"capabilities object",
"transport or transports"
],
"protocolVersion": "",
"transportCount": 0,
"transports": [],
"invalidTransports": [],
"toolCount": 0,
"capabilityKeys": []
},
"issue": "mcp.json response did not match the expected MCP server metadata shape. missing: serverInfo.name, protocolVersion, capabilities object, transport or transports.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities.",
"issueDetails": [
{
"title": "Missing required fields",
"items": [
"serverInfo.name",
"protocolVersion",
"capabilities object",
"transport or transports"
]
}
]
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Validate resource body".
17 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Validate resource body".
Needs attention
WebMCP manifest
Issue
WebMCP manifest tool schemas did not match the expected shape. no stable WebMCP manifest tools were declared.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
WebMCP manifest tool schemas did not match the expected shape. no stable WebMCP manifest tools were declared.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/webmcp.json",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"gpc": true,
"lastUpdate": "2023-12-15"
},
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}",
"toolCount": 0,
"invalidTools": [],
"issue": "WebMCP manifest tool schemas did not match the expected shape. no stable WebMCP manifest tools were declared."
},
"issue": "WebMCP manifest tool schemas did not match the expected shape. no stable WebMCP manifest tools were declared.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}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.healthline.com",
"probes": [
{
"name": "_index._agents.www.healthline.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.healthline.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.healthline.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "healthline.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 UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate resource body".
13 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate resource body".
Needs attention
Agent Skills index
Issue
Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: $schema, version=0.2.0; no skills found in skills array.
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
33/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Validate resource body".
Validation steps
Validate resource body
Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: $schema, version=0.2.0; no skills found in skills array.
Fetch advertised SKILL.md files
One or more advertised skill URLs were missing, did not look like SKILL.md Markdown, or failed digest verification.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/agent-skills/index.json",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"gpc": true,
"lastUpdate": "2023-12-15"
},
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}",
"issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: $schema, version=0.2.0; no skills found in skills array.",
"skillCount": 0,
"validSkillCount": 0,
"invalidSkills": [],
"skills": []
},
"issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: $schema, version=0.2.0; no skills found in skills array.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
},
{
"id": "skill-documents",
"title": "Fetch advertised SKILL.md files",
"status": "fail",
"evidence": {
"checkedCount": 0,
"totalCount": 0,
"checked": []
},
"issue": "One or more advertised skill URLs were missing, did not look like SKILL.md Markdown, or failed digest verification.",
"howToFix": "Make every advertised skill URL return Markdown with a top-level heading and a matching sha256 digest, or remove broken entries from the index."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Validate resource body".
10 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Validate resource body".
Needs attention
A2A Agent Card
Issue
A2A Agent Card response is missing required fields or has invalid skill entries.
Details
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
50/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 "Validate resource body".
Validation steps
Validate resource body
A2A Agent Card response is missing required fields or has invalid skill entries.
Missing required fields
- protocolVersion
- name
- description
- url
- version
- capabilities object
- skills array
Endpoint issues
- url - Missing URL.
Shape warnings
- defaultInputModes is missing or empty.
- defaultOutputModes is missing or empty.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/agent-card.json",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"gpc": true,
"lastUpdate": "2023-12-15"
},
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}",
"issue": "A2A Agent Card response is missing required fields or has invalid skill entries.",
"issueDetails": [
{
"title": "Missing required fields",
"items": [
"protocolVersion",
"name",
"description",
"url",
"version",
"capabilities object",
"skills array"
]
},
{
"title": "Endpoint issues",
"items": [
"url - Missing URL."
]
},
{
"title": "Shape warnings",
"items": [
"defaultInputModes is missing or empty.",
"defaultOutputModes is missing or empty."
]
}
],
"missing": [
"protocolVersion",
"name",
"description",
"url",
"version",
"capabilities object",
"skills array"
],
"endpointIssues": [
{
"field": "url",
"issue": "Missing URL."
}
],
"protocolVersion": "",
"latestVersion": false,
"versionCompatibility": "unknown",
"defaultInputModes": [],
"defaultOutputModes": [],
"supportedInterfaces": [],
"cardShapeWarnings": [
"defaultInputModes is missing or empty.",
"defaultOutputModes is missing or empty."
],
"invalidSkills": [],
"skills": [],
"skillCount": 0,
"capabilityKeys": []
},
"issue": "A2A Agent Card response is missing required fields or has invalid skill entries.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests.",
"issueDetails": [
{
"title": "Missing required fields",
"items": [
"protocolVersion",
"name",
"description",
"url",
"version",
"capabilities object",
"skills array"
]
},
{
"title": "Endpoint issues",
"items": [
"url - Missing URL."
]
},
{
"title": "Shape warnings",
"items": [
"defaultInputModes is missing or empty.",
"defaultOutputModes is missing or empty."
]
}
]
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Validate resource body".
10 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Validate resource body".
Needs attention
agent.json
Issue
agent.json response did not match the expected AWP shape. missing: awp_version, domain, intent; no actions found.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
agent.json response did not match the expected AWP shape. missing: awp_version, domain, intent; no actions found.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/agent.json",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"gpc": true,
"lastUpdate": "2023-12-15"
},
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}",
"issue": "agent.json response did not match the expected AWP shape. missing: awp_version, domain, intent; no actions found.",
"missing": [
"awp_version",
"domain",
"intent"
],
"actionCount": 0,
"invalidActions": [],
"protocolKeys": [],
"actions": []
},
"issue": "agent.json response did not match the expected AWP shape. missing: awp_version, domain, intent; no actions found.",
"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 "Validate resource body".
10 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Validate resource body".
Needs attention
agents.json
Issue
Agents JSON response did not match the expected shape. no agents found.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
Agents JSON response did not match the expected shape. no agents found.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/agents.json",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"gpc": true,
"lastUpdate": "2023-12-15"
},
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}",
"issue": "Agents JSON response did not match the expected shape. no agents found.",
"agentCount": 0,
"invalidAgents": [],
"agents": []
},
"issue": "Agents JSON response did not match the expected shape. no agents found.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
9 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.healthline.com/about/health-medicare-state-coverage",
"text": "Medicare Plans by State",
"html": "<a class=\"css-kxhged\" href=\"https://www.healthline.com/about/health-medicare-state-coverage\">Medicare Plans by State</a>"
},
{
"href": "https://www.linkedin.com/company/healthline-media/",
"text": "",
"html": "<a class=\"icon-hl-linkedin css-1xci28h\" target=\"_blank\" rel=\"noopener noreferrer\" data-event=\"|social channel footer click|LinkedIn channel icon clicked\" href=\"https://www.linkedin.com/company/healthline-media/\" sociallinktheme=\"[object Object]\" aria-label=\"Visit our LinkedIn page\"></a>"
},
{
"href": "/health/drugs/microdosing-glp-1",
"text": "What You Need to Know About GLP-1 Microdosing",
"html": "<a href=\"/health/drugs/microdosing-glp-1\" class=\"css-eg2duc\">What You Need to Know About GLP-1 Microdosing</a>"
},
{
"href": "https://www.healthline.com/about",
"text": "About Us",
"html": "<a class=\"css-kxhged css-155baka\" href=\"https://www.healthline.com/about\">About Us</a>"
},
{
"href": "https://www.healthline.com/about/contact-us",
"text": "Contact Us",
"html": "<a class=\"css-kxhged css-155baka\" href=\"https://www.healthline.com/about/contact-us\">Contact Us</a>"
},
{
"href": "https://www.healthline.com/about/content-integrity",
"text": "Content Integrity",
"html": "<a class=\"css-kxhged css-155baka\" href=\"https://www.healthline.com/about/content-integrity\">Content Integrity</a>"
},
{
"href": "https://www.healthlinemedia.com/?utm_source=healthline.com&utm_medium=site&utm_campaign=footer&utm_content=about",
"text": "About",
"html": "<a class=\"css-kxhged css-shmue5\" target=\"_blank\" rel=\"nofollow\" href=\"https://www.healthlinemedia.com/?utm_source=healthline.com&utm_medium=site&utm_campaign=footer&utm_content=about\">About</a>"
}
],
"contactLinks": [
{
"href": "https://www.healthline.com/health-news/666-walking-trend-weight-loss",
"text": "Can 6-6-6 Walking Workout Help You Lose Weight?",
"html": "<a class=\"css-kxhged\" href=\"https://www.healthline.com/health-news/666-walking-trend-weight-loss\">Can 6-6-6 Walking Workout Help You Lose Weight?</a>"
},
{
"href": "https://www.healthline.com/health-news/morning-coffee-heart-health-benefits",
"text": "Morning Coffee May Help You Live Longer",
"html": "<a class=\"css-kxhged\" href=\"https://www.healthline.com/health-news/morning-coffee-heart-health-benefits\">Morning Coffee May Help You Live Longer</a>"
},
{
"href": "/health-news/beer-body-scent-deet-may-attract-mosquitos",
"text": "Why You’re a Mosquito Magnet and What Can Actually Help",
"html": "<a href=\"/health-news/beer-body-scent-deet-may-attract-mosquitos\" class=\"css-eg2duc\">Why You’re a Mosquito Magnet and What Can Actually Help</a>"
},
{
"href": "https://www.healthline.com/about/contact-us",
"text": "Contact Us",
"html": "<a class=\"css-kxhged css-155baka\" href=\"https://www.healthline.com/about/contact-us\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://www.healthline.com/privacy-policy",
"text": "Privacy Policy",
"html": "<a class=\"css-kxhged css-155baka\" href=\"https://www.healthline.com/privacy-policy\">Privacy Policy</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.healthline.com/about/health-medicare-state-coverage",
"text": "Medicare Plans by State",
"html": "<a class=\"css-kxhged\" href=\"https://www.healthline.com/about/health-medicare-state-coverage\">Medicare Plans by State</a>"
},
{
"href": "https://www.linkedin.com/company/healthline-media/",
"text": "",
"html": "<a class=\"icon-hl-linkedin css-1xci28h\" target=\"_blank\" rel=\"noopener noreferrer\" data-event=\"|social channel footer click|LinkedIn channel icon clicked\" href=\"https://www.linkedin.com/company/healthline-media/\" sociallinktheme=\"[object Object]\" aria-label=\"Visit our LinkedIn page\"></a>"
},
{
"href": "/health/drugs/microdosing-glp-1",
"text": "What You Need to Know About GLP-1 Microdosing",
"html": "<a href=\"/health/drugs/microdosing-glp-1\" class=\"css-eg2duc\">What You Need to Know About GLP-1 Microdosing</a>"
},
{
"href": "https://www.healthline.com/about",
"text": "About Us",
"html": "<a class=\"css-kxhged css-155baka\" href=\"https://www.healthline.com/about\">About Us</a>"
},
{
"href": "https://www.healthline.com/about/contact-us",
"text": "Contact Us",
"html": "<a class=\"css-kxhged css-155baka\" href=\"https://www.healthline.com/about/contact-us\">Contact Us</a>"
},
{
"href": "https://www.healthline.com/about/content-integrity",
"text": "Content Integrity",
"html": "<a class=\"css-kxhged css-155baka\" href=\"https://www.healthline.com/about/content-integrity\">Content Integrity</a>"
},
{
"href": "https://www.healthlinemedia.com/?utm_source=healthline.com&utm_medium=site&utm_campaign=footer&utm_content=about",
"text": "About",
"html": "<a class=\"css-kxhged css-shmue5\" target=\"_blank\" rel=\"nofollow\" href=\"https://www.healthlinemedia.com/?utm_source=healthline.com&utm_medium=site&utm_campaign=footer&utm_content=about\">About</a>"
}
],
"contactLinks": [
{
"href": "https://www.healthline.com/health-news/666-walking-trend-weight-loss",
"text": "Can 6-6-6 Walking Workout Help You Lose Weight?",
"html": "<a class=\"css-kxhged\" href=\"https://www.healthline.com/health-news/666-walking-trend-weight-loss\">Can 6-6-6 Walking Workout Help You Lose Weight?</a>"
},
{
"href": "https://www.healthline.com/health-news/morning-coffee-heart-health-benefits",
"text": "Morning Coffee May Help You Live Longer",
"html": "<a class=\"css-kxhged\" href=\"https://www.healthline.com/health-news/morning-coffee-heart-health-benefits\">Morning Coffee May Help You Live Longer</a>"
},
{
"href": "/health-news/beer-body-scent-deet-may-attract-mosquitos",
"text": "Why You’re a Mosquito Magnet and What Can Actually Help",
"html": "<a href=\"/health-news/beer-body-scent-deet-may-attract-mosquitos\" class=\"css-eg2duc\">Why You’re a Mosquito Magnet and What Can Actually Help</a>"
},
{
"href": "https://www.healthline.com/about/contact-us",
"text": "Contact Us",
"html": "<a class=\"css-kxhged css-155baka\" href=\"https://www.healthline.com/about/contact-us\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://www.healthline.com/privacy-policy",
"text": "Privacy Policy",
"html": "<a class=\"css-kxhged css-155baka\" href=\"https://www.healthline.com/privacy-policy\">Privacy Policy</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: AI crawler accessibility
GEO: AI crawler accessibility scored 55/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: AI crawler accessibility
GEO: AI crawler accessibility scored 55/100 and needs improvement.
Needs attention
GEO: AI crawler accessibility
Issue
robots.txt blocks these AI crawlers: gptbot, claudebot.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: AI crawler accessibility
Score
55/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: AI crawler accessibility scored 55/100 and needs improvement.
Evidence
{
"textWords": 1187,
"htmlBytes": 375814,
"robots": {
"checkedCrawlers": [
"gptbot",
"chatgpt-user",
"claudebot",
"perplexitybot",
"google-extended"
],
"blocked": [
"gptbot",
"claudebot"
],
"allows": false
},
"schemaBlocks": 1,
"finalUrl": "https://www.healthline.com/",
"robotsExcerpt": "User-agent: *\nCrawl-delay: 5\nAllow: /corporate/microsites/tysabri/ms-assessment-tool.html\nAllow: /corporate/microsites/tysabri/ms-assessment-tool-page1.html\nAllow: /corporate/microsites/tysabri/ms-assessment-tool-page2.html\nAllow: /corporate/microsites/tysabri/ms-assessment-tool-page3.html\nAllow: /corporate/microsites/tysabri/ms-assessment-tool-page4.html\nAllow: /corporate/microsites/tysabri/ms-assessment-tool-page5.html\nAllow: /corporate/microsites/tysabri/ms-assessment-tool-page6.html\nAllow: /corporate/microsites/tysabri/ms-assessment-tool-page7.html\nAllow: /corporate/microsites/tysabri/ms-assessment-tool-pageresults.html\nAllow: /ads.txt\nDisallow: /bmajax/\nDisallow: /v2/\nDisallow: /vp/\nDisallow: /corporate/\nDisallow: /health/mirgraine-headaches\nDisallow: /health/wp-*\nDisallow: ",
"score": 55,
"weight": 26
}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
4 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": 4,
"passing": 0,
"failing": [
{
"heading": "Trending",
"headingHtml": "<h2 class=\"css-107373h\">Trending</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore by health topic",
"headingHtml": "<h2 class=\"css-jsyglb\">Explore by health topic</h2>",
"firstParagraph": "Take charge of your nutrition with guidance on meal planning, diets, supplements, and more from our dietitians and nutritionists.",
"paragraphHtml": "<p class=\"css-1oitker\">Take charge of your nutrition with guidance on meal planning, diets, supplements, and more from our dietitians and nutritionists.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Featured programs",
"headingHtml": "<h2 style=\"color:#231F20\" class=\"css-1bygaku\">Featured programs</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Latest videos",
"headingHtml": "<h2 style=\"color:#231F20\" class=\"css-1bygaku\">Latest videos</h2>",
"firstParagraph": "Which Psoriasis Treatment Works Best for You?",
"paragraphHtml": "<p class=\"css-3rpe6g\">Which Psoriasis Treatment Works Best for You?</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
4 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
50/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 50/100 and needs improvement.
Evidence
{
"h2Count": 4,
"questionH2s": [],
"hasFaq": true,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 75/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 75/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: healthline, medical, information, advice, trust.
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
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: Entity clarity scored 75/100 and needs improvement.
Evidence
{
"title": "Healthline: Medical information and health advice you can trust.",
"h1": "Healthline",
"description": "We're committed to being your source for expert health guidance. Come to us in your pursuit of wellness.",
"topicOverlap": 0.16666666666666666,
"topicTerms": [
"healthline",
"medical",
"information",
"health",
"advice",
"trust"
],
"descriptionTerms": [
"committed",
"being",
"source",
"expert",
"health",
"guidance",
"come",
"pursuit",
"wellness"
],
"missingFromDescription": [
"healthline",
"medical",
"information",
"advice",
"trust"
],
"score": 75,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
64 image(s) are missing width/height attributes. 2 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1, minimum-scale=1",
"visibleWords": 1187,
"htmlBytes": 375814,
"imagesMissingDimensions": [
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons-_controlling-ulcerative-colitis-236x236_360.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons-_controlling-ulcerative-colitis-236x236_360.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons_navigating-life-with-biopolar-236x236-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons_navigating-life-with-biopolar-236x236-1.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons-_mastering-your-geographic-atrophy-236x236_360.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons-_mastering-your-geographic-atrophy-236x236_360.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons_managing-type-2-diabetes-236x236-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons_managing-type-2-diabetes-236x236-1.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2025/02/HL_Dexcom-Stelo_Key-Art_Circular-Thumbnail_236x236.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2025/02/HL_Dexcom-Stelo_Key-Art_Circular-Thumbnail_236x236.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons-_understanding-inflammation-and-aging-236x236_360.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons-_understanding-inflammation-and-aging-236x236_360.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons-_cold-and-flu-236x236_360.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons-_cold-and-flu-236x236_360.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons_shes-good-for-real-236x236-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2024/12/navigation-icons_shes-good-for-real-236x236-1.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2022/01/Bezzy-Inflammatory-Bowel-Disease.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2022/01/Bezzy-Inflammatory-Bowel-Disease.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2022/01/Bezzy-Multiple-Sclerosis.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2022/01/Bezzy-Multiple-Sclerosis.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2024/11/Bezzy-DEP-Icon-Circle.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2024/11/Bezzy-DEP-Icon-Circle.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2025/01/Bezzy-MIG-Icon-Circle.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2025/01/Bezzy-MIG-Icon-Circle.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2024/12/Bezzy-T2D-Icon-Circle.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2024/12/Bezzy-T2D-Icon-Circle.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2022/04/Bezzy-PsO.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://media.post.rvohealth.io/wp-content/uploads/2022/04/Bezzy-PsO.png\" class=\"css-1cyq4tn\" alt>"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/05/homepage-hero-cta-icons-asset-halo-homepage-CTA-dd-mobile-500x530-sparkle.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/05/homepage-hero-cta-icons-asset-halo-homepage-CTA-dd-mobile-500x530-sparkle.png\" alt class=\"css-1q8orwu\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/05/homepage-hero-cta-icons-asset-halo-homepage-CTA-dd-mobile-500x530-sparkle.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/05/homepage-hero-cta-icons-asset-halo-homepage-CTA-dd-mobile-500x530-sparkle.png\" alt class=\"css-x41bds\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/05/homepage-hero-cta-icons-asset-halo-homepage-CTA-dd-mobile-500x530-sparkle.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/05/homepage-hero-cta-icons-asset-halo-homepage-CTA-dd-mobile-500x530-sparkle.png\" alt class=\"css-1q8orwu\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/05/homepage-hero-cta-icons-asset-halo-homepage-CTA-dd-mobile-500x530-sparkle.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/05/homepage-hero-cta-icons-asset-halo-homepage-CTA-dd-mobile-500x530-sparkle.png\" alt class=\"css-x41bds\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2025/08/person-cooking-scrambled-eggs-in-pan-732x549-thumbnail.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2025/08/person-cooking-scrambled-eggs-in-pan-732x549-thumbnail.jpg\" alt=\"The Best Types of Protein for Weight Loss\" loading=\"lazy\" class=\"css-1nfdtjb\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/02/hg-older-woman-at-grocery-store-732x549-thumbnail.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/02/hg-older-woman-at-grocery-store-732x549-thumbnail.jpg\" alt=\"These Are the Unhealthiest “Junk” Foods in America\" loading=\"lazy\" class=\"css-1nfdtjb\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/04/image-e1779999570943.jpeg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/04/image-e1779999570943.jpeg\" alt=\"What You Need to Know About GLP-1 Microdosing\" loading=\"lazy\" class=\"css-1nfdtjb\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/05/doctor-patient-discussion-hallway-732x549-thumbnail.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/05/doctor-patient-discussion-hallway-732x549-thumbnail.jpg\" alt=\"Ask the Expert: How to Tell if a Viral Outbreak Is Actually a Threat…\" loading=\"lazy\" class=\"css-1nfdtjb\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/05/mosquito-header-thumbnail-732x549-1.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/05/mosquito-header-thumbnail-732x549-1.jpg\" alt=\"Why You’re a Mosquito Magnet and What Can Actually Help\" loading=\"lazy\" class=\"css-1nfdtjb\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/anxietydepression-final.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/anxietydepression-final.jpg\" alt loading=\"lazy\" class=\"css-z29zlm\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/digestive-health.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/digestive-health.jpg\" alt loading=\"lazy\" class=\"css-z29zlm\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/heart-health.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/heart-health.jpg\" alt loading=\"lazy\" class=\"css-z29zlm\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/menopause-1.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/menopause-1.jpg\" alt loading=\"lazy\" class=\"css-z29zlm\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/diabetes.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/diabetes.jpg\" alt loading=\"lazy\" class=\"css-z29zlm\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/weight-managementds.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/weight-managementds.jpg\" alt loading=\"lazy\" class=\"css-z29zlm\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/Tools-photo-mobile-b.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/Tools-photo-mobile-b.png\" alt loading=\"lazy\" class=\"css-1ghxxz3\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/Tools_Photo-desktop-b.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/Tools_Photo-desktop-b.png\" alt loading=\"lazy\" class=\"css-nx1x3\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/Tools_mobile-Treatment-photo-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/Tools_mobile-Treatment-photo-1.png\" alt loading=\"lazy\" class=\"css-1ghxxz3\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/Tools_desktop-Treatment-photo-tighter-crop.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/Tools_desktop-Treatment-photo-tighter-crop.png\" alt loading=\"lazy\" class=\"css-nx1x3\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2019/04/Ann_Hathaway_732x549-thumbnail.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2019/04/Ann_Hathaway_732x549-thumbnail.jpg\" alt loading=\"lazy\" class=\"css-6jrdpz\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/03/Female_Watch_Fitness_Walk-732x549-Thumbnail-1-1.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/03/Female_Watch_Fitness_Walk-732x549-Thumbnail-1-1.jpg\" alt loading=\"lazy\" class=\"css-6jrdpz\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/04/antioxidant-vitamins-732x549-thumbnail.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/04/antioxidant-vitamins-732x549-thumbnail.jpg\" alt loading=\"lazy\" class=\"css-6jrdpz\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2020/08/workplace-health-things-that-happen-when-you-sit-down-all-day_thumb-1.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2020/08/workplace-health-things-that-happen-when-you-sit-down-all-day_thumb-1.jpg\" alt loading=\"lazy\" class=\"css-6jrdpz\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/04/healthy-eating-habits-732x549-thumbnail.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/04/healthy-eating-habits-732x549-thumbnail.jpg\" alt loading=\"lazy\" class=\"css-6jrdpz\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/04/therabody-fitness-732x549-thumbnail.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/04/therabody-fitness-732x549-thumbnail.jpg\" alt loading=\"lazy\" class=\"css-6jrdpz\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/What-Sets-HL-Apart-Crop.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/What-Sets-HL-Apart-Crop.jpg\" alt=\"For you, by experts\" class=\"css-z6q231\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/integrity2.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/integrity2.jpg\" alt=\"Built to move you forward\" class=\"css-1vggv6r\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/integrity3.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/integrity3.jpg\" alt=\"Reviewed by professionals\" class=\"css-1vggv6r\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/integrity4.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/integrity4.jpg\" alt=\"Always up to date\" class=\"css-1vggv6r\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/What-Sets-HL-Apart-Crop.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/What-Sets-HL-Apart-Crop.jpg\" alt=\"For you, by experts\" class=\"css-z6q231\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/integrity2.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/integrity2.jpg\" alt=\"Built to move you forward\" class=\"css-1vggv6r\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/integrity3.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/integrity3.jpg\" alt=\"Reviewed by professionals\" class=\"css-1vggv6r\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/01/integrity4.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/01/integrity4.jpg\" alt=\"Always up to date\" class=\"css-1vggv6r\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/06/Healthline_Featured-Programs_June2026_Balancing-Life-with-Tardive-Dyskinesia_Spotlight-600x900-1.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/06/Healthline_Featured-Programs_June2026_Balancing-Life-with-Tardive-Dyskinesia_Spotlight-600x900-1.png\" alt class=\"css-2bfmxu\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/04/All-Free-Clear-Key-Art-Sensitive-Skin-v2_Spotlight-600x900-1-1.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/04/All-Free-Clear-Key-Art-Sensitive-Skin-v2_Spotlight-600x900-1-1.png\" alt class=\"css-2bfmxu\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/06/Healthline_Featured-Programs_June2026-Myasthenia-Gravis-Spotlight.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/06/Healthline_Featured-Programs_June2026-Myasthenia-Gravis-Spotlight.png\" alt class=\"css-2bfmxu\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2023/06/LGBTQIA-Content-Hub__spotlight_600x900.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2023/06/LGBTQIA-Content-Hub__spotlight_600x900.png\" alt class=\"css-2bfmxu\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/06/Healthline_Featured-Programs_June2026_Balancing-Life-with-Tardive-Dyskinesia_Spotlight-600x900-1.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/06/Healthline_Featured-Programs_June2026_Balancing-Life-with-Tardive-Dyskinesia_Spotlight-600x900-1.png\" alt class=\"css-2bfmxu\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/04/All-Free-Clear-Key-Art-Sensitive-Skin-v2_Spotlight-600x900-1-1.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/04/All-Free-Clear-Key-Art-Sensitive-Skin-v2_Spotlight-600x900-1-1.png\" alt class=\"css-2bfmxu\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/06/Healthline_Featured-Programs_June2026-Myasthenia-Gravis-Spotlight.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/06/Healthline_Featured-Programs_June2026-Myasthenia-Gravis-Spotlight.png\" alt class=\"css-2bfmxu\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2023/06/LGBTQIA-Content-Hub__spotlight_600x900.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2023/06/LGBTQIA-Content-Hub__spotlight_600x900.png\" alt class=\"css-2bfmxu\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2025/08/jun-homepage_video-psoriasis-514x370-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2025/08/jun-homepage_video-psoriasis-514x370-1.jpg\" alt=\"Which Psoriasis Treatment Works Best for You?\" class=\"css-icl16z\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2025/09/jun-homepage_video-hot-flash-meditation-514x370-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2025/09/jun-homepage_video-hot-flash-meditation-514x370-1.jpg\" alt=\"Having a Hot Flash? Try This Meditation to Cool Down!\" class=\"css-icl16z\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/04/jun-homepage_video-migraine-514x370-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/04/jun-homepage_video-migraine-514x370-1.jpg\" alt=\"What Is Migraine And How Is It Treated?\" class=\"css-icl16z\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2024/01/jun-homepage_video-honest-convo4-514x370-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2024/01/jun-homepage_video-honest-convo4-514x370-1.jpg\" alt=\"Honest Conversations: Psoriasis and Mental Health\" class=\"css-icl16z\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2025/08/jun-homepage_video-psoriasis-514x370-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2025/08/jun-homepage_video-psoriasis-514x370-1.jpg\" alt=\"Which Psoriasis Treatment Works Best for You?\" class=\"css-icl16z\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2025/09/jun-homepage_video-hot-flash-meditation-514x370-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2025/09/jun-homepage_video-hot-flash-meditation-514x370-1.jpg\" alt=\"Having a Hot Flash? Try This Meditation to Cool Down!\" class=\"css-icl16z\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2026/04/jun-homepage_video-migraine-514x370-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2026/04/jun-homepage_video-migraine-514x370-1.jpg\" alt=\"What Is Migraine And How Is It Treated?\" class=\"css-icl16z\">"
},
{
"src": "https://media.post.rvohealth.io/wp-content/uploads/2024/01/jun-homepage_video-honest-convo4-514x370-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://media.post.rvohealth.io/wp-content/uploads/2024/01/jun-homepage_video-honest-convo4-514x370-1.jpg\" alt=\"Honest Conversations: Psoriasis and Mental Health\" class=\"css-icl16z\">"
},
{
"src": "http://b.scorecardresearch.com/p?c1=2&c2=38584006&cv=3.9&cj=1&comscorekw=main",
"width": "",
"height": "",
"loading": "eager",
"html": "<img alt src=\"http://b.scorecardresearch.com/p?c1=2&c2=38584006&cv=3.9&cj=1&comscorekw=main\" loading=\"eager\">"
}
],
"possibleDialogs": [
"<div id=\"modal-host\"></div>",
"<div id=\"consent-modal\"></div>"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
4 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": 4,
"passing": 0,
"failing": [
{
"heading": "Trending",
"headingHtml": "<h2 class=\"css-107373h\">Trending</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore by health topic",
"headingHtml": "<h2 class=\"css-jsyglb\">Explore by health topic</h2>",
"firstParagraph": "Take charge of your nutrition with guidance on meal planning, diets, supplements, and more from our dietitians and nutritionists.",
"paragraphHtml": "<p class=\"css-1oitker\">Take charge of your nutrition with guidance on meal planning, diets, supplements, and more from our dietitians and nutritionists.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Featured programs",
"headingHtml": "<h2 style=\"color:#231F20\" class=\"css-1bygaku\">Featured programs</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Latest videos",
"headingHtml": "<h2 style=\"color:#231F20\" class=\"css-1bygaku\">Latest videos</h2>",
"firstParagraph": "Which Psoriasis Treatment Works Best for You?",
"paragraphHtml": "<p class=\"css-3rpe6g\">Which Psoriasis Treatment Works Best for You?</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}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
No substantial explanatory paragraphs were found.
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": [],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 79/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 79/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: healthline, medical, information, advice, trust.
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
79/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 79/100 and needs improvement.
Evidence
{
"title": "Healthline: Medical information and health advice you can trust.",
"h1": "Healthline",
"description": "We're committed to being your source for expert health guidance. Come to us in your pursuit of wellness.",
"topicOverlap": 0.16666666666666666,
"definitionCount": 4,
"topicTerms": [
"healthline",
"medical",
"information",
"health",
"advice",
"trust"
],
"descriptionTerms": [
"committed",
"being",
"source",
"expert",
"health",
"guidance",
"come",
"pursuit",
"wellness"
],
"missingFromDescription": [
"healthline",
"medical",
"information",
"advice",
"trust"
],
"score": 79,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 4,
"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"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Trending",
"html": "<h2 class=\"css-107373h\">Trending</h2>"
},
{
"text": "Explore by health topic",
"html": "<h2 class=\"css-jsyglb\">Explore by health topic</h2>"
},
{
"text": "Featured programs",
"html": "<h2 style=\"color:#231F20\" class=\"css-1bygaku\">Featured programs</h2>"
},
{
"text": "Latest videos",
"html": "<h2 style=\"color:#231F20\" class=\"css-1bygaku\">Latest videos</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Healthline: Medical information and health ad...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Healthline: Medical information and health ad... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Healthline: Medical information and health ad...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Healthline: Medical information and health ad... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Healthline: Medical information and health ad... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Healthline: Medical information and health ad...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Healthline: Medical information and health ad... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Healthline: Medical information and health ad...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Healthline: Medical information and health ad... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Healthline: Medical information and health ad... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166701
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166717
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166711
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Trending",
"html": "<h2 class=\"css-107373h\">Trending</h2>"
},
{
"text": "Explore by health topic",
"html": "<h2 class=\"css-jsyglb\">Explore by health topic</h2>"
},
{
"text": "Featured programs",
"html": "<h2 style=\"color:#231F20\" class=\"css-1bygaku\">Featured programs</h2>"
},
{
"text": "Latest videos",
"html": "<h2 style=\"color:#231F20\" class=\"css-1bygaku\">Latest videos</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Healthline: Medical information and health ad...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Healthline: Medical information and health ad... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Healthline: Medical information and health ad...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Healthline: Medical information and health ad... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Healthline: Medical information and health ad... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Healthline: Medical information and health ad...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Healthline: Medical information and health ad... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Healthline: Medical information and health ad...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Healthline: Medical information and health ad... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Healthline: Medical information and health ad... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing 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.
Validate agent_auth authorization metadata
OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{"field":"agent_auth.register_uri","issue":"Missing URL."}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.
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": 166717,
"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": 166437,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": true,
"links": [
"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/vendor.js\"",
"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/lib.js\"",
"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib.js\"",
"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib-core.js\"",
"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/pages/_error.js\"",
"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/vendor.js\"",
"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/lib.js\"",
"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib.js\"",
"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib-core.js\"",
"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/pages/_error.js\""
],
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head>\n<link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/vendor.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/lib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/felib-core.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.healthline.com/_next/5b412111-6fce-4a07-b4c7-d5630cf7183c/hl/pages/_error.js\" as=script crossorigin=anonymous><link rel=preload href=\"https://assets.he"
}
},
"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": "pass",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": true,
"statusCode": 200,
"contentType": "application/json; charset=utf-8",
"length": 38,
"text": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}"
},
"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,
"validJson": true,
"compatibleContentType": true,
"document": {
"gpc": true,
"lastUpdate": "2023-12-15"
},
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}",
"issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
"hasAgentAuth": false,
"supportedIdentityTypes": [],
"credentialTypesSupported": [],
"registerUriIssues": [
{
"field": "agent_auth.register_uri",
"issue": "Missing URL."
}
],
"claimUrlIssues": [],
"revocationUrlIssues": []
},
"issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth Discovery response did not match the expected shape. missing: issuer, authorization_endpoint, token_endpoint, jwks_uri; endpoint issues: [{"field":"authorization_endpoint","issue":"Missing URL."},{"field":"token_endpoint","issue":"Missing URL."},{"field":"jwks_uri","issue":"Missing URL."}]; missing response_types_supported; missing grant_types_supported.
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
Validate resource body
OAuth Discovery response did not match the expected shape. missing: issuer, authorization_endpoint, token_endpoint, jwks_uri; endpoint issues: [{"field":"authorization_endpoint","issue":"Missing URL."},{"field":"token_endpoint","issue":"Missing URL."},{"field":"jwks_uri","issue":"Missing URL."}]; missing response_types_supported; missing grant_types_supported.
Probe authorization endpoint with an authorization-code request
authorization_endpoint is missing from discovery metadata.
Reject unregistered authorization redirects
authorization_endpoint is missing from discovery metadata.
Probe token endpoint with advertised grant type
token_endpoint is missing from discovery metadata.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/openid-configuration",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth Discovery response did not match the expected shape. missing: issuer, authorization_endpoint, token_endpoint, jwks_uri; endpoint issues: [{\"field\":\"authorization_endpoint\",\"issue\":\"Missing URL.\"},{\"field\":\"token_endpoint\",\"issue\":\"Missing URL.\"},{\"field\":\"jwks_uri\",\"issue\":\"Missing URL.\"}]; missing response_types_supported; missing grant_types_supported.",
"compatibleContentType": true,
"missing": [
"issuer",
"authorization_endpoint",
"token_endpoint",
"jwks_uri"
],
"endpointIssues": [
{
"field": "authorization_endpoint",
"issue": "Missing URL."
},
{
"field": "token_endpoint",
"issue": "Missing URL."
},
{
"field": "jwks_uri",
"issue": "Missing URL."
}
],
"responseTypesSupported": [],
"grantTypesSupported": [],
"idTokenSigningAlgValuesSupported": [],
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}"
},
"issue": "OAuth Discovery response did not match the expected shape. missing: issuer, authorization_endpoint, token_endpoint, jwks_uri; endpoint issues: [{\"field\":\"authorization_endpoint\",\"issue\":\"Missing URL.\"},{\"field\":\"token_endpoint\",\"issue\":\"Missing URL.\"},{\"field\":\"jwks_uri\",\"issue\":\"Missing URL.\"}]; missing response_types_supported; missing grant_types_supported.",
"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."
},
{
"id": "authorization-endpoint",
"title": "Probe authorization endpoint with an authorization-code request",
"status": "fail",
"evidence": {
"url": ""
},
"issue": "authorization_endpoint is missing from discovery metadata.",
"howToFix": "Advertise only implemented OAuth/OIDC endpoints."
},
{
"id": "authorization-redirect-safety",
"title": "Reject unregistered authorization redirects",
"status": "fail",
"evidence": {
"url": ""
},
"issue": "authorization_endpoint is missing from discovery metadata.",
"howToFix": "Validate clients and redirect_uri values before redirecting."
},
{
"id": "token-endpoint",
"title": "Probe token endpoint with advertised grant type",
"status": "fail",
"evidence": {
"url": ""
},
"issue": "token_endpoint is missing from discovery metadata.",
"howToFix": "Advertise only implemented OAuth/OIDC endpoints."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
}
]
},
"resourceFetchSucceeded": true
}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
OAuth Protected Resource metadata did not match RFC 9728 shape. resource issues: [{"field":"resource","issue":"Missing URL."}]; authorization server issues: [{"field":"authorization_servers","issue":"Expected an array."}].
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
Validate protected resource metadata
OAuth Protected Resource metadata did not match RFC 9728 shape. resource issues: [{"field":"resource","issue":"Missing URL."}]; authorization server issues: [{"field":"authorization_servers","issue":"Expected an array."}].
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": "metadata",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "pass",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
},
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth Protected Resource metadata did not match RFC 9728 shape. resource issues: [{\"field\":\"resource\",\"issue\":\"Missing URL.\"}]; authorization server issues: [{\"field\":\"authorization_servers\",\"issue\":\"Expected an array.\"}].",
"compatibleContentType": true,
"hasResource": false,
"authorizationServerCount": 0,
"resourceIssues": [
{
"field": "resource",
"issue": "Missing URL."
}
],
"authServerIssues": [
{
"field": "authorization_servers",
"issue": "Expected an array."
}
],
"scopesSupported": [],
"bearerMethodsSupported": [],
"rawExcerpt": "{\"gpc\":true,\"lastUpdate\":\"2023-12-15\"}"
},
"issue": "OAuth Protected Resource metadata did not match RFC 9728 shape. resource issues: [{\"field\":\"resource\",\"issue\":\"Missing URL.\"}]; authorization server issues: [{\"field\":\"authorization_servers\",\"issue\":\"Expected an array.\"}].",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.healthline.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.healthline.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.healthline.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.healthline.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
}
]
},
"resourceFetchSucceeded": true
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}SEOSEOBrowser audit
robots.txt is not valid
100 Fail
SEOSEOBrowser audit
robots.txt is not valid
Check name
robots.txt is not valid
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
1 error found
Fix guidance
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).
Evidence
{
"displayValue": "1 error found",
"description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
}Performance and AccessibilityPerformanceBrowser audit
Layout shift culprits
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Layout shift culprits
Check name
Layout shift culprits
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.
References
https://web.dev/learn/performance/Evidence
{
"description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads."
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
14 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 1,441Â 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 1,441Â 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": 560
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 317Â KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 317Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 24Â KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 24Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Minify CSS
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Minify CSS
Check name
Minify CSS
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 2Â KiB
Fix guidance
Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 2Â KiB",
"description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
Check name
Reduce unused CSS
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 18Â KiB
Fix guidance
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 18Â KiB",
"description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
6 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
58/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 16,
"displayValue": "670Â ms",
"numericValue": 669.9999999999991
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 200Â ms",
"numericValue": 200
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 63,
"displayValue": "2.0Â s",
"numericValue": 2002.0028862730123
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 38,
"displayValue": "2.6Â s",
"numericValue": 2601.499337032027
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "10Â ms",
"numericValue": 12.824189999999998
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 47,
"displayValue": "4.7Â s",
"numericValue": 4654.660854639959
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 35,
"displayValue": "300Â ms",
"numericValue": 303
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 62,
"displayValue": "1.4Â s",
"numericValue": 1402.0028862730128
}
]
}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 |
|---|---|---|---|
| 47/100 | Level 2, Agent-Limited | Current report |