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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability56%Agent Easeof Use6%Security& Trust60%GEO, AIO, AEO78%SEO100%Performance& Accessibility78%
  • AI Discoverability 56 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 78 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 78 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Online Course Platform to Sell Courses and Communities | Thinkific

Build and sell online courses and communities with Thinkific, an all-in-one online course platform with a drag-and-drop builder, payments, and LMS tools.

Next step

Turn this report into a fix workflow

23 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
56
Needs work1491View details
Discoverability
57
Needs work450View details
Content Readiness
96
Strong1001
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
78
Mostly ready6014
GEO Readiness
89
Mostly ready204
AIO Readiness
77
Mostly ready205
AEO Readiness
68
Needs work205
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
78
Mostly ready2144View details
Performance
68
Needs work1644View details
Accessibility
96
Strong500

Prioritized recommendations

Issues ranked by score impact

45 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish an API catalog for automated API discovery using RFC 9727.

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

    API Catalog did not expose any same-origin hrefs to validate.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 429,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-goA8ufDeJ5ACweULnd7kwd&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

50 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-gL5V0OsT5vPJRMRwz3sU8k&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-6bi7R6eEvRhaLaVWE5aT4N&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/swagger.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-7vSV5O3qTQKYbwcTCwBXl0&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-0AlACW2NPX8XNOAzzUwhwi&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-1FscWzZMKgRt1U7tvNhZN2&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-Wql7ZvegXIj5pMxWBU86na&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-mSbFJtagPmiJCX2uiUjP0M&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

50 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Declare AI content usage preferences with Content Signal in robots.txt.

Result

Content Signal is missing or incomplete.

Evidence
{
  "signals": [],
  "ai-train": false,
  "search": false,
  "ai-input": false
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose question-and-answer content in FAQPage structured data when FAQs are present.

Result

FAQPage schema is missing or incomplete.

Evidence
{
  "found": false,
  "visibleFaq": true,
  "allTypes": [
    "BreadcrumbList",
    "ImageObject",
    "Organization",
    "WebPage",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Use schema types that describe the page's primary content or offering.

Result

High-value schema types is missing or incomplete.

Evidence
{
  "found": [],
  "expected": [
    "Article",
    "BlogPosting",
    "NewsArticle",
    "Product",
    "SoftwareApplication",
    "FAQPage",
    "LocalBusiness",
    "VideoObject",
    "HowTo",
    "Event",
    "Course",
    "Review",
    "Service"
  ],
  "allTypes": [
    "BreadcrumbList",
    "ImageObject",
    "Organization",
    "WebPage",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI 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": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5607
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5546
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5549
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5510
          }
        ]
      },
      "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": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5453
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5510
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5546
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5519
          },
          {
            "path": "/webmcp.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5462
          },
          {
            "path": "/mcp.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5453
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

25 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header.

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

75/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": null,
  "schemaDates": [
    "2026-06-04T13:47:40+00:00",
    "2024-11-27T18:15:04+00:00"
  ],
  "metaDateCount": 1,
  "timeDateCount": 0
}

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": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5531
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5543
          },
          {
            "path": "/agent-card.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5474
          }
        ]
      },
      "issue": "A2A Agent Card was not found at the expected path.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

Agent Skills index failed at "Fetch to find resource".

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

Agent Skills index failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5577
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5537
          }
        ]
      },
      "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": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5516
          },
          {
            "path": "/agent.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5459
          }
        ]
      },
      "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": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5519
          },
          {
            "path": "/agents.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5462
          }
        ]
      },
      "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.thinkific.com",
        "probes": [
          {
            "name": "_index._agents.www.thinkific.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.thinkific.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.thinkific.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "thinkific.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 a label.
    • <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": 0,
        "formsWithTags": 0,
        "totalInteractive": 122,
        "interactiveWithTags": 0,
        "totalCount": 122,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<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": 3,
        "issues": [
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<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 a label."
            },
            {
              "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": 0,
        "formsWithTags": 0,
        "totalInteractive": 122,
        "interactiveWithTags": 0,
        "totalCount": 122,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<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": 0,
    "formsWithTags": 0,
    "totalInteractive": 122,
    "interactiveWithTags": 0,
    "totalCount": 122,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<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

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

18 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": 22,
  "passing": 4,
  "failing": [
    {
      "heading": "Learning experiences that convert on a platform that scales with you",
      "headingHtml": "<h2 class=\"wp-block-heading alignwide has-text-align-center has-h-3-font-size\" id=\"h-learning-experiences-that-convert-on-a-platform-that-scales-with-you\">Learning experiences that convert on a <br>platform that scales with you</h2>",
      "firstParagraph": "Whether you’re selling your personal expertise, scaling an academy, or using online education to expand your company’s revenue, Thinkific equips you with the tools and support you need. Create lasting value, engage with audiences, generate recurring revenue, and evolve your business at every stage.",
      "paragraphHtml": "<p class=\"has-text-align-center has-large-font-size\">Whether you&#x2019;re selling your personal expertise, scaling an academy, or using online education to expand your company&#x2019;s revenue, Thinkific equips you with the tools and support you need. Create lasting value, engage with audiences, generate recurring revenue, and evolve your business at every stage.</p>",
      "words": 46,
      "direct": false,
      "issue": "First paragraph is 46 words and does not look like a concise direct answer."
    },
    {
      "heading": "An easy-to-use platform to help you launch faster",
      "headingHtml": "<h3 class=\"wp-block-heading has-rooted-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-38aa107848cba63942f3ed1afc121b1e\" id=\"h-an-easy-to-use-platform-to-help-you-launch-faster\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.86), 24px);font-style:normal;font-weight:500\">An easy-to-use platform to help you launch faster</h3>",
      "firstParagraph": "Get up and running quickly with AI-powered content and design tools, a simple drag-and-drop course builder, and content with tips and insights from successful customers.",
      "paragraphHtml": "<p class=\"has-rooted-color has-text-color has-link-color has-medium-font-size wp-elements-bbe98df852e76b15cc68501cac06a8ab\" style=\"margin-top:0;margin-bottom:0\">Get up and running quickly with AI-powered content and design tools, a simple drag-and-drop course builder, and content with tips and insights from successful customers.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry-leading commerce and payment tools",
      "headingHtml": "<h3 class=\"wp-block-heading has-rooted-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-acd39bde61ba9ff4ca5a8a7612579c89\" id=\"h-industry-leading-commerce-and-payment-tools\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.86), 24px);font-style:normal;font-weight:500\">Industry-leading commerce and payment tools</h3>",
      "firstParagraph": "Growth doesn’t have to be forced – it can be built into the very fabric of the learning journey. Our platform creates natural, high-value upsell and cross-sell moments with seamless commerce tools.",
      "paragraphHtml": "<p class=\"has-medium-font-size\" style=\"margin-top:0;margin-bottom:0\">Growth doesn&#x2019;t have to be forced &#x2013; it can be built into the very fabric of the learning journey. Our platform creates natural, high-value upsell and cross-sell moments with seamless commerce tools.</p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "How teams win with Thinkific",
      "headingHtml": "<h3 class=\"wp-block-heading has-text-align-center has-beacon-color has-text-color has-link-color wp-elements-98a8c6efafe7b76fa8e306fb964f70a1\" id=\"h-how-teams-win-with-thinkific\" style=\"padding-top:0;padding-bottom:0\">How teams win with Thinkific</h3>",
      "firstParagraph": "Unlocked 486% revenue growth by turning in-person education into a scalable global program using Thinkific Plus",
      "paragraphHtml": "<p style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.625), 20px);font-style:normal;font-weight:500\">Unlocked <strong>486% revenue growth</strong> by turning in-person education into a scalable global program using Thinkific Plus</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Thinkific’s stand-out suite of features",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center has-h-1-font-size\" id=\"h-thinkific-s-stand-out-suite-of-features\" style=\"padding-top:var(--wp--preset--spacing--70)\">Thinkific&#x2019;s stand-out suite of features</h2>",
      "firstParagraph": "Courses built to perform, not just exist",
      "paragraphHtml": "<p class=\"has-pp-writer-font-family has-h-4-font-size\" style=\"margin-right:0;margin-bottom:0;margin-left:0;line-height:1.2\">Courses built to perform, not just exist</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Launch in 30 days with zero setup fees",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center has-beacon-color has-text-color has-link-color wp-elements-22052819638897b5bfa10f76663b2e4d\" id=\"h-launch-in-30-days-with-zero-setup-fees\">Launch in 30 days with &#x2028;<br>zero setup fees</h2>",
      "firstParagraph": "Thinkific Plus customers can get up and running in as little as 30 days thanks to AI-powered content creation tools, a user-friendly interface, and 1:1 onboarding and launch support.",
      "paragraphHtml": "<p class=\"has-text-align-center has-main-highlight-color has-text-color has-link-color has-medium-font-size wp-elements-c0682a2b8560f4a61b453996cc29209a\">Thinkific Plus customers can get up and running in as little as 30 days thanks to <br>AI-powered content creation tools, a user-friendly interface, and 1:1 onboarding and launch support.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join the ranks of leading learning businesses",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-join-the-ranks-of-leading-learning-businesses\">Join the ranks of leading learning businesses</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How Flashpoint educated 3,000+ users and enhanced product adoption",
      "headingHtml": "<h3 class=\"wp-block-heading has-main-foreground-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-004161d832368cbe500af1aa06b864a5\" id=\"h-how-flashpoint-educated-3-000-users-and-enhanced-product-adoption\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.86), 24px);\">How Flashpoint educated 3,000+ users and enhanced product adoption</h3>",
      "firstParagraph": "“Using Thinkific Plus has allowed us to employ our customer education at scale. Without Thinkific Plus, it would have taken an immense amount of resources to train our user base.” – Grace Tilmont, Flashpoint.io",
      "paragraphHtml": "<p class=\"has-main-foreground-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-50a90aaf177aa46bd5ea510f8785585c\" style=\"padding-top:0;padding-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.208), 16px);\">&#x201c;Using Thinkific Plus has allowed us to employ our customer education at scale. Without Thinkific Plus, it would have taken an immense amount of resources to train our user base.&#x201d;<br> &#x2013; Grace Tilmont, Flashpoint.io</p>",
      "words": 34,
      "direct": false,
      "issue": "First paragraph is 34 words and does not look like a concise direct answer."
    },
    {
      "heading": "From tired biochem major to seven-figure earner",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-0ca945cf8eb6ff9b02a71dbcd12c621b\" id=\"h-from-tired-biochem-major-to-seven-figure-earner\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.86), 24px);\">From tired biochem major to seven-figure earner</h3>",
      "firstParagraph": "“I like that I can put my own branding on my Thinkific courses. I can change my fonts, the background color, and other aspects [of the course] so my students still feel like they’re on my website.” – Senna Filter, Easily Excel",
      "paragraphHtml": "<p class=\"has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-240a53ea777e5a54f802f7b6cd49fb2d\" style=\"padding-top:0;padding-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.208), 16px);\">&#x201c;I like that I can put my own branding on my Thinkific courses. I can change my fonts, the background color, and other aspects [of the course] so my students still feel like they&#x2019;re on my website.&#x201d; &#x2013; Senna Filter, Easily Excel</p>",
      "words": 42,
      "direct": false,
      "issue": "First paragraph is 42 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Chef Amanda Schonberg helps bakers make $1,000 per day",
      "headingHtml": "<h3 class=\"wp-block-heading has-instrument-sans-font-family\" id=\"h-how-chef-amanda-schonberg-helps-bakers-make-1-000-per-day\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.86), 24px);\">How Chef Amanda Schonberg helps bakers make &#x24;1,000 per day</h3>",
      "firstParagraph": "“Fast forward now and I’m blessed to have two, six-figure businesses.” – Amanda Schonberg, Baking for Business",
      "paragraphHtml": "<p class=\"has-instrument-sans-font-family\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.208), 16px);\">&#x201c;Fast forward now and I&#x2019;m blessed to have two, six-figure businesses.&#x201d; &#x2013; Amanda Schonberg, Baking for Business</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "The best businesses build on Thinkific",
      "headingHtml": "<h2 class=\"wp-block-heading\" id=\"h-the-best-businesses-build-on-thinkific\">The best businesses build on Thinkific</h2>",
      "firstParagraph": "35K+",
      "paragraphHtml": "<p class=\"has-text-align-center has-beacon-color has-text-color has-link-color has-h-1-font-size wp-elements-4e91ec54f37e47668cbfa6b8523fca5d\" style=\"font-style:normal;font-weight:700\">35K+</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Courses. Community. Commerce.We do them better.",
      "headingHtml": "<h3 class=\"wp-block-heading has-text-align-center has-beacon-color has-text-color has-link-color wp-elements-6e471fb68d131155f1f38bee8c07ab53\" id=\"h-courses-community-commerce-we-do-them-better\">Courses. Community. Commerce.<br>We do them better.</h3>",
      "firstParagraph": "We can help you launch and sell online learning experiences that drive revenue and retention.Talk to one of our team members today.",
      "paragraphHtml": "<p class=\"has-text-align-center has-main-highlight-color has-text-color has-link-color has-medium-font-size wp-elements-f0aae61dc97d9617fa6d9f4ef145163b\">We can help you launch and sell online learning experiences that drive revenue and retention.<br>Talk to one of our team members today.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-cf005c22e6f3091009c2517ba1eff7d3\" id=\"h-solutions\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.542), 1.2rem);font-style:normal;font-weight:700\">Solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Platform",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-122d68e463dab95d4dc2b962e4a6b12b\" id=\"h-platform\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.542), 1.2rem);font-style:normal;font-weight:700\">Platform</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-81b6eb8242c23967f4c8a2d7ad6de629\" id=\"h-company\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.542), 1.2rem);font-style:normal;font-weight:700\">Company</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Customers",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-6f10c3bc4429cfa10fab404e971c3b97\" id=\"h-customers\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.542), 1.2rem);font-style:normal;font-weight:700\">Customers</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Partners",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-1df945c7c3e0c1e956270c0db66be9a6\" id=\"h-partners\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.542), 1.2rem);font-style:normal;font-weight:700\">Partners</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-9e51b8e31cc118185c59854ab9b9909f\" id=\"h-resources\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.542), 1.2rem);font-style:normal;font-weight:700\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2024-11-27T18:15:04+00:00",
    "2026-06-04T13:47:40+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://support.thinkific.com/hc/en-us",
      "text": "Learn more about support",
      "html": "<a class=\"wp-block-button__link wp-element-button\" href=\"https://support.thinkific.com/hc/en-us\">Learn more about support</a>"
    },
    {
      "href": "https://www.thinkific.com/features/courses/",
      "text": "Learn more about Courses",
      "html": "<a class=\"wp-block-button__link has-rooted-color has-text-color has-link-color wp-element-button\" href=\"https://www.thinkific.com/features/courses/\">Learn more about Courses</a>"
    },
    {
      "href": "https://www.thinkific.com/features/learning-communities/",
      "text": "Learn more about Communities",
      "html": "<a class=\"wp-block-button__link has-rooted-color has-text-color has-link-color wp-element-button\" href=\"https://www.thinkific.com/features/learning-communities/\">Learn more about Communities</a>"
    },
    {
      "href": "https://www.thinkific.com/features/selling-tools/",
      "text": "Learn more about Selling Tools",
      "html": "<a class=\"wp-block-button__link has-rooted-color has-text-color has-link-color wp-element-button\" href=\"https://www.thinkific.com/features/selling-tools/\">Learn more about Selling Tools</a>"
    },
    {
      "href": "https://www.thinkific.com/about/",
      "text": "About us",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"https://www.thinkific.com/about/\"><span class=\"wp-block-navigation-item__label\">About us</span></a>"
    },
    {
      "href": "https://www.thinkific.com/ai-info-page/",
      "text": "Hey AI, learn about us",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"https://www.thinkific.com/ai-info-page/\"><span class=\"wp-block-navigation-item__label\">Hey AI, learn about us</span></a>"
    },
    {
      "href": "https://www.linkedin.com/company/thinkific/",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/thinkific/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694..."
    },
    {
      "href": "https://www.linkedin.com/company/thinkific/",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/thinkific/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.thinkific.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://support.thinkific.com/hc/en-us\" data-type=\"page\" data-id=\"12162\" target=\"_blank\" rel=\"noreferrer noopener\">Help Center</a>"
    },
    {
      "href": "https://support.thinkific.com/hc/en-us",
      "text": "Learn more about support",
      "html": "<a class=\"wp-block-button__link wp-element-button\" href=\"https://support.thinkific.com/hc/en-us\">Learn more about support</a>"
    },
    {
      "href": "https://support.thinkific.com/hc/en-us",
      "text": "Help center",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"https://support.thinkific.com/hc/en-us\" target=\"_blank\"><span class=\"wp-block-navigation-item__label\">Help center</span></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.thinkific.com/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"https://www.thinkific.com/terms-of-service/\"><span class=\"wp-block-navigation-item__label\">Terms of Service</span></a>"
    },
    {
      "href": "/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"/terms-of-service/\"><span class=\"wp-block-navigation-item__label\">Terms of Service</span></a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"/privacy-policy/\"><span class=\"wp-block-navigation-item__label\">Privacy Policy</span></a>"
    },
    {
      "href": "/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"/terms-of-service/\"><span class=\"wp-block-navigation-item__label\">Terms of Service</span></a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"/privacy-policy/\"><span class=\"wp-block-navigation-item__label\">Privacy Policy</span></a>"
    }
  ],
  "score": 60,
  "weight": 20
}

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

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

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": 6,
  "questionH2s": [],
  "hasFaq": true,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

4 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2024-11-27T18:15:04+00:00",
    "2026-06-04T13:47:40+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://support.thinkific.com/hc/en-us",
      "text": "Learn more about support",
      "html": "<a class=\"wp-block-button__link wp-element-button\" href=\"https://support.thinkific.com/hc/en-us\">Learn more about support</a>"
    },
    {
      "href": "https://www.thinkific.com/features/courses/",
      "text": "Learn more about Courses",
      "html": "<a class=\"wp-block-button__link has-rooted-color has-text-color has-link-color wp-element-button\" href=\"https://www.thinkific.com/features/courses/\">Learn more about Courses</a>"
    },
    {
      "href": "https://www.thinkific.com/features/learning-communities/",
      "text": "Learn more about Communities",
      "html": "<a class=\"wp-block-button__link has-rooted-color has-text-color has-link-color wp-element-button\" href=\"https://www.thinkific.com/features/learning-communities/\">Learn more about Communities</a>"
    },
    {
      "href": "https://www.thinkific.com/features/selling-tools/",
      "text": "Learn more about Selling Tools",
      "html": "<a class=\"wp-block-button__link has-rooted-color has-text-color has-link-color wp-element-button\" href=\"https://www.thinkific.com/features/selling-tools/\">Learn more about Selling Tools</a>"
    },
    {
      "href": "https://www.thinkific.com/about/",
      "text": "About us",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"https://www.thinkific.com/about/\"><span class=\"wp-block-navigation-item__label\">About us</span></a>"
    },
    {
      "href": "https://www.thinkific.com/ai-info-page/",
      "text": "Hey AI, learn about us",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"https://www.thinkific.com/ai-info-page/\"><span class=\"wp-block-navigation-item__label\">Hey AI, learn about us</span></a>"
    },
    {
      "href": "https://www.linkedin.com/company/thinkific/",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/thinkific/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694..."
    },
    {
      "href": "https://www.linkedin.com/company/thinkific/",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/thinkific/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.thinkific.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://support.thinkific.com/hc/en-us\" data-type=\"page\" data-id=\"12162\" target=\"_blank\" rel=\"noreferrer noopener\">Help Center</a>"
    },
    {
      "href": "https://support.thinkific.com/hc/en-us",
      "text": "Learn more about support",
      "html": "<a class=\"wp-block-button__link wp-element-button\" href=\"https://support.thinkific.com/hc/en-us\">Learn more about support</a>"
    },
    {
      "href": "https://support.thinkific.com/hc/en-us",
      "text": "Help center",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"https://support.thinkific.com/hc/en-us\" target=\"_blank\"><span class=\"wp-block-navigation-item__label\">Help center</span></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.thinkific.com/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"https://www.thinkific.com/terms-of-service/\"><span class=\"wp-block-navigation-item__label\">Terms of Service</span></a>"
    },
    {
      "href": "/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"/terms-of-service/\"><span class=\"wp-block-navigation-item__label\">Terms of Service</span></a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"/privacy-policy/\"><span class=\"wp-block-navigation-item__label\">Privacy Policy</span></a>"
    },
    {
      "href": "/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"/terms-of-service/\"><span class=\"wp-block-navigation-item__label\">Terms of Service</span></a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"wp-block-navigation-item__content\" href=\"/privacy-policy/\"><span class=\"wp-block-navigation-item__label\">Privacy Policy</span></a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 60/100 and needs improvement.

4 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

8 structured-data value(s) were not found in visible page text.

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: Visible structured data match

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Visible structured data match scored 60/100 and needs improvement.

Evidence
{
  "schemaCount": 8,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "Online Course Platform to Sell Courses and Communities | Thinkific"
    },
    {
      "path": "$[0].@graph[0].description",
      "value": "Build and sell online courses and communities with Thinkific, an all-in-one online course platform with a drag-and-drop builder, payments, and LMS tools."
    },
    {
      "path": "$[0].@graph[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Thinkific"
    },
    {
      "path": "$[0].@graph[3].description",
      "value": "Create, Market &amp; Sell Your Own Online Courses"
    },
    {
      "path": "$[0].@graph[4].name",
      "value": "Thinkific"
    },
    {
      "path": "$[0].@graph[4].founder[0].name",
      "value": "Greg Smith"
    },
    {
      "path": "$[0].@graph[4].founder[1].name",
      "value": "Matt Smith"
    },
    {
      "path": "$[0].@graph[4].founder[2].name",
      "value": "Miranda Lievers"
    },
    {
      "path": "$[0].@graph[4].description",
      "value": "Thinkific is an all-in-one learning commerce platform that empowers entrepreneurs, educators, and businesses to create, market, and sell online courses, memberships, digital products, and branded communities. Founded in 2012 in Vancouver, Canada and publicly traded on the Toronto Stock Exchange (TSX: THNC), Thinkific has supported more than 100 million course enrollments across 190 countries, with a drag-and-drop course builder, AI-assisted course outlining, integrated TCommerce payments, mobile apps, and Thinkific Plus for enterprise customers."
    },
    {
      "path": "$[1].name",
      "value": "Online Course Platform to Sell Courses and Communities | Thinkific"
    },
    {
      "path": "$[1].description",
      "value": "Build and sell online courses and communities with Thinkific, an all-in-one online course platform with a drag-and-drop builder, payments, and LMS tools."
    },
    {
      "path": "$[3].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[4].name",
      "value": "Thinkific"
    },
    {
      "path": "$[4].description",
      "value": "Create, Market &amp; Sell Your Own Online Courses"
    },
    {
      "path": "$[5].name",
      "value": "Thinkific"
    },
    {
      "path": "$[5].founder[0].name",
      "value": "Greg Smith"
    },
    {
      "path": "$[5].founder[1].name",
      "value": "Matt Smith"
    },
    {
      "path": "$[5].founder[2].name",
      "value": "Miranda Lievers"
    },
    {
      "path": "$[5].description",
      "value": "Thinkific is an all-in-one learning commerce platform that empowers entrepreneurs, educators, and businesses to create, market, and sell online courses, memberships, digital products, and branded communities. Founded in 2012 in Vancouver, Canada and publicly traded on the Toronto Stock Exchange (TSX: THNC), Thinkific has supported more than 100 million course enrollments across 190 countries, with a drag-and-drop course builder, AI-assisted course outlining, integrated TCommerce payments, mobile apps, and Thinkific Plus for enterprise customers."
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[4].founder[0].name",
      "value": "Greg Smith"
    },
    {
      "path": "$[0].@graph[4].founder[1].name",
      "value": "Matt Smith"
    },
    {
      "path": "$[0].@graph[4].founder[2].name",
      "value": "Miranda Lievers"
    },
    {
      "path": "$[3].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[5].founder[0].name",
      "value": "Greg Smith"
    },
    {
      "path": "$[5].founder[1].name",
      "value": "Matt Smith"
    },
    {
      "path": "$[5].founder[2].name",
      "value": "Miranda Lievers"
    }
  ],
  "score": 60,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

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

Evidence
{
  "candidatePassages": 3,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 67,
      "heading": "H2: Learning experiences that convert on a platform that scales with you",
      "text": "Whether you’re selling your personal expertise, scaling an academy, or using online education to expand your company’s revenue, Thinkific equips you with the tools and support you need. Create lasting value, engage with audiences, generate recurring revenue, and evolve your business at every stage.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"has-text-align-center has-large-font-size\">Whether you&#x2019;re selling your personal expertise, scaling an academy, or using online education to expand your company&#x2019;s revenue, Thinkific equips you with the tools and support you need. Create lasting value, engage with audiences, generate recurring revenue, and evolve your business at every stage.</p>"
    },
    {
      "index": 75,
      "heading": "H3: The results speak for themselves",
      "text": "We don’t ask you to take our word for it—we let the data do the talking. These awards are fueled by 380 real-world reviews, making us one of the highest-rated solutions for 2025. G2’s rigorous ranking system ensures that only the most reliable, high-impact products make the cut.",
      "words": 51,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220)."
      ],
      "html": "<p>We don&#x2019;t ask you to take our word for it&#x2014;we let the data do the talking. These awards are fueled by 380 real-world reviews, making us one of the highest-rated solutions for 2025. G2&#x2019;s rigorous ranking system ensures that only the most reliable, high-impact products make the cut.</p>"
    },
    {
      "index": 111,
      "heading": "H3: From tired biochem major to seven-figure earner",
      "text": "“I like that I can put my own branding on my Thinkific courses. I can change my fonts, the background color, and other aspects [of the course] so my students still feel like they’re on my website.” – Senna Filter, Easily Excel",
      "words": 42,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (42 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-240a53ea777e5a54f802f7b6cd49fb2d\" style=\"padding-top:0;padding-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.208), 16px);\">&#x201c;I like that I can put my own branding on my Thinkific courses. I can change my fonts, the background color, and other aspects [of the course] so my students still feel like they&#x2019;re on my website.&#x201d; &#x2013; Senna Filter, Easily Excel</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

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

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": true,
  "definitionPatterns": 3,
  "schemaBlocks": 2,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: powering, world, top, learning, businesses.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Entity clarity

Score

88/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

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

Evidence
{
  "title": "Online Course Platform to Sell Courses and Communities | Thinkific",
  "h1": "Powering the world’s top learning businesses",
  "description": "Build and sell online courses and communities with Thinkific, an all-in-one online course platform with a drag-and-drop builder, payments, and LMS tools.",
  "topicOverlap": 0.5833333333333334,
  "topicTerms": [
    "online",
    "course",
    "platform",
    "sell",
    "courses",
    "communities",
    "thinkific",
    "powering",
    "world",
    "top",
    "learning",
    "businesses"
  ],
  "descriptionTerms": [
    "build",
    "sell",
    "online",
    "courses",
    "communities",
    "thinkific",
    "all",
    "one",
    "course",
    "platform",
    "drag",
    "drop",
    "builder",
    "payments",
    "lms",
    "tools"
  ],
  "missingFromDescription": [
    "powering",
    "world",
    "top",
    "learning",
    "businesses"
  ],
  "score": 88,
  "weight": 28
}

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

18 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": 22,
  "passing": 4,
  "failing": [
    {
      "heading": "Learning experiences that convert on a platform that scales with you",
      "headingHtml": "<h2 class=\"wp-block-heading alignwide has-text-align-center has-h-3-font-size\" id=\"h-learning-experiences-that-convert-on-a-platform-that-scales-with-you\">Learning experiences that convert on a <br>platform that scales with you</h2>",
      "firstParagraph": "Whether you’re selling your personal expertise, scaling an academy, or using online education to expand your company’s revenue, Thinkific equips you with the tools and support you need. Create lasting value, engage with audiences, generate recurring revenue, and evolve your business at every stage.",
      "paragraphHtml": "<p class=\"has-text-align-center has-large-font-size\">Whether you&#x2019;re selling your personal expertise, scaling an academy, or using online education to expand your company&#x2019;s revenue, Thinkific equips you with the tools and support you need. Create lasting value, engage with audiences, generate recurring revenue, and evolve your business at every stage.</p>",
      "words": 46,
      "direct": false,
      "issue": "First paragraph is 46 words and does not look like a concise direct answer."
    },
    {
      "heading": "An easy-to-use platform to help you launch faster",
      "headingHtml": "<h3 class=\"wp-block-heading has-rooted-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-38aa107848cba63942f3ed1afc121b1e\" id=\"h-an-easy-to-use-platform-to-help-you-launch-faster\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.86), 24px);font-style:normal;font-weight:500\">An easy-to-use platform to help you launch faster</h3>",
      "firstParagraph": "Get up and running quickly with AI-powered content and design tools, a simple drag-and-drop course builder, and content with tips and insights from successful customers.",
      "paragraphHtml": "<p class=\"has-rooted-color has-text-color has-link-color has-medium-font-size wp-elements-bbe98df852e76b15cc68501cac06a8ab\" style=\"margin-top:0;margin-bottom:0\">Get up and running quickly with AI-powered content and design tools, a simple drag-and-drop course builder, and content with tips and insights from successful customers.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry-leading commerce and payment tools",
      "headingHtml": "<h3 class=\"wp-block-heading has-rooted-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-acd39bde61ba9ff4ca5a8a7612579c89\" id=\"h-industry-leading-commerce-and-payment-tools\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.86), 24px);font-style:normal;font-weight:500\">Industry-leading commerce and payment tools</h3>",
      "firstParagraph": "Growth doesn’t have to be forced – it can be built into the very fabric of the learning journey. Our platform creates natural, high-value upsell and cross-sell moments with seamless commerce tools.",
      "paragraphHtml": "<p class=\"has-medium-font-size\" style=\"margin-top:0;margin-bottom:0\">Growth doesn&#x2019;t have to be forced &#x2013; it can be built into the very fabric of the learning journey. Our platform creates natural, high-value upsell and cross-sell moments with seamless commerce tools.</p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "How teams win with Thinkific",
      "headingHtml": "<h3 class=\"wp-block-heading has-text-align-center has-beacon-color has-text-color has-link-color wp-elements-98a8c6efafe7b76fa8e306fb964f70a1\" id=\"h-how-teams-win-with-thinkific\" style=\"padding-top:0;padding-bottom:0\">How teams win with Thinkific</h3>",
      "firstParagraph": "Unlocked 486% revenue growth by turning in-person education into a scalable global program using Thinkific Plus",
      "paragraphHtml": "<p style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.625), 20px);font-style:normal;font-weight:500\">Unlocked <strong>486% revenue growth</strong> by turning in-person education into a scalable global program using Thinkific Plus</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Thinkific’s stand-out suite of features",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center has-h-1-font-size\" id=\"h-thinkific-s-stand-out-suite-of-features\" style=\"padding-top:var(--wp--preset--spacing--70)\">Thinkific&#x2019;s stand-out suite of features</h2>",
      "firstParagraph": "Courses built to perform, not just exist",
      "paragraphHtml": "<p class=\"has-pp-writer-font-family has-h-4-font-size\" style=\"margin-right:0;margin-bottom:0;margin-left:0;line-height:1.2\">Courses built to perform, not just exist</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Launch in 30 days with zero setup fees",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center has-beacon-color has-text-color has-link-color wp-elements-22052819638897b5bfa10f76663b2e4d\" id=\"h-launch-in-30-days-with-zero-setup-fees\">Launch in 30 days with &#x2028;<br>zero setup fees</h2>",
      "firstParagraph": "Thinkific Plus customers can get up and running in as little as 30 days thanks to AI-powered content creation tools, a user-friendly interface, and 1:1 onboarding and launch support.",
      "paragraphHtml": "<p class=\"has-text-align-center has-main-highlight-color has-text-color has-link-color has-medium-font-size wp-elements-c0682a2b8560f4a61b453996cc29209a\">Thinkific Plus customers can get up and running in as little as 30 days thanks to <br>AI-powered content creation tools, a user-friendly interface, and 1:1 onboarding and launch support.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join the ranks of leading learning businesses",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-join-the-ranks-of-leading-learning-businesses\">Join the ranks of leading learning businesses</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How Flashpoint educated 3,000+ users and enhanced product adoption",
      "headingHtml": "<h3 class=\"wp-block-heading has-main-foreground-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-004161d832368cbe500af1aa06b864a5\" id=\"h-how-flashpoint-educated-3-000-users-and-enhanced-product-adoption\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.86), 24px);\">How Flashpoint educated 3,000+ users and enhanced product adoption</h3>",
      "firstParagraph": "“Using Thinkific Plus has allowed us to employ our customer education at scale. Without Thinkific Plus, it would have taken an immense amount of resources to train our user base.” – Grace Tilmont, Flashpoint.io",
      "paragraphHtml": "<p class=\"has-main-foreground-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-50a90aaf177aa46bd5ea510f8785585c\" style=\"padding-top:0;padding-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.208), 16px);\">&#x201c;Using Thinkific Plus has allowed us to employ our customer education at scale. Without Thinkific Plus, it would have taken an immense amount of resources to train our user base.&#x201d;<br> &#x2013; Grace Tilmont, Flashpoint.io</p>",
      "words": 34,
      "direct": false,
      "issue": "First paragraph is 34 words and does not look like a concise direct answer."
    },
    {
      "heading": "From tired biochem major to seven-figure earner",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-0ca945cf8eb6ff9b02a71dbcd12c621b\" id=\"h-from-tired-biochem-major-to-seven-figure-earner\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.86), 24px);\">From tired biochem major to seven-figure earner</h3>",
      "firstParagraph": "“I like that I can put my own branding on my Thinkific courses. I can change my fonts, the background color, and other aspects [of the course] so my students still feel like they’re on my website.” – Senna Filter, Easily Excel",
      "paragraphHtml": "<p class=\"has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-240a53ea777e5a54f802f7b6cd49fb2d\" style=\"padding-top:0;padding-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.208), 16px);\">&#x201c;I like that I can put my own branding on my Thinkific courses. I can change my fonts, the background color, and other aspects [of the course] so my students still feel like they&#x2019;re on my website.&#x201d; &#x2013; Senna Filter, Easily Excel</p>",
      "words": 42,
      "direct": false,
      "issue": "First paragraph is 42 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Chef Amanda Schonberg helps bakers make $1,000 per day",
      "headingHtml": "<h3 class=\"wp-block-heading has-instrument-sans-font-family\" id=\"h-how-chef-amanda-schonberg-helps-bakers-make-1-000-per-day\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.86), 24px);\">How Chef Amanda Schonberg helps bakers make &#x24;1,000 per day</h3>",
      "firstParagraph": "“Fast forward now and I’m blessed to have two, six-figure businesses.” – Amanda Schonberg, Baking for Business",
      "paragraphHtml": "<p class=\"has-instrument-sans-font-family\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.208), 16px);\">&#x201c;Fast forward now and I&#x2019;m blessed to have two, six-figure businesses.&#x201d; &#x2013; Amanda Schonberg, Baking for Business</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "The best businesses build on Thinkific",
      "headingHtml": "<h2 class=\"wp-block-heading\" id=\"h-the-best-businesses-build-on-thinkific\">The best businesses build on Thinkific</h2>",
      "firstParagraph": "35K+",
      "paragraphHtml": "<p class=\"has-text-align-center has-beacon-color has-text-color has-link-color has-h-1-font-size wp-elements-4e91ec54f37e47668cbfa6b8523fca5d\" style=\"font-style:normal;font-weight:700\">35K+</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Courses. Community. Commerce.We do them better.",
      "headingHtml": "<h3 class=\"wp-block-heading has-text-align-center has-beacon-color has-text-color has-link-color wp-elements-6e471fb68d131155f1f38bee8c07ab53\" id=\"h-courses-community-commerce-we-do-them-better\">Courses. Community. Commerce.<br>We do them better.</h3>",
      "firstParagraph": "We can help you launch and sell online learning experiences that drive revenue and retention.Talk to one of our team members today.",
      "paragraphHtml": "<p class=\"has-text-align-center has-main-highlight-color has-text-color has-link-color has-medium-font-size wp-elements-f0aae61dc97d9617fa6d9f4ef145163b\">We can help you launch and sell online learning experiences that drive revenue and retention.<br>Talk to one of our team members today.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-cf005c22e6f3091009c2517ba1eff7d3\" id=\"h-solutions\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.542), 1.2rem);font-style:normal;font-weight:700\">Solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Platform",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-122d68e463dab95d4dc2b962e4a6b12b\" id=\"h-platform\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.542), 1.2rem);font-style:normal;font-weight:700\">Platform</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-81b6eb8242c23967f4c8a2d7ad6de629\" id=\"h-company\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.542), 1.2rem);font-style:normal;font-weight:700\">Company</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Customers",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-6f10c3bc4429cfa10fab404e971c3b97\" id=\"h-customers\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.542), 1.2rem);font-style:normal;font-weight:700\">Customers</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Partners",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-1df945c7c3e0c1e956270c0db66be9a6\" id=\"h-partners\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.542), 1.2rem);font-style:normal;font-weight:700\">Partners</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 class=\"wp-block-heading has-beacon-color has-text-color has-link-color has-instrument-sans-font-family wp-elements-9e51b8e31cc118185c59854ab9b9909f\" id=\"h-resources\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.542), 1.2rem);font-style:normal;font-weight:700\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

AEO: Answer intent coverage scored 70/100 and needs improvement.

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, 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": "Learning experiences that convert on a platform that scales with you",
      "html": "<h2 class=\"wp-block-heading alignwide has-text-align-center has-h-3-font-size\" id=\"h-learning-experiences-that-convert-on-a-platform-that-scales-with-you\">Learning experiences that convert on a <br>platform that scales with you</h2>"
    },
    {
      "text": "The right learning products for your customers",
      "html": "<h2 class=\"wp-block-heading has-text-align-center has-beacon-color has-text-color has-link-color wp-elements-28b01e125ea2bf27076c54900ec8c36d\" id=\"h-the-right-learning-products-for-your-customers\">The right learning products for your customers</h2>"
    },
    {
      "text": "Thinkific’s stand-out suite of features",
      "html": "<h2 class=\"wp-block-heading has-text-align-center has-h-1-font-size\" id=\"h-thinkific-s-stand-out-suite-of-features\" style=\"padding-top:var(--wp--preset--spacing--70)\">Thinkific&#x2019;s stand-out suite of features</h2>"
    },
    {
      "text": "Launch in 30 days with zero setup fees",
      "html": "<h2 class=\"wp-block-heading has-text-align-center has-beacon-color has-text-color has-link-color wp-elements-22052819638897b5bfa10f76663b2e4d\" id=\"h-launch-in-30-days-with-zero-setup-fees\">Launch in 30 days with &#x2028;<br>zero setup fees</h2>"
    },
    {
      "text": "Join the ranks of leading learning businesses",
      "html": "<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-join-the-ranks-of-leading-learning-businesses\">Join the ranks of leading learning businesses</h2>"
    },
    {
      "text": "The best businesses build on Thinkific",
      "html": "<h2 class=\"wp-block-heading\" id=\"h-the-best-businesses-build-on-thinkific\">The best businesses build on Thinkific</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Online Course Platform to Sell Courses and Co...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Online Course Platform to Sell Courses and Co... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Online Course Platform to Sell Courses and Co...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Online Course Platform to Sell Courses and Co... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Online Course Platform to Sell Courses and Co... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Online Course Platform to Sell Courses and Co...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Online Course Platform to Sell Courses and Co... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Online Course Platform to Sell Courses and Co...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Online Course Platform to Sell Courses and Co... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Online Course Platform to Sell Courses and Co... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

3 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

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1374,
  "htmlBytes": 734520,
  "imagesMissingDimensions": [
    {
      "src": "https://www.thinkific.com/wp-content/themes/thinkific/assets/images/logo-dark.svg",
      "width": "134",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.thinkific.com/wp-content/themes/thinkific/assets/images/logo-dark.svg\" alt=\"Thinkific\" id=\"nav-logo\" class=\"logo\" width=\"134\">"
    },
    {
      "src": "https://www.thinkific.com/wp-content/uploads/2025/05/FH_Image-Containor-4.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.thinkific.com/wp-content/uploads/2025/05/FH_Image-Containor-4.png\" alt=\"Customer support\" class=\"wp-image-11612\" style=\"width:344px;height:auto\">"
    },
    {
      "src": "https://www.thinkific.com/wp-content/uploads/2026/01/g2-top50-customerservice-2025.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-25501 size-full\" alt src=\"https://www.thinkific.com/wp-content/uploads/2026/01/g2-top50-customerservice-2025.svg\" data-object-fit=\"cover\">"
    }
  ],
  "possibleDialogs": [],
  "score": 85,
  "weight": 10
}

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": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5471
          },
          {
            "path": "/api/context",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5462
          },
          {
            "path": "/context",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5450
          }
        ]
      },
      "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: what, 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": "Learning experiences that convert on a platform that scales with you",
      "html": "<h2 class=\"wp-block-heading alignwide has-text-align-center has-h-3-font-size\" id=\"h-learning-experiences-that-convert-on-a-platform-that-scales-with-you\">Learning experiences that convert on a <br>platform that scales with you</h2>"
    },
    {
      "text": "The right learning products for your customers",
      "html": "<h2 class=\"wp-block-heading has-text-align-center has-beacon-color has-text-color has-link-color wp-elements-28b01e125ea2bf27076c54900ec8c36d\" id=\"h-the-right-learning-products-for-your-customers\">The right learning products for your customers</h2>"
    },
    {
      "text": "Thinkific’s stand-out suite of features",
      "html": "<h2 class=\"wp-block-heading has-text-align-center has-h-1-font-size\" id=\"h-thinkific-s-stand-out-suite-of-features\" style=\"padding-top:var(--wp--preset--spacing--70)\">Thinkific&#x2019;s stand-out suite of features</h2>"
    },
    {
      "text": "Launch in 30 days with zero setup fees",
      "html": "<h2 class=\"wp-block-heading has-text-align-center has-beacon-color has-text-color has-link-color wp-elements-22052819638897b5bfa10f76663b2e4d\" id=\"h-launch-in-30-days-with-zero-setup-fees\">Launch in 30 days with &#x2028;<br>zero setup fees</h2>"
    },
    {
      "text": "Join the ranks of leading learning businesses",
      "html": "<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-join-the-ranks-of-leading-learning-businesses\">Join the ranks of leading learning businesses</h2>"
    },
    {
      "text": "The best businesses build on Thinkific",
      "html": "<h2 class=\"wp-block-heading\" id=\"h-the-best-businesses-build-on-thinkific\">The best businesses build on Thinkific</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Online Course Platform to Sell Courses and Co...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Online Course Platform to Sell Courses and Co... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Online Course Platform to Sell Courses and Co...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Online Course Platform to Sell Courses and Co... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Online Course Platform to Sell Courses and Co... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Online Course Platform to Sell Courses and Co...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Online Course Platform to Sell Courses and Co... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Online Course Platform to Sell Courses and Co...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Online Course Platform to Sell Courses and Co... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Online Course Platform to Sell Courses and Co... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing 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 "text/html; charset=UTF-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 429,
        "contentType": "text/html; charset=UTF-8",
        "length": 5450,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 5429,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/title",
            "/html;",
            "https://challenges.cloudflare.com;",
            "https://challenges.cloudflare.com;",
            "https://challenges.cloudflare.com;",
            "https://challenges.cloudflare.com",
            "https://challenges.cloudflare.com",
            "/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+",
            "/style",
            "/head"
          ],
          "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-cyT9wNlrHjxXfHyN15yD7P&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 429,
        "contentType": "text/html; charset=UTF-8",
        "length": 5580,
        "text": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-LFCqccpAlhMqaAG3rSCJ7A&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri &#39;self&#39;\"><style>*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color:#313131;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"}body{display:flex;flex-direction:column;height:100vh;min-height:100vh}.main-content{margin:8rem auto;padding-left:1.5rem;max-width:60rem}@media (width <= 720px){.main-content{margin-top:4rem}}#challenge-error-text{background-image:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+\");background-repeat:no-repeat;background-size:contain;padding-left:34px}</style><meta http-equiv=\"refresh\" content=\"360\"></head><body><div class=\"main-wrapper\" role=\"main\"><div class=\"main-content\"><noscript><div class=\"h2\"><span id=\"challenge-error-text\">Enable JavaScript and cookies to continue</span></div></noscript></div></div><script nonce=\"LFCqccpAlhMqaAG3rSCJ7A\">(function(){window._cf_chl_opt = {cFPWv: 'g',cH: 'mPjB.YaJRju0RMXm2BqdNjeEvXLXboEu3ugwcm_pb80-1780973748-1.2.1.1-cKCgKgKj0lSguiu9l6e8dAjuIYzvuzeYaH_XeEpLSXxuTZqfSGzJzK7VCm00c7.t',cITimeS: '1780973748',cN: 'LFCqccpAlhMqaAG3rSCJ7A',cRay: 'a08cdc062a8b8a2a',cTplB: '0',cTplC:0,cTplO:0,cTplV:5,cType: 'managed',cUPMDTk:\"/.well-known/oauth-protected-resource?__cf_chl_tk=HYBId.R2ikI6tcdfemaEZXAKEx3kR_srbKVHBHkrc6g-1780973748-1.0.1.1-y3n274pwuMl590hJCLCAdk9q7oy_g1sPV8_RMw_5.7Y\",cvId: '3',cZone: 'www.thinkific.com',fa:\"/.well-known/oauth-protected-resource?__cf_chl_f_tk=HYBId.R2ikI6tcdfemaEZXAKEx3kR_srbKVHBHkrc6g-1780973748-1.0.1.1-y3n274pwuMl590hJCLCAdk9q7oy_g1sPV8_RMw_5.7Y\",md: 'AUkRYBb8rwfXlbiLvVaxb4uddcNca20T4beLPyGNE2w-1780973748-1.2.1.1-lmSvDD5mqTq6Fh2JqiMnEoAou7Vn0dsKCdQlthsOZdrhjqaUbPiLLlCs3ozhVbsaMX4q3rcPA3xj.0vKeVYz_dPfMQbEEe6w5c9B8jWxnHi5lPjaNfmFqrt4N_n747e.h9XauwDoWFZc6JyKcErBhzb8vaQNEIvKo3uPWkz3y0Mnh0rzaqbfoW9jxHEPWTtbUSbUw.ISNyEVknuCW31vxCBMpSdxd4TJOf.FiYfbWHRWo5QsdM7qe5S1SOqT0RdUsLrqZIg1nzuCoWFhDkJDfpK8NAtBbluOj_1Y1QdVbsIooXOrplmR2SpnnV6hdqljxEathqzKWEwwEvvAKpdezeMO16ztDAhyTvEykHfNmJ4WD_3u6PUFwPYAJOFba9iuELhsgwt3MDGgM_876utN4EIVw4wpmcr4BmOOnQdY392QqOq7ZA5ORjG4a8gldjikAHWmos9z0eUFYM9folwF5oUWD2Rsd0FIrpSDykRm8CVEnbd7FtS4nxgrxU7Ly.adgR5rxMFQwphJBG9ucle78w8HfTY4eDC00TS2XmSTQBdZBxqckon_Y4iPy0ifiSiUElLpIN24C6GKceXnHbCeRM9ENu21BJt33IeLLHUezEvkv9_HBwsDCOj9nntN6XER0rPTL_E31ZudyfEzVRewWmeDcCaF.9NV7hEoo8smnO9Awg39qlCZy69JQhaaBWxlCL_DZSlMnDYsb7zIew28oLe5J2Or9ffw_JeMJpP3jegmBnFdexR_6VMQdG1ZrRryOaroxFheMWYgldIN0LO.OJ7STY_eB8xG_DW02OgxlDkbBPQSD6lqzaJE46LRo.LlMWxhaFAUEdVvnx4ds3EfxqR8NIPwkVvbyDrAwB3pC"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 429,
          "contentType": "text/html; charset=UTF-8",
          "length": 5586,
          "text": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-JLA05nu5caEZrpr4iaxNgw&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri &#39;self&#39;\"><style>*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color:#313131;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"}body{display:flex;flex-direction:column;height:100vh;min-height:100vh}.main-content{margin:8rem auto;padding-left:1.5rem;max-width:60rem}@media (width <= 720px){.main-content{margin-top:4rem}}#challenge-error-text{background-image:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+\");background-repeat:no-repeat;background-size:contain;padding-left:34px}</style><meta http-equiv=\"refresh\" content=\"360\"></head><body><div class=\"main-wrapper\" role=\"main\"><div class=\"main-content\"><noscript><div class=\"h2\"><span id=\"challenge-error-text\">Enable JavaScript and cookies to continue</span></div></noscript></div></div><script nonce=\"JLA05nu5caEZrpr4iaxNgw\">(function(){window._cf_chl_opt = {cFPWv: 'g',cH: 'Qp3GUqUNuDaAX0en6q5s95GjEj2L6_KhiQMZuQbX..s-1780973748-1.2.1.1-eg85KxHiZcJKubb_f0PlkNyZ1kHu6W5dU.3arsdtOblOt2Kq95QbKCa.zIYo5NKR',cITimeS: '1780973748',cN: 'JLA05nu5caEZrpr4iaxNgw',cRay: 'a08cdc063bc395be',cTplB: '0',cTplC:0,cTplO:0,cTplV:5,cType: 'managed',cUPMDTk:\"/.well-known/oauth-authorization-server?__cf_chl_tk=edilvUJ.TuQvkLv_6_3sRQt4N6D0KwQNmJz7o47LXgk-1780973748-1.0.1.1-8PDNUqPBTDQ4EzKuwgIoGoSMv25IY8P_1GiYJHz2z20\",cvId: '3',cZone: 'www.thinkific.com',fa:\"/.well-known/oauth-authorization-server?__cf_chl_f_tk=edilvUJ.TuQvkLv_6_3sRQt4N6D0KwQNmJz7o47LXgk-1780973748-1.0.1.1-8PDNUqPBTDQ4EzKuwgIoGoSMv25IY8P_1GiYJHz2z20\",md: 'ZOLrFCu7BnbyurwTaBL3o9krh0XcUmu.MCW82hzez9M-1780973748-1.2.1.1-Z4jQnCf5BYPSy2qK.h587ZxEsR3VomzQ9SfAbNwZYzuBIrZigr5d_OjUcJ44T_H99oz.btkIoS4CaNIAPwBMbaZsa8uxsM5ZbiqlAt09oZiDOLLMTHI7_V81AT_5V_X4rgocK6QpBLJrwkEqJw159qoOavGsT9nqlEZp.y6gfAfb2zNuAqu8h_HHDPSjiZvsMloxweKvj5v1vfrSA6XBTelQpbjZNv2b50A_KgJXzGiEXE4gSSQxhUAkbr_NhQN_FYZewWHfPKjtgPkM0_q.iM6FPS..xVv3ctMWs7uXs4iBwE.S57Lj4Dpw8.DiR3ZChak1QuDGRCKcXjjZNY9lzaPnBbEoX4q_w9gJ6aSKxU6kGn6_ZxmUw1U4ciGKjEcrtt5hpQxddEWe4TrGHjYcluUOCd73Bnbvngp99u_bW1fDgYVV6ehZkznmNgwyo0p9w1lO4w_dU24iQH9ffZn0_q8.PgxxUS.0kUcisbjXI7eKk5FmyXps9_xZq0UcDs7tJGzGXzICstGN.62st1JuLt26Ccg5fB5LhEiAJqx4mQnxT_53krHvGNK4fmMSckBXfkuf6R7H3XGy2VrRz7bP.V2aOV.L3ZWlSF6ypJanDLs0H2oGlZJ_vOPt5bPnoVzdOfYGbRJyUvUQKJ4fpk9WS0ZpGe.hlChXXxJERdZKv8V5NHu9LdbekLliAblYbSSTCg5NpLGklKJFxX_fEPuD7_K2h5mePYZ50axNou96_VFX_waCTuK5gYjhUSNGjCj7MWE20aYVvTDFnxm0l3INn2KDJtMxDeACAYAqS7._jVbcI7qO054pC_qBG0F3gwmgkM8TpzoS7100S8dB7nQgl8NoK2UuFkmbdMSAg"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

Verify that IndexNow ownership key placement is detectable when the site advertises it.

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

Evidence
{
  "steps": [
    {
      "id": "advertised-location",
      "title": "Find advertised IndexNow key location",
      "status": "informational",
      "evidence": {
        "advertised": []
      },
      "issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
      "howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
    },
    {
      "id": "fetch-key",
      "title": "Fetch and validate IndexNow key file",
      "status": "informational",
      "evidence": {
        "advertised": [],
        "checked": []
      },
      "issue": "No discoverable IndexNow key file was found.",
      "howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
    }
  ]
}

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.

Result

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

    No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 429,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-ennT1Xra5GPoyi6qlf8PLs&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.thinkific.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 429,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.thinkific.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 429,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.thinkific.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 429,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.thinkific.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityPerformanceBrowser audit

Font display

13 Fail

Check name

Font display

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 30 ms

Fix guidance

Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).

Evidence
{
  "displayValue": "Est savings of 30 ms",
  "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

13 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Evidence
{
  "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

13 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 150 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 150 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

Avoid enormous network payloads

6 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 11,664 KiB

Fix guidance

Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).

Evidence
{
  "displayValue": "Total size was 11,664 KiB",
  "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
  "numericValue": 11943962
}

Performance and AccessibilityPerformanceBrowser audit

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

6 Warning

Check name

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

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)

Evidence
{
  "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

6 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 97 KiB

Fix guidance

Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)

Evidence
{
  "displayValue": "Est savings of 97 KiB",
  "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

6 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 73 KiB

Fix guidance

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).

Evidence
{
  "displayValue": "Est savings of 73 KiB",
  "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
  "numericValue": 0
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

4 Fail

Check name

Loading performance

Score

66/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": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 40,
      "displayValue": "410 ms",
      "numericValue": 413.49999999999955
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "40 ms",
      "numericValue": 44.75830499999999
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 31,
      "displayValue": "2.9 s",
      "numericValue": 2858.266004748356
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 520 ms",
      "numericValue": 517
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 31,
      "displayValue": "5.6 s",
      "numericValue": 5642.783805943005
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 77,
      "displayValue": "1.6 s",
      "numericValue": 1601.008545833816
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 86,
      "displayValue": "1.0 s",
      "numericValue": 1001.0051724783624
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 64,
      "displayValue": "210 ms",
      "numericValue": 206.9999999999991
    }
  ]
}

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