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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability30%Agent Easeof Use6%Security& Trust80%GEO, AIO, AEO80%SEO92%Performance& Accessibility69%
  • AI Discoverability 30 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 80 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 69 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Thorne® Health and At-Home Tests | Thorne

Explore Thorne® health and at-home tests, including lab testing for gut health, hormones, stress, and more—convenient, science-backed insights from home.

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
30
Priority fix6170View details
Discoverability
50
Needs work450View details
Content Readiness
33
Priority fix280View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix9303View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable580View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
80
Mostly ready927View details
GEO Readiness
Not Applicable
Not Applicable400
AIO Readiness
80
Mostly ready313View details
AEO Readiness
66
Needs work214View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
69
Needs work2431View details
Performance
57
Needs work1621View details
Accessibility
92
Strong810View details

Prioritized recommendations

Issues ranked by score impact

40 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 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": "form-action 'self'; frame-ancestors 'self' *.thorne.com; frame-src 'self' *.thorne.com *.amazon-adsystem.com *.doubleclick.net *.googletagmanager.com app.viralsweep.com *.youtube.com *.truemed.com thorne.my.site.com thorne.my.salesforce-scrt.com thorne--svccloud.sandbox.my.site.com thorne--svccloud.sandbox.my.salesforce-scrt.com *.pbbl.co; report-to https://browser-intake-datadoghq.com/api/v2/logs?dd-api-key=pubc7f95276cd2df292d602f7ed9faabc21&dd-evp-origin=content-security-policy&ddsource=csp-report&ddtags=service%3Athorne-nuxt-site%2Cenv%3Aprod; worker-src 'self' blob: *.thorne.com;"
}

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

    API Catalog response did not match the expected shape. Content-Type "application/json" is not application/linkset+json; missing linkset array; no useful relations found (e.g. service-desc, mcp, agent-card).

  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": "application/json"
      },
      "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,
        "issue": "API Catalog response did not match the expected shape. Content-Type \"application/json\" is not application/linkset+json; missing linkset array; no useful relations found (e.g. service-desc, mcp, agent-card).",
        "compatibleContentType": false,
        "linksetItems": 0,
        "relations": [],
        "usefulRelations": [],
        "legacyRelations": [],
        "hrefIssues": [],
        "targetUrlIssues": [],
        "links": [],
        "parsedSummary": {
          "timestamp": "2026-06-11T10:15:08.087+00:00",
          "status": 404,
          "error": "Not Found",
          "path": "/.well-known/api-catalog",
          "errorUuid": "2e858597-6653-4172-85bc-f989ab123575",
          "traceEnabled": false
        },
        "rawExcerpt": "{\"timestamp\":\"2026-06-11T10:15:08.087+00:00\",\"status\":404,\"error\":\"Not Found\",\"path\":\"/.well-known/api-catalog\",\"errorUuid\":\"2e858597-6653-4172-85bc-f989ab123575\",\"traceEnabled\":false}"
      },
      "issue": "API Catalog response did not match the expected shape. Content-Type \"application/json\" is not application/linkset+json; missing linkset array; no useful relations found (e.g. service-desc, mcp, agent-card).",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

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 JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.

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 JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "application/json",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"timestamp\":\"2026-06-11T10:15:08.393+00:00\",\"status\":404,\"error\":\"Not Found\",\"path\":\"/openapi.json\",\"errorUuid\":\"650e6aab-67fa-454f-a009-210e6270cc20\",\"traceEnabled\":false}"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "application/json",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"timestamp\":\"2026-06-11T10:15:08.697+00:00\",\"status\":404,\"error\":\"Not Found\",\"path\":\"/openapi.yaml\",\"errorUuid\":\"2d036597-17e2-4b5c-99ba-e9f7869b56fc\",\"traceEnabled\":false}"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "application/json",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"timestamp\":\"2026-06-11T10:15:08.999+00:00\",\"status\":404,\"error\":\"Not Found\",\"path\":\"/swagger.json\",\"errorUuid\":\"bb4ad5b9-5bc8-498e-bf65-a66e725777e3\",\"traceEnabled\":false}"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "application/json",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"timestamp\":\"2026-06-11T10:15:09.308+00:00\",\"status\":404,\"error\":\"Not Found\",\"path\":\"/swagger.yaml\",\"errorUuid\":\"1c0d4faf-5ccd-4a3a-b716-99f521828840\",\"traceEnabled\":false}"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 401,
            "contentType": "application/json",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": ""
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 401,
            "contentType": "application/json",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": ""
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "application/json",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"timestamp\":\"2026-06-11T10:15:10.167+00:00\",\"status\":404,\"error\":\"Not Found\",\"path\":\"/docs/openapi.json\",\"errorUuid\":\"116fcb1c-1a1d-453e-9e61-e783963c7a12\",\"traceEnabled\":false}"
          }
        ]
      },
      "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

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

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": [
    "WebPage"
  ]
}

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": []
      },
      "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 DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

33 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

Neither Organization nor WebSite schema types were found in JSON-LD.

02

Why it matters

Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

Evidence
{
  "found": [],
  "allTypes": [
    "WebPage"
  ]
}

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": "application/json",
            "length": 206
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

25 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.

02

Why it matters

Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose modified and published dates for freshness-aware retrieval and ranking.

Result

Content freshness signals is missing or incomplete.

Evidence
{
  "lastModified": null,
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

llms.txt failed at "Fetch to find resource".

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

Publish llms.txt to summarize agent-readable site guidance.

Result

llms.txt failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 169
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 174
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

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 "(none)".

  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": ""
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
      "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": 17647,
        "excerpt": "<!DOCTYPE html><html  lang=\"en\"><head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=2, minimum-scale=1\"><title>Thorne® Health and At-Home Tests | Thorne</title><link nonce=\"brgS0Ti/N",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

MCP Server Card failed at "Fetch to find resource".

25 Fail

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": "application/json",
            "length": 193
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 194
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 181
          }
        ]
      },
      "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": "application/json",
            "length": 169
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 181
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 193
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; invalid h1 (found 2); 0/3 applicable form inputs have autocomplete attributes (3 missing); missing alt text on >10% of images.

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": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": true,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input aria-label=\"Search for content on Thorne\" placeholder=\"Search\" type=\"search\" class=\"grow my-auto focus:outline-none bg-white text-gray-800\" value id=\"base-input\">",
      "<input aria-label=\"Search for content on Thorne\" placeholder=\"Search products, articles, and more\" type=\"search\" class=\"grow my-auto focus:outline-none bg-white text-gray-800\" value id=\"base-input\">",
      "<input aria-label=\"Enter your email address\" placeholder=\"Email Address\" type=\"email\" class=\"pt-[0.3571429rem] px-[1rem] pb-[0.4285714rem] focus:outline-none focus:ring-0 w-full\" value id=\"footer-email-subscription-form\">"
    ],
    "imagesMissingAlt": [
      "<img loading=\"lazy\" src=\"https://d1vo8zfysxy97v.cloudfront.net/media/pages/at-home-tests/customer2_vf0dbee6d45ae5512a237fda4efe11955e3779b99.jpg\" style=\"object-fit:cover;object-position:center;\" role=\"presentation\" builder-id=\"builder-mm05jw9g093262h9sj1r\" class=\"builder-raw-img builder-mm05jw9g093262h9sj1r builder-block\">",
      "<img loading=\"lazy\" src=\"https://d1vo8zfysxy97v.cloudfront.net/media/pages/at-home-tests/customer3_v8bf89b2416d68b7c827d431c5bf37b5824c8a2b1.jpg\" style=\"object-fit:cover;object-position:center;\" role=\"presentation\" builder-id=\"builder-mm05jw9i0bvqtzqfs6bj\" class=\"builder-raw-img builder-mm05jw9i0bvqtzqfs6bj builder-block\">",
      "<img loading=\"lazy\" src=\"https://d1vo8zfysxy97v.cloudfront.net/media/pages/at-home-tests/customer1_vbe89258e006b11fa876135d10a380084d12ad419.jpg\" style=\"object-fit:cover;object-position:center;\" role=\"presentation\" builder-id=\"builder-mm05jw9k0awys1wjrzd\" class=\"builder-raw-img builder-mm05jw9k0awys1wjrzd builder-block\">"
    ],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 2,
    "headings": 21,
    "links": 62,
    "inaccessibleLinks": 0,
    "buttons": 3,
    "inaccessibleButtons": 0,
    "images": 7,
    "imagesWithAlt": 4,
    "autocompleteInputs": 3,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 3
  }
}

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": "application/json",
            "length": 184
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 172
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 169
          }
        ]
      },
      "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": "application/json",
            "length": 188
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 192
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 176
          }
        ]
      },
      "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": 404,
            "contentType": "application/json",
            "length": 196
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 190
          }
        ]
      },
      "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": "application/json",
            "length": 183
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 171
          }
        ]
      },
      "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": "application/json",
            "length": 184
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 172
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

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.thorne.com",
        "probes": [
          {
            "name": "_index._agents.www.thorne.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.thorne.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.thorne.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "thorne.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> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <select> is missing a name attribute.
    • <select> is missing a label.
    • <select> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> 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": 3,
        "formsWithTags": 0,
        "totalInteractive": 69,
        "interactiveWithTags": 0,
        "totalCount": 72,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<select> is missing a name attribute.",
          "<select> is missing a label.",
          "<select> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "No elements found with tool-name or tool-description attributes.",
      "howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
    },
    {
      "id": "declarative-annotation-quality",
      "title": "Validate WebMCP declarative annotation quality",
      "status": "warning",
      "evidence": {
        "issueCount": 9,
        "issues": [
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<select> is missing a name attribute.",
          "<select> is missing a label.",
          "<select> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<select> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<select> is missing a label."
            },
            {
              "type": "code",
              "value": "<select> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            }
          ]
        }
      ],
      "howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
    },
    {
      "id": "imperative-api",
      "title": "Detect WebMCP imperative API usage",
      "status": "informational",
      "evidence": {
        "staticSignals": {
          "detected": false,
          "matched": []
        },
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
      "howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
    },
    {
      "id": "browser-navigator-injection",
      "title": "Detect WebMCP browser navigator injection",
      "status": "informational",
      "evidence": {
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext was not detected in the rendered browser page.",
      "howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
    },
    {
      "id": "surface-coverage",
      "title": "Interactive surface coverage",
      "status": "informational",
      "evidence": {
        "totalForms": 3,
        "formsWithTags": 0,
        "totalInteractive": 69,
        "interactiveWithTags": 0,
        "totalCount": 72,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<select> is missing a name attribute.",
          "<select> is missing a label.",
          "<select> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "Only 0% of interactive surfaces are annotated.",
      "howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
    }
  ],
  "staticSignals": {
    "detected": false,
    "matched": []
  },
  "coverage": {
    "totalForms": 3,
    "formsWithTags": 0,
    "totalInteractive": 69,
    "interactiveWithTags": 0,
    "totalCount": 72,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description.",
      "<select> is missing a name attribute.",
      "<select> is missing a label.",
      "<select> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 40/100 and needs a fix.

9 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

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

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Source and trust signals scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/who-we-are",
      "text": "Who We Are",
      "html": "<a href=\"/who-we-are\">Who We Are</a>"
    },
    {
      "href": "/company/leadership",
      "text": "Our Team",
      "html": "<a href=\"/company/leadership\">Our Team</a>"
    },
    {
      "href": "/company/press",
      "text": "Newsroom",
      "html": "<a href=\"/company/press\">Newsroom</a>"
    },
    {
      "href": "/company/awards",
      "text": "Awards",
      "html": "<a href=\"/company/awards\">Awards</a>"
    },
    {
      "href": "/company/strategic-collaborations",
      "text": "Collaborations",
      "html": "<a href=\"/company/strategic-collaborations\">Collaborations</a>"
    },
    {
      "href": "/company/clinical-research",
      "text": "Clinical Research",
      "html": "<a href=\"/company/clinical-research\">Clinical Research</a>"
    },
    {
      "href": "/company/careers",
      "text": "Careers",
      "html": "<a href=\"/company/careers\">Careers</a>"
    },
    {
      "href": "https://www.linkedin.com/company/thorne-health",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/thorne-health\" rel=\"noopener noreferrer\" class=\"grow\" aria-label=\"Go to LinkedIn profile\"><svg class=\"svg-inline--fa fa-linkedin fa-lg font\" style=\"\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path class=\"\" style=\"\" fill=\"currentColor\" d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32...."
    }
  ],
  "contactLinks": [
    {
      "href": "/faqs",
      "text": "Help",
      "html": "<a href=\"/faqs\" class=\"link flex gap-x-1 items-center whitespace-nowrap\">Help <!----></a>"
    },
    {
      "href": "/faqs",
      "text": "Help",
      "html": "<a href=\"/faqs\" class=\"link flex gap-x-1 items-center whitespace-nowrap\">Help <!----></a>"
    },
    {
      "href": "/contacts",
      "text": "Contact Us",
      "html": "<a href=\"/contacts\">Contact Us</a>"
    },
    {
      "href": "/contacts",
      "text": "Visit Help Center",
      "html": "<a href=\"/contacts\">Visit Help Center</a>"
    },
    {
      "href": "mailto:[email protected]",
      "text": "[email protected]",
      "html": "<a href=\"mailto:[email protected]\" rel=\"noopener noreferrer\">[email protected]</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms-of-use",
      "text": "Terms",
      "html": "<a href=\"/terms-of-use\" class=\"my-auto\">Terms</a>"
    },
    {
      "href": "https://privacy.thorne.com/privacy-policy",
      "text": "Privacy",
      "html": "<a href=\"https://privacy.thorne.com/privacy-policy\" rel=\"noopener noreferrer\" class=\"my-auto\">Privacy</a>"
    },
    {
      "href": "/terms/consumer-health-data-privacy-policy",
      "text": "Consumer Health Data Privacy",
      "html": "<a href=\"/terms/consumer-health-data-privacy-policy\" class=\"my-auto\">Consumer Health Data Privacy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 40/100 and needs a fix.

6 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

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

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AEO: Answer evidence and trust scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/who-we-are",
      "text": "Who We Are",
      "html": "<a href=\"/who-we-are\">Who We Are</a>"
    },
    {
      "href": "/company/leadership",
      "text": "Our Team",
      "html": "<a href=\"/company/leadership\">Our Team</a>"
    },
    {
      "href": "/company/press",
      "text": "Newsroom",
      "html": "<a href=\"/company/press\">Newsroom</a>"
    },
    {
      "href": "/company/awards",
      "text": "Awards",
      "html": "<a href=\"/company/awards\">Awards</a>"
    },
    {
      "href": "/company/strategic-collaborations",
      "text": "Collaborations",
      "html": "<a href=\"/company/strategic-collaborations\">Collaborations</a>"
    },
    {
      "href": "/company/clinical-research",
      "text": "Clinical Research",
      "html": "<a href=\"/company/clinical-research\">Clinical Research</a>"
    },
    {
      "href": "/company/careers",
      "text": "Careers",
      "html": "<a href=\"/company/careers\">Careers</a>"
    },
    {
      "href": "https://www.linkedin.com/company/thorne-health",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/thorne-health\" rel=\"noopener noreferrer\" class=\"grow\" aria-label=\"Go to LinkedIn profile\"><svg class=\"svg-inline--fa fa-linkedin fa-lg font\" style=\"\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path class=\"\" style=\"\" fill=\"currentColor\" d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32...."
    }
  ],
  "contactLinks": [
    {
      "href": "/faqs",
      "text": "Help",
      "html": "<a href=\"/faqs\" class=\"link flex gap-x-1 items-center whitespace-nowrap\">Help <!----></a>"
    },
    {
      "href": "/faqs",
      "text": "Help",
      "html": "<a href=\"/faqs\" class=\"link flex gap-x-1 items-center whitespace-nowrap\">Help <!----></a>"
    },
    {
      "href": "/contacts",
      "text": "Contact Us",
      "html": "<a href=\"/contacts\">Contact Us</a>"
    },
    {
      "href": "/contacts",
      "text": "Visit Help Center",
      "html": "<a href=\"/contacts\">Visit Help Center</a>"
    },
    {
      "href": "mailto:[email protected]",
      "text": "[email protected]",
      "html": "<a href=\"mailto:[email protected]\" rel=\"noopener noreferrer\">[email protected]</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms-of-use",
      "text": "Terms",
      "html": "<a href=\"/terms-of-use\" class=\"my-auto\">Terms</a>"
    },
    {
      "href": "https://privacy.thorne.com/privacy-policy",
      "text": "Privacy",
      "html": "<a href=\"https://privacy.thorne.com/privacy-policy\" rel=\"noopener noreferrer\" class=\"my-auto\">Privacy</a>"
    },
    {
      "href": "/terms/consumer-health-data-privacy-policy",
      "text": "Consumer Health Data Privacy",
      "html": "<a href=\"/terms/consumer-health-data-privacy-policy\" class=\"my-auto\">Consumer Health Data Privacy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

14 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": 14,
  "passing": 0,
  "failing": [
    {
      "heading": ".builder-d91d962b22fd4e7b9a535d111c456607 { color: rgba(0, 0, 0, 1); } @media (max-width: 640px) { .builder-d91d962b22fd4e7b9a535d111c456607 { font-size: 32px; line-height: 40px; } } The future of personal health at Thorne is coming",
      "headingHtml": "<h2 builder-id=\"builder-mm05jmsa08kkllphayf3\" style class=\"builder-mm05jmsa08kkllphayf3 builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-d91d962b22fd4e7b9a535d111c456607\">.builder-d91d962b22fd4e7b9a535d111c456607 { color: rgba(0, 0, 0, 1); } @media (max-width: 640px) { .builder-d91d962b22fd4e7b9a535d111c456607 { font-size: 32px; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-d91d962b22fd4e7b9a535d111c456607\" style class=\"builder-d91...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": ".builder-a76fadb50d6c461b972be52d18869dd0 { color: rgba(0, 0, 0, 1); } We’re evolving our personal health testing experience. Sign up below for updates on what’s coming next.",
      "headingHtml": "<h2 builder-id=\"builder-mm05jmse0gy16zykzbt\" style class=\"builder-mm05jmse0gy16zykzbt builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-a76fadb50d6c461b972be52d18869dd0\">.builder-a76fadb50d6c461b972be52d18869dd0 { color: rgba(0, 0, 0, 1); } </style><!--[--><!--[--><span builder-id=\"builder-a76fadb50d6c461b972be52d18869dd0\" style class=\"builder-a76fadb50d6c461b972be52d18869dd0 builder-block\"><!--[--><!--[--><!--[--><div class=\"builder-text\" style=\"outline:none...",
      "firstParagraph": "We’re evolving our personal health testing experience. Sign up below for updates on what’s coming next.",
      "paragraphHtml": "<p>We&#x2019;re evolving our personal health testing experience. Sign up below for updates on what&#x2019;s coming next.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "@media (max-width: 640px) { .builder-0b5a8b0e155f4af2bbb7413b00b0ccaf { font-size: 32px; width: 50%; line-height: 40px; } } What our customers are saying",
      "headingHtml": "<h2 builder-id=\"builder-mm05jw9c0grotenzhwic\" style class=\"builder-mm05jw9c0grotenzhwic builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-0b5a8b0e155f4af2bbb7413b00b0ccaf\"> @media (max-width: 640px) { .builder-0b5a8b0e155f4af2bbb7413b00b0ccaf { font-size: 32px; width: 50%; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-0b5a8b0e155f4af2bbb7413b00b0ccaf\" style class=\"builder-0b5a8b0e155f4af2bbb7413b00b0ccaf builder-block\"><!--[--><!--[...",
      "firstParagraph": "What our customers are saying",
      "paragraphHtml": "<p>What our customers are saying</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "@media (max-width: 640px) { .builder-0e5d9fc255454a12a76b5b69e1307c3e { font-size: 32px; line-height: 40px; } } Real people. Real recommendations.",
      "headingHtml": "<h3 builder-id=\"builder-mm05jw9o0a6jcbz9baf6\" style class=\"builder-mm05jw9o0a6jcbz9baf6 builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-0e5d9fc255454a12a76b5b69e1307c3e\"> @media (max-width: 640px) { .builder-0e5d9fc255454a12a76b5b69e1307c3e { font-size: 32px; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-0e5d9fc255454a12a76b5b69e1307c3e\" style class=\"builder-0e5d9fc255454a12a76b5b69e1307c3e builder-block\"><!--[--><!--[--><!--[--><...",
      "firstParagraph": "Real people. Real recommendations.",
      "paragraphHtml": "<p>Real people. Real recommendations.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "@media (max-width: 640px) { .builder-06c1b2dfaaed49939383a05f02a0b8a0 { font-size: 32px; line-height: 40px; } } Case Study",
      "headingHtml": "<h2 builder-id=\"builder-mm05k9yd06nudnt6z607\" style class=\"builder-mm05k9yd06nudnt6z607 builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-06c1b2dfaaed49939383a05f02a0b8a0\"> @media (max-width: 640px) { .builder-06c1b2dfaaed49939383a05f02a0b8a0 { font-size: 32px; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-06c1b2dfaaed49939383a05f02a0b8a0\" style class=\"builder-06c1b2dfaaed49939383a05f02a0b8a0 builder-block\"><!--[--><!--[--><!--[--><...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "@media (max-width: 640px) { .builder-6451b0147205441ba95f1e9711ca0dfc { font-size: 20px; line-height: 32px; } } Walk through the process of reviewing the at home health test results and personalized recommendations.",
      "headingHtml": "<h3 builder-id=\"builder-mm05k9yh0ouk8t9txngb\" style class=\"builder-mm05k9yh0ouk8t9txngb builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-6451b0147205441ba95f1e9711ca0dfc\"> @media (max-width: 640px) { .builder-6451b0147205441ba95f1e9711ca0dfc { font-size: 20px; line-height: 32px; } } </style><!--[--><!--[--><span builder-id=\"builder-6451b0147205441ba95f1e9711ca0dfc\" style class=\"builder-6451b0147205441ba95f1e9711ca0dfc builder-block\"><!--[--><!--[--><!--[--><...",
      "firstParagraph": "Walk through the process of reviewing the at home health test results and personalized recommendations.",
      "paragraphHtml": "<p>Walk through the process of reviewing the at home health test results and personalized recommendations.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "@media (max-width: 640px) { .builder-dd657ad043d74f81a9f90b21b88bc628 { font-size: 32px; } } What you'll discover",
      "headingHtml": "<h2 builder-id=\"builder-mm05ki530ve22szw4ck\" style class=\"builder-mm05ki530ve22szw4ck builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-dd657ad043d74f81a9f90b21b88bc628\"> @media (max-width: 640px) { .builder-dd657ad043d74f81a9f90b21b88bc628 { font-size: 32px; } } </style><!--[--><!--[--><span builder-id=\"builder-dd657ad043d74f81a9f90b21b88bc628\" style class=\"builder-dd657ad043d74f81a9f90b21b88bc628 builder-block\"><!--[--><!--[--><!--[--><div class=\"builder-te...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "About",
      "headingHtml": "<h3 class=\"text-lg font-medium\">About</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Learn",
      "headingHtml": "<h3 class=\"text-lg font-medium\">Learn</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Community",
      "headingHtml": "<h3 class=\"text-lg font-medium\">Community</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Support",
      "headingHtml": "<h3 class=\"text-lg font-medium\">Support</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Need help",
      "headingHtml": "<h3 class=\"text-lg font-medium\">Need help</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Wellness delivered to your inbox",
      "headingHtml": "<h3 class=\"font-bold\">Wellness delivered to your inbox</h3>",
      "firstParagraph": "Sign up for Thorne emails",
      "paragraphHtml": "<p>Sign up for Thorne emails</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "© Thorne. All rights reserved.",
      "headingHtml": "<h3>&#xa9; Thorne. All rights reserved.</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: Question-led structure

AEO: Question-led structure scored 50/100 and needs improvement.

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

No question-led h2 sections or FAQ pattern was detected.

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: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AEO: Question-led structure scored 50/100 and needs improvement.

Evidence
{
  "h2Count": 5,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "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

14 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": 14,
  "passing": 0,
  "failing": [
    {
      "heading": ".builder-d91d962b22fd4e7b9a535d111c456607 { color: rgba(0, 0, 0, 1); } @media (max-width: 640px) { .builder-d91d962b22fd4e7b9a535d111c456607 { font-size: 32px; line-height: 40px; } } The future of personal health at Thorne is coming",
      "headingHtml": "<h2 builder-id=\"builder-mm05jmsa08kkllphayf3\" style class=\"builder-mm05jmsa08kkllphayf3 builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-d91d962b22fd4e7b9a535d111c456607\">.builder-d91d962b22fd4e7b9a535d111c456607 { color: rgba(0, 0, 0, 1); } @media (max-width: 640px) { .builder-d91d962b22fd4e7b9a535d111c456607 { font-size: 32px; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-d91d962b22fd4e7b9a535d111c456607\" style class=\"builder-d91...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": ".builder-a76fadb50d6c461b972be52d18869dd0 { color: rgba(0, 0, 0, 1); } We’re evolving our personal health testing experience. Sign up below for updates on what’s coming next.",
      "headingHtml": "<h2 builder-id=\"builder-mm05jmse0gy16zykzbt\" style class=\"builder-mm05jmse0gy16zykzbt builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-a76fadb50d6c461b972be52d18869dd0\">.builder-a76fadb50d6c461b972be52d18869dd0 { color: rgba(0, 0, 0, 1); } </style><!--[--><!--[--><span builder-id=\"builder-a76fadb50d6c461b972be52d18869dd0\" style class=\"builder-a76fadb50d6c461b972be52d18869dd0 builder-block\"><!--[--><!--[--><!--[--><div class=\"builder-text\" style=\"outline:none...",
      "firstParagraph": "We’re evolving our personal health testing experience. Sign up below for updates on what’s coming next.",
      "paragraphHtml": "<p>We&#x2019;re evolving our personal health testing experience. Sign up below for updates on what&#x2019;s coming next.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "@media (max-width: 640px) { .builder-0b5a8b0e155f4af2bbb7413b00b0ccaf { font-size: 32px; width: 50%; line-height: 40px; } } What our customers are saying",
      "headingHtml": "<h2 builder-id=\"builder-mm05jw9c0grotenzhwic\" style class=\"builder-mm05jw9c0grotenzhwic builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-0b5a8b0e155f4af2bbb7413b00b0ccaf\"> @media (max-width: 640px) { .builder-0b5a8b0e155f4af2bbb7413b00b0ccaf { font-size: 32px; width: 50%; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-0b5a8b0e155f4af2bbb7413b00b0ccaf\" style class=\"builder-0b5a8b0e155f4af2bbb7413b00b0ccaf builder-block\"><!--[--><!--[...",
      "firstParagraph": "What our customers are saying",
      "paragraphHtml": "<p>What our customers are saying</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "@media (max-width: 640px) { .builder-0e5d9fc255454a12a76b5b69e1307c3e { font-size: 32px; line-height: 40px; } } Real people. Real recommendations.",
      "headingHtml": "<h3 builder-id=\"builder-mm05jw9o0a6jcbz9baf6\" style class=\"builder-mm05jw9o0a6jcbz9baf6 builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-0e5d9fc255454a12a76b5b69e1307c3e\"> @media (max-width: 640px) { .builder-0e5d9fc255454a12a76b5b69e1307c3e { font-size: 32px; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-0e5d9fc255454a12a76b5b69e1307c3e\" style class=\"builder-0e5d9fc255454a12a76b5b69e1307c3e builder-block\"><!--[--><!--[--><!--[--><...",
      "firstParagraph": "Real people. Real recommendations.",
      "paragraphHtml": "<p>Real people. Real recommendations.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "@media (max-width: 640px) { .builder-06c1b2dfaaed49939383a05f02a0b8a0 { font-size: 32px; line-height: 40px; } } Case Study",
      "headingHtml": "<h2 builder-id=\"builder-mm05k9yd06nudnt6z607\" style class=\"builder-mm05k9yd06nudnt6z607 builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-06c1b2dfaaed49939383a05f02a0b8a0\"> @media (max-width: 640px) { .builder-06c1b2dfaaed49939383a05f02a0b8a0 { font-size: 32px; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-06c1b2dfaaed49939383a05f02a0b8a0\" style class=\"builder-06c1b2dfaaed49939383a05f02a0b8a0 builder-block\"><!--[--><!--[--><!--[--><...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "@media (max-width: 640px) { .builder-6451b0147205441ba95f1e9711ca0dfc { font-size: 20px; line-height: 32px; } } Walk through the process of reviewing the at home health test results and personalized recommendations.",
      "headingHtml": "<h3 builder-id=\"builder-mm05k9yh0ouk8t9txngb\" style class=\"builder-mm05k9yh0ouk8t9txngb builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-6451b0147205441ba95f1e9711ca0dfc\"> @media (max-width: 640px) { .builder-6451b0147205441ba95f1e9711ca0dfc { font-size: 20px; line-height: 32px; } } </style><!--[--><!--[--><span builder-id=\"builder-6451b0147205441ba95f1e9711ca0dfc\" style class=\"builder-6451b0147205441ba95f1e9711ca0dfc builder-block\"><!--[--><!--[--><!--[--><...",
      "firstParagraph": "Walk through the process of reviewing the at home health test results and personalized recommendations.",
      "paragraphHtml": "<p>Walk through the process of reviewing the at home health test results and personalized recommendations.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "@media (max-width: 640px) { .builder-dd657ad043d74f81a9f90b21b88bc628 { font-size: 32px; } } What you'll discover",
      "headingHtml": "<h2 builder-id=\"builder-mm05ki530ve22szw4ck\" style class=\"builder-mm05ki530ve22szw4ck builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-dd657ad043d74f81a9f90b21b88bc628\"> @media (max-width: 640px) { .builder-dd657ad043d74f81a9f90b21b88bc628 { font-size: 32px; } } </style><!--[--><!--[--><span builder-id=\"builder-dd657ad043d74f81a9f90b21b88bc628\" style class=\"builder-dd657ad043d74f81a9f90b21b88bc628 builder-block\"><!--[--><!--[--><!--[--><div class=\"builder-te...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "About",
      "headingHtml": "<h3 class=\"text-lg font-medium\">About</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Learn",
      "headingHtml": "<h3 class=\"text-lg font-medium\">Learn</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Community",
      "headingHtml": "<h3 class=\"text-lg font-medium\">Community</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Support",
      "headingHtml": "<h3 class=\"text-lg font-medium\">Support</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Need help",
      "headingHtml": "<h3 class=\"text-lg font-medium\">Need help</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Wellness delivered to your inbox",
      "headingHtml": "<h3 class=\"font-bold\">Wellness delivered to your inbox</h3>",
      "firstParagraph": "Sign up for Thorne emails",
      "paragraphHtml": "<p>Sign up for Thorne emails</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "© Thorne. All rights reserved.",
      "headingHtml": "<h3>&#xa9; Thorne. All rights reserved.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

6 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, initial-scale=1, maximum-scale=2, minimum-scale=1",
  "visibleWords": 550,
  "htmlBytes": 268402,
  "imagesMissingDimensions": [
    {
      "src": "https://d1vo8zfysxy97v.cloudfront.net/images/layout/thorne-logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img onerror=\"this.setAttribute(&apos;data-error&apos;, 1)\" alt=\"Thorne logo\" data-nuxt-img srcset=\"https://d1vo8zfysxy97v.cloudfront.net/images/layout/thorne-logo.svg 1x, https://d1vo8zfysxy97v.cloudfront.net/images/layout/thorne-logo.svg 2x\" class=\"m-auto h-5.5\" src=\"https://d1vo8zfysxy97v.cloudfront.net/images/layout/thorne-logo.svg\">"
    },
    {
      "src": "https://d1vo8zfysxy97v.cloudfront.net/images/layout/thorne-logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img onerror=\"this.setAttribute(&apos;data-error&apos;, 1)\" alt=\"Thorne logo\" data-nuxt-img srcset=\"https://d1vo8zfysxy97v.cloudfront.net/images/layout/thorne-logo.svg 1x, https://d1vo8zfysxy97v.cloudfront.net/images/layout/thorne-logo.svg 2x\" class=\"m-auto h-5.5\" src=\"https://d1vo8zfysxy97v.cloudfront.net/images/layout/thorne-logo.svg\">"
    },
    {
      "src": "https://d1vo8zfysxy97v.cloudfront.net/media/pages/at-home-tests/customer2_vf0dbee6d45ae5512a237fda4efe11955e3779b99.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://d1vo8zfysxy97v.cloudfront.net/media/pages/at-home-tests/customer2_vf0dbee6d45ae5512a237fda4efe11955e3779b99.jpg\" style=\"object-fit:cover;object-position:center;\" role=\"presentation\" builder-id=\"builder-mm05jw9g093262h9sj1r\" class=\"builder-raw-img builder-mm05jw9g093262h9sj1r builder-block\">"
    },
    {
      "src": "https://d1vo8zfysxy97v.cloudfront.net/media/pages/at-home-tests/customer3_v8bf89b2416d68b7c827d431c5bf37b5824c8a2b1.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://d1vo8zfysxy97v.cloudfront.net/media/pages/at-home-tests/customer3_v8bf89b2416d68b7c827d431c5bf37b5824c8a2b1.jpg\" style=\"object-fit:cover;object-position:center;\" role=\"presentation\" builder-id=\"builder-mm05jw9i0bvqtzqfs6bj\" class=\"builder-raw-img builder-mm05jw9i0bvqtzqfs6bj builder-block\">"
    },
    {
      "src": "https://d1vo8zfysxy97v.cloudfront.net/media/pages/at-home-tests/customer1_vbe89258e006b11fa876135d10a380084d12ad419.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://d1vo8zfysxy97v.cloudfront.net/media/pages/at-home-tests/customer1_vbe89258e006b11fa876135d10a380084d12ad419.jpg\" style=\"object-fit:cover;object-position:center;\" role=\"presentation\" builder-id=\"builder-mm05jw9k0awys1wjrzd\" class=\"builder-raw-img builder-mm05jw9k0awys1wjrzd builder-block\">"
    },
    {
      "src": "https://d1vo8zfysxy97v.cloudfront.net/images/layout/t.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img onerror=\"this.setAttribute(&apos;data-error&apos;, 1)\" alt=\"Thorne logo\" data-nuxt-img srcset=\"https://d1vo8zfysxy97v.cloudfront.net/images/layout/t.svg 1x, https://d1vo8zfysxy97v.cloudfront.net/images/layout/t.svg 2x\" class=\"w-[49px] h-[49px] mb-10\" src=\"https://d1vo8zfysxy97v.cloudfront.net/images/layout/t.svg\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

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: how, 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": ".builder-d91d962b22fd4e7b9a535d111c456607 { color: rgba(0, 0, 0, 1); } @media (max-width: 640px) { .builder-d91d962b22fd4e7b9a535d111c456607 { font-size: 32px; line-height: 40px; } } The future of personal health at Thorne is coming",
      "html": "<h2 builder-id=\"builder-mm05jmsa08kkllphayf3\" style class=\"builder-mm05jmsa08kkllphayf3 builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-d91d962b22fd4e7b9a535d111c456607\">.builder-d91d962b22fd4e7b9a535d111c456607 { color: rgba(0, 0, 0, 1); } @media (max-width: 640px) { .builder-d91d962b22fd4e7b9a535d111c456607 { font-size: 32px; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-d91d962b22fd4e7b9a535d111c456607\" style class=\"builder-d91..."
    },
    {
      "text": ".builder-a76fadb50d6c461b972be52d18869dd0 { color: rgba(0, 0, 0, 1); } We’re evolving our personal health testing experience. Sign up below for updates on what’s coming next.",
      "html": "<h2 builder-id=\"builder-mm05jmse0gy16zykzbt\" style class=\"builder-mm05jmse0gy16zykzbt builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-a76fadb50d6c461b972be52d18869dd0\">.builder-a76fadb50d6c461b972be52d18869dd0 { color: rgba(0, 0, 0, 1); } </style><!--[--><!--[--><span builder-id=\"builder-a76fadb50d6c461b972be52d18869dd0\" style class=\"builder-a76fadb50d6c461b972be52d18869dd0 builder-block\"><!--[--><!--[--><!--[--><div class=\"builder-text\" style=\"outline:none..."
    },
    {
      "text": "@media (max-width: 640px) { .builder-0b5a8b0e155f4af2bbb7413b00b0ccaf { font-size: 32px; width: 50%; line-height: 40px; } } What our customers are saying",
      "html": "<h2 builder-id=\"builder-mm05jw9c0grotenzhwic\" style class=\"builder-mm05jw9c0grotenzhwic builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-0b5a8b0e155f4af2bbb7413b00b0ccaf\"> @media (max-width: 640px) { .builder-0b5a8b0e155f4af2bbb7413b00b0ccaf { font-size: 32px; width: 50%; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-0b5a8b0e155f4af2bbb7413b00b0ccaf\" style class=\"builder-0b5a8b0e155f4af2bbb7413b00b0ccaf builder-block\"><!--[--><!--[..."
    },
    {
      "text": "@media (max-width: 640px) { .builder-06c1b2dfaaed49939383a05f02a0b8a0 { font-size: 32px; line-height: 40px; } } Case Study",
      "html": "<h2 builder-id=\"builder-mm05k9yd06nudnt6z607\" style class=\"builder-mm05k9yd06nudnt6z607 builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-06c1b2dfaaed49939383a05f02a0b8a0\"> @media (max-width: 640px) { .builder-06c1b2dfaaed49939383a05f02a0b8a0 { font-size: 32px; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-06c1b2dfaaed49939383a05f02a0b8a0\" style class=\"builder-06c1b2dfaaed49939383a05f02a0b8a0 builder-block\"><!--[--><!--[--><!--[--><..."
    },
    {
      "text": "@media (max-width: 640px) { .builder-dd657ad043d74f81a9f90b21b88bc628 { font-size: 32px; } } What you'll discover",
      "html": "<h2 builder-id=\"builder-mm05ki530ve22szw4ck\" style class=\"builder-mm05ki530ve22szw4ck builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-dd657ad043d74f81a9f90b21b88bc628\"> @media (max-width: 640px) { .builder-dd657ad043d74f81a9f90b21b88bc628 { font-size: 32px; } } </style><!--[--><!--[--><span builder-id=\"builder-dd657ad043d74f81a9f90b21b88bc628\" style class=\"builder-dd657ad043d74f81a9f90b21b88bc628 builder-block\"><!--[--><!--[--><!--[--><div class=\"builder-te..."
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Thorne® Health and At-Home Tests?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Thorne® Health and At-Home Tests work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Thorne® Health and At-Home Tests?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Thorne® Health and At-Home Tests free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Thorne® Health and At-Home Tests compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Thorne® Health and At-Home Tests work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Thorne® Health and At-Home Tests?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Thorne® Health and At-Home Tests free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Thorne® Health and At-Home Tests 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": 401,
            "contentType": null,
            "length": 0
          },
          {
            "path": "/api/context",
            "statusCode": 401,
            "contentType": null,
            "length": 0
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "application/json",
            "length": 168
          }
        ]
      },
      "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: how, 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": ".builder-d91d962b22fd4e7b9a535d111c456607 { color: rgba(0, 0, 0, 1); } @media (max-width: 640px) { .builder-d91d962b22fd4e7b9a535d111c456607 { font-size: 32px; line-height: 40px; } } The future of personal health at Thorne is coming",
      "html": "<h2 builder-id=\"builder-mm05jmsa08kkllphayf3\" style class=\"builder-mm05jmsa08kkllphayf3 builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-d91d962b22fd4e7b9a535d111c456607\">.builder-d91d962b22fd4e7b9a535d111c456607 { color: rgba(0, 0, 0, 1); } @media (max-width: 640px) { .builder-d91d962b22fd4e7b9a535d111c456607 { font-size: 32px; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-d91d962b22fd4e7b9a535d111c456607\" style class=\"builder-d91..."
    },
    {
      "text": ".builder-a76fadb50d6c461b972be52d18869dd0 { color: rgba(0, 0, 0, 1); } We’re evolving our personal health testing experience. Sign up below for updates on what’s coming next.",
      "html": "<h2 builder-id=\"builder-mm05jmse0gy16zykzbt\" style class=\"builder-mm05jmse0gy16zykzbt builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-a76fadb50d6c461b972be52d18869dd0\">.builder-a76fadb50d6c461b972be52d18869dd0 { color: rgba(0, 0, 0, 1); } </style><!--[--><!--[--><span builder-id=\"builder-a76fadb50d6c461b972be52d18869dd0\" style class=\"builder-a76fadb50d6c461b972be52d18869dd0 builder-block\"><!--[--><!--[--><!--[--><div class=\"builder-text\" style=\"outline:none..."
    },
    {
      "text": "@media (max-width: 640px) { .builder-0b5a8b0e155f4af2bbb7413b00b0ccaf { font-size: 32px; width: 50%; line-height: 40px; } } What our customers are saying",
      "html": "<h2 builder-id=\"builder-mm05jw9c0grotenzhwic\" style class=\"builder-mm05jw9c0grotenzhwic builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-0b5a8b0e155f4af2bbb7413b00b0ccaf\"> @media (max-width: 640px) { .builder-0b5a8b0e155f4af2bbb7413b00b0ccaf { font-size: 32px; width: 50%; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-0b5a8b0e155f4af2bbb7413b00b0ccaf\" style class=\"builder-0b5a8b0e155f4af2bbb7413b00b0ccaf builder-block\"><!--[--><!--[..."
    },
    {
      "text": "@media (max-width: 640px) { .builder-06c1b2dfaaed49939383a05f02a0b8a0 { font-size: 32px; line-height: 40px; } } Case Study",
      "html": "<h2 builder-id=\"builder-mm05k9yd06nudnt6z607\" style class=\"builder-mm05k9yd06nudnt6z607 builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-06c1b2dfaaed49939383a05f02a0b8a0\"> @media (max-width: 640px) { .builder-06c1b2dfaaed49939383a05f02a0b8a0 { font-size: 32px; line-height: 40px; } } </style><!--[--><!--[--><span builder-id=\"builder-06c1b2dfaaed49939383a05f02a0b8a0\" style class=\"builder-06c1b2dfaaed49939383a05f02a0b8a0 builder-block\"><!--[--><!--[--><!--[--><..."
    },
    {
      "text": "@media (max-width: 640px) { .builder-dd657ad043d74f81a9f90b21b88bc628 { font-size: 32px; } } What you'll discover",
      "html": "<h2 builder-id=\"builder-mm05ki530ve22szw4ck\" style class=\"builder-mm05ki530ve22szw4ck builder-block\"><!--[--><!--[--><!----><!--[--><!--[--><style nonce data-id=\"builder-dd657ad043d74f81a9f90b21b88bc628\"> @media (max-width: 640px) { .builder-dd657ad043d74f81a9f90b21b88bc628 { font-size: 32px; } } </style><!--[--><!--[--><span builder-id=\"builder-dd657ad043d74f81a9f90b21b88bc628\" style class=\"builder-dd657ad043d74f81a9f90b21b88bc628 builder-block\"><!--[--><!--[--><!--[--><div class=\"builder-te..."
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Thorne® Health and At-Home Tests?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Thorne® Health and At-Home Tests work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Thorne® Health and At-Home Tests?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Thorne® Health and At-Home Tests free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Thorne® Health and At-Home Tests compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Thorne® Health and At-Home Tests work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Thorne® Health and At-Home Tests?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Thorne® Health and At-Home Tests free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Thorne® Health and At-Home Tests 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 "application/json" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

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 "application/json" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{"field":"agent_auth.register_uri","issue":"Missing URL."}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "application/json",
        "length": 168,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"application/json\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 168,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/auth.md"
          ],
          "rawExcerpt": "{\"timestamp\":\"2026-06-11T10:15:13.040+00:00\",\"status\":404,\"error\":\"Not Found\",\"path\":\"/auth.md\",\"errorUuid\":\"c89a1e0c-8219-438c-9f22-a337bd38aea3\",\"traceEnabled\":false}"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"application/json\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "application/json",
        "length": 197,
        "text": "{\"timestamp\":\"2026-06-11T10:15:13.329+00:00\",\"status\":404,\"error\":\"Not Found\",\"path\":\"/.well-known/oauth-protected-resource\",\"errorUuid\":\"ea68287f-3b14-432f-b15e-05fca3584a54\",\"traceEnabled\":false}"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": true,
        "compatibleContentType": true,
        "document": {
          "issuer": "https://www.thorne.com",
          "authorization_endpoint": "https://www.thorne.com/oauth/authorize",
          "device_authorization_endpoint": "https://www.thorne.com/oauth2/device_authorization",
          "token_endpoint": "https://www.thorne.com/oauth/token",
          "token_endpoint_auth_methods_supported": [
            "client_secret_basic",
            "client_secret_post",
            "client_secret_jwt",
            "private_key_jwt",
            "tls_client_auth",
            "self_signed_tls_client_auth"
          ],
          "jwks_uri": "https://www.thorne.com/oauth2/jwks",
          "response_types_supported": [
            "code"
          ],
          "grant_types_supported": [
            "authorization_code",
            "client_credentials",
            "refresh_token",
            "urn:ietf:params:oauth:grant-type:device_code",
            "urn:ietf:params:oauth:grant-type:token-exchange"
          ],
          "revocation_endpoint": "https://www.thorne.com/oauth/revoke",
          "revocation_endpoint_auth_methods_supported": [
            "client_secret_basic",
            "client_secret_post",
            "client_secret_jwt",
            "private_key_jwt",
            "tls_client_auth",
            "self_signed_tls_client_auth"
          ],
          "introspection_endpoint": "https://www.thorne.com/oauth/introspect",
          "introspection_endpoint_auth_methods_supported": [
            "client_secret_basic",
            "client_secret_post",
            "client_secret_jwt",
            "private_key_jwt",
            "tls_client_auth",
            "self_signed_tls_client_auth"
          ],
          "code_challenge_methods_supported": [
            "S256"
          ],
          "tls_client_certificate_bound_access_tokens": true,
          "dpop_signing_alg_values_supported": [
            "RS256",
            "RS384",
            "RS512",
            "PS256",
            "PS384",
            "PS512",
            "ES256",
            "ES384",
            "ES512"
          ]
        },
        "rawExcerpt": "{\"issuer\":\"https://www.thorne.com\",\"authorization_endpoint\":\"https://www.thorne.com/oauth/authorize\",\"device_authorization_endpoint\":\"https://www.thorne.com/oauth2/device_authorization\",\"token_endpoint\":\"https://www.thorne.com/oauth/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_basic\",\"client_secret_post\",\"client_secret_jwt\",\"private_key_jwt\",\"tls_client_auth\",\"self_signed_tls_client_auth\"],\"jwks_uri\":\"https://www.thorne.com/oauth2/jwks\",\"response_types_supported\":[\"code\"],\"grant_types_supported\":[\"authorization_code\",\"client_credentials\",\"refresh_token\",\"urn:ietf:params:oauth:grant-type:device_code\",\"urn:ietf:params:oauth:grant-type:token-exchange\"],\"revocation_endpoint\":\"https://www.thorne.com/oauth/revoke\",\"revocation_endpoint_auth_methods_supported\":[\"client_secret_bas",
        "issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
        "hasAgentAuth": false,
        "supportedIdentityTypes": [],
        "credentialTypesSupported": [],
        "registerUriIssues": [
          {
            "field": "agent_auth.register_uri",
            "issue": "Missing URL."
          }
        ],
        "claimUrlIssues": [],
        "revocationUrlIssues": []
      },
      "issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "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

jwks_uri did not return usable JWK entries for the advertised signing algorithms.

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 and validate jwks_uri

    jwks_uri did not return usable JWK entries for the advertised signing algorithms.

Evidence
{
  "failedStep": "jwks",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/oauth-authorization-server",
        "statusCode": 200,
        "contentType": "application/json"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "pass",
      "evidence": {
        "valid": true,
        "compatibleContentType": true,
        "missing": [],
        "endpointIssues": [],
        "issuer": "https://www.thorne.com",
        "authorizationEndpoint": "https://www.thorne.com/oauth/authorize",
        "tokenEndpoint": "https://www.thorne.com/oauth/token",
        "jwksUri": "https://www.thorne.com/oauth2/jwks",
        "responseTypesSupported": [
          "code"
        ],
        "grantTypesSupported": [
          "authorization_code",
          "client_credentials",
          "refresh_token",
          "urn:ietf:params:oauth:grant-type:device_code",
          "urn:ietf:params:oauth:grant-type:token-exchange"
        ],
        "idTokenSigningAlgValuesSupported": [],
        "rawExcerpt": "{\"issuer\":\"https://www.thorne.com\",\"authorization_endpoint\":\"https://www.thorne.com/oauth/authorize\",\"device_authorization_endpoint\":\"https://www.thorne.com/oauth2/device_authorization\",\"token_endpoint\":\"https://www.thorne.com/oauth/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_basic\",\"client_secret_post\",\"client_secret_jwt\",\"private_key_jwt\",\"tls_client_auth\",\"self_signed_tls_client_auth\"],\"jwks_uri\":\"https://www.thorne.com/oauth2/jwks\",\"response_types_supported\":[\"code\"],\"grant_types_supported\":[\"authorization_code\",\"client_credentials\",\"refresh_token\",\"urn:ietf:params:oauth:grant-type:device_code\",\"urn:ietf:params:oauth:grant-type:token-exchange\"],\"revocation_endpoint\":\"https://www.thorne.com/oauth/revoke\",\"revocation_endpoint_auth_methods_supported\":[\"client_secret_bas"
      },
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    },
    {
      "id": "authorization-endpoint",
      "title": "Probe authorization endpoint with an authorization-code request",
      "status": "pass",
      "evidence": {
        "url": "https://www.thorne.com/oauth/authorize?response_type=code&client_id=can-agent-use-scanner&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Foauth%2Fcallback&scope=openid&state=can-agent-use-probe",
        "method": "GET",
        "statusCode": 400,
        "location": null,
        "oauthError": "Bad Request",
        "contentType": "application/json",
        "excerpt": "{\"timestamp\":\"2026-06-11T10:15:11.010+00:00\",\"status\":400,\"error\":\"Bad Request\",\"path\":\"/oauth/authorize\",\"errorUuid\":\"1aa9d815-8f89-48f5-b35d-914ef7b0a833\",\"traceEnabled\":false}"
      },
      "howToFix": "Implement an authorization endpoint that can process syntactically valid authorization requests, or remove it from discovery metadata until it exists."
    },
    {
      "id": "authorization-redirect-safety",
      "title": "Reject unregistered authorization redirects",
      "status": "pass",
      "evidence": {
        "url": "https://www.thorne.com/oauth/authorize?response_type=code&client_id=can-agent-use-unknown-client&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Fattacker-callback&scope=openid&state=can-agent-use-redirect-safety",
        "method": "GET",
        "statusCode": 400,
        "location": null,
        "redirectedToUntrusted": false,
        "contentType": "application/json",
        "excerpt": "{\"timestamp\":\"2026-06-11T10:15:11.279+00:00\",\"status\":400,\"error\":\"Bad Request\",\"path\":\"/oauth/authorize\",\"errorUuid\":\"cb1efad6-8cdc-496b-9315-358be5f11cb4\",\"traceEnabled\":false}"
      },
      "howToFix": "Validate client_id and registered redirect_uri values before redirecting. Return a direct OAuth error for invalid clients or redirect URIs."
    },
    {
      "id": "token-endpoint",
      "title": "Probe token endpoint with advertised grant type",
      "status": "pass",
      "evidence": {
        "url": "https://www.thorne.com/oauth/token",
        "method": "POST",
        "grantType": "authorization_code",
        "statusCode": 400,
        "oauthError": "invalid_client",
        "contentType": "application/json;charset=UTF-8",
        "excerpt": "{\"error\":\"invalid_client\"}"
      },
      "howToFix": "Support every advertised grant type enough to return a protocol-appropriate response, or stop advertising unsupported grants."
    },
    {
      "id": "jwks",
      "title": "Fetch and validate jwks_uri",
      "status": "fail",
      "evidence": {
        "jwksUri": "https://www.thorne.com/oauth2/jwks",
        "statusCode": 200,
        "contentType": "application/json;charset=ISO-8859-1"
      },
      "issue": "jwks_uri did not return usable JWK entries for the advertised signing algorithms.",
      "howToFix": "Implement the advertised jwks_uri route with usable JWK metadata or remove it from discovery metadata until it exists."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": true
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

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

    OAuth Protected Resource metadata did not match RFC 9728 shape. resource issues: [{"field":"resource","issue":"Missing URL."}]; authorization server issues: [{"field":"authorization_servers","issue":"Expected an array."}].

  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

    A protected route returned 401 without a valid WWW-Authenticate: Bearer challenge, matching resource_metadata URL, or matching protected resource identifier.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "application/json"
      },
      "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,
        "issue": "OAuth Protected Resource metadata did not match RFC 9728 shape. resource issues: [{\"field\":\"resource\",\"issue\":\"Missing URL.\"}]; authorization server issues: [{\"field\":\"authorization_servers\",\"issue\":\"Expected an array.\"}].",
        "compatibleContentType": true,
        "hasResource": false,
        "authorizationServerCount": 0,
        "resourceIssues": [
          {
            "field": "resource",
            "issue": "Missing URL."
          }
        ],
        "authServerIssues": [
          {
            "field": "authorization_servers",
            "issue": "Expected an array."
          }
        ],
        "scopesSupported": [],
        "bearerMethodsSupported": [],
        "rawExcerpt": "{\"timestamp\":\"2026-06-11T10:15:11.865+00:00\",\"status\":404,\"error\":\"Not Found\",\"path\":\"/.well-known/oauth-protected-resource\",\"errorUuid\":\"df2f5c3e-7bc4-46d5-85fd-fd3d62924176\",\"traceEnabled\":false}"
      },
      "issue": "OAuth Protected Resource metadata did not match RFC 9728 shape. resource issues: [{\"field\":\"resource\",\"issue\":\"Missing URL.\"}]; authorization server issues: [{\"field\":\"authorization_servers\",\"issue\":\"Expected an array.\"}].",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.thorne.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": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 401,
            "wwwAuthenticate": {
              "valid": false,
              "present": true,
              "bearer": true,
              "hasMetadata": false,
              "raw": "Bearer"
            },
            "expectedMetadataUrl": "https://www.thorne.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 401,
            "wwwAuthenticate": {
              "valid": false,
              "present": true,
              "bearer": true,
              "hasMetadata": false,
              "raw": "Bearer"
            },
            "expectedMetadataUrl": "https://www.thorne.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 401,
            "wwwAuthenticate": {
              "valid": false,
              "present": true,
              "bearer": true,
              "hasMetadata": false,
              "raw": "Bearer"
            },
            "expectedMetadataUrl": "https://www.thorne.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "A protected route returned 401 without a valid WWW-Authenticate: Bearer challenge, matching resource_metadata URL, or matching protected resource identifier.",
      "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": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

100 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).

Evidence
{
  "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}

Performance and AccessibilityAccessibilityBrowser audit

Some elements have a `[tabindex]` value greater than 0

100 Fail

Check name

Some elements have a `[tabindex]` value greater than 0

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.11/tabindex).

Evidence
{
  "description": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.11/tabindex)."
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

33 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 60 ms

Fix guidance

Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.

Evidence
{
  "displayValue": "Est savings of 60 ms",
  "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

20 Fail

Check name

Loading performance

Score

40/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": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 1,
      "displayValue": "810 ms",
      "numericValue": 808
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 89,
      "displayValue": "1.2 s",
      "numericValue": 1202.0079850583193
    },
    {
      "id": "server-response-time",
      "title": "Reduce initial server response time",
      "score": 0,
      "displayValue": "Root document took 730 ms",
      "numericValue": 734
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "2,200 ms",
      "numericValue": 2201.000000000002
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 25,
      "displayValue": "3.1 s",
      "numericValue": 3082.505240516439
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 32.067539999999994
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 86,
      "displayValue": "1.0 s",
      "numericValue": 1002.00584168152
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 22,
      "displayValue": "6.4 s",
      "numericValue": 6369.306365094593
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Legacy JavaScript

17 Warning

Check name

Legacy JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 33 KiB

Fix guidance

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)

Evidence
{
  "displayValue": "Est savings of 33 KiB",
  "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}

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
52/100Level 3, Bot-AwareCurrent report
thorne.com AI SEO Report: 52/100 (Level 3, Bot-Aware)