Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 40 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 76 out of 100
- SEO 77 out of 100
- Performance and Accessibility 47 out of 100
What AI sees of your website
Mira Fertility Tracker - Accurate Fertility Tracking and Monitoring – Mira Fertility Shop
The Mira fertility tracker helps you get pregnant faster through actual hormone analysis and personalized ovulation tracking.
Next step
Turn this report into a fix workflow
27 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 | 11 | 13 | 0 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 53 | Needs work | 7 | 4 | 0 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 8 | 30 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 4 | 8 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 76 | Mostly ready | 6 | 2 | 12 | View details |
| GEO Readiness | 86 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 78 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 63 | Needs work | 1 | 1 | 5 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 47 | Priority fix | 19 | 7 | 1 | View details |
| Performance | 33 | Priority fix | 11 | 5 | 1 | View details |
| Accessibility | 72 | Needs work | 8 | 2 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
51 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\">\n<head>\n <meta charset=\"utf-8\">\n <title>404 Not Found</title>\n <meta name=\"referrer\" content=\"never\" />\n <style type=\"text/css\">\n\n * { border:0; margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }\n html,body { height:100%; border:0; margin:0; padding:0; font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight:300; background:#fff; }\n body { min-height:100%; font-size:16px; line-height:22px; color:#6c6c6c; }\n a { color:#479ccf; }\n\n h1,h2,h3,h4,h5,h6 { text-align:left; margin:0 0 20px 0; color:#31373D; font-weight:700; }\n h1 { font-size:28px; line-height:48px; margin-bottom:7px; }\n h2 { font-size:20px; font-weight:300; line-height:30px; color:#6c6c6c; }\n h3 { font-s"
},
"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. 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. 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": "application/json; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": true,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": ""
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html class=\"no-js\" lang=\"en\">\n <head>\n \n \n \n \n \n \n \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,minimum-scale=1\">\n <meta name=\"theme-color\" content=\"\">\n\n \n <link rel=\"canonical\" href=\"https://shop.miracare.com/404\">\n \n\n <link rel=\"preconnect\" href=\"https://cdn.shopify.com\" crossorigin><link rel=\"icon\" type=\"image/png\" href=\"//shop.miracare.com/cdn/shop/files/mira-favicon.png?crop=center&height=32&v=1706789328&width=32\"><title>\n 404 Not Found\n\n – Mira Fertility Shop\n </title>\n\n \n\n \n\n \n\n<meta property=\"og:site_name\" content=\"Mira Fertility Shop\">\n<meta property=\"og:url\" content=\"https://shop.miraca"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": true,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": ""
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html class=\"no-js\" lang=\"en\">\n <head>\n \n \n \n \n \n \n \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,minimum-scale=1\">\n <meta name=\"theme-color\" content=\"\">\n\n \n <link rel=\"canonical\" href=\"https://shop.miracare.com/404\">\n \n\n <link rel=\"preconnect\" href=\"https://cdn.shopify.com\" crossorigin><link rel=\"icon\" type=\"image/png\" href=\"//shop.miracare.com/cdn/shop/files/mira-favicon.png?crop=center&height=32&v=1706789328&width=32\"><title>\n 404 Not Found\n\n – Mira Fertility Shop\n </title>\n\n \n\n \n\n \n\n<meta property=\"og:site_name\" content=\"Mira Fertility Shop\">\n<meta property=\"og:url\" content=\"https://shop.miraca"
},
{
"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\">\n<head>\n <meta charset=\"utf-8\">\n <title>404 Not Found</title>\n <meta name=\"referrer\" content=\"never\" />\n <style type=\"text/css\">\n\n * { border:0; margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }\n html,body { height:100%; border:0; margin:0; padding:0; font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight:300; background:#fff; }\n body { min-height:100%; font-size:16px; line-height:22px; color:#6c6c6c; }\n a { color:#479ccf; }\n\n h1,h2,h3,h4,h5,h6 { text-align:left; margin:0 0 20px 0; color:#31373D; font-weight:700; }\n h1 { font-size:28px; line-height:48px; margin-bottom:7px; }\n h2 { font-size:20px; font-weight:300; line-height:30px; color:#6c6c6c; }\n h3 { font-s"
},
{
"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\">\n<head>\n <meta charset=\"utf-8\">\n <title>404 Not Found</title>\n <meta name=\"referrer\" content=\"never\" />\n <style type=\"text/css\">\n\n * { border:0; margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }\n html,body { height:100%; border:0; margin:0; padding:0; font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight:300; background:#fff; }\n body { min-height:100%; font-size:16px; line-height:22px; color:#6c6c6c; }\n a { color:#479ccf; }\n\n h1,h2,h3,h4,h5,h6 { text-align:left; margin:0 0 20px 0; color:#31373D; font-weight:700; }\n h1 { font-size:28px; line-height:48px; margin-bottom:7px; }\n h2 { font-size:20px; font-weight:300; line-height:30px; color:#6c6c6c; }\n h3 { font-s"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": true,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": ""
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. 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 DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI 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": "block-all-mixed-content; frame-ancestors 'none'; upgrade-insecure-requests;"
}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": [
"BreadcrumbList",
"Organization",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"BreadcrumbList",
"Organization",
"WebSite"
]
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": "max-age=7889238"
}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://cdn.shopify.com",
"rel": "preconnect"
},
{
"url": "https://cdn.shopify.com",
"rel": "preconnect"
}
]
},
"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."
}
]
}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 DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <nav> landmark; invalid h1 (found 5); skipped heading levels; 12 links missing accessible names; 1 buttons missing accessible names; 0/3 applicable form inputs have autocomplete attributes (3 missing); missing alt text on >10% of images.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": false,
"footer": true,
"meaningfulH1": false,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": false,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-none md:text-right xlg:text-md xlg:px-0 xlg:py-0 text-left text-md px-0 py-0 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #183b3f; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" href=\"/collections/get-pregnant-with-mira\" \\> <span class=\"mr-2 w-[43px]\"> <svg width=\"44\" height=\"45\" viewBox",
"<a class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-none md:text-right xlg:text-md xlg:px-0 xlg:py-0 text-left text-md px-0 py-0 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #183b3f; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" href=\"/collections/improve-your-hormone-health-with-mira\" \\> <span class=\"mr-2 w-[43px]\"> <svg width=\"44\" heig",
"<a class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-none md:text-right xlg:text-md xlg:px-0 xlg:py-0 text-left text-md px-0 py-0 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #183b3f; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" href=\"/collections/transition-into-menopause-with-mira\" \\> <span class=\"mr-2 w-[43px]\"> <svg width=\"44\" height",
"<a href=\"https://apps.apple.com/us/app/mira-fertility-tracker/id1434970941\" target=\"_blank\"><img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/AppStore.svg?v=1702846937\" alt></a>",
"<a href=\"https://play.google.com/store/apps/details?id=mira.fertilitytracker.android_us&hl=en_US\" target=\"_blank\"><img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/GooglePlay.svg?v=1702846937' | file_url }}\" alt></a>",
"<a href=\"https://www.instagram.com/hellomiracare\" target=\"_blank\"> <img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/instagram_5078d2e2-a3da-40d0-bac9-37456bc8e77e.svg?v=1702846938\" alt> </a>",
"<a href=\"https://www.facebook.com/mirafertility/\" target=\"_blank\"> <img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/facebook_676cb10e-d4dc-4e02-8234-6fef1a263927.svg?v=1702846936\" alt> </a>",
"<a href=\"https://www.youtube.com/channel/UCS5Z-P55EpyB-eAnwZsvOdg/\" target=\"_blank\"> <img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/youtube_d892d840-63c1-42fb-882a-196e0b624795.svg?v=1702846937\" alt> </a>",
"<a href=\"https://twitter.com/mirafertility\" target=\"_blank\"> <img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/twitter-x.svg?v=1702847366\" alt> </a>",
"<a href=\"https://www.pinterest.com/mirafertility/\" target=\"_blank\"> <img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/pinterest_3574e9bb-5093-4c47-8126-904597882076.svg?v=1702846937\" alt> </a>",
"<a href=\"https://www.linkedin.com/company/miracare/\" target=\"_blank\"> <img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/linkedin_bc6a6a81-baf4-4d43-b5ff-842ba3492e8c.svg?v=1702846937\" alt> </a>",
"<a href=\"https://www.tiktok.com/@hellomiracare\" target=\"_blank\"> <img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/tiktok_d43c6fcc-3e21-4427-93c4-fa9b2422031f.svg?v=1702846937\" alt> </a>"
],
"inaccessibleButtons": [
"<button class=\" flex h-24 w-10 items-center justify-center bg-white p-0 text-center text-2.3 leading-6rem text-dark-cyan xlg:h-4.5 xlg:leading-4.5 xl:h-4.8 \"> <div id=\"navBurgerWrapper\" class=\"nav-burger-wrapper burger-close\"> <div class=\"burger-line burger-line-1\"></div> <div class=\"burger-line burger-line-2\"></div> <div class=\"burger-line burger-line-3\"></div> </div> </button>"
],
"missingAutocompleteInputs": [
"<input class=\"w-full rounded-3.2 border border-solid border-gray-20 px-2.4 py-1.2 text-center text-md md:max-w-35 xlg:px-12 xlg:py-1.6 xlg:text-left xlg:text-3xl xlg:leading-1.15\" type=\"email\" name=\"email\" placeholder=\"Your Email\" required>",
"<input class=\"w-full rounded-3.2 border border-solid border-gray-20 px-2.4 py-1.2 text-center text-md md:max-w-35 xlg:px-12 xlg:py-1.6 xlg:text-left xlg:text-3xl xlg:leading-1.15\" type=\"email\" name=\"email\" placeholder=\"Your Email\" required>",
"<input onkeyup=\"orbeMKFactory.getInstance('original-mk-selector-AS0l5NUlVM2tMU2Jna__5858961087409699889').searchCountryInput()\" placeholder=\"Country\" type=\"text\" class=\"md-form__select__search__input \" spellcheck=\"false\" data-ms-editor=\"true\" aria-label=\"Search and Enter\" aria-description=\"Search and Enter\" role=\"combobox\" aria-autocomplete=\"list\" aria-controls=\"orbeFooterCountryList\" aria-expanded=\"false\" aria-haspopup=\"listbox\" aria-activedescendant>"
],
"imagesMissingAlt": [
"<img src=\"//shop.miracare.com/cdn/shop/files/monitor-icon.svg?crop=center&format=webp&height=22&v=1763251029&width=22\" srcset=\"//shop.miracare.com/cdn/shop/files/monitor-icon.svg?crop=center&format=webp&height=22&v=1763251029&width=22 22w\" width=\"22\" height=\"22\" decoding=\"async\" class=\"icon\">",
"<img src=\"//shop.miracare.com/cdn/shop/files/tests-icon.svg?crop=center&format=webp&height=22&v=1763319327&width=22\" srcset=\"//shop.miracare.com/cdn/shop/files/tests-icon.svg?crop=center&format=webp&height=22&v=1763319327&width=22 22w\" width=\"22\" height=\"22\" decoding=\"async\" class=\"icon\">",
"<img src=\"//shop.miracare.com/cdn/shop/files/gift-icon.svg?crop=center&format=webp&height=22&v=1763364910&width=22\" srcset=\"//shop.miracare.com/cdn/shop/files/gift-icon.svg?crop=center&format=webp&height=22&v=1763364910&width=22 22w\" width=\"22\" height=\"22\" decoding=\"async\" class=\"icon\">",
"<img src=\"//shop.miracare.com/cdn/shop/files/wand-icon.svg?crop=center&format=webp&height=22&v=1763019591&width=22\" srcset=\"//shop.miracare.com/cdn/shop/files/wand-icon.svg?crop=center&format=webp&height=22&v=1763019591&width=22 22w\" width=\"22\" height=\"22\" decoding=\"async\" class=\"icon\">",
"<img src=\"//shop.miracare.com/cdn/shop/files/medications-icon.svg?crop=center&format=webp&height=22&v=1763321157&width=22\" srcset=\"//shop.miracare.com/cdn/shop/files/medications-icon.svg?crop=center&format=webp&height=22&v=1763321157&width=22 22w\" width=\"22\" height=\"22\" decoding=\"async\" class=\"icon\">",
"<img src=\"//shop.miracare.com/cdn/shop/files/bundle-ucon.svg?crop=center&format=webp&height=22&v=1763320025&width=22\" srcset=\"//shop.miracare.com/cdn/shop/files/bundle-ucon.svg?crop=center&format=webp&height=22&v=1763320025&width=22 22w\" width=\"22\" height=\"22\" decoding=\"async\" class=\"icon\">",
"<img src=\"//shop.miracare.com/cdn/shop/files/consult-icon.svg?crop=center&format=webp&height=22&v=1763364338&width=22\" srcset=\"//shop.miracare.com/cdn/shop/files/consult-icon.svg?crop=center&format=webp&height=22&v=1763364338&width=22 22w\" width=\"22\" height=\"22\" decoding=\"async\" class=\"icon\">",
"<img class=\"mb-1 mr-2\" src=\"//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444\" width=\"44\">",
"<img class=\"mb-1 mr-2\" src=\"//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444\" width=\"44\">",
"<img class=\"mb-1 mr-2\" src=\"//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444\" width=\"44\">",
"<img class=\"mb-1 mr-2\" src=\"//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444\" width=\"44\">",
"<img class=\"mb-1 mr-2\" src=\"//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444\" width=\"44\">",
"<img class=\"mb-1 mr-2\" src=\"//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444\" width=\"44\">",
"<img width=\"1\" height=\"1\" src=\"//action.dstillery.com/orbserv/nspix?adv=cl172935946111751&ns=9078&nc=Mira-Site-Visitor&ncv=58\">"
],
"skippedHeadingLevels": [
"h4: Hormone Monitor Kits",
"h4: Other Tests",
"h4: Gift card",
"h4: Restock Wands",
"h4: Supplements",
"h4: Bundles save up to 25%",
"h4: Consult an expert",
"h4: What is mira",
"h4: Mira for business",
"h4: By use case",
"h2: Hormone Monitor Kits",
"h2: Restock Wands",
"h2: Bundles",
"h2: Other Tests",
"h2: Supplements",
"h2: Consult an expert",
"h2: Mira for business",
"h2: Item added to your cart",
"h1: Our biggest mid-year sale—25% off!",
"h4: Bestsellers",
"h1: The only at-home hormone",
"h1: tracker using superior Fluorescent technology is the same technology used in labs. It uses light to measure specific substances with high precision. It works by tagging hormones with fluorescent markers and measuring the light they emit—giving results that are far more accurate than basic color changes or camera readings",
"h1: Trusted by 250,000+ women across 115 countries",
"h3: A solution shaped by her story",
"h2: Recognized across 30+ leading health and innovation awards",
"h1: Read more in our blog",
"h2: Your top questions answered",
"h3: Get your free Hormones 101 guide",
"h3: Sign up and get 10% off",
"h4: Support",
"h4: Blog",
"h4: Partnering with Mira",
"h4: More",
"h4: About"
]
},
"counts": {
"h1": 5,
"headings": 34,
"links": 200,
"inaccessibleLinks": 12,
"buttons": 42,
"inaccessibleButtons": 1,
"images": 138,
"imagesWithAlt": 124,
"autocompleteInputs": 3,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 3
}
}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": 4264
}
]
},
"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 UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 4264
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 4264
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 4264
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 0
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 4264
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 4264
}
]
},
"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."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 4264
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 0
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 0
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 4264
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 4264
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 0
}
]
},
"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": 4264
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 4264
}
]
},
"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": 4264
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 0
}
]
},
"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": 4264
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 0
}
]
},
"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": "shop.miracare.com",
"probes": [
{
"name": "_index._agents.shop.miracare.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.shop.miracare.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": "shop.miracare.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "miracare.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="email"> is missing a label.<input name="email"> is missing tool-param-description.<input name="email"> is missing a label.<input name="email"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 5,
"formsWithTags": 0,
"totalInteractive": 244,
"interactiveWithTags": 0,
"totalCount": 249,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 6,
"issues": [
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"email\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 5,
"formsWithTags": 0,
"totalInteractive": 244,
"interactiveWithTags": 0,
"totalCount": 249,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 5,
"formsWithTags": 0,
"totalInteractive": 244,
"interactiveWithTags": 0,
"totalCount": 249,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Structured Markdown body".
11 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Structured Markdown body".
Needs attention
Markdown negotiation
Issue
Markdown response is missing a heading.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
67/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Structured Markdown body".
Validation steps
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "markdown-content",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "pass",
"evidence": {
"statusCode": 200,
"contentType": "text/markdown; charset=utf-8"
},
"issue": "Content-Type \"text/markdown; 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": "pass",
"evidence": {
"vary": "Accept, accept-encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept, 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": 107126,
"excerpt": "<!doctype html>\n<html class=\"no-js\" lang=\"en\">\n <head>\n \n \n \n \n \n \n \n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width,initial-scal",
"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."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
9 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/pages/our-story",
"text": "About us",
"html": "<a class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-3.2 md:text-left xlg:text-md xlg:px-1.6 xlg:py-1.2 text-left text-md px-1.6 py-1.2 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #ffffff; background-color: #27a661; border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" href=\"/pages/our-story\" \\> About us <svg class=\"h-8 w-8 md:h-2.4 md:w-2.4 \" width=\"24\" height=\"24\" viewBox=..."
},
{
"href": "/pages/press-coverage",
"text": "Media about Mira",
"html": "<a href=\"/pages/press-coverage\">Media about Mira</a>"
},
{
"href": "https://www.linkedin.com/company/miracare/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/miracare/\" target=\"_blank\"> <img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/linkedin_bc6a6a81-baf4-4d43-b5ff-842ba3492e8c.svg?v=1702846937\" alt> </a>"
}
],
"contactLinks": [
{
"href": "/products/hormone-health",
"text": "1:1 Certified Fertility Support",
"html": "<a class=\"align-center relative flex text-md\" href=\"/products/hormone-health\" aria-label=\"1:1 Certified Fertility Support\"> <span> 1:1 Certified Fertility Support </span> </a>"
},
{
"href": "/products/certified-menopause-support",
"text": "1:1 Certified Menopause Support",
"html": "<a class=\"align-center relative flex text-md\" href=\"/products/certified-menopause-support\" aria-label=\"1:1 Certified Menopause Support\"> <span> 1:1 Certified Menopause Support </span> </a>"
},
{
"href": "https://help.miracare.com/",
"text": "Frequently Asked",
"html": "<a href=\"https://help.miracare.com/\"> <span> Frequently Asked </span> <span class=\"inline-flex\"> <img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\"> </span> </a>"
},
{
"href": "/products/get-pregnant-bundle-bf",
"text": "Get Pregnant Six tools to help you conceive faster.",
"html": "<a class=\"navigation-drawer__product_card flex gap-1.6\" href=\"/products/get-pregnant-bundle-bf\" aria-label=\"Get Pregnant\"> <div class=\"image-wrapper\"> <img src=\"//shop.miracare.com/cdn/shop/files/get_pregnant_bundle_4e6327c0-308b-48f3-b5d7-c1d56a8dab92.jpg?v=1761307279&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/get_pregnant_bundle_4e6327c0-308b-48f3-b5d7-c1d56a8dab92.jpg?v=1761307279&width=480 480w, //shop.miracare.com/cdn/shop/files/get_pregnant_bundle_4e6327c0-308b-48f3-..."
},
{
"href": "/products/fertility-tea",
"text": "Fertility Tea Support your fertility journey naturally.",
"html": "<a class=\"navigation-drawer__product_card flex gap-1.6\" href=\"/products/fertility-tea\" aria-label=\"Fertility Tea\"> <div class=\"image-wrapper\"> <img src=\"//shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=1733744589&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=1733744589&width=480 480w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=1733744589&width=800 800w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=173..."
},
{
"href": "/products/hormone-health",
"text": "1:1 Certified Fertility Support Certified expert support to improve your fertility health.",
"html": "<a class=\"navigation-drawer__product_card flex gap-1.6\" href=\"/products/hormone-health\" aria-label=\"1:1 Certified Fertility Support\"> <div class=\"image-wrapper\"> <img src=\"//shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=480 480w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800 800w, //shop.miracare.com/cdn/shop/files/Carousel_1_co..."
},
{
"href": "/products/certified-menopause-support",
"text": "1:1 Certified Menopause Support Meet with a certified expert to help you navigate changes as you age.",
"html": "<a class=\"navigation-drawer__product_card flex gap-1.6\" href=\"/products/certified-menopause-support\" aria-label=\"1:1 Certified Menopause Support\"> <div class=\"image-wrapper\"> <img src=\"//shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=480 480w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800 800w, //shop.miracare.com/cdn/shop/files/..."
},
{
"href": "javascript:void(0)",
"text": "Can Mira help if I have PCOS?",
"html": "<a href=\"javascript:void(0)\" class=\"card-title\"> Can Mira help if I have PCOS? </a>"
},
{
"href": "https://help.miracare.com/",
"text": "See all question",
"html": "<a href=\"https://help.miracare.com/\" target=\"_blank\" class=\"button-default button-medium button-transparent\">See all question</a>"
},
{
"href": "https://help.miracare.com",
"text": "Wand to learn more? FAQ",
"html": "<a href=\"https://help.miracare.com\"> <p class=\"text-[16px] text-white md:text-[19px]\">Wand to learn more? FAQ</p> </a>"
},
{
"href": "https://help.miracare.com/",
"text": "FAQs",
"html": "<a href=\"https://help.miracare.com/\" target=\"_blank\">FAQs</a>"
},
{
"href": "https://www.miracare.com/contact/",
"text": "Contact",
"html": "<a href=\"https://www.miracare.com/contact/\">Contact</a>"
}
],
"privacyLinks": [
{
"href": "https://www.miracare.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.miracare.com/privacy-policy/\">Privacy Policy</a>"
},
{
"href": "https://www.miracare.com/terms-of-use/",
"text": "Terms of Use",
"html": "<a href=\"https://www.miracare.com/terms-of-use/\">Terms of Use</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/pages/our-story",
"text": "About us",
"html": "<a class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-3.2 md:text-left xlg:text-md xlg:px-1.6 xlg:py-1.2 text-left text-md px-1.6 py-1.2 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #ffffff; background-color: #27a661; border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" href=\"/pages/our-story\" \\> About us <svg class=\"h-8 w-8 md:h-2.4 md:w-2.4 \" width=\"24\" height=\"24\" viewBox=..."
},
{
"href": "/pages/press-coverage",
"text": "Media about Mira",
"html": "<a href=\"/pages/press-coverage\">Media about Mira</a>"
},
{
"href": "https://www.linkedin.com/company/miracare/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/miracare/\" target=\"_blank\"> <img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/linkedin_bc6a6a81-baf4-4d43-b5ff-842ba3492e8c.svg?v=1702846937\" alt> </a>"
}
],
"contactLinks": [
{
"href": "/products/hormone-health",
"text": "1:1 Certified Fertility Support",
"html": "<a class=\"align-center relative flex text-md\" href=\"/products/hormone-health\" aria-label=\"1:1 Certified Fertility Support\"> <span> 1:1 Certified Fertility Support </span> </a>"
},
{
"href": "/products/certified-menopause-support",
"text": "1:1 Certified Menopause Support",
"html": "<a class=\"align-center relative flex text-md\" href=\"/products/certified-menopause-support\" aria-label=\"1:1 Certified Menopause Support\"> <span> 1:1 Certified Menopause Support </span> </a>"
},
{
"href": "https://help.miracare.com/",
"text": "Frequently Asked",
"html": "<a href=\"https://help.miracare.com/\"> <span> Frequently Asked </span> <span class=\"inline-flex\"> <img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\"> </span> </a>"
},
{
"href": "/products/get-pregnant-bundle-bf",
"text": "Get Pregnant Six tools to help you conceive faster.",
"html": "<a class=\"navigation-drawer__product_card flex gap-1.6\" href=\"/products/get-pregnant-bundle-bf\" aria-label=\"Get Pregnant\"> <div class=\"image-wrapper\"> <img src=\"//shop.miracare.com/cdn/shop/files/get_pregnant_bundle_4e6327c0-308b-48f3-b5d7-c1d56a8dab92.jpg?v=1761307279&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/get_pregnant_bundle_4e6327c0-308b-48f3-b5d7-c1d56a8dab92.jpg?v=1761307279&width=480 480w, //shop.miracare.com/cdn/shop/files/get_pregnant_bundle_4e6327c0-308b-48f3-..."
},
{
"href": "/products/fertility-tea",
"text": "Fertility Tea Support your fertility journey naturally.",
"html": "<a class=\"navigation-drawer__product_card flex gap-1.6\" href=\"/products/fertility-tea\" aria-label=\"Fertility Tea\"> <div class=\"image-wrapper\"> <img src=\"//shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=1733744589&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=1733744589&width=480 480w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=1733744589&width=800 800w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=173..."
},
{
"href": "/products/hormone-health",
"text": "1:1 Certified Fertility Support Certified expert support to improve your fertility health.",
"html": "<a class=\"navigation-drawer__product_card flex gap-1.6\" href=\"/products/hormone-health\" aria-label=\"1:1 Certified Fertility Support\"> <div class=\"image-wrapper\"> <img src=\"//shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=480 480w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800 800w, //shop.miracare.com/cdn/shop/files/Carousel_1_co..."
},
{
"href": "/products/certified-menopause-support",
"text": "1:1 Certified Menopause Support Meet with a certified expert to help you navigate changes as you age.",
"html": "<a class=\"navigation-drawer__product_card flex gap-1.6\" href=\"/products/certified-menopause-support\" aria-label=\"1:1 Certified Menopause Support\"> <div class=\"image-wrapper\"> <img src=\"//shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=480 480w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800 800w, //shop.miracare.com/cdn/shop/files/..."
},
{
"href": "javascript:void(0)",
"text": "Can Mira help if I have PCOS?",
"html": "<a href=\"javascript:void(0)\" class=\"card-title\"> Can Mira help if I have PCOS? </a>"
},
{
"href": "https://help.miracare.com/",
"text": "See all question",
"html": "<a href=\"https://help.miracare.com/\" target=\"_blank\" class=\"button-default button-medium button-transparent\">See all question</a>"
},
{
"href": "https://help.miracare.com",
"text": "Wand to learn more? FAQ",
"html": "<a href=\"https://help.miracare.com\"> <p class=\"text-[16px] text-white md:text-[19px]\">Wand to learn more? FAQ</p> </a>"
},
{
"href": "https://help.miracare.com/",
"text": "FAQs",
"html": "<a href=\"https://help.miracare.com/\" target=\"_blank\">FAQs</a>"
},
{
"href": "https://www.miracare.com/contact/",
"text": "Contact",
"html": "<a href=\"https://www.miracare.com/contact/\">Contact</a>"
}
],
"privacyLinks": [
{
"href": "https://www.miracare.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.miracare.com/privacy-policy/\">Privacy Policy</a>"
},
{
"href": "https://www.miracare.com/terms-of-use/",
"text": "Terms of Use",
"html": "<a href=\"https://www.miracare.com/terms-of-use/\">Terms of Use</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
13 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": 13,
"passing": 0,
"failing": [
{
"heading": "Hormone Monitor Kits",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Hormone Monitor Kits </h2>",
"firstParagraph": "All-in-one solution. Fits all cycles. Tests all hormones.",
"paragraphHtml": "<p class=\"product-description text-md\"> All-in-one solution. Fits all cycles. Tests all hormones. </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Restock Wands",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Restock Wands </h2>",
"firstParagraph": "Test 4 hormones: LH, E3G, PdG, FSH",
"paragraphHtml": "<p class=\"product-description text-md\"> Test 4 hormones: LH, E3G, PdG, FSH </p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Bundles",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Bundles </h2>",
"firstParagraph": "Six tools to help you conceive faster.",
"paragraphHtml": "<p class=\"product-description text-md\"> Six tools to help you conceive faster. </p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Other Tests",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Other Tests </h2>",
"firstParagraph": "At-home blood test for 5 key hormones.",
"paragraphHtml": "<p class=\"product-description text-md\"> At-home blood test for 5 key hormones. </p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Supplements",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Supplements </h2>",
"firstParagraph": "Boost your fertility hormones.",
"paragraphHtml": "<p class=\"product-description text-md\"> Boost your fertility hormones. </p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Consult an expert",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Consult an expert </h2>",
"firstParagraph": "Certified expert support to improve your fertility health.",
"paragraphHtml": "<p class=\"product-description text-md\"> Certified expert support to improve your fertility health. </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Mira for business",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Mira for business </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Item added to your cart",
"headingHtml": "<h2 class=\"cart-notification__heading caption-large text-body\"><svg class=\"icon icon-checkmark color-foreground-text\" aria-hidden=\"true\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 9\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z\" fill=\"currentColor\"/> </svg> Item added to your cart </h2>",
"firstParagraph": "SUMMER SALE 🍉😎",
"paragraphHtml": "<p class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-md md:text-center xlg:text-1.4 xlg:px-[8px] xlg:py-0.4 text-left text-1.4 px-[8px] py-0.4 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #ffffff; background-color: #002868; border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" \\> SUMMER SALE 🍉😎 </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "A solution shaped by her story",
"headingHtml": "<h3 class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-none md:text-left xlg:text-3.2 xlg:px-0 xlg:py-0 text-left text-2.4 px-0 py-0 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #183b3f; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" \\> A solution shaped by her story </h3>",
"firstParagraph": "Sylvia Kang, a biomedical engineer, created Mira after experiencing firsthand the lack of clarity and support in women’s health. So she set out to change this reality.",
"paragraphHtml": "<p class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-none md:text-left xlg:text-md xlg:px-0 xlg:py-0 text-left text-md px-0 py-0 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #466265; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" \\> Sylvia Kang, a biomedical engineer, created Mira after experiencing firsthand the lack of clarity and sup...",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "Recognized across 30+ leading health and innovation awards",
"headingHtml": "<h2 class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-none md:text-left xlg:text-3.2 xlg:px-0 xlg:py-0 text-left text-3xl px-0 py-0 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #183b3f; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" \\> Recognized across 30+ leading health and innovation awards </h2>",
"firstParagraph": "",
"paragraphHtml": "<p class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-3.2 md:text-left xlg:text-3xl xlg:px-12 xlg:py-1.6 text-left text-1.4 px-1.6 py-1.2 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #183b3f; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" \\> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Your top questions answered",
"headingHtml": "<h2>Your top questions answered</h2>",
"firstParagraph": "",
"paragraphHtml": "<p></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Get your free Hormones 101 guide",
"headingHtml": "<h3 class=\"mb-1.6 mt-[40px] text-center text-3xl leading-tight xlg:mb-2.4 xlg:text-3.1\">Get your free Hormones 101 guide</h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"mb-2.4 text-center text-md leading-1.15 xlg:mb-3.2\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Sign up and get 10% off",
"headingHtml": "<h3 class=\"mb-1.6 mt-[20px] text-center text-[24px] text-white md:mt-[40px] md:text-[31px]\"> Sign up and get 10% off </h3>",
"firstParagraph": "© 2026 Mira, Powered by Quanovate | All Rights Reserved.",
"paragraphHtml": "<p>© 2026 Mira, Powered by Quanovate | All Rights Reserved.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
13 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 10,
"questionH2s": [],
"hasFaq": true,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 80/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 80/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: accurate, monitoring, shop, biggest, mid, year, sale, off.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 80/100 and needs improvement.
Evidence
{
"title": "Mira Fertility Tracker - Accurate Fertility Tracking and Monitoring – Mira Fertility Shop",
"h1": "Our biggest mid-year sale—25% off!",
"description": "The Mira fertility tracker helps you get pregnant faster through actual hormone analysis and personalized ovulation tracking.",
"topicOverlap": 0.3333333333333333,
"topicTerms": [
"mira",
"fertility",
"tracker",
"accurate",
"tracking",
"monitoring",
"shop",
"biggest",
"mid",
"year",
"sale",
"off"
],
"descriptionTerms": [
"mira",
"fertility",
"tracker",
"helps",
"get",
"pregnant",
"faster",
"through",
"actual",
"hormone",
"analysis",
"personalized",
"ovulation",
"tracking"
],
"missingFromDescription": [
"accurate",
"monitoring",
"shop",
"biggest",
"mid",
"year",
"sale",
"off"
],
"score": 80,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
72 image(s) are missing width/height attributes. 42 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width,initial-scale=1,minimum-scale=1",
"visibleWords": 2719,
"htmlBytes": 1179605,
"imagesMissingDimensions": [
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/nav-banner-summer-off-wide.png?v=1780577449&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/nav-banner-summer-off-wide.png?v=1780577449&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-wide.png?v=1780577449&width=480 480w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-wide.png?v=1780577449&width=800 800w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-wide.png?v=1780577449&width=1200 1200w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-wide.png?v=1780577449&wi..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/nav-banner-summer-off-narrow.png?v=1780577449&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/nav-banner-summer-off-narrow.png?v=1780577449&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-narrow.png?v=1780577449&width=480 480w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-narrow.png?v=1780577449&width=800 800w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-narrow.png?v=1780577449&width=1200 1200w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-narrow.png?v=1780577..."
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow align-center flex\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow align-center flex\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow align-center flex\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow align-center flex\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/nav-banner-summer-off-wide.png?v=1780577449&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/nav-banner-summer-off-wide.png?v=1780577449&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-wide.png?v=1780577449&width=480 480w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-wide.png?v=1780577449&width=800 800w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-wide.png?v=1780577449&width=1200 1200w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-wide.png?v=1780577449&wi..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/nav-banner-summer-off-narrow.png?v=1780577449&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/nav-banner-summer-off-narrow.png?v=1780577449&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-narrow.png?v=1780577449&width=480 480w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-narrow.png?v=1780577449&width=800 800w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-narrow.png?v=1780577449&width=1200 1200w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-narrow.png?v=1780577..."
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/get-pregnant-mobile.png?v=1744213473&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/get-pregnant-mobile.png?v=1744213473&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/get-pregnant-mobile.png?v=1744213473&width=480 480w, //shop.miracare.com/cdn/shop/files/get-pregnant-mobile.png?v=1744213473&width=800 800w, //shop.miracare.com/cdn/shop/files/get-pregnant-mobile.png?v=1744213473&width=1200 1200w, //shop.miracare.com/cdn/shop/files/get-pregnant-mobile.png?v=1744213473&width=1600 1600w, //shop.miracare.com..."
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow align-center flex\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/hormonal-health-desktop.png?v=1744196089&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/hormonal-health-desktop.png?v=1744196089&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/hormonal-health-desktop.png?v=1744196089&width=480 480w, //shop.miracare.com/cdn/shop/files/hormonal-health-desktop.png?v=1744196089&width=800 800w, //shop.miracare.com/cdn/shop/files/hormonal-health-desktop.png?v=1744196089&width=1200 1200w, //shop.miracare.com/cdn/shop/files/hormonal-health-desktop.png?v=1744196089&width=1600 1600w,..."
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow align-center flex\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/menopause-transition-desktop.png?v=1744196089&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/menopause-transition-desktop.png?v=1744196089&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/menopause-transition-desktop.png?v=1744196089&width=480 480w, //shop.miracare.com/cdn/shop/files/menopause-transition-desktop.png?v=1744196089&width=800 800w, //shop.miracare.com/cdn/shop/files/menopause-transition-desktop.png?v=1744196089&width=1200 1200w, //shop.miracare.com/cdn/shop/files/menopause-transition-desktop.png?v=1744196..."
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow align-center flex\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/nav-banner-summer-off-mobile.png?v=1780577450&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/nav-banner-summer-off-mobile.png?v=1780577450&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-mobile.png?v=1780577450&width=480 480w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-mobile.png?v=1780577450&width=800 800w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-mobile.png?v=1780577450&width=1200 1200w, //shop.miracare.com/cdn/shop/files/nav-banner-summer-off-mobile.png?v=1780577..."
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/x30_Mira_ultra4-kit_cropped_copy.png?v=1761324842&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/x30_Mira_ultra4-kit_cropped_copy.png?v=1761324842&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/x30_Mira_ultra4-kit_cropped_copy.png?v=1761324842&width=480 480w, //shop.miracare.com/cdn/shop/files/x30_Mira_ultra4-kit_cropped_copy.png?v=1761324842&width=800 800w, //shop.miracare.com/cdn/shop/files/x30_Mira_ultra4-kit_cropped_copy.png?v=1761324842&width=1200 1200w, //shop.miracare.com/cdn/shop/files/x30_Mira_ultra4-kit_croppe..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/x30_Mira_ultra4-kit_cropped_copy.png?v=1761324842&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/x30_Mira_ultra4-kit_cropped_copy.png?v=1761324842&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/x30_Mira_ultra4-kit_cropped_copy.png?v=1761324842&width=480 480w, //shop.miracare.com/cdn/shop/files/x30_Mira_ultra4-kit_cropped_copy.png?v=1761324842&width=800 800w, //shop.miracare.com/cdn/shop/files/x30_Mira_ultra4-kit_cropped_copy.png?v=1761324842&width=1200 1200w, //shop.miracare.com/cdn/shop/files/x30_Mira_ultra4-kit_croppe..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Preview-Menopause_Transitions_Kit_ultra4.jpg?v=1779186864&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Preview-Menopause_Transitions_Kit_ultra4.jpg?v=1779186864&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Preview-Menopause_Transitions_Kit_ultra4.jpg?v=1779186864&width=480 480w, //shop.miracare.com/cdn/shop/files/Preview-Menopause_Transitions_Kit_ultra4.jpg?v=1779186864&width=800 800w, //shop.miracare.com/cdn/shop/files/Preview-Menopause_Transitions_Kit_ultra4.jpg?v=1779186864&width=1200 1200w, //shop.miracare.com/cdn/shop/..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/max-kit-all-1.jpg?v=1759204503&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/max-kit-all-1.jpg?v=1759204503&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/max-kit-all-1.jpg?v=1759204503&width=480 480w, //shop.miracare.com/cdn/shop/files/max-kit-all-1.jpg?v=1759204503&width=800 800w, //shop.miracare.com/cdn/shop/files/max-kit-all-1.jpg?v=1759204503&width=1200 1200w, //shop.miracare.com/cdn/shop/files/max-kit-all-1.jpg?v=1759204503&width=1600 1600w, //shop.miracare.com/cdn/shop/files/max-kit-all-1...."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Preview_Basic_kit_e82b2eea-7dd2-4e33-aab2-5676d79bea08.jpg?v=1759165798&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Preview_Basic_kit_e82b2eea-7dd2-4e33-aab2-5676d79bea08.jpg?v=1759165798&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Preview_Basic_kit_e82b2eea-7dd2-4e33-aab2-5676d79bea08.jpg?v=1759165798&width=480 480w, //shop.miracare.com/cdn/shop/files/Preview_Basic_kit_e82b2eea-7dd2-4e33-aab2-5676d79bea08.jpg?v=1759165798&width=800 800w, //shop.miracare.com/cdn/shop/files/Preview_Basic_kit_e82b2eea-7dd2-4e33-aab2-5676d79bea08.jpg?v=175916..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/get-pregnant-bundle-ultra4-wands.jpg?v=1761123338&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/get-pregnant-bundle-ultra4-wands.jpg?v=1761123338&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/get-pregnant-bundle-ultra4-wands.jpg?v=1761123338&width=480 480w, //shop.miracare.com/cdn/shop/files/get-pregnant-bundle-ultra4-wands.jpg?v=1761123338&width=800 800w, //shop.miracare.com/cdn/shop/files/get-pregnant-bundle-ultra4-wands.jpg?v=1761123338&width=1200 1200w, //shop.miracare.com/cdn/shop/files/get-pregnant-bundle-ultra4..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Max_Wands_20_1.png?v=1760690852&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Max_Wands_20_1.png?v=1760690852&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Max_Wands_20_1.png?v=1760690852&width=480 480w, //shop.miracare.com/cdn/shop/files/Max_Wands_20_1.png?v=1760690852&width=800 800w, //shop.miracare.com/cdn/shop/files/Max_Wands_20_1.png?v=1760690852&width=1200 1200w, //shop.miracare.com/cdn/shop/files/Max_Wands_20_1.png?v=1760690852&width=1600 1600w, //shop.miracare.com/cdn/shop/files/Max_Wands..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Preview-20_Mira_Fertility_Plus_Wands.png?v=1759168185&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Preview-20_Mira_Fertility_Plus_Wands.png?v=1759168185&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Preview-20_Mira_Fertility_Plus_Wands.png?v=1759168185&width=480 480w, //shop.miracare.com/cdn/shop/files/Preview-20_Mira_Fertility_Plus_Wands.png?v=1759168185&width=800 800w, //shop.miracare.com/cdn/shop/files/Preview-20_Mira_Fertility_Plus_Wands.png?v=1759168185&width=1200 1200w, //shop.miracare.com/cdn/shop/files/Preview-20..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Preview-10_Mira_Ovum_Wands_72ae2f14-2674-4af3-be0a-4771362b4210.png?v=1759167801&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Preview-10_Mira_Ovum_Wands_72ae2f14-2674-4af3-be0a-4771362b4210.png?v=1759167801&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Preview-10_Mira_Ovum_Wands_72ae2f14-2674-4af3-be0a-4771362b4210.png?v=1759167801&width=480 480w, //shop.miracare.com/cdn/shop/files/Preview-10_Mira_Ovum_Wands_72ae2f14-2674-4af3-be0a-4771362b4210.png?v=1759167801&width=800 800w, //shop.miracare.com/cdn/shop/files/Preview-10_Mira_Ovum_Wands_72ae2f14-2674..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Preview-fertilityconfirm20.jpg?v=1759167361&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Preview-fertilityconfirm20.jpg?v=1759167361&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Preview-fertilityconfirm20.jpg?v=1759167361&width=480 480w, //shop.miracare.com/cdn/shop/files/Preview-fertilityconfirm20.jpg?v=1759167361&width=800 800w, //shop.miracare.com/cdn/shop/files/Preview-fertilityconfirm20.jpg?v=1759167361&width=1200 1200w, //shop.miracare.com/cdn/shop/files/Preview-fertilityconfirm20.jpg?v=1759167361&wi..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/get_pregnant_bundle_4e6327c0-308b-48f3-b5d7-c1d56a8dab92.jpg?v=1761307279&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/get_pregnant_bundle_4e6327c0-308b-48f3-b5d7-c1d56a8dab92.jpg?v=1761307279&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/get_pregnant_bundle_4e6327c0-308b-48f3-b5d7-c1d56a8dab92.jpg?v=1761307279&width=480 480w, //shop.miracare.com/cdn/shop/files/get_pregnant_bundle_4e6327c0-308b-48f3-b5d7-c1d56a8dab92.jpg?v=1761307279&width=800 800w, //shop.miracare.com/cdn/shop/files/get_pregnant_bundle_4e6327c0-308b-48f3-b5d7-c1d56a8dab92.jpg?..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/mira_fertility_bundle_for_couples.jpg?v=1754654332&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/mira_fertility_bundle_for_couples.jpg?v=1754654332&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/mira_fertility_bundle_for_couples.jpg?v=1754654332&width=480 480w, //shop.miracare.com/cdn/shop/files/mira_fertility_bundle_for_couples.jpg?v=1754654332&width=800 800w, //shop.miracare.com/cdn/shop/files/mira_fertility_bundle_for_couples.jpg?v=1754654332&width=1200 1200w, //shop.miracare.com/cdn/shop/files/mira_fertility_bundle_..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/get-pregnant-bundle-ultra4-wands.jpg?v=1761123338&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/get-pregnant-bundle-ultra4-wands.jpg?v=1761123338&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/get-pregnant-bundle-ultra4-wands.jpg?v=1761123338&width=480 480w, //shop.miracare.com/cdn/shop/files/get-pregnant-bundle-ultra4-wands.jpg?v=1761123338&width=800 800w, //shop.miracare.com/cdn/shop/files/get-pregnant-bundle-ultra4-wands.jpg?v=1761123338&width=1200 1200w, //shop.miracare.com/cdn/shop/files/get-pregnant-bundle-ultra4..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Ultra4-Wands-Pregnancy-Test-Bundle-featured.jpg?v=1779810684&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Ultra4-Wands-Pregnancy-Test-Bundle-featured.jpg?v=1779810684&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Ultra4-Wands-Pregnancy-Test-Bundle-featured.jpg?v=1779810684&width=480 480w, //shop.miracare.com/cdn/shop/files/Ultra4-Wands-Pregnancy-Test-Bundle-featured.jpg?v=1779810684&width=800 800w, //shop.miracare.com/cdn/shop/files/Ultra4-Wands-Pregnancy-Test-Bundle-featured.jpg?v=1779810684&width=1200 1200w, //shop.miracare.c..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/20x_MAX_Wands_bg_copy_15.png?v=1759168705&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/20x_MAX_Wands_bg_copy_15.png?v=1759168705&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/20x_MAX_Wands_bg_copy_15.png?v=1759168705&width=480 480w, //shop.miracare.com/cdn/shop/files/20x_MAX_Wands_bg_copy_15.png?v=1759168705&width=800 800w, //shop.miracare.com/cdn/shop/files/20x_MAX_Wands_bg_copy_15.png?v=1759168705&width=1200 1200w, //shop.miracare.com/cdn/shop/files/20x_MAX_Wands_bg_copy_15.png?v=1759168705&width=1600 1..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Panorama_Fertility_Lab_Test_1.png?v=1759734308&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Panorama_Fertility_Lab_Test_1.png?v=1759734308&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Panorama_Fertility_Lab_Test_1.png?v=1759734308&width=480 480w, //shop.miracare.com/cdn/shop/files/Panorama_Fertility_Lab_Test_1.png?v=1759734308&width=800 800w, //shop.miracare.com/cdn/shop/files/Panorama_Fertility_Lab_Test_1.png?v=1759734308&width=1200 1200w, //shop.miracare.com/cdn/shop/files/Panorama_Fertility_Lab_Test_1.png?v=17..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/male-fertility-card-img.png?v=1753778634&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/male-fertility-card-img.png?v=1753778634&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/male-fertility-card-img.png?v=1753778634&width=480 480w, //shop.miracare.com/cdn/shop/files/male-fertility-card-img.png?v=1753778634&width=800 800w, //shop.miracare.com/cdn/shop/files/male-fertility-card-img.png?v=1753778634&width=1200 1200w, //shop.miracare.com/cdn/shop/files/male-fertility-card-img.png?v=1753778634&width=1600 1600w,..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Carousel_1_cover_5.png?v=1733738736&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Carousel_1_cover_5.png?v=1733738736&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Carousel_1_cover_5.png?v=1733738736&width=480 480w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_5.png?v=1733738736&width=800 800w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_5.png?v=1733738736&width=1200 1200w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_5.png?v=1733738736&width=1600 1600w, //shop.miracare.com/cdn/..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Pregnancytest_Cover_510659c7-00e0-4c29-8ade-e09f7a7a6f59.png?v=1779886807&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Pregnancytest_Cover_510659c7-00e0-4c29-8ade-e09f7a7a6f59.png?v=1779886807&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Pregnancytest_Cover_510659c7-00e0-4c29-8ade-e09f7a7a6f59.png?v=1779886807&width=480 480w, //shop.miracare.com/cdn/shop/files/Pregnancytest_Cover_510659c7-00e0-4c29-8ade-e09f7a7a6f59.png?v=1779886807&width=800 800w, //shop.miracare.com/cdn/shop/files/Pregnancytest_Cover_510659c7-00e0-4c29-8ade-e09f7a7a6f59.png?..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Carousel_1_cover_12.png?v=1733744549&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Carousel_1_cover_12.png?v=1733744549&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Carousel_1_cover_12.png?v=1733744549&width=480 480w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_12.png?v=1733744549&width=800 800w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_12.png?v=1733744549&width=1200 1200w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_12.png?v=1733744549&width=1600 1600w, //shop.miracare.com..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Carousel_1_cover_11.png?v=1733744518&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Carousel_1_cover_11.png?v=1733744518&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Carousel_1_cover_11.png?v=1733744518&width=480 480w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_11.png?v=1733744518&width=800 800w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_11.png?v=1733744518&width=1200 1200w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_11.png?v=1733744518&width=1600 1600w, //shop.miracare.com..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=1733744589&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=1733744589&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=1733744589&width=480 480w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=1733744589&width=800 800w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=1733744589&width=1200 1200w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_13.png?v=1733744589&width=1600 1600w, //shop.miracare.com..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=480 480w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800 800w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=1200 1200w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=1600 1600w, //shop.miracare.com/cdn/..."
},
{
"src": "//shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800\" srcset=\" //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=480 480w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=800 800w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=1200 1200w, //shop.miracare.com/cdn/shop/files/Carousel_1_cover_4.png?v=1739284550&width=1600 1600w, //shop.miracare.com/cdn/..."
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/assets/white-arrow-right.svg?v=91522242457888608511727651997\" alt=\"Arrow icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/t/66/assets/dot-divider.svg?v=63589710216413196421776951831",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//shop.miracare.com/cdn/shop/t/66/assets/dot-divider.svg?v=63589710216413196421776951831\" alt=\"Divider icon\" decoding=\"async\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/Frame_1077242351_ebbb2032-17cd-4ba6-bd12-41fd6ed21bce.png?v=1750854112",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Frame_1077242351_ebbb2032-17cd-4ba6-bd12-41fd6ed21bce.png?v=1750854112\" alt=\"Fluorescent Technology\" class=\"mt-5 max-w-[336px] md:mt-0\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/Image_b4d98d39-e9a4-4cd6-9fae-d87fbfb62119.png?v=1749117865",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Image_b4d98d39-e9a4-4cd6-9fae-d87fbfb62119.png?v=1749117865\" alt=\"realtime results\" class=\"mb-4 h-auto w-full rounded\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/Frame_1077242463.png?v=1749564225",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/Frame_1077242463.png?v=1749564225\" alt=\"realtime results\" class=\"h-auto w-full\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444",
"width": "44",
"height": "",
"loading": "",
"html": "<img class=\"mb-1 mr-2\" src=\"//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444\" width=\"44\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444",
"width": "44",
"height": "",
"loading": "",
"html": "<img class=\"mb-1 mr-2\" src=\"//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444\" width=\"44\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444",
"width": "44",
"height": "",
"loading": "",
"html": "<img class=\"mb-1 mr-2\" src=\"//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444\" width=\"44\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444",
"width": "44",
"height": "",
"loading": "",
"html": "<img class=\"mb-1 mr-2\" src=\"//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444\" width=\"44\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444",
"width": "44",
"height": "",
"loading": "",
"html": "<img class=\"mb-1 mr-2\" src=\"//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444\" width=\"44\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444",
"width": "44",
"height": "",
"loading": "",
"html": "<img class=\"mb-1 mr-2\" src=\"//shop.miracare.com/cdn/shop/files/Button_Outlined.png?v=6763982840415053444\" width=\"44\">"
},
{
"src": "//shop.miracare.com/cdn/shop/files/shield.png?v=1751298945&width=36",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/shield.png?v=1751298945&width=36\" alt>"
},
{
"src": "//shop.miracare.com/cdn/shop/files/local_shipping.png?v=1751298945&width=36",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/local_shipping.png?v=1751298945&width=36\" alt>"
},
{
"src": "//shop.miracare.com/cdn/shop/files/contact_support.png?v=1751298945&width=36",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//shop.miracare.com/cdn/shop/files/contact_support.png?v=1751298945&width=36\" alt>"
},
{
"src": "https://cdn.shopify.com/s/files/1/0777/1006/5971/files/AppStore.svg?v=1702846937",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/AppStore.svg?v=1702846937\" alt>"
},
{
"src": "https://cdn.shopify.com/s/files/1/0777/1006/5971/files/GooglePlay.svg?v=1702846937' | file_url }}",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/GooglePlay.svg?v=1702846937' | file_url }}\" alt>"
},
{
"src": "https://cdn.shopify.com/s/files/1/0777/1006/5971/files/instagram_5078d2e2-a3da-40d0-bac9-37456bc8e77e.svg?v=1702846938",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/instagram_5078d2e2-a3da-40d0-bac9-37456bc8e77e.svg?v=1702846938\" alt>"
},
{
"src": "https://cdn.shopify.com/s/files/1/0777/1006/5971/files/facebook_676cb10e-d4dc-4e02-8234-6fef1a263927.svg?v=1702846936",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/facebook_676cb10e-d4dc-4e02-8234-6fef1a263927.svg?v=1702846936\" alt>"
},
{
"src": "https://cdn.shopify.com/s/files/1/0777/1006/5971/files/youtube_d892d840-63c1-42fb-882a-196e0b624795.svg?v=1702846937",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/youtube_d892d840-63c1-42fb-882a-196e0b624795.svg?v=1702846937\" alt>"
},
{
"src": "https://cdn.shopify.com/s/files/1/0777/1006/5971/files/twitter-x.svg?v=1702847366",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/twitter-x.svg?v=1702847366\" alt>"
},
{
"src": "https://cdn.shopify.com/s/files/1/0777/1006/5971/files/pinterest_3574e9bb-5093-4c47-8126-904597882076.svg?v=1702846937",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/pinterest_3574e9bb-5093-4c47-8126-904597882076.svg?v=1702846937\" alt>"
},
{
"src": "https://cdn.shopify.com/s/files/1/0777/1006/5971/files/linkedin_bc6a6a81-baf4-4d43-b5ff-842ba3492e8c.svg?v=1702846937",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/linkedin_bc6a6a81-baf4-4d43-b5ff-842ba3492e8c.svg?v=1702846937\" alt>"
},
{
"src": "https://cdn.shopify.com/s/files/1/0777/1006/5971/files/tiktok_d43c6fcc-3e21-4427-93c4-fa9b2422031f.svg?v=1702846937",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.shopify.com/s/files/1/0777/1006/5971/files/tiktok_d43c6fcc-3e21-4427-93c4-fa9b2422031f.svg?v=1702846937\" alt>"
}
],
"possibleDialogs": [
"<div class=\"md-app-embed orbe--hidden\" aria-hidden=\"true\" id=\"md-app-embed__modal\" data-nosnippet> <!--googleoff: all--> <div class=\"md-modal__container\"> <div class=\"md-modal__dialog\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"label-md-modal__dialog\" tabindex=\"-1\"> <div class=\"md-modal__content notranslate\" data-wg-notranslate><form method=\"post\" action=\"/localization\" id=\"md-modal__form__id\" accept-charset=\"UTF-8\" class enctype=\"multipart/form-data\"><input type=\"hidden\" name=\"form_typ...",
"<div class=\"md-modal__container\"> <div class=\"md-modal__dialog\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"label-md-modal__dialog\" tabindex=\"-1\"> <div class=\"md-modal__content notranslate\" data-wg-notranslate><form method=\"post\" action=\"/localization\" id=\"md-modal__form__id\" accept-charset=\"UTF-8\" class enctype=\"multipart/form-data\"><input type=\"hidden\" name=\"form_type\" value=\"localization\"><input type=\"hidden\" name=\"utf8\" value=\"✓\"><input type=\"hidden\" name=\"_method\" value=\"put\"...",
"<div class=\"md-modal__dialog\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"label-md-modal__dialog\" tabindex=\"-1\"> <div class=\"md-modal__content notranslate\" data-wg-notranslate><form method=\"post\" action=\"/localization\" id=\"md-modal__form__id\" accept-charset=\"UTF-8\" class enctype=\"multipart/form-data\"><input type=\"hidden\" name=\"form_type\" value=\"localization\"><input type=\"hidden\" name=\"utf8\" value=\"✓\"><input type=\"hidden\" name=\"_method\" value=\"put\"><input type=\"hidden\" name=\"return...",
"<div class=\"md-modal__content notranslate\" data-wg-notranslate><form method=\"post\" action=\"/localization\" id=\"md-modal__form__id\" accept-charset=\"UTF-8\" class enctype=\"multipart/form-data\"><input type=\"hidden\" name=\"form_type\" value=\"localization\"><input type=\"hidden\" name=\"utf8\" value=\"✓\"><input type=\"hidden\" name=\"_method\" value=\"put\"><input type=\"hidden\" name=\"return_to\" value=\"/\"> <div class=\"md-modal__grid\"> <div class=\"md-modal__grid__1\"> <div class=\"md-modal__header__flag\"> </di...",
"<form method=\"post\" action=\"/localization\" id=\"md-modal__form__id\" accept-charset=\"UTF-8\" class enctype=\"multipart/form-data\"><input type=\"hidden\" name=\"form_type\" value=\"localization\"><input type=\"hidden\" name=\"utf8\" value=\"✓\"><input type=\"hidden\" name=\"_method\" value=\"put\"><input type=\"hidden\" name=\"return_to\" value=\"/\"> <div class=\"md-modal__grid\"> <div class=\"md-modal__grid__1\"> <div class=\"md-modal__header__flag\"> </div> <div class=\"md-modal__header\"> <div class=\"md-modal__header_...",
"<div class=\"md-modal__grid\"> <div class=\"md-modal__grid__1\"> <div class=\"md-modal__header__flag\"> </div> <div class=\"md-modal__header\"> <div class=\"md-modal__header__title\"> <span id=\"label-md-modal__dialog\" class=\"md-modal__header__title__span md-modal__header__custom__title\" data-mdapptitle role=\"heading\" aria-level=\"2\" tabindex=\"-1\"> Are you in the right place? </span> </div> <button class=\"md-modal-closeButton md-modal-closeButtonAction\" aria-label=\"Close\" type=\"button\" style=\"display: no...",
"<div class=\"md-modal__grid__1\"> <div class=\"md-modal__header__flag\"> </div> <div class=\"md-modal__header\"> <div class=\"md-modal__header__title\"> <span id=\"label-md-modal__dialog\" class=\"md-modal__header__title__span md-modal__header__custom__title\" data-mdapptitle role=\"heading\" aria-level=\"2\" tabindex=\"-1\"> Are you in the right place? </span> </div> <button class=\"md-modal-closeButton md-modal-closeButtonAction\" aria-label=\"Close\" type=\"button\" style=\"display: none !important;\"> <span class=...",
"<div class=\"md-modal__header__flag\"> </div>",
"<div class=\"md-modal__header\"> <div class=\"md-modal__header__title\"> <span id=\"label-md-modal__dialog\" class=\"md-modal__header__title__span md-modal__header__custom__title\" data-mdapptitle role=\"heading\" aria-level=\"2\" tabindex=\"-1\"> Are you in the right place? </span> </div> <button class=\"md-modal-closeButton md-modal-closeButtonAction\" aria-label=\"Close\" type=\"button\" style=\"display: none !important;\"> <span class=\"md-icon\"> <span class=\"md-visuallyHidden\"></span> <svg viewBox=\"0 0 20 20\"...",
"<div class=\"md-modal__header__title\"> <span id=\"label-md-modal__dialog\" class=\"md-modal__header__title__span md-modal__header__custom__title\" data-mdapptitle role=\"heading\" aria-level=\"2\" tabindex=\"-1\"> Are you in the right place? </span> </div>",
"<span id=\"label-md-modal__dialog\" class=\"md-modal__header__title__span md-modal__header__custom__title\" data-mdapptitle role=\"heading\" aria-level=\"2\" tabindex=\"-1\"> Are you in the right place? </span>",
"<button class=\"md-modal-closeButton md-modal-closeButtonAction\" aria-label=\"Close\" type=\"button\" style=\"display: none !important;\"> <span class=\"md-icon\"> <span class=\"md-visuallyHidden\"></span> <svg viewBox=\"0 0 20 20\" class=\"md-icon__Svg\" focusable=\"false\" aria-hidden=\"true\"> <path d=\"m11.414 10 6.293-6.293a1 1 0 1 0-1.414-1.414L10 8.586 3.707 2.293a1 1 0 0 0-1.414 1.414L8.586 10l-6.293 6.293a1 1 0 1 0 1.414 1.414L10 11.414l6.293 6.293A.998.998 0 0 0 18 17a.999.999 0 0 0-.293-.707L11.414 10...",
"<div class=\"md-modal__body\"> <div class=\"md-modal__bodyContent\" id=\"md-modal__idBodyContent\"> <p class=\"md-modal__bodyContent__text\" data-mdapptext>Please select your shipping country.</p> <div class=\"md-modal__bodyContent__helperText\" data-mdapphelpertext> <p>Buy from the country of your choice. Remember that we can only ship your order to addresses located in the chosen country.</p> </div> </div> </div>",
"<div class=\"md-modal__bodyContent\" id=\"md-modal__idBodyContent\"> <p class=\"md-modal__bodyContent__text\" data-mdapptext>Please select your shipping country.</p> <div class=\"md-modal__bodyContent__helperText\" data-mdapphelpertext> <p>Buy from the country of your choice. Remember that we can only ship your order to addresses located in the chosen country.</p> </div> </div>",
"<p class=\"md-modal__bodyContent__text\" data-mdapptext>Please select your shipping country.</p>",
"<div class=\"md-modal__bodyContent__helperText\" data-mdapphelpertext> <p>Buy from the country of your choice. Remember that we can only ship your order to addresses located in the chosen country.</p> </div>",
"<div class=\"md-modal__formContent notranslate\" aria-describedby=\"md-modal__idBodyContent\" data-wg-notranslate> <!-- BEGIN app snippet: country-selector --><div class=\"md-modal__formContent__select\"> <span class=\"md-modal__formContent__selectLabel\" id=\"label-md-form__country-code\" data-mdappcountrylabel>Country</span> <input name=\"country_code\" type=\"hidden\" id=\"orbe-country-selector-popup-id\"> <button type=\"button\" name=\"md-form__select__country__button\" id=\"md-form__select__country\" role=\"co...",
"<div class=\"md-modal__formContent__select\"> <span class=\"md-modal__formContent__selectLabel\" id=\"label-md-form__country-code\" data-mdappcountrylabel>Country</span> <input name=\"country_code\" type=\"hidden\" id=\"orbe-country-selector-popup-id\"> <button type=\"button\" name=\"md-form__select__country__button\" id=\"md-form__select__country\" role=\"combobox\" aria-haspopup=\"listbox\" aria-labelledby=\"label-md-form__country-code\" class=\"md-form__select\" aria-expanded=\"false\" aria-controls=\"orbeCountryList\"...",
"<span class=\"md-modal__formContent__selectLabel\" id=\"label-md-form__country-code\" data-mdappcountrylabel>Country</span>",
"<input name=\"country_code\" type=\"hidden\" id=\"orbe-country-selector-popup-id\">",
"<div class=\"md-modal__formContent__select\" style=\"display: none !important;\"> <span class=\"md-modal__formContent__selectLabel\" id=\"label-md-form__select__language\" data-mdapplanguagelabel>Language</span> <input name=\"language_code\" id=\"orbe-lang-selector-popup-id\" type=\"hidden\"> <button type=\"button\" name=\"md-form__select__language__button\" id=\"md-form__select__language\" class=\"md-form__select\" aria-expanded=\"false\" aria-controls=\"orbeLanguageList\" role=\"combobox\" aria-haspopup=\"listbox\" aria...",
"<span class=\"md-modal__formContent__selectLabel\" id=\"label-md-form__select__language\" data-mdapplanguagelabel>Language</span>",
"<input name=\"language_code\" id=\"orbe-lang-selector-popup-id\" type=\"hidden\">",
"<div class=\"md-modal__footer \"> <div class=\"md-modal__footerContent\"> <button type=\"submit\" class=\"md-btn md-btn__primary\" id=\"md-btn__form__onSubmit\" data-mdappctatext>Shop now</button> </div> </div>",
"<div class=\"md-modal__footerContent\"> <button type=\"submit\" class=\"md-btn md-btn__primary\" id=\"md-btn__form__onSubmit\" data-mdappctatext>Shop now</button> </div>",
"<div class=\"md-modal__grid__2\"> </div>",
"<div class=\"md-modal__backdrop\"></div>",
"<div class=\"navigation-bar__drawer bg-white desktop fixed block flex w-full left-0\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"drawer-title-shop\"> <div class=\"navigation-bar__drawer-highlight flex flex-col show-highlight\"> <div class=\"navigation-bar__drawer-highlight-buttons flex flex-col\" aria-label=\"Highlighted navigation\"> <a href=\"https://shop.miracare.com/products\"> <span> Shop all </span> <span class=\"inline-flex\"> <img class=\"right-arrow\" src=\"//shop.miracare.com/cdn/shop/t/66/as...",
"<div class=\"navigation-bar__drawer bg-white desktop fixed block flex w-full left-0\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"drawer-title-what-is-mira\"> <div class=\"navigation-bar__drawer-highlight flex flex-col show-highlight reverse\"> <div class=\"navigation-bar__drawer-highlight-buttons flex flex-col\" aria-label=\"Highlighted navigation\"> <a href=\"https://help.miracare.com/\"> <span> Frequently Asked </span> <span class=\"inline-flex\"> <img class=\"right-arrow\" src=\"//shop.miracare.com/...",
"<div class=\"navigation-bar__drawer bg-white desktop fixed block flex w-full left-0\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"drawer-title-help-me-choose\"> <div class=\"navigation-bar__drawer-highlight flex flex-col\"> <p class=\"navigation-bar__drawer-highlight-buttons-title mb-4 text-1.4 uppercase\" role=\"heading\" aria-level=\"2\"> Help me choose </p> <div class=\"navigation-bar__drawer-highlight-buttons flex flex-col\" aria-label=\"Highlighted navigation\"> <a href=\"https://shop.miracare.com/...",
"<navigation-drawer class=\"navigation-drawer mobile bg-white fixed left-0 bottom-0 p-0 origin-top\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"Main Navigation | Mobile\" style=\"top: 49px;\"> <div class=\"navigation-drawer__container block flex h-full w-full flex-col justify-between p-0\"> <div class=\"navigation-drawer__body\"> <div class=\"navigation-drawer__close-wrapper absolute flex bg-white\"> <button class=\"navigation-drawer__slide-close-button\" aria-label=\"Close menu\"> <div id=\"navBurgerWr...",
"<div class=\" navigation-drawer__slide-two-container fixed bottom-0 left-0 top-0 block w-full bg-white p-0 \" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"Hormone Monitor Kits\" style=\"top: 49px;\"> <div class=\" navigation-drawer__slide-header flex justify-between py-[16px] \"> <button class=\"navigation-drawer__slide-back-button\" aria-label=\"Go back to previous menu\"> <img src=\"//shop.miracare.com/cdn/shop/files/arrow-back-icon.svg?v=7880204946435770628\" alt=\"Forward icon\" width=\"32\" height=\"3...",
"<div class=\" navigation-drawer__slide-two-container fixed bottom-0 left-0 top-0 block w-full bg-white p-0 \" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"Restock Wands\" style=\"top: 49px;\"> <div class=\" navigation-drawer__slide-header flex justify-between py-[16px] \"> <button class=\"navigation-drawer__slide-back-button\" aria-label=\"Go back to previous menu\"> <img src=\"//shop.miracare.com/cdn/shop/files/arrow-back-icon.svg?v=7880204946435770628\" alt=\"Forward icon\" width=\"32\" height=\"32\" deco...",
"<div class=\" navigation-drawer__slide-two-container fixed bottom-0 left-0 top-0 block w-full bg-white p-0 \" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"Bundles\" style=\"top: 49px;\"> <div class=\" navigation-drawer__slide-header flex justify-between py-[16px] \"> <button class=\"navigation-drawer__slide-back-button\" aria-label=\"Go back to previous menu\"> <img src=\"//shop.miracare.com/cdn/shop/files/arrow-back-icon.svg?v=7880204946435770628\" alt=\"Forward icon\" width=\"32\" height=\"32\" decoding=\"...",
"<div class=\" navigation-drawer__slide-two-container fixed bottom-0 left-0 top-0 block w-full bg-white p-0 \" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"Other Tests\" style=\"top: 49px;\"> <div class=\" navigation-drawer__slide-header flex justify-between py-[16px] \"> <button class=\"navigation-drawer__slide-back-button\" aria-label=\"Go back to previous menu\"> <img src=\"//shop.miracare.com/cdn/shop/files/arrow-back-icon.svg?v=7880204946435770628\" alt=\"Forward icon\" width=\"32\" height=\"32\" decodi...",
"<div class=\" navigation-drawer__slide-two-container fixed bottom-0 left-0 top-0 block w-full bg-white p-0 \" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"Supplements\" style=\"top: 49px;\"> <div class=\" navigation-drawer__slide-header flex justify-between py-[16px] \"> <button class=\"navigation-drawer__slide-back-button\" aria-label=\"Go back to previous menu\"> <img src=\"//shop.miracare.com/cdn/shop/files/arrow-back-icon.svg?v=7880204946435770628\" alt=\"Forward icon\" width=\"32\" height=\"32\" decodi...",
"<div class=\" navigation-drawer__slide-two-container fixed bottom-0 left-0 top-0 block w-full bg-white p-0 \" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"Consult an expert\" style=\"top: 49px;\"> <div class=\" navigation-drawer__slide-header flex justify-between py-[16px] \"> <button class=\"navigation-drawer__slide-back-button\" aria-label=\"Go back to previous menu\"> <img src=\"//shop.miracare.com/cdn/shop/files/arrow-back-icon.svg?v=7880204946435770628\" alt=\"Forward icon\" width=\"32\" height=\"32\"...",
"<div class=\" navigation-drawer__slide-two-container fixed bottom-0 left-0 top-0 block w-full bg-white p-0 \" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"Mira for business\" style=\"top: 49px;\"> <div class=\" navigation-drawer__slide-header flex justify-between py-[16px] \"> <button class=\"navigation-drawer__slide-back-button\" aria-label=\"Go back to previous menu\"> <img src=\"//shop.miracare.com/cdn/shop/files/arrow-back-icon.svg?v=7880204946435770628\" alt=\"Forward icon\" width=\"32\" height=\"32\"...",
"<div id=\"cart-notification\" class=\"cart-notification focus-inset\" aria-modal=\"true\" aria-label=\"Item added to your cart\" role=\"dialog\" tabindex=\"-1\"> <div class=\"cart-notification__header\"> <h2 class=\"cart-notification__heading caption-large text-body\"><svg class=\"icon icon-checkmark color-foreground-text\" aria-hidden=\"true\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 9\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.35.643a.5.5 0 01.006.707l-6.77 6...",
"<button type=\"button\" class=\"cart-notification__close modal__close-button link link--text focus-inset\" aria-label=\"Close\"> <svg class=\"icon icon-close\" aria-hidden=\"true\" focusable=\"false\"> <use href=\"#icon-close\"> </use></svg> </button>",
"<form method=\"post\" action=\"/localization\" id=\"md-footer-selector__form__id\" accept-charset=\"UTF-8\" class=\"md-modal__formContent\" enctype=\"multipart/form-data\"><input type=\"hidden\" name=\"form_type\" value=\"localization\"><input type=\"hidden\" name=\"utf8\" value=\"✓\"><input type=\"hidden\" name=\"_method\" value=\"put\"><input type=\"hidden\" name=\"return_to\" value=\"/\"> <!-- BEGIN app snippet: country-selector --><div class=\"md-modal__formContent__select\"> <input name=\"country_code\" type=\"hidden\" id...",
"<div class=\"md-modal__formContent__select\"> <input name=\"country_code\" type=\"hidden\" id=\"orbe-country-selector-footer-id\"> <button type=\"button\" name=\"md-form__select__country__button\" id=\"md-form__select__country--footer\" role=\"combobox\" aria-haspopup=\"listbox\" aria-label=\"United States\" class=\"md-form__select\" aria-expanded=\"false\" aria-controls=\"orbeFooterCountryList\" data-value=\"US\"> <div class=\"md-form__select__country__list-link-wrapper\"> <div class=\"md-form__select__country__list__flag..."
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
4 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 4,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 55,
"heading": "H1: Trusted by 250,000+ women across 115 countries",
"text": "“After 8 months of trying and no clear answers, I felt completely defeated. Mira showed me I wasn’t ovulating regularly—and that changed everything. With that insight, I adjusted my timing and supplements, and got pregnant two months later.”",
"words": 40,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220)."
],
"html": "<p class=\"text-[16px]\">“After 8 months of trying and no clear answers, I felt completely defeated. Mira showed me I wasn’t ovulating regularly—and that changed everything. With that insight, I adjusted my timing and supplements, and got pregnant two months later.”</p>"
},
{
"index": 100,
"heading": "H2: Your top questions answered",
"text": "Our scientists recommend you to test on cycle days 3 through 5 and only once during your menstrual cycle. You can repeat the test during the next menstrual cycle or after several cycles to monitor any treatments you are undergoing or your overall health.",
"words": 44,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220)."
],
"html": "<p>Our scientists recommend you to test on cycle days 3 through 5 and only once during your menstrual cycle. You can repeat the test during the next menstrual cycle or after several cycles to monitor any treatments you are undergoing or your overall health.</p>"
},
{
"index": 103,
"heading": "H2: Your top questions answered",
"text": "Yes. Mira’s wide hormone detection range and highly sensitive fluorescent technology are designed to track the complex hormone patterns often seen with PCOS⁴. By measuring multiple reproductive hormones throughout your cycle, Mira can help you identify ovulation patterns and better understand your fertile window—even when cycles are irregular.",
"words": 50,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (50 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Yes. Mira’s wide hormone detection range and highly sensitive fluorescent technology are designed to track the complex hormone patterns often seen with PCOS⁴. By measuring multiple reproductive hormones throughout your cycle, Mira can help you identify ovulation patterns and better understand your fertile window—even when cycles are irregular.</p>"
},
{
"index": 106,
"heading": "H2: Your top questions answered",
"text": "The Mira App provides personalized recommendations, but typically 10–20 wands per cycle are advised. With the Mira Max Kit, you can purchase 10–20 wands and easily restock as needed. For consistent savings and accurate data, consider subscribing to Mira Wands.",
"words": 42,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220)."
],
"html": "<p>The Mira App provides personalized recommendations, but typically 10–20 wands per cycle are advised. With the Mira Max Kit, you can purchase 10–20 wands and easily restock as needed. For consistent savings and accurate data, consider subscribing to Mira Wands.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
13 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": 13,
"passing": 0,
"failing": [
{
"heading": "Hormone Monitor Kits",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Hormone Monitor Kits </h2>",
"firstParagraph": "All-in-one solution. Fits all cycles. Tests all hormones.",
"paragraphHtml": "<p class=\"product-description text-md\"> All-in-one solution. Fits all cycles. Tests all hormones. </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Restock Wands",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Restock Wands </h2>",
"firstParagraph": "Test 4 hormones: LH, E3G, PdG, FSH",
"paragraphHtml": "<p class=\"product-description text-md\"> Test 4 hormones: LH, E3G, PdG, FSH </p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Bundles",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Bundles </h2>",
"firstParagraph": "Six tools to help you conceive faster.",
"paragraphHtml": "<p class=\"product-description text-md\"> Six tools to help you conceive faster. </p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Other Tests",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Other Tests </h2>",
"firstParagraph": "At-home blood test for 5 key hormones.",
"paragraphHtml": "<p class=\"product-description text-md\"> At-home blood test for 5 key hormones. </p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Supplements",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Supplements </h2>",
"firstParagraph": "Boost your fertility hormones.",
"paragraphHtml": "<p class=\"product-description text-md\"> Boost your fertility hormones. </p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Consult an expert",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Consult an expert </h2>",
"firstParagraph": "Certified expert support to improve your fertility health.",
"paragraphHtml": "<p class=\"product-description text-md\"> Certified expert support to improve your fertility health. </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Mira for business",
"headingHtml": "<h2 class=\"m-0 text-[24px]\"> Mira for business </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Item added to your cart",
"headingHtml": "<h2 class=\"cart-notification__heading caption-large text-body\"><svg class=\"icon icon-checkmark color-foreground-text\" aria-hidden=\"true\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 9\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z\" fill=\"currentColor\"/> </svg> Item added to your cart </h2>",
"firstParagraph": "SUMMER SALE 🍉😎",
"paragraphHtml": "<p class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-md md:text-center xlg:text-1.4 xlg:px-[8px] xlg:py-0.4 text-left text-1.4 px-[8px] py-0.4 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #ffffff; background-color: #002868; border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" \\> SUMMER SALE 🍉😎 </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "A solution shaped by her story",
"headingHtml": "<h3 class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-none md:text-left xlg:text-3.2 xlg:px-0 xlg:py-0 text-left text-2.4 px-0 py-0 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #183b3f; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" \\> A solution shaped by her story </h3>",
"firstParagraph": "Sylvia Kang, a biomedical engineer, created Mira after experiencing firsthand the lack of clarity and support in women’s health. So she set out to change this reality.",
"paragraphHtml": "<p class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-none md:text-left xlg:text-md xlg:px-0 xlg:py-0 text-left text-md px-0 py-0 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #466265; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" \\> Sylvia Kang, a biomedical engineer, created Mira after experiencing firsthand the lack of clarity and sup...",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "Recognized across 30+ leading health and innovation awards",
"headingHtml": "<h2 class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-none md:text-left xlg:text-3.2 xlg:px-0 xlg:py-0 text-left text-3xl px-0 py-0 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #183b3f; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" \\> Recognized across 30+ leading health and innovation awards </h2>",
"firstParagraph": "",
"paragraphHtml": "<p class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-3.2 md:text-left xlg:text-3xl xlg:px-12 xlg:py-1.6 text-left text-1.4 px-1.6 py-1.2 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #183b3f; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" \\> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Your top questions answered",
"headingHtml": "<h2>Your top questions answered</h2>",
"firstParagraph": "",
"paragraphHtml": "<p></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Get your free Hormones 101 guide",
"headingHtml": "<h3 class=\"mb-1.6 mt-[40px] text-center text-3xl leading-tight xlg:mb-2.4 xlg:text-3.1\">Get your free Hormones 101 guide</h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"mb-2.4 text-center text-md leading-1.15 xlg:mb-3.2\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Sign up and get 10% off",
"headingHtml": "<h3 class=\"mb-1.6 mt-[20px] text-center text-[24px] text-white md:mt-[40px] md:text-[31px]\"> Sign up and get 10% off </h3>",
"firstParagraph": "© 2026 Mira, Powered by Quanovate | All Rights Reserved.",
"paragraphHtml": "<p>© 2026 Mira, Powered by Quanovate | All Rights Reserved.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 12,
"schemaBlocks": 3,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 83/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 83/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: accurate, monitoring, shop, biggest, mid, year, sale, off.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
83/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 83/100 and needs improvement.
Evidence
{
"title": "Mira Fertility Tracker - Accurate Fertility Tracking and Monitoring – Mira Fertility Shop",
"h1": "Our biggest mid-year sale—25% off!",
"description": "The Mira fertility tracker helps you get pregnant faster through actual hormone analysis and personalized ovulation tracking.",
"topicOverlap": 0.3333333333333333,
"definitionCount": 12,
"topicTerms": [
"mira",
"fertility",
"tracker",
"accurate",
"tracking",
"monitoring",
"shop",
"biggest",
"mid",
"year",
"sale",
"off"
],
"descriptionTerms": [
"mira",
"fertility",
"tracker",
"helps",
"get",
"pregnant",
"faster",
"through",
"actual",
"hormone",
"analysis",
"personalized",
"ovulation",
"tracking"
],
"missingFromDescription": [
"accurate",
"monitoring",
"shop",
"biggest",
"mid",
"year",
"sale",
"off"
],
"score": 83,
"weight": 18
}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": "Hormone Monitor Kits",
"html": "<h2 class=\"m-0 text-[24px]\"> Hormone Monitor Kits </h2>"
},
{
"text": "Restock Wands",
"html": "<h2 class=\"m-0 text-[24px]\"> Restock Wands </h2>"
},
{
"text": "Bundles",
"html": "<h2 class=\"m-0 text-[24px]\"> Bundles </h2>"
},
{
"text": "Other Tests",
"html": "<h2 class=\"m-0 text-[24px]\"> Other Tests </h2>"
},
{
"text": "Supplements",
"html": "<h2 class=\"m-0 text-[24px]\"> Supplements </h2>"
},
{
"text": "Consult an expert",
"html": "<h2 class=\"m-0 text-[24px]\"> Consult an expert </h2>"
},
{
"text": "Mira for business",
"html": "<h2 class=\"m-0 text-[24px]\"> Mira for business </h2>"
},
{
"text": "Item added to your cart",
"html": "<h2 class=\"cart-notification__heading caption-large text-body\"><svg class=\"icon icon-checkmark color-foreground-text\" aria-hidden=\"true\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 9\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z\" fill=\"currentColor\"/> </svg> Item added to your cart </h2>"
},
{
"text": "Recognized across 30+ leading health and innovation awards",
"html": "<h2 class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-none md:text-left xlg:text-3.2 xlg:px-0 xlg:py-0 text-left text-3xl px-0 py-0 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #183b3f; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" \\> Recognized across 30+ leading health and innovation awards </h2>"
},
{
"text": "Your top questions answered",
"html": "<h2>Your top questions answered</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Mira Fertility Tracker - Accurate Fertility T...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Mira Fertility Tracker - Accurate Fertility T... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Mira Fertility Tracker - Accurate Fertility T...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Mira Fertility Tracker - Accurate Fertility T... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Mira Fertility Tracker - Accurate Fertility T... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Mira Fertility Tracker - Accurate Fertility T...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Mira Fertility Tracker - Accurate Fertility T... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Mira Fertility Tracker - Accurate Fertility T...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Mira Fertility Tracker - Accurate Fertility T... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Mira Fertility Tracker - Accurate Fertility T... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 4264
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 4264
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 963018
}
]
},
"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": "Hormone Monitor Kits",
"html": "<h2 class=\"m-0 text-[24px]\"> Hormone Monitor Kits </h2>"
},
{
"text": "Restock Wands",
"html": "<h2 class=\"m-0 text-[24px]\"> Restock Wands </h2>"
},
{
"text": "Bundles",
"html": "<h2 class=\"m-0 text-[24px]\"> Bundles </h2>"
},
{
"text": "Other Tests",
"html": "<h2 class=\"m-0 text-[24px]\"> Other Tests </h2>"
},
{
"text": "Supplements",
"html": "<h2 class=\"m-0 text-[24px]\"> Supplements </h2>"
},
{
"text": "Consult an expert",
"html": "<h2 class=\"m-0 text-[24px]\"> Consult an expert </h2>"
},
{
"text": "Mira for business",
"html": "<h2 class=\"m-0 text-[24px]\"> Mira for business </h2>"
},
{
"text": "Item added to your cart",
"html": "<h2 class=\"cart-notification__heading caption-large text-body\"><svg class=\"icon icon-checkmark color-foreground-text\" aria-hidden=\"true\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 9\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z\" fill=\"currentColor\"/> </svg> Item added to your cart </h2>"
},
{
"text": "Recognized across 30+ leading health and innovation awards",
"html": "<h2 class=\" m-0 block [&_a]:underline md:leading-tight leading-tight xlg:tracking-normal tracking-normal highlight-supported rounded-none md:text-left xlg:text-3.2 xlg:px-0 xlg:py-0 text-left text-3xl px-0 py-0 [&_ul]:list-none \" behavior=\"scroll\" style=\" color: #183b3f; background-color: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); font-family: AeonikPro-Regular, sans-serif; \" \\> Recognized across 30+ leading health and innovation awards </h2>"
},
{
"text": "Your top questions answered",
"html": "<h2>Your top questions answered</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Mira Fertility Tracker - Accurate Fertility T...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Mira Fertility Tracker - Accurate Fertility T... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Mira Fertility Tracker - Accurate Fertility T...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Mira Fertility Tracker - Accurate Fertility T... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Mira Fertility Tracker - Accurate Fertility T... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Mira Fertility Tracker - Accurate Fertility T...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Mira Fertility Tracker - Accurate Fertility T... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Mira Fertility Tracker - Accurate Fertility T...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Mira Fertility Tracker - Accurate Fertility T... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Mira Fertility Tracker - Accurate Fertility T... 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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity 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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{"field":"agent_auth.register_uri","issue":"Missing URL."}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 969525,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
"compatibleContentType": false,
"contentLength": 760363,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": true,
"links": [
"https://shop.miracare.com/404\">",
"https://cdn.shopify.com\"",
"/png",
"//shop.miracare.com/cdn/shop/files/mira-favicon.png",
"/title",
"https://shop.miracare.com/404\">",
"http://shop.miracare.com/cdn/shop/files/mira-og-image.jpg?v=1714549782\">",
"https://shop.miracare.com/cdn/shop/files/mira-og-image.jpg?v=1714549782\">",
"//js-eu1.hsforms.net/forms/embed/v2.js',",
"/script"
],
"rawExcerpt": "<!doctype html>\n<html class=\"no-js\" lang=\"en\">\n <head>\n \n \n \n \n \n \n \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,minimum-scale=1\">\n <meta name=\"theme-color\" content=\"\">\n\n \n <link rel=\"canonical\" href=\"https://shop.miracare.com/404\">\n \n\n <link rel=\"preconnect\" href=\"https://cdn.shopify.com\" crossorigin><link rel=\"icon\" type=\"image/png\" href=\"//shop.miracare.com/cdn/shop/files/mira-favicon.png?crop=center&height=32&v=1706789328&width=32\"><title>\n 404 Not Found\n\n – Mira Fertility Shop\n </title>\n\n \n\n \n\n \n\n<meta property=\"og:site_name\" content=\"Mira Fertility Shop\">\n<meta property=\"og:url\" content=\"https://shop.miraca"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity 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": 4264,
"text": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <title>404 Not Found</title>\n <meta name=\"referrer\" content=\"never\" />\n <style type=\"text/css\">\n\n * { border:0; margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }\n html,body { height:100%; border:0; margin:0; padding:0; font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight:300; background:#fff; }\n body { min-height:100%; font-size:16px; line-height:22px; color:#6c6c6c; }\n a { color:#479ccf; }\n\n h1,h2,h3,h4,h5,h6 { text-align:left; margin:0 0 20px 0; color:#31373D; font-weight:700; }\n h1 { font-size:28px; line-height:48px; margin-bottom:7px; }\n h2 { font-size:20px; font-weight:300; line-height:30px; color:#6c6c6c; }\n h3 { font-size:17px; line-height:30px; position:relative; padding-bottom:18px; margin-bottom:22px; font-weight:400; }\n h3:after { content:\"\"; position:absolute; left:0; bottom:0; height:2px; width:76px; background:#EAEAEA; }\n h4 { font-size:14px; margin-bottom:3px; }\n\n img { max-width:100%; }\n\n li { margin-bottom:5px; }\n\n .ico { display:inline-block; }\n .ico svg { background-size:contain; background-position:center; width:24px; height:24px; margin-bottom:5px; }\n\n .wrapper { min-width:320px; max-width:650px; margin:0 auto; padding:20px; }\n\n .hero { margin-bottom:30px; }\n\n .content--block { position:relative; margin-bottom:50px; }\n .content--desc { margin-bottom:32px; position:relative; }\n .content--desc-large { font-size:20px; line-height:28px; }\n\n .request-id { padding-top:100px; font-size:13px; color:#ccc; }\n\n @media all and (min-width:500px) {\n body { padding:60px 0; }\n .wrapper { padding:20px 20px 20px 100px; }\n .ico svg { width:40px; height:40px; margin-bottom:0; }\n .hero { margin-bottom:70px; }\n .content--block { margin-bottom:80px; }\n .content--desc .ico { position:absolute; left:-70px; top:-7px; }\n }\n\n @media all and (min-width:900px) {\n .wrapper { padding:20px; }\n }\n\n </style>\n</head>\n\n<body class=\"status-error status-code-500\">\n\n <div class=\"wrapper\">\n <div class=\"content\">\n <div class=\"content--block\">\n <div class=\"content--desc\">\n <i class=\"ico ico-svg ico-40-svg\">\n <svg viewBox=\"0 0 40 36\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:sketch=\"http://www.bohemiancoding.com/sketch/ns\">\n <g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" sketch:type=\"MSPage\">\n <g id=\"back-soon-3\" sketch:type=\"MSArtboardGroup\" transform=\"translate(-230.000000, -519.000000)\">\n <g id=\"what-went-wrong?\" sketch:type=\"MSLayerGroup\" transform=\"translate(231.000000, 444.000000)\">\n <g id=\"warning\" transform=\"translate(0.000000, 77.000000)\" sketch:type=\"MSShapeGroup\">\n <path d=\"M17.593,0.492 C18.217,-0.589 19.778,-0.589 20.402,0.492 L37.766,30.567 C38.39,31.648 37.61,33 36.361,33 L1.634,33 C0.386,33 -0.395,31.648 0.229,30.567 L17.593,0.492 L17.593,0.492 Z\" id=\"Stroke-1\" stroke=\"#E9BE33\" stroke-width=\"2\" stroke-linejoin=\"round\"></path>\n <path d=\"M20.75,28 C20.75,28.966 19.966,29.75 19,29.75 C18.033,29.75 17.25,28.966 17.25,28 C17.25,27.034 18.033,26.25 19,26.25 C19.966,26.25 20.75,27.034 20.75,28\" id=\"Fill-2\" fill=\"#E9BE33\"></path>\n <path d=\"M19,23 L19,8\" id=\"Stroke-3\" stroke=\"#E9BE33\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </g>\n </g>\n </g>\n </g>\n </svg>\n </i>\n <p class=\"content--desc-large\">Something went wrong. </p>\n </div>\n </div>\n <div class=\"content--block\">\n <h3>What happened?</h3>\n <div class=\"content--desc\">\n 404 Not Found\n </div>\n </div>\n <div class=\"content--blo"
},
"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,
"validJson": true,
"compatibleContentType": true,
"document": {
"issuer": "https://shopify.com/authentication/75596202277",
"token_endpoint": "https://account.miracare.com/authentication/oauth/token",
"authorization_endpoint": "https://account.miracare.com/authentication/oauth/authorize",
"end_session_endpoint": "https://account.miracare.com/authentication/logout",
"jwks_uri": "https://account.miracare.com/authentication/.well-known/jwks.json",
"scopes_supported": [
"openid",
"email",
"customer-account-api:full",
"customer-account-mcp-api:full"
],
"response_types_supported": [
"code"
],
"token_endpoint_auth_methods_supported": [
"client_secret_basic"
],
"subject_types_supported": [
"public"
],
"id_token_signing_alg_values_supported": [
"RS256"
],
"claims_supported": [
"iss",
"sub",
"aud",
"exp",
"iat",
"nonce",
"sid",
"email",
"email_verified"
],
"code_challenge_methods_supported": [
"S256"
],
"grant_types_supported": [
"authorization_code",
"refresh_token",
"urn:ietf:params:oauth:grant-type:jwt-bearer"
],
"ui_locales_supported": [
"bg",
"cs",
"da",
"de",
"el",
"en",
"es",
"fi",
"fr",
"hi",
"hr",
"hu",
"id",
"it",
"ja",
"ko",
"lt",
"ms",
"nb",
"nl",
"pl",
"pt-BR",
"pt-PT",
"ro",
"ru",
"sk",
"sl",
"sv",
"th",
"tr",
"vi",
"zh-CN",
"zh-TW"
],
"op_policy_uri": "https://www.shopify.com/legal/privacy",
"op_tos_uri": "https://www.shopify.com/legal/terms"
},
"rawExcerpt": "{\"issuer\":\"https:\\/\\/shopify.com\\/authentication\\/75596202277\",\"token_endpoint\":\"https:\\/\\/account.miracare.com\\/authentication\\/oauth\\/token\",\"authorization_endpoint\":\"https:\\/\\/account.miracare.com\\/authentication\\/oauth\\/authorize\",\"end_session_endpoint\":\"https:\\/\\/account.miracare.com\\/authentication\\/logout\",\"jwks_uri\":\"https:\\/\\/account.miracare.com\\/authentication\\/.well-known\\/jwks.json\",\"scopes_supported\":[\"openid\",\"email\",\"customer-account-api:full\",\"customer-account-mcp-api:full\"],\"response_types_supported\":[\"code\"],\"token_endpoint_auth_methods_supported\":[\"client_secret_basic\"],\"subject_types_supported\":[\"public\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"claims_supported\":[\"iss\",\"sub\",\"aud\",\"exp\",\"iat\",\"nonce\",\"sid\",\"email\",\"email_verified\"],\"code_challenge_methods_su",
"issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
"hasAgentAuth": false,
"supportedIdentityTypes": [],
"credentialTypesSupported": [],
"registerUriIssues": [
{
"field": "agent_auth.register_uri",
"issue": "Missing URL."
}
],
"claimUrlIssues": [],
"revocationUrlIssues": []
},
"issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 8,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"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
authorization_endpoint did not behave like an operational OAuth authorization endpoint.
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
Probe authorization endpoint with an authorization-code request
authorization_endpoint did not behave like an operational OAuth authorization endpoint.
Fetch and validate jwks_uri
jwks_uri did not return usable JWK entries for the advertised signing algorithms.
Evidence
{
"failedStep": "authorization-endpoint",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/openid-configuration",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "pass",
"evidence": {
"valid": true,
"compatibleContentType": true,
"missing": [],
"endpointIssues": [],
"issuer": "https://shopify.com/authentication/75596202277",
"authorizationEndpoint": "https://account.miracare.com/authentication/oauth/authorize",
"tokenEndpoint": "https://account.miracare.com/authentication/oauth/token",
"jwksUri": "https://account.miracare.com/authentication/.well-known/jwks.json",
"responseTypesSupported": [
"code"
],
"grantTypesSupported": [
"authorization_code",
"refresh_token",
"urn:ietf:params:oauth:grant-type:jwt-bearer"
],
"idTokenSigningAlgValuesSupported": [
"RS256"
],
"rawExcerpt": "{\"issuer\":\"https:\\/\\/shopify.com\\/authentication\\/75596202277\",\"token_endpoint\":\"https:\\/\\/account.miracare.com\\/authentication\\/oauth\\/token\",\"authorization_endpoint\":\"https:\\/\\/account.miracare.com\\/authentication\\/oauth\\/authorize\",\"end_session_endpoint\":\"https:\\/\\/account.miracare.com\\/authentication\\/logout\",\"jwks_uri\":\"https:\\/\\/account.miracare.com\\/authentication\\/.well-known\\/jwks.json\",\"scopes_supported\":[\"openid\",\"email\",\"customer-account-api:full\",\"customer-account-mcp-api:full\"],\"response_types_supported\":[\"code\"],\"token_endpoint_auth_methods_supported\":[\"client_secret_basic\"],\"subject_types_supported\":[\"public\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"claims_supported\":[\"iss\",\"sub\",\"aud\",\"exp\",\"iat\",\"nonce\",\"sid\",\"email\",\"email_verified\"],\"code_challenge_methods_su"
},
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
},
{
"id": "authorization-endpoint",
"title": "Probe authorization endpoint with an authorization-code request",
"status": "fail",
"evidence": {
"url": "https://account.miracare.com/authentication/oauth/authorize?response_type=code&client_id=can-agent-use-scanner&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Foauth%2Fcallback&scope=openid&state=can-agent-use-probe",
"method": "GET",
"statusCode": 406,
"location": null,
"contentType": "text/plain; charset=utf-8",
"excerpt": "Not Acceptable"
},
"issue": "authorization_endpoint did not behave like an operational OAuth authorization endpoint.",
"howToFix": "Implement an authorization endpoint that can process syntactically valid authorization requests, or remove it from discovery metadata until it exists."
},
{
"id": "authorization-redirect-safety",
"title": "Reject unregistered authorization redirects",
"status": "pass",
"evidence": {
"url": "https://account.miracare.com/authentication/oauth/authorize?response_type=code&client_id=can-agent-use-unknown-client&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Fattacker-callback&scope=openid&state=can-agent-use-redirect-safety",
"method": "GET",
"statusCode": 406,
"location": null,
"redirectedToUntrusted": false,
"contentType": "text/plain; charset=utf-8",
"excerpt": "Not Acceptable"
},
"howToFix": "Validate client_id and registered redirect_uri values before redirecting. Return a direct OAuth error for invalid clients or redirect URIs."
},
{
"id": "token-endpoint",
"title": "Probe token endpoint with advertised grant type",
"status": "pass",
"evidence": {
"url": "https://account.miracare.com/authentication/oauth/token",
"method": "POST",
"grantType": "authorization_code",
"statusCode": 401,
"oauthError": "invalid_client",
"contentType": "application/json; charset=utf-8",
"excerpt": "{\"error\":\"invalid_client\",\"error_description\":\"The client credentials provided are invalid or missing.\"}"
},
"howToFix": "Support every advertised grant type enough to return a protocol-appropriate response, or stop advertising unsupported grants."
},
{
"id": "jwks",
"title": "Fetch and validate jwks_uri",
"status": "fail",
"evidence": {
"jwksUri": "https://account.miracare.com/authentication/.well-known/jwks.json",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
},
"issue": "jwks_uri did not return usable JWK entries for the advertised signing algorithms.",
"howToFix": "Implement the advertised jwks_uri route with usable JWK metadata or remove it from discovery metadata until it exists."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 8,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 2,
"match": "my account"
}
]
},
"resourceFetchSucceeded": true
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
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\">\n<head>\n <meta charset=\"utf-8\">\n <title>404 Not Found</title>\n <meta name=\"referrer\" content=\"never\" />\n <style type=\"text/css\">\n\n * { border:0; margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }\n html,body { height:100%; border:0; margin:0; padding:0; font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight:300; background:#fff; }\n body { min-height:100%; font-size:16px; line-height:22px; color:#6c6c6c; }\n a { color:#479ccf; }\n\n h1,h2,h3,h4,h5,h6 { text-align:left; margin:0 0 20px 0; color:#31373D; font-weight:700; }\n h1 { font-size:28px; line-height:48px; margin-bottom:7px; }\n h2 { font-size:20px; font-weight:300; line-height:30px; color:#6c6c6c; }\n h3 { font-s"
},
"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://shop.miracare.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://shop.miracare.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://shop.miracare.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://shop.miracare.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": 8,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 2,
"match": "my account"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.
Check name
Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.11/aria-required-children).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.11/aria-required-children)."
}Performance and AccessibilityAccessibilityBrowser audit
Image elements do not have `[alt]` attributes
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
33 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Links are not crawlable
33 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}SEOSEOBrowser audit
Links do not have descriptive text
33 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
1 link found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "1 link found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityPerformanceBrowser audit
Forced reflow
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
Layout shift culprits
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Layout shift culprits
Check name
Layout shift culprits
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.
References
https://web.dev/learn/performance/Evidence
{
"description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads."
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
Check name
Reduce unused CSS
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 97 KiB
Fix guidance
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 97 KiB",
"description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
"numericValue": 80
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 780 KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 780 KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 740
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
49/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 65,
"displayValue": "210 ms",
"numericValue": 205
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 1,
"displayValue": "8.3 s",
"numericValue": 8297.049716009362
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "40 ms",
"numericValue": 38.196495
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 96,
"displayValue": "0.7 s",
"numericValue": 742.7117913941406
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 20,
"displayValue": "600 ms",
"numericValue": 602.7902954926818
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 70 ms",
"numericValue": 71
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 1,
"displayValue": "6.2 s",
"numericValue": 6202.2471587059445
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 9,
"displayValue": "8.4 s",
"numericValue": 8364.350225201579
}
]
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
8 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Fix with MCP or CLI
Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.
Score history
Public scan score over time
Public reports for this website origin. Select any point or report link to open that canonical report.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 43/100 | Level 2, Agent-Limited | Current report |