Rescan Report
Share Report
Copy Report Link
Rescan Report
Share Report
Copy Report Link
Export Report
55/100

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability45%Agent Easeof Use6%Security& Trust0%GEO, AIO, AEO83%SEO92%Performance& Accessibility80%
  • AI Discoverability 45 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 0 out of 100
  • GEO, AIO and AEO 83 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 80 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Get Medications & Support Online for Women's Health - Nurxâ„¢ favicon

Get Medications & Support Online for Women's Health - Nurxâ„¢

Get birth control, acne treatment, mental health, weight loss medication and more—100% online. Free with insurance, or at affordable out-of-pocket prices.

Next step

Turn this report into a fix workflow

28 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
45
Priority fix10140View details
Discoverability
57
Needs work450View details
Content Readiness
67
Needs work650View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
83
Mostly ready7013
GEO Readiness
87
Mostly ready204
AIO Readiness
85
Mostly ready304
AEO Readiness
76
Mostly ready205
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
0
Priority fix450View details
Security & Trust
0
Priority fix050View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
80
Mostly ready2231View details
Performance
72
Needs work1321View details
Accessibility
95
Strong910View details

Prioritized recommendations

Issues ranked by score impact

45 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

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

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. 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": "\n<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover\">\n    <meta charset=\"UTF-8\" />\n\n        <meta name=\"google-site-verification\" content=\"7jIW7yKdK6pIHgq1Fkd8wIf7UgbMEqjHXwmvUVC6UI0\" />\n    <meta name=\"p:domain_verify\" content=\"120ae575bac7b752400d1951196028df\" />\n    \n        <link rel=\"preconnect\" href=\"https://nurx-www.imgix.net\">\n    <link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

50 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.

02

Why it matters

Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

    Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie\".",
      "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": 17706,
        "excerpt": "<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, view",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

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.

02

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

  1. Find valid OpenAPI document

    OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover\">\n    <meta charset=\"UTF-8\" />\n\n        <meta name=\"google-site-verification\" content=\"7jIW7yKdK6pIHgq1Fkd8wIf7UgbMEqjHXwmvUVC6UI0\" />\n    <meta name=\"p:domain_verify\" content=\"120ae575bac7b752400d1951196028df\" />\n    \n        <link rel=\"preconnect\" href=\"https://nurx-www.imgix.net\">\n    <link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d"
          },
          {
            "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": "\n<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover\">\n    <meta charset=\"UTF-8\" />\n\n        <meta name=\"google-site-verification\" content=\"7jIW7yKdK6pIHgq1Fkd8wIf7UgbMEqjHXwmvUVC6UI0\" />\n    <meta name=\"p:domain_verify\" content=\"120ae575bac7b752400d1951196028df\" />\n    \n        <link rel=\"preconnect\" href=\"https://nurx-www.imgix.net\">\n    <link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover\">\n    <meta charset=\"UTF-8\" />\n\n        <meta name=\"google-site-verification\" content=\"7jIW7yKdK6pIHgq1Fkd8wIf7UgbMEqjHXwmvUVC6UI0\" />\n    <meta name=\"p:domain_verify\" content=\"120ae575bac7b752400d1951196028df\" />\n    \n        <link rel=\"preconnect\" href=\"https://nurx-www.imgix.net\">\n    <link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d"
          },
          {
            "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": "\n<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover\">\n    <meta charset=\"UTF-8\" />\n\n        <meta name=\"google-site-verification\" content=\"7jIW7yKdK6pIHgq1Fkd8wIf7UgbMEqjHXwmvUVC6UI0\" />\n    <meta name=\"p:domain_verify\" content=\"120ae575bac7b752400d1951196028df\" />\n    \n        <link rel=\"preconnect\" href=\"https://nurx-www.imgix.net\">\n    <link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d"
          },
          {
            "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": "\n<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover\">\n    <meta charset=\"UTF-8\" />\n\n        <meta name=\"google-site-verification\" content=\"7jIW7yKdK6pIHgq1Fkd8wIf7UgbMEqjHXwmvUVC6UI0\" />\n    <meta name=\"p:domain_verify\" content=\"120ae575bac7b752400d1951196028df\" />\n    \n        <link rel=\"preconnect\" href=\"https://nurx-www.imgix.net\">\n    <link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d"
          },
          {
            "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": "\n<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover\">\n    <meta charset=\"UTF-8\" />\n\n        <meta name=\"google-site-verification\" content=\"7jIW7yKdK6pIHgq1Fkd8wIf7UgbMEqjHXwmvUVC6UI0\" />\n    <meta name=\"p:domain_verify\" content=\"120ae575bac7b752400d1951196028df\" />\n    \n        <link rel=\"preconnect\" href=\"https://nurx-www.imgix.net\">\n    <link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover\">\n    <meta charset=\"UTF-8\" />\n\n        <meta name=\"google-site-verification\" content=\"7jIW7yKdK6pIHgq1Fkd8wIf7UgbMEqjHXwmvUVC6UI0\" />\n    <meta name=\"p:domain_verify\" content=\"120ae575bac7b752400d1951196028df\" />\n    \n        <link rel=\"preconnect\" href=\"https://nurx-www.imgix.net\">\n    <link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

50 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <nav> landmark; skipped heading levels; 1 buttons missing accessible names; 0/2 applicable form inputs have autocomplete attributes (2 missing).

Details

02

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": true,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [
      "<button class=\"bot__search-button\" type=\"submit\"> <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"black\" viewBox=\"0 0 512.005 512.005\"><path d=\"M505.749 475.587l-145.6-145.6c28.203-34.837 45.184-79.104 45.184-127.317C405.333 90.926 314.41.003 202.666.003S0 90.925 0 202.669s90.923 202.667 202.667 202.667c48.213 0 92.48-16.981 127.317-45.184l145.6 145.6c4.16 4.16 9.621 6.251 15.083 6.251s10.923-2.091 15.083-6.251c8.341-8.341 8.341-21.824-.001-30.165zM202.667 362.669c-88.235 0-160-71.765-160-160s71.7"
    ],
    "missingAutocompleteInputs": [
      "<input type=\"text\" name=\"email\" size=\"22\" onfocus=\"if(this.value===this.defaultValue){this.value=&apos;&apos;;}\" onblur=\"if(this.value===&apos;&apos;){this.value=this.defaultValue;}\" value=\"Email Address\" aria-label=\"Enter your email\">",
      "<input id=\"search_input\" class=\"bot__search\" type=\"text\" name=\"s\" value placeholder=\"Type here\">"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: We’re here for your health",
      "h3: Find birth control",
      "h3: Reach your weight goals",
      "h3: Reduce fine lines",
      "h3: Embrace mental health",
      "h2: How Nurx works",
      "h3: Request treatment",
      "h3: Connect with a provider",
      "h3: Get it delivered",
      "h2: Specialty care, delivered",
      "h3: Reach your weight goals",
      "h3: Treat fine lines and wrinkles",
      "h3: Clearer skin ahead",
      "h3: Fade dark spots",
      "h3: Boost your lashes",
      "h3: Find your balance",
      "h3: You’re in control",
      "h3: There when you need it",
      "h3: Herpes care made easy",
      "h3: Hair and scalp care",
      "h5: Expert care, uniquely yours",
      "h2: Meet our medical team",
      "h2: What our patients are saying",
      "h3: The online service is so handy & easy",
      "h4: Kristin",
      "h3: great company",
      "h4: Brittany",
      "h3: I love dealing with Nurx",
      "h4: Jenna",
      "h3: 5 stars, verified user 3+ years",
      "h4: Quee",
      "h3: Very convenient and considerate",
      "h4: Bing",
      "h3: Nurx has been the most incredible company",
      "h4: Devon",
      "h3: Easy to receive medication",
      "h4: Rio",
      "h3: Super convenient and the customer…",
      "h4: Joy",
      "h3: User friendly website",
      "h4: Amanda",
      "h3: Nurx is a game changer!",
      "h4: Emily",
      "h3: So great and nothing harmful to my…",
      "h4: Le",
      "h3: I like the transparency of this…",
      "h4: Mandey",
      "h3: Super easy and attainable.",
      "h4: Martha",
      "h3: Convenient Service",
      "h4: Stephanie",
      "h3: Ease of use across the entire platform",
      "h4: Alyssa",
      "h2: We’re there every step of the way",
      "h2: Common Questions",
      "h3: What types of treatments does Nurx offer?",
      "h3: Does Nurx accept insurance?",
      "h3: How long does it take for birth control pills to work?",
      "h3: What medications do Nurx providers prescribe for anxiety and depression?",
      "h3: What type of anti-aging treatment do Nurx providers prescribe?",
      "h3: What types of acne treatments do Nurx providers prescribe?",
      "h3: Are Nurx’s services available in languages other than English?",
      "h2: Exceptional care at every step",
      "h4: Stay in the loop with Nurx.",
      "h3: Sign up for emails to know the latest on Nurx offerings, hand-picked women’s health news, and more.",
      "h3: QUESTIONS",
      "h4: Top Results"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 67,
    "links": 96,
    "inaccessibleLinks": 0,
    "buttons": 13,
    "inaccessibleButtons": 1,
    "images": 42,
    "imagesWithAlt": 42,
    "autocompleteInputs": 2,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 2
  }
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

AI bot rules in robots.txt is missing or incomplete.

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.

02

Why it matters

Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.

Result

AI bot rules in robots.txt is missing or incomplete.

Evidence
{
  "expectedBots": [
    "GPTBot",
    "ChatGPT-User",
    "ClaudeBot",
    "Claude-Web",
    "Anthropic-AI",
    "Google-Extended",
    "PerplexityBot",
    "CCBot",
    "Applebot-Extended",
    "Meta-ExternalAgent",
    "Bytespider",
    "Amazonbot",
    "Cohere-AI"
  ],
  "configuredBots": []
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

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
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

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",
    "WebPage",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

No high-value schema types (e.g. Article, Product, Service) were found.

02

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",
    "WebPage",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

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

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

    Link headers did not expose any same-origin targets to validate.

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "https://www.nurx.com/wp-json/",
            "rel": "https://api.w.org/",
            "type": "application/json"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

Web Bot Auth request signing failed at "Fetch to find resource".

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

Web Bot Auth request signing was not found at the expected path.

02

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

  1. 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": 168020
          }
        ]
      },
      "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

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

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

  1. 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": 167981
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167984
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167945
          }
        ]
      },
      "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

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

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

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167909
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5527
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5584
          }
        ]
      },
      "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

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

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

  1. 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": 167954
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167918
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167909
          }
        ]
      },
      "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

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

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

  1. 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": 167966
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167978
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167930
          }
        ]
      },
      "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

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

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

  1. 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": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5593
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5554
          }
        ]
      },
      "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

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

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

  1. 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": 167951
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167915
          }
        ]
      },
      "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

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

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

  1. 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": 167954
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167918
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

20 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Constrain script, style, frame, and resource loading with a Content-Security-Policy header.

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": null
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

20 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": null,
  "validXFrame": false,
  "contentSecurityPolicy": null,
  "cspFrameAncestors": false
}

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

20 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Require HTTPS for repeat visits with Strict-Transport-Security.

Result

HSTS header is missing or incomplete.

Evidence
{
  "header": "strict-transport-security",
  "value": null
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

20 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

Evidence
{
  "header": "referrer-policy",
  "value": null
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

X-Content-Type-Options is missing or incomplete.

20 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

X-Content-Type-Options is missing or incomplete.

02

Why it matters

X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

X-Content-Type-Options is missing or incomplete.

Evidence
{
  "header": "x-content-type-options",
  "value": null
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

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

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

    Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.

  3. Check DNSSEC material

    DNSSEC material was not visible for the hostname or parent zone from this resolver.

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "www.nurx.com",
        "probes": [
          {
            "name": "_index._agents.www.nurx.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.nurx.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "www.nurx.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "nurx.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

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

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

  1. Detect data-mcp-tool annotations

    No data-mcp-tool attributes were found on interactive elements.

  2. Detect WebMCP declarative tags

    No elements found with tool-name or tool-description attributes.

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="email"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="s"> is missing a label.
    • <input name="s"> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

    navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.

  5. Detect WebMCP browser navigator injection

    navigator.modelContext was not detected in the rendered browser page.

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

Evidence
{
  "failedStep": "declarative-annotation-quality",
  "steps": [
    {
      "id": "data-mcp-tool-attributes",
      "title": "Detect data-mcp-tool annotations",
      "status": "informational",
      "evidence": {
        "dataMcpToolCount": 0,
        "dataMcpTools": []
      },
      "issue": "No data-mcp-tool attributes were found on interactive elements.",
      "howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
    },
    {
      "id": "declarative-tags",
      "title": "Detect WebMCP declarative tags",
      "status": "informational",
      "evidence": {
        "totalForms": 2,
        "formsWithTags": 0,
        "totalInteractive": 112,
        "interactiveWithTags": 0,
        "totalCount": 114,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"s\"> is missing a label.",
          "<input name=\"s\"> is missing tool-param-description."
        ]
      },
      "issue": "No elements found with tool-name or tool-description attributes.",
      "howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
    },
    {
      "id": "declarative-annotation-quality",
      "title": "Validate WebMCP declarative annotation quality",
      "status": "warning",
      "evidence": {
        "issueCount": 6,
        "issues": [
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"s\"> is missing a label.",
          "<input name=\"s\"> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"s\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"s\"> is missing tool-param-description."
            }
          ]
        }
      ],
      "howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
    },
    {
      "id": "imperative-api",
      "title": "Detect WebMCP imperative API usage",
      "status": "informational",
      "evidence": {
        "staticSignals": {
          "detected": false,
          "matched": []
        },
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
      "howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
    },
    {
      "id": "browser-navigator-injection",
      "title": "Detect WebMCP browser navigator injection",
      "status": "informational",
      "evidence": {
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext was not detected in the rendered browser page.",
      "howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
    },
    {
      "id": "surface-coverage",
      "title": "Interactive surface coverage",
      "status": "informational",
      "evidence": {
        "totalForms": 2,
        "formsWithTags": 0,
        "totalInteractive": 112,
        "interactiveWithTags": 0,
        "totalCount": 114,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"s\"> is missing a label.",
          "<input name=\"s\"> is missing tool-param-description."
        ]
      },
      "issue": "Only 0% of interactive surfaces are annotated.",
      "howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
    }
  ],
  "staticSignals": {
    "detected": false,
    "matched": []
  },
  "coverage": {
    "totalForms": 2,
    "formsWithTags": 0,
    "totalInteractive": 112,
    "interactiveWithTags": 0,
    "totalCount": 114,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"email\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"s\"> is missing a label.",
      "<input name=\"s\"> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 60/100 and needs improvement.

6 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Source and trust signals scored 60/100 and needs improvement.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2024-12-17T14:35:18+00:00",
    "2026-04-01T15:34:57+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "#",
      "text": "About Nurx",
      "html": "<a class=\" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children\" href=\"#\" aria-label=\"Menu Item About Nurx\">About Nurx</a>"
    },
    {
      "href": "https://thirtymadison.com/",
      "text": "Nurx is a Thirty Madison company",
      "html": "<a aria-label=\"Nurx is a Thirty Madison company\" href=\"https://thirtymadison.com/\">Nurx is a Thirty Madison company</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.nurx.com/faq/",
      "text": "Help & FAQs",
      "html": "<a class=\" menu-item menu-item-type-custom menu-item-object-custom\" href=\"https://www.nurx.com/faq/\" aria-label=\"Menu Item Help &amp; FAQs\">Help &amp; FAQs</a>"
    },
    {
      "href": "https://www.nurx.com/contact/",
      "text": "Contact",
      "html": "<a class=\" menu-item menu-item-type-custom menu-item-object-custom\" href=\"https://www.nurx.com/contact/\" aria-label=\"Menu Item Contact\">Contact</a>"
    },
    {
      "href": "https://www.nurx.com/faq/",
      "text": "HELP & FAQs",
      "html": "<a class=\" menu-item menu-item-type-custom menu-item-object-custom\" href=\"https://www.nurx.com/faq/\" aria-label=\"Menu Item HELP &amp; FAQs\">HELP &amp; FAQs</a>"
    },
    {
      "href": "https://www.nurx.com/acne-treatment/",
      "text": "Get in contact",
      "html": "<a href=\"https://www.nurx.com/acne-treatment/\" aria-label=\"Get in contact acne treatment\">Get in contact</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://patient.thirtymadison.com/dashboard/legals/terms-and-conditions",
      "text": "terms and conditions",
      "html": "<a href=\"https://patient.thirtymadison.com/dashboard/legals/terms-and-conditions\" target=\"_blank\" aria-label=\"terms and conditions (opens in a new window)\" rel=\"noopener\">terms and conditions</a>"
    },
    {
      "href": "https://patient.thirtymadison.com/dashboard/legals/terms-and-conditions",
      "text": "Terms of Use",
      "html": "<a target=\"_blank\" aria-label=\"Terms of Use (opens in a new window)\" href=\"https://patient.thirtymadison.com/dashboard/legals/terms-and-conditions\">Terms of Use</a>"
    },
    {
      "href": "https://patient.thirtymadison.com/dashboard/legals/privacy",
      "text": "Privacy Policy",
      "html": "<a target=\"_blank\" aria-label=\"Privacy Policy (opens in a new window)\" href=\"https://patient.thirtymadison.com/dashboard/legals/privacy\">Privacy Policy</a>"
    },
    {
      "href": "https://with.nurx.com/legals/kmg-notice-of-privacy-practices",
      "text": "Notice of Privacy Practices",
      "html": "<a target=\"_blank\" aria-label=\"Notice of Privacy Practices (opens in a new window)\" href=\"https://with.nurx.com/legals/kmg-notice-of-privacy-practices\">Notice of Privacy Practices</a>"
    },
    {
      "href": "#",
      "text": "Your Privacy Choices",
      "html": "<a href=\"#\" class=\"text-underline\" role=\"button\" onclick=\"window.Osano.cm.showDrawer(&apos;osano-cm-dom-info-dialog-open&apos;)\" aria-label=\"Your Privacy Choices\">Your Privacy Choices</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

AEO: Answer-first sections scored 65/100 and needs improvement.

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

35 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

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": 48,
  "passing": 13,
  "failing": [
    {
      "heading": "Find birth control",
      "headingHtml": "<h3 class=\"card-title\">Find birth control</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"learn-more\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 8\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.97416 0.785965L9.86687 3.67867C10.0444 3.85619 10.0444 4.14399 9.86687 4.3215L6.97416 7.21421C6.79665 7.39172 6.50884 7.39172 6.33133 7.21421C6.15382 7.0367 6.15382 6.7489 6.33133 6.57138L8.44808 4.45463H0.454545C0.203507 4.45463 0 4.25113 0 4.00009C0 3.74905 0.203507 3.54554 0.454545 3.54554H8.44808L6.33133 1.42879C6.15382 1.25128 6.15382 0.963476...",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reach your weight goals",
      "headingHtml": "<h3 class=\"card-title\">Reach your weight goals</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"learn-more\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 8\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.97416 0.785965L9.86687 3.67867C10.0444 3.85619 10.0444 4.14399 9.86687 4.3215L6.97416 7.21421C6.79665 7.39172 6.50884 7.39172 6.33133 7.21421C6.15382 7.0367 6.15382 6.7489 6.33133 6.57138L8.44808 4.45463H0.454545C0.203507 4.45463 0 4.25113 0 4.00009C0 3.74905 0.203507 3.54554 0.454545 3.54554H8.44808L6.33133 1.42879C6.15382 1.25128 6.15382 0.963476...",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reduce fine lines",
      "headingHtml": "<h3 class=\"card-title\">Reduce fine lines</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"learn-more\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 8\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.97416 0.785965L9.86687 3.67867C10.0444 3.85619 10.0444 4.14399 9.86687 4.3215L6.97416 7.21421C6.79665 7.39172 6.50884 7.39172 6.33133 7.21421C6.15382 7.0367 6.15382 6.7489 6.33133 6.57138L8.44808 4.45463H0.454545C0.203507 4.45463 0 4.25113 0 4.00009C0 3.74905 0.203507 3.54554 0.454545 3.54554H8.44808L6.33133 1.42879C6.15382 1.25128 6.15382 0.963476...",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Embrace mental health",
      "headingHtml": "<h3 class=\"card-title\">Embrace mental health</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"learn-more\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 8\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.97416 0.785965L9.86687 3.67867C10.0444 3.85619 10.0444 4.14399 9.86687 4.3215L6.97416 7.21421C6.79665 7.39172 6.50884 7.39172 6.33133 7.21421C6.15382 7.0367 6.15382 6.7489 6.33133 6.57138L8.44808 4.45463H0.454545C0.203507 4.45463 0 4.25113 0 4.00009C0 3.74905 0.203507 3.54554 0.454545 3.54554H8.44808L6.33133 1.42879C6.15382 1.25128 6.15382 0.963476...",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Nurx works",
      "headingHtml": "<h2 class=\"title\">How Nurx works</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Request treatment",
      "headingHtml": "<h3>Request treatment</h3>",
      "firstParagraph": "Complete our online medical consultation, which asks questions about your health history and goals.",
      "paragraphHtml": "<p class=\"text\">Complete our online medical consultation, which asks questions about your health history and goals.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect with a provider",
      "headingHtml": "<h3>Connect with a provider</h3>",
      "firstParagraph": "After evaluating your consultation, a provider licensed in your state will prescribe treatment (if clinically appropriate).",
      "paragraphHtml": "<p class=\"text\">After evaluating your consultation, a provider licensed in your state will prescribe treatment (if clinically appropriate).</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get it delivered",
      "headingHtml": "<h3>Get it delivered</h3>",
      "firstParagraph": "We’ll send your prescription straight to your doorstep and check in with you to see how it’s working. Pause or cancel anytime.",
      "paragraphHtml": "<p class=\"text\">We&#x2019;ll send your prescription straight to your doorstep and check in with you to see how it&#x2019;s working. Pause or cancel anytime.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Specialty care, delivered",
      "headingHtml": "<h2 class=\"title\">Specialty care, delivered</h2>",
      "firstParagraph": "Get the care you need, on your schedule. We offer hundreds of treatment options to address a broad range of sexual, reproductive, skincare, weight management, and mental health concerns, plus more.",
      "paragraphHtml": "<p class=\"text\">Get the care you need, on your schedule. We offer hundreds of treatment options to address a broad range of sexual, reproductive, skincare, weight management, and mental health concerns, plus more.</p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reach your weight goals",
      "headingHtml": "<h3 class=\"title\">Reach your weight goals</h3>",
      "firstParagraph": "Injectable and oral treatment options, plus personalized guidance and support every step of the way.",
      "paragraphHtml": "<p class=\"text\">Injectable and oral treatment options, plus personalized guidance and support every step of the way.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Treat fine lines and wrinkles",
      "headingHtml": "<h3 class=\"title\">Treat fine lines and wrinkles</h3>",
      "firstParagraph": "Prescription and over-the-counter treatments to rejuvenate skin and boost your glow.",
      "paragraphHtml": "<p class=\"text\">Prescription and over-the-counter treatments to rejuvenate skin and boost your glow.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Clearer skin ahead",
      "headingHtml": "<h3 class=\"title\">Clearer skin ahead</h3>",
      "firstParagraph": "Effective acne solutions that target breakouts at the root, available with or without insurance.",
      "paragraphHtml": "<p class=\"text\">Effective acne solutions that target breakouts at the root, available with or without insurance.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fade dark spots",
      "headingHtml": "<h3 class=\"title\">Fade dark spots</h3>",
      "firstParagraph": "Start to fade skin discoloration and promote a more even skin tone with science.",
      "paragraphHtml": "<p class=\"text\">Start to fade skin discoloration and promote a more even skin tone with science.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find your balance",
      "headingHtml": "<h3 class=\"title\">Find your balance</h3>",
      "firstParagraph": "Evidence-based treatment for anxiety and depression, plus tailored plans for seasonal affective disorder, postpartum depression, and obsessive-compulsive disorder.",
      "paragraphHtml": "<p class=\"text\">Evidence-based treatment for anxiety and depression, plus tailored plans for seasonal affective disorder, postpartum depression, and obsessive-compulsive disorder.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "You’re in control",
      "headingHtml": "<h3 class=\"title\">You&#x2019;re in control</h3>",
      "firstParagraph": "The pill, the patch, the ring, and more. With over 50+ types of birth control and all the support you need to find the right one for you, Nurx makes contraceptive care easy and affordable with or without insurance.",
      "paragraphHtml": "<p class=\"text\">The pill, the patch, the ring, and more. With over 50+ types of birth control and all the support you need to find the right one for you, Nurx makes contraceptive care easy and affordable with or without insurance.</p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "There when you need it",
      "headingHtml": "<h3 class=\"title\">There when you need it</h3>",
      "firstParagraph": "Get emergency contraception when you need it, or before you need it (so you’re always prepared).",
      "paragraphHtml": "<p class=\"text\">Get emergency contraception when you need it, or before you need it (so you&#x2019;re always prepared).</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Herpes care made easy",
      "headingHtml": "<h3 class=\"title\">Herpes care made easy</h3>",
      "firstParagraph": "Prevent and treat genital and oral herpes (cold sores) from the comfort of home.",
      "paragraphHtml": "<p class=\"text\">Prevent and treat genital and oral herpes (cold sores) from the comfort of home.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hair and scalp care",
      "headingHtml": "<h3 class=\"title\">Hair and scalp care</h3>",
      "firstParagraph": "Our experts can guide you on the journey to reduced hair loss and healthier hair.",
      "paragraphHtml": "<p class=\"text\">Our experts can guide you on the journey to reduced hair loss and healthier hair.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "What our patients are saying",
      "headingHtml": "<h2 class=\"title\">What our patients are saying</h2>",
      "firstParagraph": "Over 2 million people have entrusted us with their care. Here’s what real patients have to say about taking care of their health with Nurx.",
      "paragraphHtml": "<p class=\"text\">Over 2 million people have entrusted us with their care. Here&#x2019;s what real patients have to say about taking care of their health with Nurx.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "great company",
      "headingHtml": "<h3 class=\"review-title\">great company</h3>",
      "firstParagraph": "Great customer service and speedy delivery!",
      "paragraphHtml": "<p class=\"text\">Great customer service and speedy delivery!</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Very convenient and considerate",
      "headingHtml": "<h3 class=\"review-title\">Very convenient and considerate</h3>",
      "firstParagraph": "Very convenient and considerate, thank you.",
      "paragraphHtml": "<p class=\"text\">Very convenient and considerate, thank you.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Easy to receive medication",
      "headingHtml": "<h3 class=\"review-title\">Easy to receive medication</h3>",
      "firstParagraph": "Easy to receive medication, slightly difficult to renew",
      "paragraphHtml": "<p class=\"text\">Easy to receive medication, slightly difficult to renew</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Super convenient and the customer…",
      "headingHtml": "<h3 class=\"review-title\">Super convenient and the customer&#x2026;</h3>",
      "firstParagraph": "Super convenient and the customer service is great!",
      "paragraphHtml": "<p class=\"text\">Super convenient and the customer service is great!</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "User friendly website",
      "headingHtml": "<h3 class=\"review-title\">User friendly website</h3>",
      "firstParagraph": "User friendly website. Medications were delivered quickly and packaged with care. Convenient automatic refills.",
      "paragraphHtml": "<p class=\"text\">User friendly website. Medications were delivered quickly and packaged with care. Convenient automatic refills.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "So great and nothing harmful to my…",
      "headingHtml": "<h3 class=\"review-title\">So great and nothing harmful to my&#x2026;</h3>",
      "firstParagraph": "So great and nothing harmful to my health, i will keep going with nurx",
      "paragraphHtml": "<p class=\"text\">So great and nothing harmful to my health, i will keep going with nurx</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "I like the transparency of this…",
      "headingHtml": "<h3 class=\"review-title\">I like the transparency of this&#x2026;</h3>",
      "firstParagraph": "I like the transparency of this company's approach, they make it easy to get the help you need for the concerns that you experience.",
      "paragraphHtml": "<p class=\"text\">I like the transparency of this company&apos;s approach, they make it easy to get the help you need for the concerns that you experience.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Super easy and attainable.",
      "headingHtml": "<h3 class=\"review-title\">Super easy and attainable.</h3>",
      "firstParagraph": "Super easy and attainable.",
      "paragraphHtml": "<p class=\"text\">Super easy and attainable.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ease of use across the entire platform",
      "headingHtml": "<h3 class=\"review-title\">Ease of use across the entire platform</h3>",
      "firstParagraph": "Ease of use across the entire platform, communication is timely and extremely helpful!",
      "paragraphHtml": "<p class=\"text\">Ease of use across the entire platform, communication is timely and extremely helpful!</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "We’re there every step of the way",
      "headingHtml": "<h2 class=\"title\">We&#x2019;re there every step of the way</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Common Questions",
      "headingHtml": "<h2 class=\"title\">Common Questions</h2>",
      "firstParagraph": "Check out our FAQs for medically-reviewed information about the conditions we treat, medications we offer, insurance, and more.",
      "paragraphHtml": "<p class=\"text\">Check out our FAQs for medically-reviewed information about the conditions we treat, medications we offer, insurance, and more.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Does Nurx accept insurance?",
      "headingHtml": "<h3>Does Nurx accept insurance?</h3>",
      "firstParagraph": "Yes, we accept most forms of private health insurance for medications, including: Aetna Anthem Blue Cross Blue Shield Cigna CVS Caremark Express Scripts OptumRx United Health Care You can read more about the insurance we accept here. Please note that we do not accept insurance for medications prescribed for anti-agi...",
      "paragraphHtml": "<p class=\"text\">Yes, we accept most forms of private health insurance for medications, including:<br> Aetna&#x2028;Anthem<br> Blue Cross Blue Shield<br> Cigna<br> CVS Caremark<br> Express Scripts<br> OptumRx<br> United Health Care<br> <br> You can read more about the insurance we accept <a href=\"https://www.nurx.com/faq/does-nurx-accept-health-insurance-for-medication/\" aria-label=\"here does nurx accept health insurance for medication\">here</a>.<br><br> Please note that we do not accept insur...",
      "words": 99,
      "direct": false,
      "issue": "First paragraph is 99 words and does not look like a concise direct answer."
    },
    {
      "heading": "How long does it take for birth control pills to work?",
      "headingHtml": "<h3>How long does it take for birth control pills to work?</h3>",
      "firstParagraph": "The length of time it will take for your birth control pills to prevent pregnancy can range from immediately to seven days, depending on the type of contraceptive. After the initial waiting period, birth control pills can be 99% effective at preventing pregnancy when taken exactly as directed and 93% effective with...",
      "paragraphHtml": "<p class=\"text\">The length of time it will take for your&#xa0;<a href=\"https://www.nurx.com/birthcontrol/\" aria-label=\"birth control birthcontrol\">birth control</a>&#xa0;pills to prevent pregnancy can range from immediately to seven days, depending on the type of contraceptive. After the initial waiting period, birth control pills can be 99% effective at preventing pregnancy when taken exactly as directed and 93% effective with typical use.</p>",
      "words": 54,
      "direct": false,
      "issue": "First paragraph is 54 words and does not look like a concise direct answer."
    },
    {
      "heading": "What type of anti-aging treatment do Nurx providers prescribe?",
      "headingHtml": "<h3>What type of anti-aging treatment do Nurx providers prescribe?</h3>",
      "firstParagraph": "Nurx providers can prescribe a range of dermatologist-trusted skincare treatments to reduce fine lines and wrinkles. After reviewing your health history and the photos you shared, a Nurx medical provider will prescribe the best treatment for your skin. If you have used one of a retinoid cream in the past and would l...",
      "paragraphHtml": "<p class=\"text\">Nurx providers can prescribe a range of dermatologist-trusted skincare treatments to reduce fine lines and wrinkles. After reviewing your health history and the photos you shared, a Nurx medical provider will prescribe the best treatment for your skin. If you have used one of a retinoid cream in the past and would like to use it again, please share that information when you make complete your consultation.</p>",
      "words": 67,
      "direct": false,
      "issue": "First paragraph is 67 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sign up for emails to know the latest on Nurx offerings, hand-picked women’s health news, and more.",
      "headingHtml": "<h3>Sign up for emails to know the latest on Nurx offerings, hand-picked women&#x2019;s health news, and more.</h3>",
      "firstParagraph": "By signing up, I agree to the terms and conditions and to receive emails.",
      "paragraphHtml": "<p>By signing up, I agree to the <a href=\"https://patient.thirtymadison.com/dashboard/legals/terms-and-conditions\" target=\"_blank\" aria-label=\"terms and conditions (opens in a new window)\" rel=\"noopener\">terms and conditions</a> and to receive emails.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "QUESTIONS",
      "headingHtml": "<h3 class=\"bot__title\">QUESTIONS</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 60/100 and needs improvement.

4 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer evidence and trust scored 60/100 and needs improvement.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2024-12-17T14:35:18+00:00",
    "2026-04-01T15:34:57+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "#",
      "text": "About Nurx",
      "html": "<a class=\" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children\" href=\"#\" aria-label=\"Menu Item About Nurx\">About Nurx</a>"
    },
    {
      "href": "https://thirtymadison.com/",
      "text": "Nurx is a Thirty Madison company",
      "html": "<a aria-label=\"Nurx is a Thirty Madison company\" href=\"https://thirtymadison.com/\">Nurx is a Thirty Madison company</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.nurx.com/faq/",
      "text": "Help & FAQs",
      "html": "<a class=\" menu-item menu-item-type-custom menu-item-object-custom\" href=\"https://www.nurx.com/faq/\" aria-label=\"Menu Item Help &amp; FAQs\">Help &amp; FAQs</a>"
    },
    {
      "href": "https://www.nurx.com/contact/",
      "text": "Contact",
      "html": "<a class=\" menu-item menu-item-type-custom menu-item-object-custom\" href=\"https://www.nurx.com/contact/\" aria-label=\"Menu Item Contact\">Contact</a>"
    },
    {
      "href": "https://www.nurx.com/faq/",
      "text": "HELP & FAQs",
      "html": "<a class=\" menu-item menu-item-type-custom menu-item-object-custom\" href=\"https://www.nurx.com/faq/\" aria-label=\"Menu Item HELP &amp; FAQs\">HELP &amp; FAQs</a>"
    },
    {
      "href": "https://www.nurx.com/acne-treatment/",
      "text": "Get in contact",
      "html": "<a href=\"https://www.nurx.com/acne-treatment/\" aria-label=\"Get in contact acne treatment\">Get in contact</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://patient.thirtymadison.com/dashboard/legals/terms-and-conditions",
      "text": "terms and conditions",
      "html": "<a href=\"https://patient.thirtymadison.com/dashboard/legals/terms-and-conditions\" target=\"_blank\" aria-label=\"terms and conditions (opens in a new window)\" rel=\"noopener\">terms and conditions</a>"
    },
    {
      "href": "https://patient.thirtymadison.com/dashboard/legals/terms-and-conditions",
      "text": "Terms of Use",
      "html": "<a target=\"_blank\" aria-label=\"Terms of Use (opens in a new window)\" href=\"https://patient.thirtymadison.com/dashboard/legals/terms-and-conditions\">Terms of Use</a>"
    },
    {
      "href": "https://patient.thirtymadison.com/dashboard/legals/privacy",
      "text": "Privacy Policy",
      "html": "<a target=\"_blank\" aria-label=\"Privacy Policy (opens in a new window)\" href=\"https://patient.thirtymadison.com/dashboard/legals/privacy\">Privacy Policy</a>"
    },
    {
      "href": "https://with.nurx.com/legals/kmg-notice-of-privacy-practices",
      "text": "Notice of Privacy Practices",
      "html": "<a target=\"_blank\" aria-label=\"Notice of Privacy Practices (opens in a new window)\" href=\"https://with.nurx.com/legals/kmg-notice-of-privacy-practices\">Notice of Privacy Practices</a>"
    },
    {
      "href": "#",
      "text": "Your Privacy Choices",
      "html": "<a href=\"#\" class=\"text-underline\" role=\"button\" onclick=\"window.Osano.cm.showDrawer(&apos;osano-cm-dom-info-dialog-open&apos;)\" aria-label=\"Your Privacy Choices\">Your Privacy Choices</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

GEO: Entity clarity scored 81/100 and needs improvement.

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: medications, support, women, nurx, here.

Details

02

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

81/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 81/100 and needs improvement.

Evidence
{
  "title": "Get Medications & Support Online for Women's Health - Nurxâ„¢",
  "h1": "We’re here for your health",
  "description": "Get birth control, acne treatment, mental health, weight loss medication and more—100% online. Free with insurance, or at affordable out-of-pocket prices.",
  "topicOverlap": 0.375,
  "topicTerms": [
    "get",
    "medications",
    "support",
    "online",
    "women",
    "health",
    "nurx",
    "here"
  ],
  "descriptionTerms": [
    "get",
    "birth",
    "control",
    "acne",
    "treatment",
    "mental",
    "health",
    "weight",
    "loss",
    "medication",
    "more",
    "100",
    "online",
    "free",
    "insurance",
    "affordable",
    "out",
    "pocket",
    "prices"
  ],
  "missingFromDescription": [
    "medications",
    "support",
    "women",
    "nurx",
    "here"
  ],
  "score": 81,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

GEO: Explanatory content depth scored 75/100 and needs improvement.

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

13 explanatory paragraph(s) could be stronger for citation or AI extraction.

Details

02

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": 13,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 42,
      "heading": "H3: I love dealing with Nurx",
      "text": "I love dealing with Nurx! They're receptive, attentive, and extremely helpful. Any questions or concerns I may have, they're quick to answer. The convenience of getting this medication through telehealth is immeasurable. Thank you all for all that you do!",
      "words": 40,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text\">I love dealing with Nurx! They&apos;re receptive, attentive, and extremely helpful. Any questions or concerns I may have, they&apos;re quick to answer. The convenience of getting this medication through telehealth is immeasurable. Thank you all for all that you do!</p>"
    },
    {
      "index": 44,
      "heading": "H3: 5 stars, verified user 3+ years",
      "text": "I have used Nurx for years. I use it for contraceptive care and have always had pleasant experiences. I have had medications I did not like and was easily able to try new ones and was fully informed on medication instruction, educated on how the medication works, and educated on side effects. This is a wonderful app/service I have used for years.",
      "words": 63,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (63 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text\">I have used Nurx for years. I use it for contraceptive care and have always had pleasant experiences. I have had medications I did not like and was easily able to try new ones and was fully informed on medication instruction, educated on how the medication works, and educated on side effects. This is a wonderful app/service I have used for years.</p>"
    },
    {
      "index": 48,
      "heading": "H3: Nurx has been the most incredible company",
      "text": "Nurx has been the most incredible company and I have had 0 issues since starting. Their team is responsive and friendly and I get acne medication as well as brith control through them. My acne improved within weeks of starting their recommended plan and I’ve been using them since 2022. I tell everyone ab this company. Their shipping is fast and I’ve never had a delivery issue.",
      "words": 69,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (69 words; target 80-220)."
      ],
      "html": "<p class=\"text\">Nurx has been the most incredible company and I have had 0 issues since starting. Their team is responsive and friendly and I get acne medication as well as brith control through them. My acne improved within weeks of starting their recommended plan and I&#x2019;ve been using them since 2022. I tell everyone ab this company. Their shipping is fast and I&#x2019;ve never had a delivery issue.</p>"
    },
    {
      "index": 69,
      "heading": "H3: What types of treatments does Nurx offer?",
      "text": "Nurx providers can recommend and prescribe medically appropriate treatments for a wide range of common health concerns, thanks to our innovative and patient-centered approach to care. From birth control to prescription skincare, from mental health treatment to options for weight management, (and beyond!), we’re proud to offer expert specialty-level care for women across all life phases. There is no one-size-fits-a...",
      "words": 80,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text\">Nurx providers can recommend and prescribe medically appropriate treatments for a wide range of common health concerns, thanks to our innovative and patient-centered approach to care. From birth control to prescription skincare, from mental health treatment to options for weight management, (and beyond!), we&#x2019;re proud to offer expert specialty-level care for women across all life phases. There is no one-size-fits-all approach to treating health concerns, especially ones..."
    },
    {
      "index": 70,
      "heading": "H3: Does Nurx accept insurance?",
      "text": "Yes, we accept most forms of private health insurance for medications, including: Aetna Anthem Blue Cross Blue Shield Cigna CVS Caremark Express Scripts OptumRx United Health Care You can read more about the insurance we accept here. Please note that we do not accept insurance for medications prescribed for anti-aging (fine lines and wrinkles), melasma, eyelash growth, and women’s hair loss treatment, as insurance...",
      "words": 99,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text\">Yes, we accept most forms of private health insurance for medications, including:<br> Aetna&#x2028;Anthem<br> Blue Cross Blue Shield<br> Cigna<br> CVS Caremark<br> Express Scripts<br> OptumRx<br> United Health Care<br> <br> You can read more about the insurance we accept <a href=\"https://www.nurx.com/faq/does-nurx-accept-health-insurance-for-medication/\" aria-label=\"here does nurx accept health insurance for medication\">here</a>.<br><br> Please note that we do not accept insur..."
    },
    {
      "index": 71,
      "heading": "H3: How long does it take for birth control pills to work?",
      "text": "The length of time it will take for your birth control pills to prevent pregnancy can range from immediately to seven days, depending on the type of contraceptive. After the initial waiting period, birth control pills can be 99% effective at preventing pregnancy when taken exactly as directed and 93% effective with typical use.",
      "words": 54,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (54 words; target 80-220)."
      ],
      "html": "<p class=\"text\">The length of time it will take for your&#xa0;<a href=\"https://www.nurx.com/birthcontrol/\" aria-label=\"birth control birthcontrol\">birth control</a>&#xa0;pills to prevent pregnancy can range from immediately to seven days, depending on the type of contraceptive. After the initial waiting period, birth control pills can be 99% effective at preventing pregnancy when taken exactly as directed and 93% effective with typical use.</p>"
    },
    {
      "index": 72,
      "heading": "H3: What medications do Nurx providers prescribe for anxiety and depression?",
      "text": "Your Nurx medical provider will create a personalized treatment plan based on your symptoms and health history. Nurx providers can prescribe a comprehensive selection of mental health treatments including SSRIs, SNRIs, tricyclic antidepressants, bupropion (generic Wellbutrin), trazodone, and medications that may be used to treat panic attacks. Nurx providers prescribe these treatments according to evidence-based c...",
      "words": 79,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (79 words; target 80-220)."
      ],
      "html": "<p class=\"text\">Your Nurx medical provider will create a personalized treatment plan based on your symptoms and health history. Nurx providers can prescribe a comprehensive selection of mental health treatments including SSRIs, SNRIs, tricyclic antidepressants, bupropion (generic Wellbutrin),&#xa0;trazodone, and medications that may be used to treat panic attacks. Nurx providers prescribe these treatments according to evidence-based clinical guidelines and based on each patient&#x2019;s indiv..."
    },
    {
      "index": 73,
      "heading": "H3: What type of anti-aging treatment do Nurx providers prescribe?",
      "text": "Nurx providers can prescribe a range of dermatologist-trusted skincare treatments to reduce fine lines and wrinkles. After reviewing your health history and the photos you shared, a Nurx medical provider will prescribe the best treatment for your skin. If you have used one of a retinoid cream in the past and would like to use it again, please share that information when you make complete your consultation.",
      "words": 67,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (67 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text\">Nurx providers can prescribe a range of dermatologist-trusted skincare treatments to reduce fine lines and wrinkles. After reviewing your health history and the photos you shared, a Nurx medical provider will prescribe the best treatment for your skin. If you have used one of a retinoid cream in the past and would like to use it again, please share that information when you make complete your consultation.</p>"
    },
    {
      "index": 74,
      "heading": "H3: What types of acne treatments do Nurx providers prescribe?",
      "text": "Nurx providers can prescribe several different treatments to target and reduce acne. When you complete your consultation, a Nurx provider will review your medical history and the images of your skin you provide to determine what type of acne you have and the best way to treat it. From there, you can check in with your Nurx provider to update your treatment (to a different strength or formula, when medically approp...",
      "words": 96,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text\">Nurx providers can prescribe several different treatments to target and reduce acne. When you complete your consultation, a Nurx provider will review your medical history and the images of your skin you provide to determine what type of acne you have and the best way to treat it. From there, you can check in with your Nurx provider to update your treatment (to a different strength or formula, when medically appropriate) as your skin adjusts. <a href=\"https://www.nurx.com/acne-..."
    },
    {
      "index": 77,
      "heading": "H3: Are Nurx’s services available in languages other than English?",
      "text": "Individual results may vary. Services not offered in every state. Medications prescribed only if clinically appropriate, based on completion of the required consultation. Medication cost may vary based on prescribed treatment and applicable insurance coverage. Not all insurance plans are accepted. Please check your insurance coverage. Medication shipped and billed monthly or quarterly, depending on your subscripti...",
      "words": 80,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Individual results may vary. Services not offered in every state. Medications prescribed only if clinically appropriate, based on completion of the required consultation. Medication cost may vary based on prescribed treatment and applicable insurance coverage. Not all insurance plans are accepted. Please check your insurance coverage. Medication shipped and billed monthly or quarterly, depending on your subscription. Additional costs apply, including consultation, periodic support fee, and..."
    },
    {
      "index": 78,
      "heading": "H3: Are Nurx’s services available in languages other than English?",
      "text": "Services and treatments, not offered in every state, include medical treatment of overweight and obesity including lifestyle counseling (e.g., diet and exercise) and prescription medications, if clinically appropriate, based on completion of required consultation. Nurx requires regular check-ins to monitor your progress. Weight loss may be associated with other symptoms including but not limited to muscle loss, fa...",
      "words": 141,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Services and treatments, not offered in every state, include medical treatment of overweight and obesity including lifestyle counseling (e.g., diet and exercise) and prescription medications, if clinically appropriate, based on completion of required consultation. Nurx requires regular check-ins to monitor your progress. Weight loss may be associated with other symptoms including but not limited to muscle loss, fatigue, menstrual changes, gallstones, and mood changes. Extreme/rapid weight..."
    },
    {
      "index": 79,
      "heading": "H3: Are Nurx’s services available in languages other than English?",
      "text": "Please note: Nurx does not provide therapy or counseling. Nurx is not available for crisis response. If you are experiencing a mental health crisis, please contact 911 or go to your nearest emergency department. IF YOU ARE CONTEMPLATING SUICIDE, CONTACT 911 OR CALL/TEXT THE NATIONAL SUICIDE PREVENTION LINE AT 988.",
      "words": 51,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220)."
      ],
      "html": "<p>Please note: Nurx does not provide therapy or counseling. Nurx is not available for crisis response. If you are experiencing a mental health crisis, please contact 911 or go to your nearest emergency department. IF YOU ARE CONTEMPLATING SUICIDE, CONTACT 911 OR CALL/TEXT THE NATIONAL SUICIDE PREVENTION LINE AT 988.</p>"
    },
    {
      "index": 80,
      "heading": "H2: Exceptional care at every step",
      "text": "At Nurx, we make it easy to get the expert healthcare you deserve. From schedules to health history, everybody is different—so we provide treatment and care that’s personalized to you. Through life’s cycles, changes, and transitions, we’re here to help you make informed choices about your health.",
      "words": 51,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"sb--text-medium sb--mb-0 sb--font-weight-medium sb--body-1\"> At Nurx, we make it easy to get the expert healthcare you deserve. From schedules to health history, everybody is different&#x2014;so we provide treatment and care that&#x2019;s personalized to you. Through life&#x2019;s cycles, changes, and transitions, we&#x2019;re here to help you make informed choices about your health. </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

Needs attention

AIO: Answer block readiness

Warning
01

Issue

35 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

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": 48,
  "passing": 13,
  "failing": [
    {
      "heading": "Find birth control",
      "headingHtml": "<h3 class=\"card-title\">Find birth control</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"learn-more\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 8\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.97416 0.785965L9.86687 3.67867C10.0444 3.85619 10.0444 4.14399 9.86687 4.3215L6.97416 7.21421C6.79665 7.39172 6.50884 7.39172 6.33133 7.21421C6.15382 7.0367 6.15382 6.7489 6.33133 6.57138L8.44808 4.45463H0.454545C0.203507 4.45463 0 4.25113 0 4.00009C0 3.74905 0.203507 3.54554 0.454545 3.54554H8.44808L6.33133 1.42879C6.15382 1.25128 6.15382 0.963476...",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reach your weight goals",
      "headingHtml": "<h3 class=\"card-title\">Reach your weight goals</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"learn-more\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 8\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.97416 0.785965L9.86687 3.67867C10.0444 3.85619 10.0444 4.14399 9.86687 4.3215L6.97416 7.21421C6.79665 7.39172 6.50884 7.39172 6.33133 7.21421C6.15382 7.0367 6.15382 6.7489 6.33133 6.57138L8.44808 4.45463H0.454545C0.203507 4.45463 0 4.25113 0 4.00009C0 3.74905 0.203507 3.54554 0.454545 3.54554H8.44808L6.33133 1.42879C6.15382 1.25128 6.15382 0.963476...",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reduce fine lines",
      "headingHtml": "<h3 class=\"card-title\">Reduce fine lines</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"learn-more\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 8\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.97416 0.785965L9.86687 3.67867C10.0444 3.85619 10.0444 4.14399 9.86687 4.3215L6.97416 7.21421C6.79665 7.39172 6.50884 7.39172 6.33133 7.21421C6.15382 7.0367 6.15382 6.7489 6.33133 6.57138L8.44808 4.45463H0.454545C0.203507 4.45463 0 4.25113 0 4.00009C0 3.74905 0.203507 3.54554 0.454545 3.54554H8.44808L6.33133 1.42879C6.15382 1.25128 6.15382 0.963476...",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Embrace mental health",
      "headingHtml": "<h3 class=\"card-title\">Embrace mental health</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"learn-more\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 8\" fill=\"none\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.97416 0.785965L9.86687 3.67867C10.0444 3.85619 10.0444 4.14399 9.86687 4.3215L6.97416 7.21421C6.79665 7.39172 6.50884 7.39172 6.33133 7.21421C6.15382 7.0367 6.15382 6.7489 6.33133 6.57138L8.44808 4.45463H0.454545C0.203507 4.45463 0 4.25113 0 4.00009C0 3.74905 0.203507 3.54554 0.454545 3.54554H8.44808L6.33133 1.42879C6.15382 1.25128 6.15382 0.963476...",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Nurx works",
      "headingHtml": "<h2 class=\"title\">How Nurx works</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Request treatment",
      "headingHtml": "<h3>Request treatment</h3>",
      "firstParagraph": "Complete our online medical consultation, which asks questions about your health history and goals.",
      "paragraphHtml": "<p class=\"text\">Complete our online medical consultation, which asks questions about your health history and goals.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect with a provider",
      "headingHtml": "<h3>Connect with a provider</h3>",
      "firstParagraph": "After evaluating your consultation, a provider licensed in your state will prescribe treatment (if clinically appropriate).",
      "paragraphHtml": "<p class=\"text\">After evaluating your consultation, a provider licensed in your state will prescribe treatment (if clinically appropriate).</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get it delivered",
      "headingHtml": "<h3>Get it delivered</h3>",
      "firstParagraph": "We’ll send your prescription straight to your doorstep and check in with you to see how it’s working. Pause or cancel anytime.",
      "paragraphHtml": "<p class=\"text\">We&#x2019;ll send your prescription straight to your doorstep and check in with you to see how it&#x2019;s working. Pause or cancel anytime.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Specialty care, delivered",
      "headingHtml": "<h2 class=\"title\">Specialty care, delivered</h2>",
      "firstParagraph": "Get the care you need, on your schedule. We offer hundreds of treatment options to address a broad range of sexual, reproductive, skincare, weight management, and mental health concerns, plus more.",
      "paragraphHtml": "<p class=\"text\">Get the care you need, on your schedule. We offer hundreds of treatment options to address a broad range of sexual, reproductive, skincare, weight management, and mental health concerns, plus more.</p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reach your weight goals",
      "headingHtml": "<h3 class=\"title\">Reach your weight goals</h3>",
      "firstParagraph": "Injectable and oral treatment options, plus personalized guidance and support every step of the way.",
      "paragraphHtml": "<p class=\"text\">Injectable and oral treatment options, plus personalized guidance and support every step of the way.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Treat fine lines and wrinkles",
      "headingHtml": "<h3 class=\"title\">Treat fine lines and wrinkles</h3>",
      "firstParagraph": "Prescription and over-the-counter treatments to rejuvenate skin and boost your glow.",
      "paragraphHtml": "<p class=\"text\">Prescription and over-the-counter treatments to rejuvenate skin and boost your glow.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Clearer skin ahead",
      "headingHtml": "<h3 class=\"title\">Clearer skin ahead</h3>",
      "firstParagraph": "Effective acne solutions that target breakouts at the root, available with or without insurance.",
      "paragraphHtml": "<p class=\"text\">Effective acne solutions that target breakouts at the root, available with or without insurance.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fade dark spots",
      "headingHtml": "<h3 class=\"title\">Fade dark spots</h3>",
      "firstParagraph": "Start to fade skin discoloration and promote a more even skin tone with science.",
      "paragraphHtml": "<p class=\"text\">Start to fade skin discoloration and promote a more even skin tone with science.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find your balance",
      "headingHtml": "<h3 class=\"title\">Find your balance</h3>",
      "firstParagraph": "Evidence-based treatment for anxiety and depression, plus tailored plans for seasonal affective disorder, postpartum depression, and obsessive-compulsive disorder.",
      "paragraphHtml": "<p class=\"text\">Evidence-based treatment for anxiety and depression, plus tailored plans for seasonal affective disorder, postpartum depression, and obsessive-compulsive disorder.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "You’re in control",
      "headingHtml": "<h3 class=\"title\">You&#x2019;re in control</h3>",
      "firstParagraph": "The pill, the patch, the ring, and more. With over 50+ types of birth control and all the support you need to find the right one for you, Nurx makes contraceptive care easy and affordable with or without insurance.",
      "paragraphHtml": "<p class=\"text\">The pill, the patch, the ring, and more. With over 50+ types of birth control and all the support you need to find the right one for you, Nurx makes contraceptive care easy and affordable with or without insurance.</p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "There when you need it",
      "headingHtml": "<h3 class=\"title\">There when you need it</h3>",
      "firstParagraph": "Get emergency contraception when you need it, or before you need it (so you’re always prepared).",
      "paragraphHtml": "<p class=\"text\">Get emergency contraception when you need it, or before you need it (so you&#x2019;re always prepared).</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Herpes care made easy",
      "headingHtml": "<h3 class=\"title\">Herpes care made easy</h3>",
      "firstParagraph": "Prevent and treat genital and oral herpes (cold sores) from the comfort of home.",
      "paragraphHtml": "<p class=\"text\">Prevent and treat genital and oral herpes (cold sores) from the comfort of home.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hair and scalp care",
      "headingHtml": "<h3 class=\"title\">Hair and scalp care</h3>",
      "firstParagraph": "Our experts can guide you on the journey to reduced hair loss and healthier hair.",
      "paragraphHtml": "<p class=\"text\">Our experts can guide you on the journey to reduced hair loss and healthier hair.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "What our patients are saying",
      "headingHtml": "<h2 class=\"title\">What our patients are saying</h2>",
      "firstParagraph": "Over 2 million people have entrusted us with their care. Here’s what real patients have to say about taking care of their health with Nurx.",
      "paragraphHtml": "<p class=\"text\">Over 2 million people have entrusted us with their care. Here&#x2019;s what real patients have to say about taking care of their health with Nurx.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "great company",
      "headingHtml": "<h3 class=\"review-title\">great company</h3>",
      "firstParagraph": "Great customer service and speedy delivery!",
      "paragraphHtml": "<p class=\"text\">Great customer service and speedy delivery!</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Very convenient and considerate",
      "headingHtml": "<h3 class=\"review-title\">Very convenient and considerate</h3>",
      "firstParagraph": "Very convenient and considerate, thank you.",
      "paragraphHtml": "<p class=\"text\">Very convenient and considerate, thank you.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Easy to receive medication",
      "headingHtml": "<h3 class=\"review-title\">Easy to receive medication</h3>",
      "firstParagraph": "Easy to receive medication, slightly difficult to renew",
      "paragraphHtml": "<p class=\"text\">Easy to receive medication, slightly difficult to renew</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Super convenient and the customer…",
      "headingHtml": "<h3 class=\"review-title\">Super convenient and the customer&#x2026;</h3>",
      "firstParagraph": "Super convenient and the customer service is great!",
      "paragraphHtml": "<p class=\"text\">Super convenient and the customer service is great!</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "User friendly website",
      "headingHtml": "<h3 class=\"review-title\">User friendly website</h3>",
      "firstParagraph": "User friendly website. Medications were delivered quickly and packaged with care. Convenient automatic refills.",
      "paragraphHtml": "<p class=\"text\">User friendly website. Medications were delivered quickly and packaged with care. Convenient automatic refills.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "So great and nothing harmful to my…",
      "headingHtml": "<h3 class=\"review-title\">So great and nothing harmful to my&#x2026;</h3>",
      "firstParagraph": "So great and nothing harmful to my health, i will keep going with nurx",
      "paragraphHtml": "<p class=\"text\">So great and nothing harmful to my health, i will keep going with nurx</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "I like the transparency of this…",
      "headingHtml": "<h3 class=\"review-title\">I like the transparency of this&#x2026;</h3>",
      "firstParagraph": "I like the transparency of this company's approach, they make it easy to get the help you need for the concerns that you experience.",
      "paragraphHtml": "<p class=\"text\">I like the transparency of this company&apos;s approach, they make it easy to get the help you need for the concerns that you experience.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Super easy and attainable.",
      "headingHtml": "<h3 class=\"review-title\">Super easy and attainable.</h3>",
      "firstParagraph": "Super easy and attainable.",
      "paragraphHtml": "<p class=\"text\">Super easy and attainable.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ease of use across the entire platform",
      "headingHtml": "<h3 class=\"review-title\">Ease of use across the entire platform</h3>",
      "firstParagraph": "Ease of use across the entire platform, communication is timely and extremely helpful!",
      "paragraphHtml": "<p class=\"text\">Ease of use across the entire platform, communication is timely and extremely helpful!</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "We’re there every step of the way",
      "headingHtml": "<h2 class=\"title\">We&#x2019;re there every step of the way</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Common Questions",
      "headingHtml": "<h2 class=\"title\">Common Questions</h2>",
      "firstParagraph": "Check out our FAQs for medically-reviewed information about the conditions we treat, medications we offer, insurance, and more.",
      "paragraphHtml": "<p class=\"text\">Check out our FAQs for medically-reviewed information about the conditions we treat, medications we offer, insurance, and more.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Does Nurx accept insurance?",
      "headingHtml": "<h3>Does Nurx accept insurance?</h3>",
      "firstParagraph": "Yes, we accept most forms of private health insurance for medications, including: Aetna Anthem Blue Cross Blue Shield Cigna CVS Caremark Express Scripts OptumRx United Health Care You can read more about the insurance we accept here. Please note that we do not accept insurance for medications prescribed for anti-agi...",
      "paragraphHtml": "<p class=\"text\">Yes, we accept most forms of private health insurance for medications, including:<br> Aetna&#x2028;Anthem<br> Blue Cross Blue Shield<br> Cigna<br> CVS Caremark<br> Express Scripts<br> OptumRx<br> United Health Care<br> <br> You can read more about the insurance we accept <a href=\"https://www.nurx.com/faq/does-nurx-accept-health-insurance-for-medication/\" aria-label=\"here does nurx accept health insurance for medication\">here</a>.<br><br> Please note that we do not accept insur...",
      "words": 99,
      "direct": false,
      "issue": "First paragraph is 99 words and does not look like a concise direct answer."
    },
    {
      "heading": "How long does it take for birth control pills to work?",
      "headingHtml": "<h3>How long does it take for birth control pills to work?</h3>",
      "firstParagraph": "The length of time it will take for your birth control pills to prevent pregnancy can range from immediately to seven days, depending on the type of contraceptive. After the initial waiting period, birth control pills can be 99% effective at preventing pregnancy when taken exactly as directed and 93% effective with...",
      "paragraphHtml": "<p class=\"text\">The length of time it will take for your&#xa0;<a href=\"https://www.nurx.com/birthcontrol/\" aria-label=\"birth control birthcontrol\">birth control</a>&#xa0;pills to prevent pregnancy can range from immediately to seven days, depending on the type of contraceptive. After the initial waiting period, birth control pills can be 99% effective at preventing pregnancy when taken exactly as directed and 93% effective with typical use.</p>",
      "words": 54,
      "direct": false,
      "issue": "First paragraph is 54 words and does not look like a concise direct answer."
    },
    {
      "heading": "What type of anti-aging treatment do Nurx providers prescribe?",
      "headingHtml": "<h3>What type of anti-aging treatment do Nurx providers prescribe?</h3>",
      "firstParagraph": "Nurx providers can prescribe a range of dermatologist-trusted skincare treatments to reduce fine lines and wrinkles. After reviewing your health history and the photos you shared, a Nurx medical provider will prescribe the best treatment for your skin. If you have used one of a retinoid cream in the past and would l...",
      "paragraphHtml": "<p class=\"text\">Nurx providers can prescribe a range of dermatologist-trusted skincare treatments to reduce fine lines and wrinkles. After reviewing your health history and the photos you shared, a Nurx medical provider will prescribe the best treatment for your skin. If you have used one of a retinoid cream in the past and would like to use it again, please share that information when you make complete your consultation.</p>",
      "words": 67,
      "direct": false,
      "issue": "First paragraph is 67 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sign up for emails to know the latest on Nurx offerings, hand-picked women’s health news, and more.",
      "headingHtml": "<h3>Sign up for emails to know the latest on Nurx offerings, hand-picked women&#x2019;s health news, and more.</h3>",
      "firstParagraph": "By signing up, I agree to the terms and conditions and to receive emails.",
      "paragraphHtml": "<p>By signing up, I agree to the <a href=\"https://patient.thirtymadison.com/dashboard/legals/terms-and-conditions\" target=\"_blank\" aria-label=\"terms and conditions (opens in a new window)\" rel=\"noopener\">terms and conditions</a> and to receive emails.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "QUESTIONS",
      "headingHtml": "<h3 class=\"bot__title\">QUESTIONS</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

GEO: Extraction-friendly structure scored 85/100 and needs improvement.

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

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

02

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": 19,
  "schemaBlocks": 1,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

AIO: Page experience for AIO scored 80/100 and needs improvement.

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

37 image(s) are missing width/height attributes.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Page experience for AIO scored 80/100 and needs improvement.

Evidence
{
  "viewportContent": "width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover",
  "visibleWords": 2274,
  "htmlBytes": 293311,
  "imagesMissingDimensions": [
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130006/HeroStaticHomepage-Desktop-1920x640-1.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130006/HeroStaticHomepage-Desktop-1920x640-1.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130006/HeroStaticHomepage-Desktop-1920x640-1.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130006/HeroStaticHomepage-Desktop-1920x640-1.png?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.im..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/SimpleStats-Banner-Background.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/SimpleStats-Banner-Background.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/SimpleStats-Banner-Background.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/SimpleStats-Banner-Background.png?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploa..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130021/SimpleStat-Icon-Patient.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130021/SimpleStat-Icon-Patient.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130021/SimpleStat-Icon-Patient.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130021/SimpleStat-Icon-Patient.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/3113002..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/SimpleStat-Icon-Heart.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/SimpleStat-Icon-Heart.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/SimpleStat-Icon-Heart.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/SimpleStat-Icon-Heart.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/Simp..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/SimpleStat-Icon-Insurance.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/SimpleStat-Icon-Insurance.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/SimpleStat-Icon-Insurance.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130022/SimpleStat-Icon-Insurance.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/3..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130025/HeroBlockCarousel-Desktop-410x320-1-1.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130025/HeroBlockCarousel-Desktop-410x320-1-1.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130025/HeroBlockCarousel-Desktop-410x320-1-1.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130025/HeroBlockCarousel-Desktop-410x320-1-1.png?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.im..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130026/HeroBlockCarousel-Desktop-410x320-1.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130026/HeroBlockCarousel-Desktop-410x320-1.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130026/HeroBlockCarousel-Desktop-410x320-1.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130026/HeroBlockCarousel-Desktop-410x320-1.png?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.ne..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130024/HeroBlockCarousel-Desktop-410x320-3.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130024/HeroBlockCarousel-Desktop-410x320-3.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130024/HeroBlockCarousel-Desktop-410x320-3.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130024/HeroBlockCarousel-Desktop-410x320-3.png?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.ne..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130023/HeroBlockCarousel-Desktop-410x320-4.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130023/HeroBlockCarousel-Desktop-410x320-4.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130023/HeroBlockCarousel-Desktop-410x320-4.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130023/HeroBlockCarousel-Desktop-410x320-4.png?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.ne..."
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload lazy-load-this\" data-src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130005/Howitworks-MultiRowColumns-Desktop-1920x704-1.png?w=320&amp;auto=format,compress&amp;fit=clip\" data-srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130005/Howitworks-MultiRowColumns-Desktop-1920x704-1.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-conte..."
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazyload lazy-load-this icon\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" data-src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130020/Icon-Step-01.svg?w=320&amp;auto=format,compress&amp;fit=clip\" data-srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130020/Icon-Step-01.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130020/Icon-Step-01.svg?w=360&amp;auto=f..."
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazyload lazy-load-this icon\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" data-src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130019/Icon-Step-02.svg?w=320&amp;auto=format,compress&amp;fit=clip\" data-srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130019/Icon-Step-02.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130019/Icon-Step-02.svg?w=360&amp;auto=f..."
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazyload lazy-load-this icon\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" data-src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130019/Icon-Step-03.svg?w=320&amp;auto=format,compress&amp;fit=clip\" data-srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130019/Icon-Step-03.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130019/Icon-Step-03.svg?w=360&amp;auto=f..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130015/Icon-WeightManagement.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"icon\" src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130015/Icon-WeightManagement.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130015/Icon-WeightManagement.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130015/Icon-WeightManagement.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-AntiAging.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"icon\" src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-AntiAging.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-AntiAging.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-AntiAging.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-AntiAgi..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130019/Icon-Acne.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"icon\" src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130019/Icon-Acne.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130019/Icon-Acne.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130019/Icon-Acne.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130019/Icon-Acne.svg?w=414&amp;aut..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130016/Icon-Melasma.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"icon\" src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130016/Icon-Melasma.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130016/Icon-Melasma.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130016/Icon-Melasma.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130016/Icon-Melasma.svg?w..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-EyelashGrowth.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"icon\" src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-EyelashGrowth.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-EyelashGrowth.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-EyelashGrowth.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130016/Icon-MentalHealth.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"icon\" src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130016/Icon-MentalHealth.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130016/Icon-MentalHealth.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130016/Icon-MentalHealth.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130016/Ico..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-BirthControl.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"icon\" src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-BirthControl.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-BirthControl.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-BirthControl.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Ico..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-EmergencyContraceptive.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"icon\" src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-EmergencyContraceptive.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-EmergencyContraceptive.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130018/Icon-EmergencyContraceptive.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-conten..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-Herpes.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"icon\" src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-Herpes.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-Herpes.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-Herpes.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-Herpes.svg?w=414..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-HairLoss.svg?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"icon\" src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-HairLoss.svg?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-HairLoss.svg?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-HairLoss.svg?w=360&amp;auto=format,compress&amp;fit=clip 360w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130017/Icon-HairLoss.s..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083358/Homepage-ServiceLine-BlockImage-664x340-pill-bottle.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083358/Homepage-ServiceLine-BlockImage-664x340-pill-bottle.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083358/Homepage-ServiceLine-BlockImage-664x340-pill-bottle.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083358/Homepage-ServiceLine-BlockImage-664x340-pill-bottle.png?w=360&amp;auto=format,compr..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083339/Homepage-ServiceLine-BlockImage-664x340-derm-tube.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083339/Homepage-ServiceLine-BlockImage-664x340-derm-tube.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083339/Homepage-ServiceLine-BlockImage-664x340-derm-tube.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083339/Homepage-ServiceLine-BlockImage-664x340-derm-tube.png?w=360&amp;auto=format,compress&am..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083404/Homepage-ServiceLine-BlockImage-664x340-tube.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083404/Homepage-ServiceLine-BlockImage-664x340-tube.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083404/Homepage-ServiceLine-BlockImage-664x340-tube.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083404/Homepage-ServiceLine-BlockImage-664x340-tube.png?w=360&amp;auto=format,compress&amp;fit=clip 360w..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083404/Homepage-ServiceLine-BlockImage-664x340-tube.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083404/Homepage-ServiceLine-BlockImage-664x340-tube.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083404/Homepage-ServiceLine-BlockImage-664x340-tube.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083404/Homepage-ServiceLine-BlockImage-664x340-tube.png?w=360&amp;auto=format,compress&amp;fit=clip 360w..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083345/Homepage-ServiceLine-BlockImage-664x340-eyelash.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083345/Homepage-ServiceLine-BlockImage-664x340-eyelash.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083345/Homepage-ServiceLine-BlockImage-664x340-eyelash.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083345/Homepage-ServiceLine-BlockImage-664x340-eyelash.png?w=360&amp;auto=format,compress&amp;fit=..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083358/Homepage-ServiceLine-BlockImage-664x340-pill-bottle.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083358/Homepage-ServiceLine-BlockImage-664x340-pill-bottle.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083358/Homepage-ServiceLine-BlockImage-664x340-pill-bottle.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083358/Homepage-ServiceLine-BlockImage-664x340-pill-bottle.png?w=360&amp;auto=format,compr..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083401/Homepage-ServiceLine-BlockImage-664x340-pill-pack.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083401/Homepage-ServiceLine-BlockImage-664x340-pill-pack.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083401/Homepage-ServiceLine-BlockImage-664x340-pill-pack.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083401/Homepage-ServiceLine-BlockImage-664x340-pill-pack.png?w=360&amp;auto=format,compress&am..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083342/Homepage-ServiceLine-BlockImage-664x340-EC.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083342/Homepage-ServiceLine-BlockImage-664x340-EC.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083342/Homepage-ServiceLine-BlockImage-664x340-EC.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083342/Homepage-ServiceLine-BlockImage-664x340-EC.png?w=360&amp;auto=format,compress&amp;fit=clip 360w, http..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083358/Homepage-ServiceLine-BlockImage-664x340-pill-bottle.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083358/Homepage-ServiceLine-BlockImage-664x340-pill-bottle.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083358/Homepage-ServiceLine-BlockImage-664x340-pill-bottle.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083358/Homepage-ServiceLine-BlockImage-664x340-pill-bottle.png?w=360&amp;auto=format,compr..."
    },
    {
      "src": "https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083354/Homepage-ServiceLine-BlockImage-664x340-hair-loss.png?w=320&auto=format,compress&fit=clip",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083354/Homepage-ServiceLine-BlockImage-664x340-hair-loss.png?w=320&amp;auto=format,compress&amp;fit=clip\" srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083354/Homepage-ServiceLine-BlockImage-664x340-hair-loss.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2025/03/26083354/Homepage-ServiceLine-BlockImage-664x340-hair-loss.png?w=360&amp;auto=format,compress&am..."
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload lazy-load-this\" data-src=\"https://nurx-www.imgix.net/wp-content/uploads/2026/04/01083354/meet-the-doctors-v2.png?w=320&amp;auto=format,compress&amp;fit=clip\" data-srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2026/04/01083354/meet-the-doctors-v2.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2026/04/01083354/meet-the-doctors-v2.png?..."
    },
    {
      "src": "https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/static/images/trustpilot-logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/static/images/trustpilot-logo.svg\" alt=\"Trustpilot Logo\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazyload lazy-load-this\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" data-src=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130013/BigImage-Desktop-1230x470-1.png?w=320&amp;auto=format,compress&amp;fit=clip\" data-srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130013/BigImage-Desktop-1230x470-1.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2024/12/31130013/BigImage..."
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazyload lazy-load-this\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" data-src=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/18104728/last-module-Image.png?w=320&amp;auto=format,compress&amp;fit=clip\" data-srcset=\"https://nurx-www.imgix.net/wp-content/uploads/2025/03/18104728/last-module-Image.png?w=320&amp;auto=format,compress&amp;fit=clip 320w, https://nurx-www.imgix.net/wp-content/uploads/2025/03/18104728/last-module-Image.png?w=360&..."
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

AEO: Entity and definition clarity scored 84/100 and needs improvement.

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: medications, support, women, nurx, here.

Details

02

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

84/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 84/100 and needs improvement.

Evidence
{
  "title": "Get Medications & Support Online for Women's Health - Nurxâ„¢",
  "h1": "We’re here for your health",
  "description": "Get birth control, acne treatment, mental health, weight loss medication and more—100% online. Free with insurance, or at affordable out-of-pocket prices.",
  "topicOverlap": 0.375,
  "definitionCount": 19,
  "topicTerms": [
    "get",
    "medications",
    "support",
    "online",
    "women",
    "health",
    "nurx",
    "here"
  ],
  "descriptionTerms": [
    "get",
    "birth",
    "control",
    "acne",
    "treatment",
    "mental",
    "health",
    "weight",
    "loss",
    "medication",
    "more",
    "100",
    "online",
    "free",
    "insurance",
    "affordable",
    "out",
    "pocket",
    "prices"
  ],
  "missingFromDescription": [
    "medications",
    "support",
    "women",
    "nurx",
    "here"
  ],
  "score": 84,
  "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

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: benefits, cost, compare.

Details

02

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": "How Nurx works",
      "html": "<h2 class=\"title\">How Nurx works</h2>"
    },
    {
      "text": "Specialty care, delivered",
      "html": "<h2 class=\"title\">Specialty care, delivered</h2>"
    },
    {
      "text": "Meet our medical team",
      "html": "<h2 class=\"title\">Meet our medical team</h2>"
    },
    {
      "text": "What our patients are saying",
      "html": "<h2 class=\"title\">What our patients are saying</h2>"
    },
    {
      "text": "We’re there every step of the way",
      "html": "<h2 class=\"title\">We&#x2019;re there every step of the way</h2>"
    },
    {
      "text": "Common Questions",
      "html": "<h2 class=\"title\">Common Questions</h2>"
    },
    {
      "text": "Exceptional care at every step",
      "html": "<h2 class=\"sb--heading-h2 sb--mb-0 sb--title-1\"> Exceptional care at every step </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Get Medications & Support Online for Women's...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Get Medications & Support Online for Women's... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Get Medications & Support Online for Women's...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Get Medications & Support Online for Women's... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Get Medications & Support Online for Women's... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "benefits",
      "label": "Why use Get Medications & Support Online for Women's...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Get Medications & Support Online for Women's... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Get Medications & Support Online for Women's... 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

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

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

  1. 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": 167927
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167918
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167906
          }
        ]
      },
      "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

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: benefits, cost, compare.

Details

02

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": "How Nurx works",
      "html": "<h2 class=\"title\">How Nurx works</h2>"
    },
    {
      "text": "Specialty care, delivered",
      "html": "<h2 class=\"title\">Specialty care, delivered</h2>"
    },
    {
      "text": "Meet our medical team",
      "html": "<h2 class=\"title\">Meet our medical team</h2>"
    },
    {
      "text": "What our patients are saying",
      "html": "<h2 class=\"title\">What our patients are saying</h2>"
    },
    {
      "text": "We’re there every step of the way",
      "html": "<h2 class=\"title\">We&#x2019;re there every step of the way</h2>"
    },
    {
      "text": "Common Questions",
      "html": "<h2 class=\"title\">Common Questions</h2>"
    },
    {
      "text": "Exceptional care at every step",
      "html": "<h2 class=\"sb--heading-h2 sb--mb-0 sb--title-1\"> Exceptional care at every step </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Get Medications & Support Online for Women's...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Get Medications & Support Online for Women's... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Get Medications & Support Online for Women's...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Get Medications & Support Online for Women's... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Get Medications & Support Online for Women's... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "benefits",
      "label": "Why use Get Medications & Support Online for Women's...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Get Medications & Support Online for Women's... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Get Medications & Support Online for Women's... 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

Needs attention

Auth.md Agent Registration

Informational
01

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; missing credential type language.

02

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

  1. 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; missing credential type language.

  2. Publish protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 167906,
        "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; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 144595,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/html;",
            "https://nurx-www.imgix.net\">",
            "https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\"",
            "https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d64.min.css\"",
            "https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/sync_head-e2a316aaf0.min.js\"",
            "https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/sync-1b12e78a57.min.js\"",
            "https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/defer-7ffc1d7813.min.js\"",
            "https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/am-af4e8c5485.min.js\"",
            "https://cmp.osano.com/16A3avTedbMIi2JlW/2fa6dd24-976c-4b93-9047-136aed7a332f/osano.js\"",
            "https://d3ufb5q76krgse.cloudfront.net/static/js/freshpaint.js\""
          ],
          "rawExcerpt": "\n<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover\">\n    <meta charset=\"UTF-8\" />\n\n        <meta name=\"google-site-verification\" content=\"7jIW7yKdK6pIHgq1Fkd8wIf7UgbMEqjHXwmvUVC6UI0\" />\n    <meta name=\"p:domain_verify\" content=\"120ae575bac7b752400d1951196028df\" />\n    \n        <link rel=\"preconnect\" href=\"https://nurx-www.imgix.net\">\n    <link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d"
        }
      },
      "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; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 167993,
        "text": "\n<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover\">\n    <meta charset=\"UTF-8\" />\n\n        <meta name=\"google-site-verification\" content=\"7jIW7yKdK6pIHgq1Fkd8wIf7UgbMEqjHXwmvUVC6UI0\" />\n    <meta name=\"p:domain_verify\" content=\"120ae575bac7b752400d1951196028df\" />\n    \n        <link rel=\"preconnect\" href=\"https://nurx-www.imgix.net\">\n    <link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d64.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/sync_head-e2a316aaf0.min.js\" as=\"script\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/sync-1b12e78a57.min.js\" as=\"script\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/defer-7ffc1d7813.min.js\" as=\"script\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/am-af4e8c5485.min.js\" as=\"script\">\n<link rel=\"preload\" href=\"https://cmp.osano.com/16A3avTedbMIi2JlW/2fa6dd24-976c-4b93-9047-136aed7a332f/osano.js\" as=\"script\">\n<link rel=\"preload\" href=\"https://d3ufb5q76krgse.cloudfront.net/static/js/freshpaint.js\" as=\"script\">\n<link rel=\"preload\" href=\"https://d3ufb5q76krgse.cloudfront.net/static/js/integrations.js\" as=\"script\">\n<link rel=\"preload\" href=\"/wp-content/plugins/gtranslate/js/dwf.js?ver=6.7.1\" as=\"script\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/icomoon.ttf?9h97p6\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/mabry-light-pro.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/mabry-regular-pro.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-Bold.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-BoldItalic.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-Semibold.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-Medium.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-MediumItalic.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-Regular.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-RegularItalic.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-Light.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-LightItalic.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/apercu/apercu-mono-bold-pro.woff2\" as=\"font\" crossorigin>\n\n    \n        <link rel=\"author\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/humans.txt\" />\n    <link rel=\"pingback\" href=\"https://www.nurx.co"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=UTF-8",
          "length": 167999,
          "text": "\n<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover\">\n    <meta charset=\"UTF-8\" />\n\n        <meta name=\"google-site-verification\" content=\"7jIW7yKdK6pIHgq1Fkd8wIf7UgbMEqjHXwmvUVC6UI0\" />\n    <meta name=\"p:domain_verify\" content=\"120ae575bac7b752400d1951196028df\" />\n    \n        <link rel=\"preconnect\" href=\"https://nurx-www.imgix.net\">\n    <link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d64.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/sync_head-e2a316aaf0.min.js\" as=\"script\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/sync-1b12e78a57.min.js\" as=\"script\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/defer-7ffc1d7813.min.js\" as=\"script\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/am-af4e8c5485.min.js\" as=\"script\">\n<link rel=\"preload\" href=\"https://cmp.osano.com/16A3avTedbMIi2JlW/2fa6dd24-976c-4b93-9047-136aed7a332f/osano.js\" as=\"script\">\n<link rel=\"preload\" href=\"https://d3ufb5q76krgse.cloudfront.net/static/js/freshpaint.js\" as=\"script\">\n<link rel=\"preload\" href=\"https://d3ufb5q76krgse.cloudfront.net/static/js/integrations.js\" as=\"script\">\n<link rel=\"preload\" href=\"/wp-content/plugins/gtranslate/js/dwf.js?ver=6.7.1\" as=\"script\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/icomoon.ttf?9h97p6\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/mabry-light-pro.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/mabry-regular-pro.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-Bold.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-BoldItalic.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-Semibold.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-Medium.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-MediumItalic.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-Regular.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-RegularItalic.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-Light.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/panagram-sans/PPPangramSans-LightItalic.woff2\" as=\"font\" crossorigin>\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/fonts/apercu/apercu-mono-bold-pro.woff2\" as=\"font\" crossorigin>\n\n    \n        <link rel=\"author\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/humans.txt\" />\n    <link rel=\"pingback\" href=\"https://www.nurx.co"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

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

  1. Find advertised IndexNow key location

    No IndexNow key location was advertised in HTML, Link headers, or robots.txt.

  2. 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

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

OAuth / OIDC discovery was not found at the expected path.

02

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

  1. Fetch to find resource

    OAuth / OIDC discovery was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167981
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 167999
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

02

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

  1. Fetch protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

    Protected resource metadata `resource` did not match the resource identifier used to retrieve it.

  4. 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": "\n<!DOCTYPE html>\n<html class=\"no-js no-svg\" lang=\"en-US\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover\">\n    <meta charset=\"UTF-8\" />\n\n        <meta name=\"google-site-verification\" content=\"7jIW7yKdK6pIHgq1Fkd8wIf7UgbMEqjHXwmvUVC6UI0\" />\n    <meta name=\"p:domain_verify\" content=\"120ae575bac7b752400d1951196028df\" />\n    \n        <link rel=\"preconnect\" href=\"https://nurx-www.imgix.net\">\n    <link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/main-953644cb7c.min.css\" as=\"style\">\n<link rel=\"preload\" href=\"https://www.nurx.com/wp-content/themes/nurx-theme-lazyload/dist/assets/style-home-page-384a193d"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.nurx.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.nurx.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.nurx.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.nurx.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Background and foreground colors do not have a sufficient contrast ratio.

100 Fail

Check name

Background and foreground colors do not have a sufficient contrast ratio.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).

Evidence
{
  "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

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

Reduce JavaScript execution time

33 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

1.5 s

Fix guidance

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).

Evidence
{
  "displayValue": "1.5 s",
  "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
  "numericValue": 1530.7999999999977
}

Performance and AccessibilityPerformanceBrowser audit

Image elements do not have explicit `width` and `height`

17 Warning

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)

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)"
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

8 Fail

Check name

Loading performance

Score

77/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 88,
      "displayValue": "2.6 s",
      "numericValue": 2554.9348108419767
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 17,
      "displayValue": "650 ms",
      "numericValue": 649.9961179486688
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 98,
      "displayValue": "0.7 s",
      "numericValue": 654.0053225223025
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 5
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 94,
      "displayValue": "1.2 s",
      "numericValue": 1167.046860416209
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 92,
      "displayValue": "1.1 s",
      "numericValue": 1121.0339310796794
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 29.654009999999992
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 25,
      "displayValue": "350 ms",
      "numericValue": 350
    }
  ]
}

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.

1 reports
Public score history report links
Scan dateScoreReadinessReport
55/100Level 3, Bot-AwareCurrent report
nurx.com AI SEO Report: 55/100 (Level 3, Bot-Aware)