Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 40 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 79 out of 100
- SEO 100 out of 100
- Performance and Accessibility 96 out of 100
What AI sees of your website
Included Health – Personalized Virtual Care & Navigation for Employers and Members
Experience healthcare without the headaches. Included Health can help you get care for colds, bills, anxiety, and everything in between with personalized virtual care, benefits navigation, and member advocacy.
Next step
Turn this report into a fix workflow
26 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 | 40 | Priority fix | 7 | 15 | 1 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 54 | Needs work | 3 | 6 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 79 | Mostly ready | 9 | 2 | 7 | View details |
| GEO Readiness | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| AIO Readiness | 73 | Needs work | 2 | 1 | 4 | View details |
| AEO Readiness | 74 | Needs work | 3 | 1 | 3 | View details |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 96 | Strong | 23 | 1 | 0 | View details |
| Performance | 96 | Strong | 19 | 1 | 0 | View details |
| Accessibility | 97 | Strong | 4 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
37 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" >\n<head>\n <meta charset=\"utf-8\" >\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <title>Page not found - Included Health</title>\n\n <script>\n const domainKey = \"_IH\";\n // replace legacy grandrounds.com links\n if(window.location.href.includes('grandrounds.com')){\n let newUrl = window.location.href.replace('grandrounds.com','includedhealth.com')\n window.location.replace(newUrl)\n }\n </script>\n <script type=\"text/javascript\">\n window.AppConfig = {\n trackingKeys: [\"fbclid\",\"gclid\",\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_content\",\"utm_product\",\"utm_cl"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" >\n<head>\n <meta charset=\"utf-8\" >\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <title>Page not found - Included Health</title>\n\n <script>\n const domainKey = \"_IH\";\n // replace legacy grandrounds.com links\n if(window.location.href.includes('grandrounds.com')){\n let newUrl = window.location.href.replace('grandrounds.com','includedhealth.com')\n window.location.replace(newUrl)\n }\n </script>\n <script type=\"text/javascript\">\n window.AppConfig = {\n trackingKeys: [\"fbclid\",\"gclid\",\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_content\",\"utm_product\",\"utm_cl"
},
{
"path": "/openapi.yaml",
"statusCode": 403,
"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": "<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" >\n<head>\n <meta charset=\"utf-8\" >\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <title>Page not found - Included Health</title>\n\n <script>\n const domainKey = \"_IH\";\n // replace legacy grandrounds.com links\n if(window.location.href.includes('grandrounds.com')){\n let newUrl = window.location.href.replace('grandrounds.com','includedhealth.com')\n window.location.replace(newUrl)\n }\n </script>\n <script type=\"text/javascript\">\n window.AppConfig = {\n trackingKeys: [\"fbclid\",\"gclid\",\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_content\",\"utm_product\",\"utm_cl"
},
{
"path": "/swagger.yaml",
"statusCode": 403,
"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": "<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" >\n<head>\n <meta charset=\"utf-8\" >\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <title>Page not found - Included Health</title>\n\n <script>\n const domainKey = \"_IH\";\n // replace legacy grandrounds.com links\n if(window.location.href.includes('grandrounds.com')){\n let newUrl = window.location.href.replace('grandrounds.com','includedhealth.com')\n window.location.replace(newUrl)\n }\n </script>\n <script type=\"text/javascript\">\n window.AppConfig = {\n trackingKeys: [\"fbclid\",\"gclid\",\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_content\",\"utm_product\",\"utm_cl"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" >\n<head>\n <meta charset=\"utf-8\" >\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <title>Page not found - Included Health</title>\n\n <script>\n const domainKey = \"_IH\";\n // replace legacy grandrounds.com links\n if(window.location.href.includes('grandrounds.com')){\n let newUrl = window.location.href.replace('grandrounds.com','includedhealth.com')\n window.location.replace(newUrl)\n }\n </script>\n <script type=\"text/javascript\">\n window.AppConfig = {\n trackingKeys: [\"fbclid\",\"gclid\",\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_content\",\"utm_product\",\"utm_cl"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" >\n<head>\n <meta charset=\"utf-8\" >\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <title>Page not found - Included Health</title>\n\n <script>\n const domainKey = \"_IH\";\n // replace legacy grandrounds.com links\n if(window.location.href.includes('grandrounds.com')){\n let newUrl = window.location.href.replace('grandrounds.com','includedhealth.com')\n window.location.replace(newUrl)\n }\n </script>\n <script type=\"text/javascript\">\n window.AppConfig = {\n trackingKeys: [\"fbclid\",\"gclid\",\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_content\",\"utm_product\",\"utm_cl"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "img-src * data:; default-src *; style-src * 'unsafe-inline'; worker-src 'self' blob: ; script-src * 'unsafe-inline' 'unsafe-eval'"
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"Organization",
"WebPage",
"WebSite"
]
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
33 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": "img-src * data:; default-src *; style-src * 'unsafe-inline'; worker-src 'self' blob: ; script-src * 'unsafe-inline' 'unsafe-eval'",
"cspFrameAncestors": false
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://includedhealth.com/wp-json/",
"rel": "https://api.w.org/"
},
{
"url": "https://includedhealth.com/wp-json/wp/v2/pages/2",
"rel": "alternate",
"type": "application/json"
},
{
"url": "https://includedhealth.com/",
"rel": "shortlink"
}
]
},
"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".
33 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": 170600
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
}
]
},
"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".
33 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": 43350,
"excerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" >\n<head>\n <meta charset=\"utf-8\" >\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <title>Includ",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
25 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 1,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "includedhealth.com",
"probes": [
{
"name": "_index._agents.includedhealth.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.includedhealth.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": "includedhealth.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."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
8 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": "#menu-item-32124",
"text": "About Us",
"html": "<a href=\"#menu-item-32124\" class=\"did-initialize-hash-listener has-smooth-scroll\">About Us</a>"
},
{
"href": "https://includedhealth.com/about-us/",
"text": "Our Company",
"html": "<a href=\"https://includedhealth.com/about-us/\" class=\" mega-menu__has-icon mega-menu__has-info \">Our Company<div class=\"d-inline-flex mega-menu-hover-indicator pl-xs\"><img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\"></div><div class=\"mega-menu-nav__page-info-icon d-none d-lg-flex\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content/..."
},
{
"href": "#menu-item-mobile-32124",
"text": "About Us",
"html": "<a href=\"#menu-item-mobile-32124\" class>About Us</a>"
},
{
"href": "https://includedhealth.com/about-us/",
"text": "Our Company",
"html": "<a href=\"https://includedhealth.com/about-us/\" class=\" mega-menu__has-icon mega-menu__has-info \">Our Company<div class=\"mega-menu-nav__page-info-icon\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content/uploads/2025/11/our-company-icon.svg\" srcset=\"https://includedhealth.com/wp-content/uploads/2025/11/our-company-icon.svg\" type=\"image/svg+xml\"> <source media=\"(max-width: 767px)\" class=\"lazy-load\" data-src..."
},
{
"href": "https://includedhealth.com/about-us/",
"text": "About Us",
"html": "<a href=\"https://includedhealth.com/about-us/\">About Us</a>"
},
{
"href": "https://www.linkedin.com/company/includedhealth/",
"text": "To our LinkedIn page",
"html": "<a href=\"https://www.linkedin.com/company/includedhealth/\" target=\"_blank\"> <span class=\"sr-only\">To our LinkedIn page</span> <svg width=\"28\" height=\"27\" viewBox=\"0 0 28 27\" fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0.779652 8.99999H6.30133V26.9751H0.779652V8.99999ZM3.5445 0.0652466C4.18596 0.0652466 4.81303 0.258098 5.34639 0.618365C5.87975 0.978632 6.29547 1.49051 6.54095 2.08961C6.78643 2.68871 6.85069 3.3475 6.72554 3.9835C6.6004 4.61951 6.2915 5.20434 5.83791 5.66287C5..."
}
],
"contactLinks": [
{
"href": "https://includedhealth.com/members/what-is-included-health/",
"text": "Get to Know Us On-call support for every healthcare-related question or concern",
"html": "<a href=\"https://includedhealth.com/members/what-is-included-health/\" class=\" mega-menu__has-icon mega-menu__has-info \">Get to Know Us<div class=\"d-inline-flex mega-menu-hover-indicator pl-xs\"><img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\"></div><div class=\"mega-menu-nav__page-info-icon d-none d-lg-flex\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://incl..."
},
{
"href": "#menu-item-32051",
"text": "Support",
"html": "<a href=\"#menu-item-32051\" class=\"did-initialize-hash-listener has-smooth-scroll\">Support</a>"
},
{
"href": "https://includedhealth.com/contact-us/",
"text": "Contact Us Looking for support? Get in touch—we're here to help.",
"html": "<a href=\"https://includedhealth.com/contact-us/\" class=\" mega-menu__has-icon mega-menu__has-info \">Contact Us<div class=\"d-inline-flex mega-menu-hover-indicator pl-xs\"><img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\"></div><div class=\"mega-menu-nav__page-info-icon d-none d-lg-flex\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content..."
},
{
"href": "https://includedhealth.com/contact-us/",
"text": "Contact Us",
"html": "<a href=\"https://includedhealth.com/contact-us/\" class=\" mega-menu__has-icon mega-menu__has-info \">Contact Us<div class=\"d-inline-flex mega-menu-hover-indicator pl-xs\"><img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\"></div><div class=\"mega-menu-nav__page-info-icon d-none d-lg-flex\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content..."
},
{
"href": "https://includedhealth.com/members/what-is-included-health/",
"text": "Get to Know Us On-call support for every healthcare-related question or concern",
"html": "<a href=\"https://includedhealth.com/members/what-is-included-health/\" class=\" mega-menu__has-icon mega-menu__has-info \">Get to Know Us<div class=\"mega-menu-nav__page-info-icon\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content/uploads/2025/11/heart-and-hands-icon.svg\" srcset=\"https://includedhealth.com/wp-content/uploads/2025/11/heart-and-hands-icon.svg\" type=\"image/svg+xml\"> <source media=\"(max-width:..."
},
{
"href": "#menu-item-mobile-32051",
"text": "Support",
"html": "<a href=\"#menu-item-mobile-32051\" class>Support</a>"
},
{
"href": "https://includedhealth.com/contact-us/",
"text": "Contact Us Looking for support? Get in touch—we're here to help.",
"html": "<a href=\"https://includedhealth.com/contact-us/\" class=\" mega-menu__has-icon mega-menu__has-info \">Contact Us<div class=\"mega-menu-nav__page-info-icon\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content/uploads/2026/01/Person-icon-and-at-symbol.svg\" srcset=\"https://includedhealth.com/wp-content/uploads/2026/01/Person-icon-and-at-symbol.svg\" type=\"image/svg+xml\"> <source media=\"(max-width: 767px)\" class=\"..."
},
{
"href": "https://includedhealth.com/contact-us/",
"text": "Contact Us",
"html": "<a href=\"https://includedhealth.com/contact-us/\" class=\" mega-menu__has-icon mega-menu__has-info \">Contact Us<div class=\"mega-menu-nav__page-info-icon\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content/uploads/2025/11/contact-us-icon.svg\" srcset=\"https://includedhealth.com/wp-content/uploads/2025/11/contact-us-icon.svg\" type=\"image/svg+xml\"> <source media=\"(max-width: 767px)\" class=\"lazy-load\" data-srcs..."
},
{
"href": "#toggle-slide-10668",
"text": "24/7 support",
"html": "<a href=\"#toggle-slide-10668\" class=\"btn btn-slate xs-less__font-xs no-underline-focus no-dropshadow-focus did-initialize-hash-listener has-smooth-scroll\">24/7 support</a>"
},
{
"href": "/members/frequently-asked-questions/",
"text": "Help center",
"html": "<a href=\"/members/frequently-asked-questions/\" class=\"btn btn-primary \" target=\"_self\">Help center</a>"
},
{
"href": "https://includedhealth.com/contact-us/",
"text": "Contact Us",
"html": "<a href=\"https://includedhealth.com/contact-us/\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://includedhealth.com/legal/terms/",
"text": "Terms of Service",
"html": "<a href=\"https://includedhealth.com/legal/terms/\">Terms of Service</a>"
},
{
"href": "https://includedhealth.com/legal/privacy/",
"text": "Privacy Policy",
"html": "<a href=\"https://includedhealth.com/legal/privacy/\">Privacy Policy</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 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": "#menu-item-32124",
"text": "About Us",
"html": "<a href=\"#menu-item-32124\" class=\"did-initialize-hash-listener has-smooth-scroll\">About Us</a>"
},
{
"href": "https://includedhealth.com/about-us/",
"text": "Our Company",
"html": "<a href=\"https://includedhealth.com/about-us/\" class=\" mega-menu__has-icon mega-menu__has-info \">Our Company<div class=\"d-inline-flex mega-menu-hover-indicator pl-xs\"><img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\"></div><div class=\"mega-menu-nav__page-info-icon d-none d-lg-flex\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content/..."
},
{
"href": "#menu-item-mobile-32124",
"text": "About Us",
"html": "<a href=\"#menu-item-mobile-32124\" class>About Us</a>"
},
{
"href": "https://includedhealth.com/about-us/",
"text": "Our Company",
"html": "<a href=\"https://includedhealth.com/about-us/\" class=\" mega-menu__has-icon mega-menu__has-info \">Our Company<div class=\"mega-menu-nav__page-info-icon\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content/uploads/2025/11/our-company-icon.svg\" srcset=\"https://includedhealth.com/wp-content/uploads/2025/11/our-company-icon.svg\" type=\"image/svg+xml\"> <source media=\"(max-width: 767px)\" class=\"lazy-load\" data-src..."
},
{
"href": "https://includedhealth.com/about-us/",
"text": "About Us",
"html": "<a href=\"https://includedhealth.com/about-us/\">About Us</a>"
},
{
"href": "https://www.linkedin.com/company/includedhealth/",
"text": "To our LinkedIn page",
"html": "<a href=\"https://www.linkedin.com/company/includedhealth/\" target=\"_blank\"> <span class=\"sr-only\">To our LinkedIn page</span> <svg width=\"28\" height=\"27\" viewBox=\"0 0 28 27\" fill=\"#ffffff\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0.779652 8.99999H6.30133V26.9751H0.779652V8.99999ZM3.5445 0.0652466C4.18596 0.0652466 4.81303 0.258098 5.34639 0.618365C5.87975 0.978632 6.29547 1.49051 6.54095 2.08961C6.78643 2.68871 6.85069 3.3475 6.72554 3.9835C6.6004 4.61951 6.2915 5.20434 5.83791 5.66287C5..."
}
],
"contactLinks": [
{
"href": "https://includedhealth.com/members/what-is-included-health/",
"text": "Get to Know Us On-call support for every healthcare-related question or concern",
"html": "<a href=\"https://includedhealth.com/members/what-is-included-health/\" class=\" mega-menu__has-icon mega-menu__has-info \">Get to Know Us<div class=\"d-inline-flex mega-menu-hover-indicator pl-xs\"><img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\"></div><div class=\"mega-menu-nav__page-info-icon d-none d-lg-flex\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://incl..."
},
{
"href": "#menu-item-32051",
"text": "Support",
"html": "<a href=\"#menu-item-32051\" class=\"did-initialize-hash-listener has-smooth-scroll\">Support</a>"
},
{
"href": "https://includedhealth.com/contact-us/",
"text": "Contact Us Looking for support? Get in touch—we're here to help.",
"html": "<a href=\"https://includedhealth.com/contact-us/\" class=\" mega-menu__has-icon mega-menu__has-info \">Contact Us<div class=\"d-inline-flex mega-menu-hover-indicator pl-xs\"><img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\"></div><div class=\"mega-menu-nav__page-info-icon d-none d-lg-flex\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content..."
},
{
"href": "https://includedhealth.com/contact-us/",
"text": "Contact Us",
"html": "<a href=\"https://includedhealth.com/contact-us/\" class=\" mega-menu__has-icon mega-menu__has-info \">Contact Us<div class=\"d-inline-flex mega-menu-hover-indicator pl-xs\"><img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\"></div><div class=\"mega-menu-nav__page-info-icon d-none d-lg-flex\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content..."
},
{
"href": "https://includedhealth.com/members/what-is-included-health/",
"text": "Get to Know Us On-call support for every healthcare-related question or concern",
"html": "<a href=\"https://includedhealth.com/members/what-is-included-health/\" class=\" mega-menu__has-icon mega-menu__has-info \">Get to Know Us<div class=\"mega-menu-nav__page-info-icon\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content/uploads/2025/11/heart-and-hands-icon.svg\" srcset=\"https://includedhealth.com/wp-content/uploads/2025/11/heart-and-hands-icon.svg\" type=\"image/svg+xml\"> <source media=\"(max-width:..."
},
{
"href": "#menu-item-mobile-32051",
"text": "Support",
"html": "<a href=\"#menu-item-mobile-32051\" class>Support</a>"
},
{
"href": "https://includedhealth.com/contact-us/",
"text": "Contact Us Looking for support? Get in touch—we're here to help.",
"html": "<a href=\"https://includedhealth.com/contact-us/\" class=\" mega-menu__has-icon mega-menu__has-info \">Contact Us<div class=\"mega-menu-nav__page-info-icon\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content/uploads/2026/01/Person-icon-and-at-symbol.svg\" srcset=\"https://includedhealth.com/wp-content/uploads/2026/01/Person-icon-and-at-symbol.svg\" type=\"image/svg+xml\"> <source media=\"(max-width: 767px)\" class=\"..."
},
{
"href": "https://includedhealth.com/contact-us/",
"text": "Contact Us",
"html": "<a href=\"https://includedhealth.com/contact-us/\" class=\" mega-menu__has-icon mega-menu__has-info \">Contact Us<div class=\"mega-menu-nav__page-info-icon\"><picture class=\"width-100 d-block \"> <source media=\"(max-width: 500px)\" class=\"lazy-load\" data-srcset=\"https://includedhealth.com/wp-content/uploads/2025/11/contact-us-icon.svg\" srcset=\"https://includedhealth.com/wp-content/uploads/2025/11/contact-us-icon.svg\" type=\"image/svg+xml\"> <source media=\"(max-width: 767px)\" class=\"lazy-load\" data-srcs..."
},
{
"href": "#toggle-slide-10668",
"text": "24/7 support",
"html": "<a href=\"#toggle-slide-10668\" class=\"btn btn-slate xs-less__font-xs no-underline-focus no-dropshadow-focus did-initialize-hash-listener has-smooth-scroll\">24/7 support</a>"
},
{
"href": "/members/frequently-asked-questions/",
"text": "Help center",
"html": "<a href=\"/members/frequently-asked-questions/\" class=\"btn btn-primary \" target=\"_self\">Help center</a>"
},
{
"href": "https://includedhealth.com/contact-us/",
"text": "Contact Us",
"html": "<a href=\"https://includedhealth.com/contact-us/\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://includedhealth.com/legal/terms/",
"text": "Terms of Service",
"html": "<a href=\"https://includedhealth.com/legal/terms/\">Terms of Service</a>"
},
{
"href": "https://includedhealth.com/legal/privacy/",
"text": "Privacy Policy",
"html": "<a href=\"https://includedhealth.com/legal/privacy/\">Privacy Policy</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
6 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": 7,
"passing": 1,
"failing": [
{
"heading": "Included Health is designed to treat you better",
"headingHtml": "<h2 class=\"color-black sm-text-not-set pb-lg xs-pb-md headline-xl\">Included Health is designed to treat you better</h2>",
"firstParagraph": "Care for everything, anytime, no matter where you are — it’s all Included.",
"paragraphHtml": "<p>Care for everything, anytime, no matter where you are — it’s all Included.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Care for colds, bills, anxiety, and everything in between.",
"headingHtml": "<h2 class=\" pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-lg\">Care for colds, bills, anxiety, and everything in between.</h2>",
"firstParagraph": "Start with Included Health for any medical, financial, or administrative question concerning your care. We can see the full picture of your health and unique benefits to help you feel cared for completely — mind, body, and wallet.",
"paragraphHtml": "<p>Start with Included Health for any medical, financial, or administrative question concerning your care. We can see the full picture of your health and unique benefits to help you feel cared for completely — mind, body, and wallet.</p>",
"words": 37,
"direct": false,
"issue": "First paragraph is 37 words and does not look like a concise direct answer."
},
{
"heading": "Personalized all-in-one healthcare to support you holistically — mind, body, and wallet.",
"headingHtml": "<h2 class=\" pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-md\">Personalized all-in-one healthcare to support you holistically — mind, body, and wallet.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our members rate us 4.9 out of 5 stars",
"headingHtml": "<h2 class=\" pb-md headline-lg\">Our members rate us 4.9 out of 5 stars</h2>",
"firstParagraph": "—Included Health member",
"paragraphHtml": "<p><strong>—Included Health member</strong></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Frequently asked questions",
"headingHtml": "<h2 class=\" pb-xs text-left headline-lg\">Frequently asked questions</h2>",
"firstParagraph": "Have more questions? Visit our help center for additional information.",
"paragraphHtml": "<p>Have more questions? Visit our help center for additional information.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Healthcare without the headaches",
"headingHtml": "<h2 class=\" pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-xl\">Healthcare without the headaches</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 64/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 64/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
8 structured-data value(s) were not found in visible page text.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
64/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 64/100 and needs improvement.
Evidence
{
"schemaCount": 4,
"checkedFields": [
{
"path": "$[0].@graph[0].name",
"value": "Included Health"
},
{
"path": "$[0].@graph[1].name",
"value": "Included Health Homepage"
},
{
"path": "$[0].@graph[1].about[0].name",
"value": "virtual healthcare"
},
{
"path": "$[0].@graph[1].about[1].name",
"value": "integrated care platforms"
},
{
"path": "$[0].@graph[1].about[2].name",
"value": "personalized all-in-one healthcare"
},
{
"path": "$[0].@graph[1].about[3].name",
"value": "health navigation"
},
{
"path": "$[0].@graph[1].about[4].name",
"value": "health equity"
},
{
"path": "$[0].@graph[2].name",
"value": "Included Health"
},
{
"path": "$[0].@graph[2].description",
"value": "Included Health is a new kind of healthcare company providing personalized all-in-one virtual care, navigation, and community support for employers, health plans, and members."
},
{
"path": "$[0].@graph[2].address.addressCountry.name",
"value": "USA"
},
{
"path": "$[0].@graph[2].founder.name",
"value": "Owen Tripp"
},
{
"path": "$[1].name",
"value": "Included Health"
},
{
"path": "$[2].name",
"value": "Included Health Homepage"
},
{
"path": "$[2].about[0].name",
"value": "virtual healthcare"
},
{
"path": "$[2].about[1].name",
"value": "integrated care platforms"
},
{
"path": "$[2].about[2].name",
"value": "personalized all-in-one healthcare"
},
{
"path": "$[2].about[3].name",
"value": "health navigation"
},
{
"path": "$[2].about[4].name",
"value": "health equity"
},
{
"path": "$[3].name",
"value": "Included Health"
},
{
"path": "$[3].description",
"value": "Included Health is a new kind of healthcare company providing personalized all-in-one virtual care, navigation, and community support for employers, health plans, and members."
},
{
"path": "$[3].address.addressCountry.name",
"value": "USA"
},
{
"path": "$[3].founder.name",
"value": "Owen Tripp"
}
],
"mismatches": [
{
"path": "$[0].@graph[1].about[1].name",
"value": "integrated care platforms"
},
{
"path": "$[0].@graph[1].about[4].name",
"value": "health equity"
},
{
"path": "$[0].@graph[2].address.addressCountry.name",
"value": "USA"
},
{
"path": "$[0].@graph[2].founder.name",
"value": "Owen Tripp"
},
{
"path": "$[2].about[1].name",
"value": "integrated care platforms"
},
{
"path": "$[2].about[4].name",
"value": "health equity"
},
{
"path": "$[3].address.addressCountry.name",
"value": "USA"
},
{
"path": "$[3].founder.name",
"value": "Owen Tripp"
}
],
"score": 64,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
6 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": 7,
"passing": 1,
"failing": [
{
"heading": "Included Health is designed to treat you better",
"headingHtml": "<h2 class=\"color-black sm-text-not-set pb-lg xs-pb-md headline-xl\">Included Health is designed to treat you better</h2>",
"firstParagraph": "Care for everything, anytime, no matter where you are — it’s all Included.",
"paragraphHtml": "<p>Care for everything, anytime, no matter where you are — it’s all Included.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Care for colds, bills, anxiety, and everything in between.",
"headingHtml": "<h2 class=\" pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-lg\">Care for colds, bills, anxiety, and everything in between.</h2>",
"firstParagraph": "Start with Included Health for any medical, financial, or administrative question concerning your care. We can see the full picture of your health and unique benefits to help you feel cared for completely — mind, body, and wallet.",
"paragraphHtml": "<p>Start with Included Health for any medical, financial, or administrative question concerning your care. We can see the full picture of your health and unique benefits to help you feel cared for completely — mind, body, and wallet.</p>",
"words": 37,
"direct": false,
"issue": "First paragraph is 37 words and does not look like a concise direct answer."
},
{
"heading": "Personalized all-in-one healthcare to support you holistically — mind, body, and wallet.",
"headingHtml": "<h2 class=\" pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-md\">Personalized all-in-one healthcare to support you holistically — mind, body, and wallet.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our members rate us 4.9 out of 5 stars",
"headingHtml": "<h2 class=\" pb-md headline-lg\">Our members rate us 4.9 out of 5 stars</h2>",
"firstParagraph": "—Included Health member",
"paragraphHtml": "<p><strong>—Included Health member</strong></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Frequently asked questions",
"headingHtml": "<h2 class=\" pb-xs text-left headline-lg\">Frequently asked questions</h2>",
"firstParagraph": "Have more questions? Visit our help center for additional information.",
"paragraphHtml": "<p>Have more questions? Visit our help center for additional information.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Healthcare without the headaches",
"headingHtml": "<h2 class=\" pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-xl\">Healthcare without the headaches</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, 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": "Included Health is designed to treat you better",
"html": "<h2 class=\"color-black sm-text-not-set pb-lg xs-pb-md headline-xl\">Included Health is designed to treat you better</h2>"
},
{
"text": "Care for colds, bills, anxiety, and everything in between.",
"html": "<h2 class=\" pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-lg\">Care for colds, bills, anxiety, and everything in between.</h2>"
},
{
"text": "When your last visit left you with more questions than answers.",
"html": "<h2 class=\"color-white pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-lg\">When your last visit left you with more questions than answers.</h2>"
},
{
"text": "Personalized all-in-one healthcare to support you holistically — mind, body, and wallet.",
"html": "<h2 class=\" pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-md\">Personalized all-in-one healthcare to support you holistically — mind, body, and wallet.</h2>"
},
{
"text": "Our members rate us 4.9 out of 5 stars",
"html": "<h2 class=\" pb-md headline-lg\">Our members rate us 4.9 out of 5 stars</h2>"
},
{
"text": "Frequently asked questions",
"html": "<h2 class=\" pb-xs text-left headline-lg\">Frequently asked questions</h2>"
},
{
"text": "Healthcare without the headaches",
"html": "<h2 class=\" pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-xl\">Healthcare without the headaches</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Included Health – Personalized Virtual Care &...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Included Health – Personalized Virtual Care &... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Included Health – Personalized Virtual Care &...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Included Health – Personalized Virtual Care &... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Included Health – Personalized Virtual Care &... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Included Health – Personalized Virtual Care &...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Included Health – Personalized Virtual Care &... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Included Health – Personalized Virtual Care &...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Included Health – Personalized Virtual Care &... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Included Health – Personalized Virtual Care &... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
118 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/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 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1, shrink-to-fit=no",
"visibleWords": 1735,
"htmlBytes": 475118,
"imagesMissingDimensions": [
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/heart-and-hands-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"heart and hands icon\" data-asset-id=\"32111\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/heart-and-hands-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/testimonials-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Speech bubble and star icon\" data-asset-id=\"32112\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/testimonials-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/11/8w_x40h__q_40_c_virtual-doctor-visit-starting-app-screen.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"A hand holds a smartphone displaying a virtual healthcare application screen. The screen reads, "Your visit is starting," showing an appointment card for "Dr. Smith" and a large blue button that says "Join visit."\" data-asset-id=\"32113\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners-3\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/11/500w_x400h__q_100_c_c-virtual-doctor-visit-starting-app-screen.webp\" src=\"https://incl..."
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/add-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Add icon\" data-asset-id=\"32114\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/add-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/medical-app-smartphone-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"medical app smartphone icon\" data-asset-id=\"32115\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/medical-app-smartphone-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/question-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Question icon\" data-asset-id=\"32072\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/question-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2026/01/Person-icon-and-at-symbol.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Person icon and @ symbol\" data-asset-id=\"32999\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2026/01/Person-icon-and-at-symbol.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2026/01/blog-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"blog icon\" data-asset-id=\"33002\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2026/01/blog-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2026/01/8w_x40h__q_40_c_new-member-image.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Welcome to Included Health. What should we call you?\" data-asset-id=\"33003\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners-3\" data-src=\"https://includedhealth.com/wp-content/media-versions/2026/01/500w_x400h__q_100_c_c-new-member-image.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2026/01/8w_x40h__q_40_c_new-member-image.jpg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/heart-icon-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"heart icon\" data-asset-id=\"32006\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/heart-icon-1.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/11/8w_x40h__q_40_c_icons-included-blue-document.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"blue medical document icon\" data-asset-id=\"32345\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/11/1600w_x4000h__q_100_c_icons-included-blue-document.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/11/8w_x40h__q_40_c_icons-included-blue-document.png\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/curvy-both-direction-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"curvy both direction icon\" data-asset-id=\"32008\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/curvy-both-direction-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/medical-cross.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"medical cross icon\" data-asset-id=\"32009\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/medical-cross.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/virtual-care-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Virtual care icon\" data-asset-id=\"32057\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/virtual-care-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/head-with-medical-cross.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"head with medical cross\" data-asset-id=\"32011\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/head-with-medical-cross.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/glasses-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Glasses icon\" data-asset-id=\"32012\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/glasses-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2026/05/Provider-connect-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Provider connect icon\" data-asset-id=\"33967\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2026/05/Provider-connect-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/building-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Building icon\" data-asset-id=\"32061\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/building-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/common-file-text-heart-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"file text heart icon\" data-asset-id=\"32062\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/common-file-text-heart-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/greek-building-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Public building icon\" data-asset-id=\"32063\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/greek-building-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/labor-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Labor Icon\" data-asset-id=\"32020\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/labor-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/head-with-medical-cross.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"head with medical cross\" data-asset-id=\"32011\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/head-with-medical-cross.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2024/08/8w_x40h__q_40_c_lululemon-Success-Story.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"three people running together\" data-asset-id=\"30212\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners-3\" data-src=\"https://includedhealth.com/wp-content/media-versions/2024/08/500w_x400h__q_100_c_c-lululemon-Success-Story.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2024/08/8w_x40h__q_40_c_lululemon-Success-Story.png\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/compass-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Compass icon\" data-asset-id=\"32018\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/compass-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/compass-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Compass icon\" data-asset-id=\"32018\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/compass-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/case-studies-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"case studies icon\" data-asset-id=\"32066\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/case-studies-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/clinical-research-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Clinical research icon\" data-asset-id=\"32067\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/clinical-research-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/videos-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Videos icon\" data-asset-id=\"32068\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/videos-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/our-company-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"our company icon\" data-asset-id=\"32125\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/our-company-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/careers-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"careers icon\" data-asset-id=\"32069\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/careers-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/newsroom-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"newsroom icon\" data-asset-id=\"32070\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/newsroom-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/contact-us-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"contact us icon\" data-asset-id=\"32071\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/contact-us-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-pointer-01.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/question-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Question icon\" data-asset-id=\"32072\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/question-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/05/8w_x40h__q_40_c_Rick-ATT-Included-Health-Member.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Included Health Member Rick sharing his health success story\" data-asset-id=\"31117\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners-3\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/05/500w_x400h__q_100_c_c-Rick-ATT-Included-Health-Member.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/05/8w_x40h__q_40_c_Rick-ATT-Included-Health-Member.png\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/10/8w_x40h__q_40_c_bread-financial-benefits-leader-included-health.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Bread Financials Benefit Leader headshot\" data-asset-id=\"31887\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners-3\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/10/500w_x400h__q_100_c_c-bread-financial-benefits-leader-included-health.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/10/8w_x40h__q_40_c_bread-financial-benefits-leader-included-health.png\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/heart-and-hands-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"heart and hands icon\" data-asset-id=\"32111\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/heart-and-hands-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/testimonials-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Speech bubble and star icon\" data-asset-id=\"32112\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/testimonials-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/11/8w_x40h__q_40_c_virtual-doctor-visit-starting-app-screen.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"A hand holds a smartphone displaying a virtual healthcare application screen. The screen reads, "Your visit is starting," showing an appointment card for "Dr. Smith" and a large blue button that says "Join visit."\" data-asset-id=\"32113\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners-3\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/11/500w_x400h__q_100_c_c-virtual-doctor-visit-starting-app-screen.webp\" src=\"https://incl..."
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/add-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Add icon\" data-asset-id=\"32114\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/add-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/medical-app-smartphone-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"medical app smartphone icon\" data-asset-id=\"32115\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/medical-app-smartphone-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/question-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Question icon\" data-asset-id=\"32072\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/question-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2026/01/Person-icon-and-at-symbol.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Person icon and @ symbol\" data-asset-id=\"32999\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2026/01/Person-icon-and-at-symbol.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2026/01/blog-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"blog icon\" data-asset-id=\"33002\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2026/01/blog-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2026/01/8w_x40h__q_40_c_new-member-image.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Welcome to Included Health. What should we call you?\" data-asset-id=\"33003\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners-3\" data-src=\"https://includedhealth.com/wp-content/media-versions/2026/01/500w_x400h__q_100_c_c-new-member-image.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2026/01/8w_x40h__q_40_c_new-member-image.jpg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/heart-icon-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"heart icon\" data-asset-id=\"32006\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/heart-icon-1.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/11/8w_x40h__q_40_c_icons-included-blue-document.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"blue medical document icon\" data-asset-id=\"32345\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/11/1600w_x4000h__q_100_c_icons-included-blue-document.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/11/8w_x40h__q_40_c_icons-included-blue-document.png\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/curvy-both-direction-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"curvy both direction icon\" data-asset-id=\"32008\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/curvy-both-direction-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/medical-cross.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"medical cross icon\" data-asset-id=\"32009\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/medical-cross.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/virtual-care-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Virtual care icon\" data-asset-id=\"32057\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/virtual-care-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/head-with-medical-cross.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"head with medical cross\" data-asset-id=\"32011\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/head-with-medical-cross.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/glasses-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Glasses icon\" data-asset-id=\"32012\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/glasses-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2026/05/Provider-connect-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Provider connect icon\" data-asset-id=\"33967\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2026/05/Provider-connect-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/building-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Building icon\" data-asset-id=\"32061\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/building-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/common-file-text-heart-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"file text heart icon\" data-asset-id=\"32062\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/common-file-text-heart-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/greek-building-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Public building icon\" data-asset-id=\"32063\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/greek-building-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/labor-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Labor Icon\" data-asset-id=\"32020\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/labor-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/head-with-medical-cross.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"head with medical cross\" data-asset-id=\"32011\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/head-with-medical-cross.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2024/08/8w_x40h__q_40_c_lululemon-Success-Story.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"three people running together\" data-asset-id=\"30212\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners-3\" data-src=\"https://includedhealth.com/wp-content/media-versions/2024/08/500w_x400h__q_100_c_c-lululemon-Success-Story.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2024/08/8w_x40h__q_40_c_lululemon-Success-Story.png\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/compass-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Compass icon\" data-asset-id=\"32018\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/compass-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/10/compass-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Compass icon\" data-asset-id=\"32018\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/10/compass-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/case-studies-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"case studies icon\" data-asset-id=\"32066\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/case-studies-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/clinical-research-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Clinical research icon\" data-asset-id=\"32067\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/clinical-research-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/videos-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Videos icon\" data-asset-id=\"32068\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/videos-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\"max-width-20\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/arrow-right-chevron-01-blue.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/our-company-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"our company icon\" data-asset-id=\"32125\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/our-company-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/careers-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"careers icon\" data-asset-id=\"32069\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/careers-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/newsroom-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"newsroom icon\" data-asset-id=\"32070\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/newsroom-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/contact-us-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"contact us icon\" data-asset-id=\"32071\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/contact-us-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2025/11/question-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Question icon\" data-asset-id=\"32072\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src src=\"https://includedhealth.com/wp-content/uploads/2025/11/question-icon.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/05/8w_x40h__q_40_c_Rick-ATT-Included-Health-Member.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Included Health Member Rick sharing his health success story\" data-asset-id=\"31117\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners-3\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/05/500w_x400h__q_100_c_c-Rick-ATT-Included-Health-Member.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/05/8w_x40h__q_40_c_Rick-ATT-Included-Health-Member.png\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/10/8w_x40h__q_40_c_bread-financial-benefits-leader-included-health.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Bread Financials Benefit Leader headshot\" data-asset-id=\"31887\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners-3\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/10/500w_x400h__q_100_c_c-bread-financial-benefits-leader-included-health.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/10/8w_x40h__q_40_c_bread-financial-benefits-leader-included-health.png\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/12/8w_x40h__q_40_c_man-with-baby-on-arm.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"man with baby on arm \" data-asset-id=\"32572\" itemprop=\"image\" class=\"width-100 lazy-load object-fit-cover\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/12/1600w_x4000h__q_100_c_man-with-baby-on-arm.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/12/8w_x40h__q_40_c_man-with-baby-on-arm.jpg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_couple-using-tablet-virtual-appointment.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"A couple sits together on a sofa, looking down at a tablet computer held by the woman, possibly engaging in a joint virtual care appointment.\" data-asset-id=\"32383\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/12/767w_x9999h__q_100_c_couple-using-tablet-virtual-appointment.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_couple-using-tablet-virtual-appointmen..."
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_woman-reviewing-medical-bill-on-phone.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"A woman with glasses and long brown hair sits in an armchair, looking intently at a document (likely a medical bill) in one hand while holding her smartphone in the other, symbolizing complex billing navigation.\" data-asset-id=\"32385\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/12/767w_x9999h__q_100_c_woman-reviewing-medical-bill-on-phone.webp\" src=\"https://includedhealth.com/wp-content/media-versio..."
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_doctor-close-up-stethoscope-consultation.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"A close-up of a doctor in a white lab coat with a blue stethoscope around their neck, holding a pen and looking down at a table, symbolizing a consultation or medical review.\" data-asset-id=\"32388\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/12/767w_x9999h__q_100_c_doctor-close-up-stethoscope-consultation.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_doct..."
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_father-working-from-home-with-daughter.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"A father works on a computer monitor displaying graphs while his young daughter sits on his lap, drawing in a notebook on the desk, symbolizing work-life integration.\" data-asset-id=\"32390\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/12/767w_x9999h__q_100_c_father-working-from-home-with-daughter.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_father-working..."
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_man-with-smartphone-in-telemedcine-conversation.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"man with smartphone in telemedcine conversation\" data-asset-id=\"32392\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/12/767w_x9999h__q_100_c_man-with-smartphone-in-telemedcine-conversation.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_man-with-smartphone-in-telemedcine-conversation.jpg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/01/8w_x40h__q_40_c_Included-Health-Personalized-Healthcare-Video-scaled.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Included Health Personalized all-in-one personalize healthcare video thumbnail\" data-asset-id=\"30753\" itemprop=\"image\" class=\"width-100 lazy-load \" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/01/1280w_x720h__q_100_c_Included-Health-Personalized-Healthcare-Video-scaled.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/01/8w_x40h__q_40_c_Included-Health-Personalized-Healthcare-Video-scaled.jpg\">"
},
{
"src": "https://includedhealth.com/wp-content/uploads/2023/06/five-blue-stars.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Illustration five blue stars\" data-asset-id=\"28071\" itemprop=\"image\" class=\"width-100 lazy-load rounded-corners\" data-src src=\"https://includedhealth.com/wp-content/uploads/2023/06/five-blue-stars.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_hand-holding-phone.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hand holding phone\" data-asset-id=\"32461\" itemprop=\"image\" class=\"width-100 lazy-load object-fit-cover height-100 sm-border-radius-0\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/12/767w_x9999h__q_100_c_hand-holding-phone.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_hand-holding-phone.jpg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_woman-looking-at-smartphone_694872481ecdf.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"woman looking at smartphone \" data-asset-id=\"32686\" itemprop=\"image\" class=\"width-100 lazy-load object-fit-cover height-100 sm-border-radius-0\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/12/767w_x9999h__q_100_c_woman-looking-at-smartphone_694872481ecdf.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_woman-looking-at-smartphone_694872481ecdf.jpg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_close-up-of-hands.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"close up of hands \" data-asset-id=\"32689\" itemprop=\"image\" class=\"width-100 lazy-load object-fit-cover height-100 sm-border-radius-0\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/12/767w_x9999h__q_100_c_close-up-of-hands.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_close-up-of-hands.jpg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_mother-and-child-with-doctor-in-telemedicine-consultation.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"mother and child with doctor in telemedicine consultation \" data-asset-id=\"32687\" itemprop=\"image\" class=\"width-100 lazy-load object-fit-cover height-100 sm-border-radius-0\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/12/767w_x9999h__q_100_c_mother-and-child-with-doctor-in-telemedicine-consultation.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_mother-and-child-with-doctor-in-telemedicine-consultation.jpg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_crop-of-two-adults-holding-each-other.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"crop of two adults holding each other \" data-asset-id=\"32688\" itemprop=\"image\" class=\"width-100 lazy-load object-fit-cover height-100 sm-border-radius-0\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/12/767w_x9999h__q_100_c_crop-of-two-adults-holding-each-other.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_crop-of-two-adults-holding-each-other.jpg\">"
},
{
"src": "https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_close-up-of-hands-holding-smartphone.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"close up of hands holding smartphone \" data-asset-id=\"32690\" itemprop=\"image\" class=\"width-100 lazy-load object-fit-cover height-100 sm-border-radius-0\" data-src=\"https://includedhealth.com/wp-content/media-versions/2025/12/767w_x9999h__q_100_c_close-up-of-hands-holding-smartphone.webp\" src=\"https://includedhealth.com/wp-content/media-versions/2025/12/7.67w_x40h__q_40_c_close-up-of-hands-holding-smartphone.jpg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/get-the-app-ios.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\" mb-md\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/get-the-app-ios.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/get-the-app-android.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\" mb-md\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/get-the-app-android.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/get-the-app-ios.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\" mb-md\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/get-the-app-ios.svg\">"
},
{
"src": "https://includedhealth.com/wp-content/themes/newco-2021/img/get-the-app-android.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt class=\" mb-md\" src=\"https://includedhealth.com/wp-content/themes/newco-2021/img/get-the-app-android.svg\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}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": 170600
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
}
]
},
"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": "Included Health is designed to treat you better",
"html": "<h2 class=\"color-black sm-text-not-set pb-lg xs-pb-md headline-xl\">Included Health is designed to treat you better</h2>"
},
{
"text": "Care for colds, bills, anxiety, and everything in between.",
"html": "<h2 class=\" pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-lg\">Care for colds, bills, anxiety, and everything in between.</h2>"
},
{
"text": "When your last visit left you with more questions than answers.",
"html": "<h2 class=\"color-white pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-lg\">When your last visit left you with more questions than answers.</h2>"
},
{
"text": "Personalized all-in-one healthcare to support you holistically — mind, body, and wallet.",
"html": "<h2 class=\" pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-md\">Personalized all-in-one healthcare to support you holistically — mind, body, and wallet.</h2>"
},
{
"text": "Our members rate us 4.9 out of 5 stars",
"html": "<h2 class=\" pb-md headline-lg\">Our members rate us 4.9 out of 5 stars</h2>"
},
{
"text": "Frequently asked questions",
"html": "<h2 class=\" pb-xs text-left headline-lg\">Frequently asked questions</h2>"
},
{
"text": "Healthcare without the headaches",
"html": "<h2 class=\" pb-xs text-center margin-0-auto _xs-margin-0 _xs-text-left headline-xl\">Healthcare without the headaches</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Included Health – Personalized Virtual Care &...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Included Health – Personalized Virtual Care &... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Included Health – Personalized Virtual Care &...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Included Health – Personalized Virtual Care &... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Included Health – Personalized Virtual Care &... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Included Health – Personalized Virtual Care &...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Included Health – Personalized Virtual Care &... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Included Health – Personalized Virtual Care &...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Included Health – Personalized Virtual Care &... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Included Health – Personalized Virtual Care &... 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; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; 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; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600,
"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; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 141879,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/title",
"//",
"/script",
"/javascript",
"/script",
"https://includedhealth.com/xmlrpc.php\"",
"https://includedhealth.com\"",
"https://includedhealth.com/blog/members/preventive-care-by-age/?\">",
"https://fonts.googleapis.com\">",
"https://fonts.gstatic.com\""
],
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" >\n<head>\n <meta charset=\"utf-8\" >\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <title>Page not found - Included Health</title>\n\n <script>\n const domainKey = \"_IH\";\n // replace legacy grandrounds.com links\n if(window.location.href.includes('grandrounds.com')){\n let newUrl = window.location.href.replace('grandrounds.com','includedhealth.com')\n window.location.replace(newUrl)\n }\n </script>\n <script type=\"text/javascript\">\n window.AppConfig = {\n trackingKeys: [\"fbclid\",\"gclid\",\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_content\",\"utm_product\",\"utm_cl"
}
},
"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; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600,
"text": "<!DOCTYPE html>\n<html lang=\"en-US\" >\n<head>\n <meta charset=\"utf-8\" >\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <title>Page not found - Included Health</title>\n\n <script>\n const domainKey = \"_IH\";\n // replace legacy grandrounds.com links\n if(window.location.href.includes('grandrounds.com')){\n let newUrl = window.location.href.replace('grandrounds.com','includedhealth.com')\n window.location.replace(newUrl)\n }\n </script>\n <script type=\"text/javascript\">\n window.AppConfig = {\n trackingKeys: [\"fbclid\",\"gclid\",\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_content\",\"utm_product\",\"utm_client\",\"utm_term\",\"utm_id\",\"utm_eventid\",\"utm_cid\",\"utm_vid\",\"utm_platform\",\"utm_brand\",\"utm_cohort\",\"utm_test\",\"utm_cta\",\"ampDeviceId\",\"ampSessionId\",\"slug\",\"instant_coverage\",\"dev_destination\"] };\n </script>\n <link rel=\"pingback\" href=\"https://includedhealth.com/xmlrpc.php\" />\n <base href=\"https://includedhealth.com\" >\n <meta name=\"apple-itunes-app\" content=\"app-id=907304333, app-argument=https://includedhealth.com/blog/members/preventive-care-by-age/?\">\n <meta name=\"google-site-verification\" content=\"2rc8C0bkf5xus7Rl91w81rxhovcNXg5AAQjVz_lbpIg\" />\n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap\" rel=\"stylesheet\">\n <!-- CookiePro -->\n <!-- CookiePro Cookies Consent Notice start for includedhealth.com -->\r\n<script src=\"https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js\" type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"ca738002-c359-4142-8e3e-4d3438a47fa0\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- CookiePro Cookies Consent Notice end for includedhealth.com -->\n <link rel=\"stylesheet\" href=\"https://includedhealth.com/wp-content/themes/newco-2021/bootstrap-4.3.1/scss/bootstrap-custom-v2.css?v=1781132634-25\" media=\"all\" >\n <link rel=\"stylesheet\" href=\"https://includedhealth.com/wp-content/themes/newco-2021/style.css?v=1781132634-25\" media=\"all\" >\n <!-- Custom Schema Data BEGIN - Yoast Schema disabled --><script type=\"application/ld+json\">{ \"@context\": \"https://schema.org\", \"@graph\": [ { \"@type\": \"BlogPosting\", \"@id\": \"https://includedhealth.com/blog/members/preventive-care-by-age-what-to-check-in-on-now/#blogposting\", \"mainEntityOfPage\": { \"@type\": \"WebPage\", \"@id\": \"https://includedhealth.com/blog/members/preventive-care-by-age-what-to-check-in-on-now/\" }, \"headline\": \"Preventive Care by Age: What to Check In On Now\", \"description\": \"Stay ahead of your health with our guide to preventive care. Learn which screenings, vaccinations, and check-ins are essential for your age group to ensure long-term wellness.\", \"image\": { \"@type\": \"ImageObject\", \"url\": \"https://includedhealth.com/wp-content/uploads/2026/06/preventive-care-by-age.jpg\" }, \"datePublished\": \"2026-06-01T08:00:00+00:00\", \"dateModified\": \"2026-06-01T09:30:00+00:00\", \"author\": { \"@type\": \"Person\", \"@id\": \"https://includedhealth.com/authors/dana-duran/#person\", \"name\": \"Dana Duran\", \"url\": \"https://includedhealth.com/authors/dana-duran/\" }, \"publisher\": { \"@type\": \"Organization\", \"@id\": \"https://includedhealth.com/#organization\", \"name\": \"Included Health\", \"url\": \"https://includedhealth.com/\", \"logo\": { \"@type\": \"ImageObject\", \"url\": \"https://includedhealth.com/wp-content/uploads/2021/10/included_logo_rgb_logo.svg\" } }, \"keywords\": \"preventive care\" }, { \"@type\": \"MedicalWebPage\", \"@id\": \"https://includedhealth.com/blog/members/preventive-care-by-age-what-to-check-in-on-now/#webpage\", \"url\": \"https://includedhealth.com/blog/members/preventive-care-by-age-"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600,
"text": "<!DOCTYPE html>\n<html lang=\"en-US\" >\n<head>\n <meta charset=\"utf-8\" >\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <title>Page not found - Included Health</title>\n\n <script>\n const domainKey = \"_IH\";\n // replace legacy grandrounds.com links\n if(window.location.href.includes('grandrounds.com')){\n let newUrl = window.location.href.replace('grandrounds.com','includedhealth.com')\n window.location.replace(newUrl)\n }\n </script>\n <script type=\"text/javascript\">\n window.AppConfig = {\n trackingKeys: [\"fbclid\",\"gclid\",\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_content\",\"utm_product\",\"utm_client\",\"utm_term\",\"utm_id\",\"utm_eventid\",\"utm_cid\",\"utm_vid\",\"utm_platform\",\"utm_brand\",\"utm_cohort\",\"utm_test\",\"utm_cta\",\"ampDeviceId\",\"ampSessionId\",\"slug\",\"instant_coverage\",\"dev_destination\"] };\n </script>\n <link rel=\"pingback\" href=\"https://includedhealth.com/xmlrpc.php\" />\n <base href=\"https://includedhealth.com\" >\n <meta name=\"apple-itunes-app\" content=\"app-id=907304333, app-argument=https://includedhealth.com/blog/members/preventive-care-by-age/?\">\n <meta name=\"google-site-verification\" content=\"2rc8C0bkf5xus7Rl91w81rxhovcNXg5AAQjVz_lbpIg\" />\n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap\" rel=\"stylesheet\">\n <!-- CookiePro -->\n <!-- CookiePro Cookies Consent Notice start for includedhealth.com -->\r\n<script src=\"https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js\" type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"ca738002-c359-4142-8e3e-4d3438a47fa0\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- CookiePro Cookies Consent Notice end for includedhealth.com -->\n <link rel=\"stylesheet\" href=\"https://includedhealth.com/wp-content/themes/newco-2021/bootstrap-4.3.1/scss/bootstrap-custom-v2.css?v=1781132634-25\" media=\"all\" >\n <link rel=\"stylesheet\" href=\"https://includedhealth.com/wp-content/themes/newco-2021/style.css?v=1781132634-25\" media=\"all\" >\n <!-- Custom Schema Data BEGIN - Yoast Schema disabled --><script type=\"application/ld+json\">{ \"@context\": \"https://schema.org\", \"@graph\": [ { \"@type\": \"BlogPosting\", \"@id\": \"https://includedhealth.com/blog/members/preventive-care-by-age-what-to-check-in-on-now/#blogposting\", \"mainEntityOfPage\": { \"@type\": \"WebPage\", \"@id\": \"https://includedhealth.com/blog/members/preventive-care-by-age-what-to-check-in-on-now/\" }, \"headline\": \"Preventive Care by Age: What to Check In On Now\", \"description\": \"Stay ahead of your health with our guide to preventive care. Learn which screenings, vaccinations, and check-ins are essential for your age group to ensure long-term wellness.\", \"image\": { \"@type\": \"ImageObject\", \"url\": \"https://includedhealth.com/wp-content/uploads/2026/06/preventive-care-by-age.jpg\" }, \"datePublished\": \"2026-06-01T08:00:00+00:00\", \"dateModified\": \"2026-06-01T09:30:00+00:00\", \"author\": { \"@type\": \"Person\", \"@id\": \"https://includedhealth.com/authors/dana-duran/#person\", \"name\": \"Dana Duran\", \"url\": \"https://includedhealth.com/authors/dana-duran/\" }, \"publisher\": { \"@type\": \"Organization\", \"@id\": \"https://includedhealth.com/#organization\", \"name\": \"Included Health\", \"url\": \"https://includedhealth.com/\", \"logo\": { \"@type\": \"ImageObject\", \"url\": \"https://includedhealth.com/wp-content/uploads/2021/10/included_logo_rgb_logo.svg\" } }, \"keywords\": \"preventive care\" }, { \"@type\": \"MedicalWebPage\", \"@id\": \"https://includedhealth.com/blog/members/preventive-care-by-age-what-to-check-in-on-now/#webpage\", \"url\": \"https://includedhealth.com/blog/members/preventive-care-by-age-"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 17,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 2,
"match": "my account"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 170600
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 17,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 2,
"match": "my account"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" >\n<head>\n <meta charset=\"utf-8\" >\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <title>Page not found - Included Health</title>\n\n <script>\n const domainKey = \"_IH\";\n // replace legacy grandrounds.com links\n if(window.location.href.includes('grandrounds.com')){\n let newUrl = window.location.href.replace('grandrounds.com','includedhealth.com')\n window.location.replace(newUrl)\n }\n </script>\n <script type=\"text/javascript\">\n window.AppConfig = {\n trackingKeys: [\"fbclid\",\"gclid\",\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_content\",\"utm_product\",\"utm_cl"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://includedhealth.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://includedhealth.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://includedhealth.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://includedhealth.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": 17,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 2,
"match": "my account"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
100 Fail
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 430 ms
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 430 ms",
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
1 warning found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "1 warning found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}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 |
|---|---|---|---|
| 63/100 | Level 3, Bot-Aware | Current report |