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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability48%Agent Easeof Use6%Security& Trust0%GEO, AIO, AEO88%SEO100%Performance& Accessibility72%
  • AI Discoverability 48 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 0 out of 100
  • GEO, AIO and AEO 88 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 72 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

PracticePanther | Legal Software Lawyers Trust | Free Trial favicon

PracticePanther | Legal Software Lawyers Trust | Free Trial

Learn how PracticePanther's law practice management software can automate your firm processes, billing, time tracking & more. Try it free!

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
48
Priority fix8141View details
Discoverability
86
Mostly ready630View details
Content Readiness
46
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
88
Mostly ready1008
GEO Readiness
87
Mostly ready204
AIO Readiness
Not Applicable
Not Applicable500
AEO Readiness
86
Mostly ready304
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
0
Priority fix450View details
Security & Trust
0
Priority fix050View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
72
Needs work2051View details
Performance
63
Needs work1451View details
Accessibility
88
Mostly ready600

Prioritized recommendations

Issues ranked by score impact

42 items need attention

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

100 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.practicepanther.com/wp-json/",
            "rel": "https://api.w.org/",
            "type": "application/json"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html class=\"html error404 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"PracticePanther Feed\" href=\"https://www.practicepanther.com/feed/\">\n\n    <script async src=\"https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\" class=\"ct_clicktrue\"></script><meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | PracticePanther</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" cont"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html class=\"html error404 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"PracticePanther Feed\" href=\"https://www.practicepanther.com/feed/\">\n\n    <script async src=\"https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\" class=\"ct_clicktrue\"></script><meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | PracticePanther</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" cont"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html class=\"html error404 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"PracticePanther Feed\" href=\"https://www.practicepanther.com/feed/\">\n\n    <script async src=\"https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\" class=\"ct_clicktrue\"></script><meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | PracticePanther</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" cont"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html class=\"html error404 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"PracticePanther Feed\" href=\"https://www.practicepanther.com/feed/\">\n\n    <script async src=\"https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\" class=\"ct_clicktrue\"></script><meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | PracticePanther</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" cont"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html class=\"html error404 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"PracticePanther Feed\" href=\"https://www.practicepanther.com/feed/\">\n\n    <script async src=\"https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\" class=\"ct_clicktrue\"></script><meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | PracticePanther</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" cont"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html class=\"html error404 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"PracticePanther Feed\" href=\"https://www.practicepanther.com/feed/\">\n\n    <script async src=\"https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\" class=\"ct_clicktrue\"></script><meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | PracticePanther</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" cont"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html class=\"html error404 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"PracticePanther Feed\" href=\"https://www.practicepanther.com/feed/\">\n\n    <script async src=\"https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\" class=\"ct_clicktrue\"></script><meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | PracticePanther</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" cont"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html class=\"html error404 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"PracticePanther Feed\" href=\"https://www.practicepanther.com/feed/\">\n\n    <script async src=\"https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\" class=\"ct_clicktrue\"></script><meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | PracticePanther</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" cont"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

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 DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 73134
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 21239,
        "excerpt": "<!DOCTYPE html>\n<html class=\"html home wp-singular page-template page-template-page-templates page-template-page-home page-template-page-templatespage-home-php page page-id-12 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <me",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; 10 links missing accessible names; 0/3 applicable form inputs have autocomplete attributes (3 missing).

Details

02

Why it matters

Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"https://www.facebook.com/practicepanther\"><i style=\"background-image: url(&apos;https://www.practicepanther.com/wp-content/uploads/2020/05/facebook.svg&apos;);\"></i></a>",
      "<a href=\"https://twitter.com/practicepanther\"><i style=\"background-image: url(&apos;https://www.practicepanther.com/wp-content/uploads/2020/05/twitter.svg&apos;);\"></i></a>",
      "<a href=\"https://www.instagram.com/practicepanther/\"><i style=\"background-image: url(&apos;https://www.practicepanther.com/wp-content/uploads/2020/05/instagram.svg&apos;);\"></i></a>",
      "<a href=\"https://www.linkedin.com/company/practicepanther-law-practice-management-software\"><i style=\"background-image: url(&apos;https://www.practicepanther.com/wp-content/uploads/2020/05/linkedin.svg&apos;);\"></i></a>",
      "<a href=\"https://www.youtube.com/practicepanther\"><i style=\"background-image: url(&apos;https://www.practicepanther.com/wp-content/uploads/2020/05/youtube.svg&apos;);\"></i></a>",
      "<a href=\"https://www.facebook.com/practicepanther\"><i style=\"background-image: url(&apos;https://www.practicepanther.com/wp-content/uploads/2020/05/facebook.svg&apos;);\"></i></a>",
      "<a href=\"https://twitter.com/practicepanther\"><i style=\"background-image: url(&apos;https://www.practicepanther.com/wp-content/uploads/2020/05/twitter.svg&apos;);\"></i></a>",
      "<a href=\"https://www.instagram.com/practicepanther/\"><i style=\"background-image: url(&apos;https://www.practicepanther.com/wp-content/uploads/2020/05/instagram.svg&apos;);\"></i></a>",
      "<a href=\"https://www.linkedin.com/company/practicepanther-law-practice-management-software\"><i style=\"background-image: url(&apos;https://www.practicepanther.com/wp-content/uploads/2020/05/linkedin.svg&apos;);\"></i></a>",
      "<a href=\"https://www.youtube.com/practicepanther\"><i style=\"background-image: url(&apos;https://www.practicepanther.com/wp-content/uploads/2020/05/youtube.svg&apos;);\"></i></a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input name=\"input_1\" id=\"input_1_1\" type=\"email\" value class=\"medium\" placeholder=\"Enter your email\" aria-invalid=\"false\">",
      "<input name=\"input_1\" id=\"input_2_1\" type=\"email\" value class=\"medium\" placeholder=\"Enter your email\" aria-invalid=\"false\">",
      "<input name=\"input_1\" id=\"input_6_1\" type=\"email\" value class=\"medium\" placeholder=\"Enter your email\" aria-invalid=\"false\">"
    ],
    "imagesMissingAlt": [
      "<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=889171465031726&amp;ev=PageView&amp;noscript=1\">",
      "<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=959068384157081&amp;ev=PageView&amp;noscript=1\">",
      "<img src=\"//bat.bing.com/action/0?ti=5151624&amp;Ver=2\" height=\"0\" width=\"0\" style=\"display:none; visibility: hidden;\">",
      "<img src=\"https://www.googleadservices.com/pagead/conversion/963845283/?label=qRgdCMKKn4oYEKO5zMsD&amp;guid=ON&amp;script=0\" height=\"1\" width=\"1\" style=\"border-style: none; display: none;\">"
    ],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 41,
    "links": 167,
    "inaccessibleLinks": 10,
    "buttons": 0,
    "inaccessibleButtons": 0,
    "images": 80,
    "imagesWithAlt": 76,
    "autocompleteInputs": 3,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 3
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Fetch to find resource".

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent card so A2A-compatible clients can discover capabilities.

Result

A2A Agent Card failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 73134
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 73134
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 74053
          }
        ]
      },
      "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": 5625
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5607
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

agent.json failed at "Fetch to find resource".

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.

Result

agent.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 73134
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 74053
          }
        ]
      },
      "issue": "agent.json was not found at the expected path.",
      "howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
    }
  ]
}

Agent Ease of UseSkill DiscoveryInformational

agents.json

agents.json failed at "Fetch to find resource".

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.

Result

agents.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 73134
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 74053
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

20 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

20 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

20 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

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

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

HSTS header is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

20 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

20 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "www.practicepanther.com",
        "probes": [
          {
            "name": "_index._agents.www.practicepanther.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.practicepanther.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.practicepanther.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "practicepanther.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

Support WebMCP to expose site tools to AI agents via the browser.

Result

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="input_1"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="input_1"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="input_1"> is missing tool-param-description.
    • <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": 3,
        "formsWithTags": 0,
        "totalInteractive": 173,
        "interactiveWithTags": 0,
        "totalCount": 176,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"input_1\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"input_1\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"input_1\"> is missing tool-param-description.",
          "<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": 12,
        "issues": [
          "<input name=\"input_1\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"input_1\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"input_1\"> is missing tool-param-description.",
          "<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 name=\"input_1\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"input_1\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"input_1\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            }
          ]
        }
      ],
      "howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
    },
    {
      "id": "imperative-api",
      "title": "Detect WebMCP imperative API usage",
      "status": "informational",
      "evidence": {
        "staticSignals": {
          "detected": false,
          "matched": []
        },
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
      "howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
    },
    {
      "id": "browser-navigator-injection",
      "title": "Detect WebMCP browser navigator injection",
      "status": "informational",
      "evidence": {
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext was not detected in the rendered browser page.",
      "howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
    },
    {
      "id": "surface-coverage",
      "title": "Interactive surface coverage",
      "status": "informational",
      "evidence": {
        "totalForms": 3,
        "formsWithTags": 0,
        "totalInteractive": 173,
        "interactiveWithTags": 0,
        "totalCount": 176,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"input_1\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"input_1\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"input_1\"> is missing tool-param-description.",
          "<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": 3,
    "formsWithTags": 0,
    "totalInteractive": 173,
    "interactiveWithTags": 0,
    "totalCount": 176,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"input_1\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"input_1\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"input_1\"> is missing tool-param-description.",
      "<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.

6 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

30 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": 40,
  "passing": 10,
  "failing": [
    {
      "heading": "Powerful Legal Practice Management Software Built for Firms of All Sizes",
      "headingHtml": "<h2>Powerful Legal Practice Management Software Built for Firms of All Sizes</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Built-in Online Payments that make it easy for clients to pay",
      "headingHtml": "<h3><b>Built-in Online Payments that make it easy for clients to pay</b></h3>",
      "firstParagraph": "Get paid 70% faster by accepting credit card, ACH, or eCheck with PantherPayments. Offer payment plans, create custom payment links, and seamlessly manage trust accounts—compliantly.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Get paid 70% faster by accepting credit card, ACH, or eCheck with <a href=\"https://www.practicepanther.com/legal-billing/billing-pantherpayments/\">PantherPayments</a>. Offer payment plans, create custom payment links, and seamlessly manage trust accounts&#x2014;compliantly.</span></p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Close prospective clients faster with automated Client Intake",
      "headingHtml": "<h3><b>Close prospective clients faster with automated Client Intake</b></h3>",
      "firstParagraph": "Make it easy for clients to get in touch with your firm and quickly schedule appointments with PracticePanther’s automated Client Intake forms. Tailor each form with custom fields so you can accurately capture your clients information to get working on their cases.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Make it easy for clients to get in touch with your firm and quickly schedule appointments with PracticePanther&#x2019;s automated <a href=\"https://www.practicepanther.com/legal-crm/client-intake-software/\">Client Intake</a> forms. Tailor each form with custom fields so you can accurately capture your clients information to get working on their cases.</span></p>",
      "words": 43,
      "direct": false,
      "issue": "First paragraph is 43 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get more done, in less time with automated practice management workflows",
      "headingHtml": "<h3><b>Get more done, in less time with automated practice management workflows</b></h3>",
      "firstParagraph": "Save more than 8 hours of work per week with PracticePanther’s automated Workflows that reduce redundant administrative tasks. Automatically create and assign your case-specific tasks so you can spend more time on what matters most, practicing law.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Save more than 8 hours of work per week with PracticePanther&#x2019;s <a href=\"https://www.practicepanther.com/case-management/workflows/\">automated Workflows</a> that reduce redundant administrative tasks. Automatically create and assign your case-specific tasks so you can spend more time on what matters most, practicing law.</span></p>",
      "words": 38,
      "direct": false,
      "issue": "First paragraph is 38 words and does not look like a concise direct answer."
    },
    {
      "heading": "Manage Your Matters in One Streamlined Platform",
      "headingHtml": "<h2>Manage Your Matters in One Streamlined Platform</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Best Legal Software for Case Management",
      "headingHtml": "<h3>The Best Legal Software for Case Management</h3>",
      "firstParagraph": "Join the tens of thousands of legal professionals who manage their complex and fast-moving legal cases without a hitch using the industry-leading all-in-one practice management software.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Join the tens of thousands of legal professionals who manage their complex and fast-moving legal cases without a hitch using the industry-leading all-in-one <a href=\"https://www.practicepanther.com/practice-management/\">practice management software</a>.</span></p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Workflow Management",
      "headingHtml": "<h3>Workflow Management</h3>",
      "firstParagraph": "Standardize your entire legal case management workflow with built-in process steps that trigger tasks, events, and checklists. Set up conditional workflows for increased flexibility across your practice.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Standardize your entire legal case management workflow with built-in process steps that trigger tasks, events, and checklists. Set up <a href=\"https://www.practicepanther.com/blog/new-conditional-workflows-make-case-management-easier/\">conditional workflows</a> for increased flexibility across your practice.</span></p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cloud Storage",
      "headingHtml": "<h3>Cloud Storage</h3>",
      "firstParagraph": "Automatically secure and back up data in real-time with cloud-based case management. Access documents, files, images, videos, or audio anywhere you go.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Automatically secure and back up data in real-time with <a href=\"https://www.practicepanther.com/case-management/cloud/\">cloud-based case management</a>. Access documents, files, images, videos, or audio anywhere you go.</span></p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get Paid Faster with Built-In Legal Billing and Payments",
      "headingHtml": "<h2>Get Paid Faster with Built-In Legal Billing and Payments </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "PracticePanther: The Most Recommended Legal Billing Software",
      "headingHtml": "<h3>PracticePanther: The Most Recommended Legal Billing Software</h3>",
      "firstParagraph": "Masterfully manage your firm’s legal billing financials to ensure nothing slips through the cracks.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Masterfully manage your firm&#x2019;s <a href=\"https://www.practicepanther.com/legal-billing/\">legal billing</a> financials to ensure nothing slips through the cracks.</span></p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "PantherPayments",
      "headingHtml": "<h3>PantherPayments</h3>",
      "firstParagraph": "Accept online payments and get paid 70% faster with the best-in-class payment technology with industry-low pricing.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Accept <a href=\"https://www.practicepanther.com/blog/how-to-improve-client-retention-with-pantherpayments/\">online payments</a> and get paid 70% faster with the best-in-class payment technology with industry-low pricing.&#xa0;</span></p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Time & Expense Tracking",
      "headingHtml": "<h3>Time &amp; Expense Tracking</h3>",
      "firstParagraph": "Track time and expenses from any device. Use multiple timers or turn your calendar events into time entries and easily attribute your time to the proper case with Tags.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\"><a href=\"https://www.practicepanther.com/legal-billing/expenses/\">Track time and expenses</a> from any device. Use multiple timers or turn your calendar events into time entries and easily attribute your time to the proper case with Tags.</span></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fully Embedded Accounting",
      "headingHtml": "<h3>Fully Embedded Accounting</h3>",
      "firstParagraph": "Manage your firm’s trust accounting, general ledger, and financial reporting in one place. Complete three-way trust reconcilations in minutes, and keep your books 100% compliant and up-to-date.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Manage your firm&#x2019;s trust accounting, general ledger, and financial reporting in one place. Complete three-way trust reconcilations in minutes, and keep your books 100% compliant and up-to-date.</span></p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "More Than Just Legal Practice Management Software",
      "headingHtml": "<h2>More Than Just Legal Practice Management Software</h2>",
      "firstParagraph": "8+",
      "paragraphHtml": "<p class=\"stats-title\">8+ </p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Robust Legal Workflows That Strengthen Attorney-Client Relationships",
      "headingHtml": "<h2>Robust Legal Workflows That Strengthen Attorney-Client Relationships</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Centralize Client Communication and Collaboration",
      "headingHtml": "<h3>Centralize Client Communication and Collaboration</h3>",
      "firstParagraph": "Use the industry-leading legal technology that does the heavy lifting in the background for your firm.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Use the industry-leading legal technology that does the heavy lifting in the background for your firm.&#xa0;</span></p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Batch Document Creation",
      "headingHtml": "<h3>Batch Document Creation</h3>",
      "firstParagraph": "Save time generating all your legal documents. Easily batch create, edit, and send your legal documents in one sitting.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Save time generating all your legal documents. Easily batch create, edit, and send your <a href=\"https://www.practicepanther.com/legal-document-management/\">legal documents</a> in one sitting.</span></p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Client Intake",
      "headingHtml": "<h3>Client Intake</h3>",
      "firstParagraph": "Quickly sync client information from automated Intake forms to streamline your intake process. Add custom fields and Tags to capture and track case details.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Quickly sync client information from automated Intake forms to streamline your intake process. Add <a href=\"https://www.practicepanther.com/blog/quickly-create-legal-documents-with-practicepanther-custom-fields/\">custom fields</a> and <a href=\"https://www.practicepanther.com/blog/simplify-law-firm-analysis-with-practicepanthers-custom-tags/\">Tags</a> to capture and track case details.</span></p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automatic Reminders",
      "headingHtml": "<h3>Automatic Reminders</h3>",
      "firstParagraph": "Send clients reminders for appointments, legal document requests, invoice payments, and more right from PracticePanther. Deliver reminders via email, business text messaging, or the client portal.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Send <a href=\"https://www.practicepanther.com/blog/ensure-clear-client-communication-with-automated-reminders/\">clients reminders</a> for appointments, legal document requests, invoice payments, and more right from PracticePanther. Deliver reminders via email, business text messaging, or the client portal.&#xa0;</span></p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Smarter Client Management for Smoother Collaboration",
      "headingHtml": "<h2>Smarter Client Management for Smoother Collaboration</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Legal CRM",
      "headingHtml": "<h3 class=\"h3\">Legal CRM</h3>",
      "firstParagraph": "From onboarding to nurturing to reengaging, PracticePanther’s CRM cultivates seamless client communication, helping you build a stronger client-attorney relationship and retain clients from the start.",
      "paragraphHtml": "<p>From onboarding to nurturing to reengaging, PracticePanther&#x2019;s CRM cultivates seamless client communication, helping you build a stronger client-attorney relationship and retain clients from the start.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Secure Client Portal",
      "headingHtml": "<h3>Secure Client Portal</h3>",
      "firstParagraph": "Give your clients a crystal clear picture of their case progress and communicate with them securely in the Client Portal. Stop chasing down another missing file, and access important client data right within PracticePanther.",
      "paragraphHtml": "<p>Give your clients a crystal clear picture of their case progress and communicate with them securely in the Client Portal. Stop chasing down another missing file, and access important client data right within PracticePanther.</p>",
      "words": 34,
      "direct": false,
      "issue": "First paragraph is 34 words and does not look like a concise direct answer."
    },
    {
      "heading": "Streamline Client Communication",
      "headingHtml": "<h2>Streamline Client Communication</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Native eSignature",
      "headingHtml": "<h3 class=\"h3\">Native eSignature</h3>",
      "firstParagraph": "Make it easy for you and your client to sign documents from anywhere. Upload documents, request eSignatures, and with one click, keep consistent transparency every step of the way.",
      "paragraphHtml": "<p>Make it easy for you and your client to sign documents from anywhere. Upload documents, request eSignatures, and with one click, keep consistent transparency every step of the way.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seamless Legal Practice Management Software Integrations",
      "headingHtml": "<h2>Seamless Legal Practice Management Software Integrations</h2>",
      "firstParagraph": "We’ve integrated your favorite software into PracticePanther, so as soon as you walk through our door, it’s waiting for you to get started.",
      "paragraphHtml": "<p>We&#x2019;ve integrated your favorite software into PracticePanther, so as soon as you walk through our door, it&#x2019;s waiting for you to get started.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frequently Asked Questions",
      "headingHtml": "<h2>Frequently Asked Questions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How can law practice management software help benefit law firms?",
      "headingHtml": "<h2>How can law practice management software help benefit law firms?</h2>",
      "firstParagraph": "Law firm practice management software can revolutionize the way your law firm operates by streamlining business operations through automation. With features like invoicing, calendaring, and workflows, you can eliminate time-consuming, repetitive tasks and focus on what you do best — practicing law. An intuitive and...",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Law firm practice management software can revolutionize the way your law firm operates by streamlining business operations through automation. With features like </span><a href=\"https://www.practicepanther.com/billing/invoices/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400\">invoicing</span></a><span style=\"font-weight: 400\">, </span><a href=\"https://www.practicepanther.com/calendaring/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight:...",
      "words": 78,
      "direct": false,
      "issue": "First paragraph is 78 words and does not look like a concise direct answer."
    },
    {
      "heading": "What type of software do law firms use?",
      "headingHtml": "<h2>What type of software do law firms use?</h2>",
      "firstParagraph": "Law firms use various software to efficiently manage different aspects of their operations. A recent survey of legal professionals highlighted that document management systems had the most significant impact on their efficiency. Financial management tools and time and expense management technologies also ranked high...",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Law firms use various software to efficiently manage different aspects of their operations. A recent </span><a href=\"https://www.statista.com/statistics/951948/law-firms-impact-of-different-technologies/\"><span style=\"font-weight: 400\">survey of legal professionals</span></a><span style=\"font-weight: 400\"> highlighted that </span><a href=\"https://www.practicepanther.com/legal-document-management/\"><span style=\"font-weight: 400\">document management systems</sp...",
      "words": 47,
      "direct": false,
      "issue": "First paragraph is 47 words and does not look like a concise direct answer."
    },
    {
      "heading": "What is the purpose of practice management software?",
      "headingHtml": "<h2>What is the purpose of practice management software?</h2>",
      "firstParagraph": "Attorney practice management software aims to optimize law firm operations and client interactions. It transforms how legal professionals handle their daily tasks, providing support to manage cases, clients, and administrative duties efficiently. And with the average hours lawyers work on the rise, the need for such...",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Attorney practice management software</span><span style=\"font-weight: 400\"> aims to optimize law firm operations and client interactions. It transforms how legal professionals handle their daily tasks, providing support to manage cases, clients, and administrative duties efficiently. And with the </span><a href=\"https://www.nalp.org/0516research\"><span style=\"font-weight: 400\">average hours lawyers work</span></a><span style=\"font-weight: 400\"> on the rise, t...",
      "words": 51,
      "direct": false,
      "issue": "First paragraph is 51 words and does not look like a concise direct answer."
    },
    {
      "heading": "What are the job responsibilities of law practice management, and how can software help?",
      "headingHtml": "<h2>What are the job responsibilities of law practice management, and how can software help?</h2>",
      "firstParagraph": "Law practice management entails overseeing a variety of tasks to ensure a law firm runs smoothly and efficiently. These responsibilities range from client interactions to financial oversight, and each plays a crucial role in the firm’s success.",
      "paragraphHtml": "<p><span style=\"font-weight: 400\">Law practice management entails overseeing a variety of tasks to ensure a law firm runs smoothly and efficiently. These responsibilities range from client interactions to financial oversight, and each plays a crucial role in the firm&#x2019;s success.&#xa0;</span></p>",
      "words": 38,
      "direct": false,
      "issue": "First paragraph is 38 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

6 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-05-26T20:37:32+00:00",
    "2025-03-24T11:04:19+00:00",
    "2025-03-24T11:04:19+0000"
  ],
  "metaDateCount": 1,
  "timeDateCount": 0
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: legal, lawyers, trust, trial, leader, all, one.

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

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

Evidence
{
  "title": "PracticePanther | Legal Software Lawyers Trust | Free Trial",
  "h1": "The Leader in All-in-One Legal Practice Management Software",
  "description": "Learn how PracticePanther's law practice management software can automate your firm processes, billing, time tracking & more. Try it free!",
  "topicOverlap": 0.4166666666666667,
  "topicTerms": [
    "practicepanther",
    "legal",
    "software",
    "lawyers",
    "trust",
    "free",
    "trial",
    "leader",
    "all",
    "one",
    "practice",
    "management"
  ],
  "descriptionTerms": [
    "learn",
    "practicepanther",
    "law",
    "practice",
    "management",
    "software",
    "automate",
    "firm",
    "processes",
    "billing",
    "time",
    "tracking",
    "more",
    "try",
    "free"
  ],
  "missingFromDescription": [
    "legal",
    "lawyers",
    "trust",
    "trial",
    "leader",
    "all",
    "one"
  ],
  "score": 83,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

24 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": 26,
  "citablePassages": 2,
  "failingCandidateParagraphs": [
    {
      "index": 68,
      "heading": "H1: The Leader in All-in-One Legal Practice Management Software",
      "text": "I love every aspect of this software. PracticePanther has saved me HOURS every month doing my billing and invoicing. It only takes me a few minutes and a few clicks of a button and it’s finished, the invoices are on their way to my clients with an easy way to pay online built right into the document",
      "words": 58,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (58 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"font-weight: 400\">I love every aspect of this software. PracticePanther has saved me HOURS every month doing my billing and invoicing. It only takes me a few minutes and a few clicks of a button and it&#x2019;s finished, the invoices are on their way to my clients with an easy way to pay online built right into the document </span></p>"
    },
    {
      "index": 77,
      "heading": "H1: The Leader in All-in-One Legal Practice Management Software",
      "text": "I love every aspect of this software. PracticePanther has saved me HOURS every month doing my billing and invoicing. It only takes me a few minutes and a few clicks of a button and it’s finished, the invoices are on their way to my clients with an easy way to pay online built right into the document",
      "words": 58,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (58 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"font-weight: 400\">I love every aspect of this software. PracticePanther has saved me HOURS every month doing my billing and invoicing. It only takes me a few minutes and a few clicks of a button and it&#x2019;s finished, the invoices are on their way to my clients with an easy way to pay online built right into the document </span></p>"
    },
    {
      "index": 84,
      "heading": "H3: Close prospective clients faster with automated Client Intake",
      "text": "Make it easy for clients to get in touch with your firm and quickly schedule appointments with PracticePanther’s automated Client Intake forms. Tailor each form with custom fields so you can accurately capture your clients information to get working on their cases.",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"font-weight: 400\">Make it easy for clients to get in touch with your firm and quickly schedule appointments with PracticePanther&#x2019;s automated <a href=\"https://www.practicepanther.com/legal-crm/client-intake-software/\">Client Intake</a> forms. Tailor each form with custom fields so you can accurately capture your clients information to get working on their cases.</span></p>"
    },
    {
      "index": 118,
      "heading": "H2: What is law practice management software?",
      "text": "Law practice management software or legal practice management software is a type of software specifically designed to help legal teams manage their practice and client relationships. It serves as a digital hub where legal teams can store and organize critical case, contact, and document information, enabling them to easily access and track the information they need to effectively handle cases.",
      "words": 60,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (60 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"font-weight: 400\">Law practice management software or legal practice management software is a type of software specifically designed to help legal teams manage their practice and client relationships. It serves as a digital hub where legal teams can </span><a href=\"https://www.practicepanther.com/case-management/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400\">store and organize critical case</span></a><span style=\"font-weight: 400\">, contact, and document infor..."
    },
    {
      "index": 120,
      "heading": "H2: What is law practice management software?",
      "text": "With law practice management software, legal teams can streamline their workflows and improve their organization and productivity, freeing up time to focus on providing top-quality legal services to their clients. Additionally, legal practice management software can help legal teams to better manage client relationships by providing tools for communication, document sharing, and case tracking. Overall, legal pract...",
      "words": 82,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"font-weight: 400\">With law practice management software, legal teams can streamline their workflows and improve their organization and productivity, freeing up time to focus on providing top-quality legal services to their clients. Additionally, legal practice management software can help legal teams to better manage client relationships by providing tools for communication, document sharing, and case tracking. Overall, legal practice management software can be a valuable asse..."
    },
    {
      "index": 121,
      "heading": "H2: How can law practice management software help benefit law firms?",
      "text": "Law firm practice management software can revolutionize the way your law firm operates by streamlining business operations through automation. With features like invoicing, calendaring, and workflows, you can eliminate time-consuming, repetitive tasks and focus on what you do best — practicing law. An intuitive and well-designed law practice management software can give you back valuable time in your schedule, all...",
      "words": 78,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (78 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"font-weight: 400\">Law firm practice management software can revolutionize the way your law firm operates by streamlining business operations through automation. With features like </span><a href=\"https://www.practicepanther.com/billing/invoices/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400\">invoicing</span></a><span style=\"font-weight: 400\">, </span><a href=\"https://www.practicepanther.com/calendaring/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight:..."
    },
    {
      "index": 132,
      "heading": "H2: How much does PracticePanther’s law practice management software cost?",
      "text": "The cost of PracticePanther’s legal practice management software can vary based on the specific features and functionality included in the plan you choose. In order to determine which plan is the best fit for your firm, it is important to consider your firm’s size, needs, and goals. PracticePanther offers four different plans: Solo, Essential, Business, and Business Pro. Each plan is designed to meet the needs of...",
      "words": 87,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"font-weight: 400\">The cost of PracticePanther&#x2019;s legal practice management software can vary based on the specific features and functionality included in the plan you choose. In order to determine which plan is the best fit for your firm, it is important to consider your firm&#x2019;s size, needs, and goals. PracticePanther offers four different plans: </span><b>Solo, Essential, Business, and Business Pro</b><span style=\"font-weight: 400\">. Each plan is designed to meet..."
    },
    {
      "index": 134,
      "heading": "H2: How much does PracticePanther’s law practice management software cost?",
      "text": "To help you decide which plan is right for you, PracticePanther provides pricing information on the features included in each plan and how they can benefit your firm. In addition, you may want to consider speaking with a representative from PracticePanther to discuss your specific needs and how the different plans compare. By taking the time to carefully evaluate your options, you can choose the plan that best mee...",
      "words": 81,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"font-weight: 400\">To help you decide which plan is right for you, PracticePanther provides </span><a href=\"https://www.practicepanther.com/pricing/\"><span style=\"font-weight: 400\">pricing information</span></a><span style=\"font-weight: 400\"> on the features included in each plan and how they can benefit your firm. In addition, you may want to consider speaking with a representative from PracticePanther to discuss your specific needs and how the different plans compare. By taki..."
    },
    {
      "index": 135,
      "heading": "H2: My law firm practices several areas of law, can PracticePanther support all of them at the same time?",
      "text": "Yes, PracticePanther is a legal practice management software that caters to the needs of lawyers with diverse practice areas, experience levels, and locations. It allows law firms to create customized reports, client intake forms, and workflows that are tailored to each specific practice area. For example, a law firm that offers both divorce and personal injury services can create practice-specific intake forms in...",
      "words": 83,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"font-weight: 400\">Yes, PracticePanther is a legal practice management software that caters to the needs of lawyers with diverse practice areas, experience levels, and locations. It allows law firms to create </span><a href=\"https://www.practicepanther.com/legal-billing/custom-reports/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400\">customized reports</span></a><span style=\"font-weight: 400\">, </span><a href=\"https://www.practicepanther.com/legal-document-managem..."
    },
    {
      "index": 137,
      "heading": "H2: What type of software do law firms use?",
      "text": "Law firms use various software to efficiently manage different aspects of their operations. A recent survey of legal professionals highlighted that document management systems had the most significant impact on their efficiency. Financial management tools and time and expense management technologies also ranked highly in improving workflow.",
      "words": 47,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (47 words; target 80-220)."
      ],
      "html": "<p><span style=\"font-weight: 400\">Law firms use various software to efficiently manage different aspects of their operations. A recent </span><a href=\"https://www.statista.com/statistics/951948/law-firms-impact-of-different-technologies/\"><span style=\"font-weight: 400\">survey of legal professionals</span></a><span style=\"font-weight: 400\"> highlighted that </span><a href=\"https://www.practicepanther.com/legal-document-management/\"><span style=\"font-weight: 400\">document management systems</sp..."
    },
    {
      "index": 139,
      "heading": "H2: What type of software do law firms use?",
      "text": "If you’ve been searching for “What is the most popular legal software?” on Reddit or other forums, practice management software often tops the list due to its effectiveness in enhancing law firm efficiency. This popularity is because legal practice management software for law firms can do it all, from organizing case details to managing cases.",
      "words": 56,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (56 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"font-weight: 400\">If you&#x2019;ve been searching for &#x201c;</span><span style=\"font-weight: 400\">What is the most popular legal software?&#x201d; on Reddit</span><span style=\"font-weight: 400\"> or other forums, practice management software often tops the list due to its effectiveness in enhancing law firm efficiency. This popularity is because </span><span style=\"font-weight: 400\">legal practice management software for law firms</span><span style=\"font-weight: 400\"> can do..."
    },
    {
      "index": 143,
      "heading": "H2: What type of software do law firms use?",
      "text": "Firms also often utilize e-discovery software for handling electronic evidence during litigation and legal research platforms to stay current with case law and statutes. Communication features such as secure email and client portals facilitate seamless interaction with clients and colleagues. Additionally, firms benefit from legal CRM (Customer Relationship Management) features to manage client interactions and im...",
      "words": 58,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (58 words; target 80-220)."
      ],
      "html": "<p><span style=\"font-weight: 400\">Firms also often utilize e-discovery software for handling electronic evidence during litigation and legal research platforms to stay current with case law and statutes. Communication features such as secure email and </span><a href=\"https://www.practicepanther.com/legal-crm/client-portal/\"><span style=\"font-weight: 400\">client portals</span></a><span style=\"font-weight: 400\"> facilitate seamless interaction with clients and colleagues. Additionally, firms be..."
    },
    {
      "index": 145,
      "heading": "H2: What type of software do law firms use?",
      "text": "Overall, the right combination of software features can enhance a firm’s productivity, improve client service, and maintain secure, organized operations. That’s why many turn to PracticePanther, the top legal practice management software solution that caters to all law firm needs.",
      "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><span style=\"font-weight: 400\">Overall, the right combination of software features can enhance a firm&#x2019;s productivity, improve client service, and maintain secure, organized operations. That&#x2019;s why many turn to PracticePanther, the </span><span style=\"font-weight: 400\">top legal practice management software</span><span style=\"font-weight: 400\"> solution that caters to all law firm needs.</span></p>"
    },
    {
      "index": 146,
      "heading": "H2: What is the purpose of practice management software?",
      "text": "Attorney practice management software aims to optimize law firm operations and client interactions. It transforms how legal professionals handle their daily tasks, providing support to manage cases, clients, and administrative duties efficiently. And with the average hours lawyers work on the rise, the need for such a solution becomes increasingly evident.",
      "words": 51,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"font-weight: 400\">Attorney practice management software</span><span style=\"font-weight: 400\"> aims to optimize law firm operations and client interactions. It transforms how legal professionals handle their daily tasks, providing support to manage cases, clients, and administrative duties efficiently. And with the </span><a href=\"https://www.nalp.org/0516research\"><span style=\"font-weight: 400\">average hours lawyers work</span></a><span style=\"font-weight: 400\"> on the rise, t..."
    },
    {
      "index": 149,
      "heading": "H2: What is the purpose of practice management software?",
      "text": "By addressing these core needs, practice management software empowers legal professionals to work more efficiently, enhance client relationships, and ultimately provide better legal services. Some of the best legal software examples, like PracticePanther, demonstrate these capabilities in action, showcasing how technology can significantly benefit law firms.",
      "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><span style=\"font-weight: 400\">By addressing these core needs, practice management software empowers legal professionals to work more efficiently, enhance client relationships, and ultimately provide better legal services. Some of the </span><span style=\"font-weight: 400\">best legal software examples</span><span style=\"font-weight: 400\">, like PracticePanther, </span><a href=\"https://www.practicepanther.com/demo/\"><span style=\"font-weight: 400\">demonstrate these capabilities in action</spa..."
    },
    {
      "index": 154,
      "heading": "H2: What are the job responsibilities of law practice management, and how can software help?",
      "text": "Client Intake and Onboarding: Does onboarding a new client mean a mountain of paperwork and multiple back-and-forths to get all the necessary information? With the right software, you can automate intake forms and schedule consultations with a few clicks. All the client data gets organized in one place, making the whole process smoother.",
      "words": 53,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (53 words; target 80-220)."
      ],
      "html": "<p><b>Client Intake and Onboarding</b><span style=\"font-weight: 400\">: Does onboarding a new client mean a mountain of paperwork and multiple back-and-forths to get all the necessary information? With the right software, you can automate intake forms and schedule consultations with a few clicks. All the client data gets organized in one place, making the whole process smoother.</span></p>"
    },
    {
      "index": 156,
      "heading": "H2: What are the job responsibilities of law practice management, and how can software help?",
      "text": "Tracking Deadlines and Appointments: We all know the sinking feeling of realizing a critical deadline was missed. Integrated calendars in practice management software sync with your devices and send automatic reminders. So, whether it’s a court date or a client meeting, you’re always in the loop.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><b>Tracking Deadlines and Appointments</b><span style=\"font-weight: 400\">: We all know the sinking feeling of realizing a critical deadline was missed. Integrated calendars in practice management software sync with your devices and send automatic reminders. So, whether it&#x2019;s a court date or a client meeting, you&#x2019;re always in the loop.</span></p>"
    },
    {
      "index": 158,
      "heading": "H2: What are the job responsibilities of law practice management, and how can software help?",
      "text": "Assigning Tasks and Monitoring Progress: Delegating tasks can feel like herding cats sometimes. Legal software allows you to create tasks, assign them to team members, and set deadlines. You can then easily track progress and make sure everything’s on course without constant check-ins.",
      "words": 44,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><b>Assigning Tasks and Monitoring Progress</b><span style=\"font-weight: 400\">: Delegating tasks can feel like herding cats sometimes. Legal software allows you to create tasks, assign them to team members, and set deadlines. You can then easily track progress and make sure everything&#x2019;s on course without constant check-ins.</span></p>"
    },
    {
      "index": 160,
      "heading": "H2: What are the job responsibilities of law practice management, and how can software help?",
      "text": "Timekeeping and Billing: Accurate billing is the backbone of your revenue, but manually tracking time and generating invoices is tedious work. Software automates these processes, ensuring you account for every billable minute and send out invoices promptly. No more hunting through notes to determine how much time you spent on each case.",
      "words": 52,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (52 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><b>Timekeeping and Billing: </b><span style=\"font-weight: 400\">Accurate billing is the backbone of your revenue, but manually tracking time and generating invoices is tedious work. Software automates these processes, ensuring you account for every billable minute and send out invoices promptly. No more hunting through notes to determine how much time you spent on each case.</span></p>"
    },
    {
      "index": 162,
      "heading": "H2: What are the job responsibilities of law practice management, and how can software help?",
      "text": "Document Assembly and Management: If you’re tired of sifting through piles of paperwork, practice management software is the perfect solution. It offers templates for commonly used documents and stores everything digitally. All your documents are easily searchable and accessible from anywhere — no more frantic searches for misplaced files.",
      "words": 49,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><b>Document Assembly and Management</b><span style=\"font-weight: 400\">: If you&#x2019;re tired of sifting through piles of paperwork, practice management software is the perfect solution. It offers templates for commonly used documents and stores everything digitally. All your documents are easily searchable and accessible from anywhere &#x2014; no more frantic searches for misplaced files.</span></p>"
    },
    {
      "index": 166,
      "heading": "H2: What are the job responsibilities of law practice management, and how can software help?",
      "text": "Budgeting and Financial Planning: Keeping your firm’s finances in check involves tracking expenses and forecasting revenue. Law firm software features can generate detailed financial reports and help with budgeting, so you’re always aware of where your money is going and how to plan for the future.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><b>Budgeting and Financial Planning</b><span style=\"font-weight: 400\">: Keeping your firm&#x2019;s finances in check involves tracking expenses and forecasting revenue. Law firm software features can generate detailed financial reports and help with budgeting, so you&#x2019;re always aware of where your money is going and how to plan for the future.</span></p>"
    },
    {
      "index": 170,
      "heading": "H2: What are the job responsibilities of law practice management, and how can software help?",
      "text": "Marketing and Client Acquisition: Attracting new clients and marketing your firm can be time-consuming. Software with built-in analytics can help you track marketing campaigns and analyze client acquisition data to see what’s working and where improvements can be made.",
      "words": 40,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220)."
      ],
      "html": "<p><b>Marketing and Client Acquisition</b><span style=\"font-weight: 400\">: Attracting new clients and marketing your firm can be time-consuming. Software with built-in analytics can help you track marketing campaigns and analyze client acquisition data to see what&#x2019;s working and where improvements can be made.</span></p>"
    },
    {
      "index": 172,
      "heading": "H2: What are the job responsibilities of law practice management, and how can software help?",
      "text": "Client Communication and Follow-Up: Effective communication with clients is vital, especially when the top disciplinary complaints for lawyers include neglect and lack of communication. Practice management software can automate follow-up emails, reminders, and updates, making it easier to keep clients informed and engaged without requiring constant manual effort.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><b>Client Communication and Follow-Up</b><span style=\"font-weight: 400\">: Effective communication with clients is vital, especially when the </span><a href=\"https://www.americanbar.org/news/abanews/publications/youraba/2022/0307/protect-yourself-from-complaints/\"><span style=\"font-weight: 400\">top disciplinary complaints for lawyers</span></a><span style=\"font-weight: 400\"> include neglect and lack of communication. Practice management software can automate follow-up emails, reminders, and..."
    },
    {
      "index": 176,
      "heading": "H2: Is PracticePanther cloud-based?",
      "text": "Using PracticePanther’s online legal practice management software gives you a flexible, secure, and efficient way to manage your law firm. This approach meets the modern demands of legal practice, ensuring you can provide top-notch services to your clients while keeping their information safe.",
      "words": 44,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"font-weight: 400\">Using PracticePanther&#x2019;s </span><span style=\"font-weight: 400\">online legal practice management software</span><span style=\"font-weight: 400\"> gives you a flexible, secure, and efficient way to manage your law firm. This approach meets the modern demands of legal practice, ensuring you can provide top-notch services to your clients while keeping their information safe.</span></p>"
    }
  ],
  "citableParagraphs": [
    {
      "index": 122,
      "heading": "H2: What is the best legal practice management software?",
      "text": "When looking for the best practice management software for law firms, take the time to assess your firm’s unique requirements and objectives. PracticePanther is a cloud-based platform that utilizes automation to streamline law firms’ daily operations so they can get more done in less time while gaining a competitive advantage. It is trusted by tens of thousands of legal professionals across the globe and has been...",
      "words": 99,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p><span style=\"font-weight: 400\">When looking for the best practice management software for law firms, take the time to assess your firm&#x2019;s unique requirements and objectives. PracticePanther is a cloud-based platform that utilizes automation to streamline law firms&#x2019; daily operations so they can get more done in less time while gaining a competitive advantage. It is trusted by tens of thousands of legal professionals across the globe and has been approved by over 50 bar associat..."
    },
    {
      "index": 136,
      "heading": "H2: I am currently using another law practice management platform, how do I migrate my own data into PracticePanther?",
      "text": "We understand that data migration can be a complex process. That’s why we have a dedicated team in place to ensure that your transition to our platform is as smooth and seamless as possible. If you choose to migrate your data into PracticePanther, you will be assigned a dedicated account manager who will assist you every step of the way. And if you ever need to switch to a different platform, you can easily export...",
      "words": 112,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p><span style=\"font-weight: 400\">We understand that </span><a href=\"https://www.practicepanther.com/blog/a-guide-to-legal-software-data-migration/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400\">data migration</span></a><span style=\"font-weight: 400\"> can be a complex process. That&#x2019;s why we have a dedicated team in place to ensure that your </span><a href=\"https://support.practicepanther.com/en/articles/479905-can-i-switch-from-another-software\" target=\"_blank\" rel=\"noo..."
    }
  ],
  "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": 35,
  "schemaBlocks": 4,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

2 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: legal, lawyers, trust, trial, leader, all, one.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "PracticePanther | Legal Software Lawyers Trust | Free Trial",
  "h1": "The Leader in All-in-One Legal Practice Management Software",
  "description": "Learn how PracticePanther's law practice management software can automate your firm processes, billing, time tracking & more. Try it free!",
  "topicOverlap": 0.4166666666666667,
  "definitionCount": 35,
  "topicTerms": [
    "practicepanther",
    "legal",
    "software",
    "lawyers",
    "trust",
    "free",
    "trial",
    "leader",
    "all",
    "one",
    "practice",
    "management"
  ],
  "descriptionTerms": [
    "learn",
    "practicepanther",
    "law",
    "practice",
    "management",
    "software",
    "automate",
    "firm",
    "processes",
    "billing",
    "time",
    "tracking",
    "more",
    "try",
    "free"
  ],
  "missingFromDescription": [
    "legal",
    "lawyers",
    "trust",
    "trial",
    "leader",
    "all",
    "one"
  ],
  "score": 85,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: 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

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

Evidence
{
  "headings": [
    {
      "text": "Powerful Legal Practice Management Software Built for Firms of All Sizes",
      "html": "<h2>Powerful Legal Practice Management Software Built for Firms of All Sizes</h2>"
    },
    {
      "text": "Manage Your Matters in One Streamlined Platform",
      "html": "<h2>Manage Your Matters in One Streamlined Platform</h2>"
    },
    {
      "text": "Get Paid Faster with Built-In Legal Billing and Payments",
      "html": "<h2>Get Paid Faster with Built-In Legal Billing and Payments </h2>"
    },
    {
      "text": "More Than Just Legal Practice Management Software",
      "html": "<h2>More Than Just Legal Practice Management Software</h2>"
    },
    {
      "text": "Robust Legal Workflows That Strengthen Attorney-Client Relationships",
      "html": "<h2>Robust Legal Workflows That Strengthen Attorney-Client Relationships</h2>"
    },
    {
      "text": "Smarter Client Management for Smoother Collaboration",
      "html": "<h2>Smarter Client Management for Smoother Collaboration</h2>"
    },
    {
      "text": "Streamline Client Communication",
      "html": "<h2>Streamline Client Communication</h2>"
    },
    {
      "text": "Seamless Legal Practice Management Software Integrations",
      "html": "<h2>Seamless Legal Practice Management Software Integrations</h2>"
    },
    {
      "text": "Frequently Asked Questions",
      "html": "<h2>Frequently Asked Questions</h2>"
    },
    {
      "text": "What is law practice management software?",
      "html": "<h2>What is law practice management software?</h2>"
    },
    {
      "text": "How can law practice management software help benefit law firms?",
      "html": "<h2>How can law practice management software help benefit law firms?</h2>"
    },
    {
      "text": "What is the best legal practice management software?",
      "html": "<h2>What is the best legal practice management software?</h2>"
    },
    {
      "text": "What features does PracticePanther’s law practice management software have?",
      "html": "<h2>What features does PracticePanther&#x2019;s law practice management software have?</h2>"
    },
    {
      "text": "How much does PracticePanther’s law practice management software cost?",
      "html": "<h2>How much does PracticePanther&#x2019;s law practice management software cost?</h2>"
    },
    {
      "text": "My law firm practices several areas of law, can PracticePanther support all of them at the same time?",
      "html": "<h2>My law firm practices several areas of law, can PracticePanther support all of them at the same time?</h2>"
    },
    {
      "text": "I am currently using another law practice management platform, how do I migrate my own data into PracticePanther?",
      "html": "<h2>I am currently using another law practice management platform, how do I migrate my own data into PracticePanther?</h2>"
    },
    {
      "text": "What type of software do law firms use?",
      "html": "<h2>What type of software do law firms use?</h2>"
    },
    {
      "text": "What is the purpose of practice management software?",
      "html": "<h2>What is the purpose of practice management software?</h2>"
    },
    {
      "text": "What are the job responsibilities of law practice management, and how can software help?",
      "html": "<h2>What are the job responsibilities of law practice management, and how can software help?</h2>"
    },
    {
      "text": "Is PracticePanther cloud-based?",
      "html": "<h2>Is PracticePanther cloud-based?</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is PracticePanther?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does PracticePanther work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use PracticePanther?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is PracticePanther free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does PracticePanther compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "compare",
      "label": "How does PracticePanther compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 80,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 74053
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 74053
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 74053
          }
        ]
      },
      "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."
    }
  ]
}

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.

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.

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 74053,
        "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.",
          "compatibleContentType": false,
          "contentLength": 54423,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": true,
          "links": [
            "/rss+xml",
            "https://www.practicepanther.com/feed/\">",
            "https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\"",
            "/script",
            "https://yoast.com/product/yoast-seo-wordpress/",
            "/title",
            "/ld+json",
            "/schema.org",
            "/www.practicepanther.com",
            "/www.practicepanther.com"
          ],
          "rawExcerpt": "<!DOCTYPE html>\n<html class=\"html error404 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"PracticePanther Feed\" href=\"https://www.practicepanther.com/feed/\">\n\n    <script async src=\"https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\" class=\"ct_clicktrue\"></script><meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | PracticePanther</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" cont"
        }
      },
      "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.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 73134,
        "text": "<!DOCTYPE html>\n<html class=\"html error404 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"PracticePanther Feed\" href=\"https://www.practicepanther.com/feed/\">\n\n    <script async src=\"https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\" class=\"ct_clicktrue\"></script><meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | PracticePanther</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | PracticePanther\" />\n\t<meta property=\"og:site_name\" content=\"PracticePanther\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/www.practicepanther.com\\/#website\",\"url\":\"https:\\/\\/www.practicepanther.com\\/\",\"name\":\"PracticePanther\",\"description\":\"Law Practice Management Software\",\"publisher\":{\"@id\":\"https:\\/\\/www.practicepanther.com\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/www.practicepanther.com\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/www.practicepanther.com\\/#organization\",\"name\":\"PracticePanther\",\"url\":\"https:\\/\\/www.practicepanther.com\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\/\\/www.practicepanther.com\\/#\\/schema\\/logo\\/image\\/\",\"url\":\"https:\\/\\/www.practicepanther.com\\/wp-content\\/uploads\\/2023\\/02\\/PP-favicon.svg\",\"contentUrl\":\"https:\\/\\/www.practicepanther.com\\/wp-content\\/uploads\\/2023\\/02\\/PP-favicon.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"PracticePanther\"},\"image\":{\"@id\":\"https:\\/\\/www.practicepanther.com\\/#\\/schema\\/logo\\/image\\/\"},\"sameAs\":[\"https:\\/\\/www.facebook.com\\/practicepanther\",\"https:\\/\\/x.com\\/practicepanther\",\"https:\\/\\/www.linkedin.com\\/company\\/practicepanther-law-practice-management-software\\/\"]}]}</script>\n\t<!-- / Yoast SEO plugin. -->\n\n\n<link rel='dns-prefetch' href='//www.google.com' />\n<style id=\"wp-img-auto-sizes-contain-inline-css\">\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<style id=\"wp-block-library-inline-css\">\n:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=UTF-8",
          "length": 73134,
          "text": "<!DOCTYPE html>\n<html class=\"html error404 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"PracticePanther Feed\" href=\"https://www.practicepanther.com/feed/\">\n\n    <script async src=\"https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\" class=\"ct_clicktrue\"></script><meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | PracticePanther</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | PracticePanther\" />\n\t<meta property=\"og:site_name\" content=\"PracticePanther\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/www.practicepanther.com\\/#website\",\"url\":\"https:\\/\\/www.practicepanther.com\\/\",\"name\":\"PracticePanther\",\"description\":\"Law Practice Management Software\",\"publisher\":{\"@id\":\"https:\\/\\/www.practicepanther.com\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/www.practicepanther.com\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/www.practicepanther.com\\/#organization\",\"name\":\"PracticePanther\",\"url\":\"https:\\/\\/www.practicepanther.com\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\/\\/www.practicepanther.com\\/#\\/schema\\/logo\\/image\\/\",\"url\":\"https:\\/\\/www.practicepanther.com\\/wp-content\\/uploads\\/2023\\/02\\/PP-favicon.svg\",\"contentUrl\":\"https:\\/\\/www.practicepanther.com\\/wp-content\\/uploads\\/2023\\/02\\/PP-favicon.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"PracticePanther\"},\"image\":{\"@id\":\"https:\\/\\/www.practicepanther.com\\/#\\/schema\\/logo\\/image\\/\"},\"sameAs\":[\"https:\\/\\/www.facebook.com\\/practicepanther\",\"https:\\/\\/x.com\\/practicepanther\",\"https:\\/\\/www.linkedin.com\\/company\\/practicepanther-law-practice-management-software\\/\"]}]}</script>\n\t<!-- / Yoast SEO plugin. -->\n\n\n<link rel='dns-prefetch' href='//www.google.com' />\n<style id=\"wp-img-auto-sizes-contain-inline-css\">\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<style id=\"wp-block-library-inline-css\">\n:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear"
        }
      },
      "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": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 73134
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 73134
          }
        ]
      },
      "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": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html class=\"html error404 wp-theme-flynt wp-schema-pro-2.11.3\" lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"PracticePanther Feed\" href=\"https://www.practicepanther.com/feed/\">\n\n    <script async src=\"https://obseu.calderovian.com/i/e5400e52361be120e446dab12b68c4fe.js\" class=\"ct_clicktrue\"></script><meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found | PracticePanther</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" cont"
      },
      "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.practicepanther.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.practicepanther.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.practicepanther.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.practicepanther.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": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

100 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

1 warning found

Fix guidance

Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).

Evidence
{
  "displayValue": "1 warning found",
  "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

17 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.

Evidence
{
  "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}

Performance and AccessibilityPerformanceBrowser audit

LCP request discovery

17 Fail

Check name

LCP request discovery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Evidence
{
  "description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

17 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 71 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 71 KiB",
  "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
  "numericValue": 80
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

17 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,257 KiB

Fix guidance

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).

Evidence
{
  "displayValue": "Est savings of 1,257 KiB",
  "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
  "numericValue": 80
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

8 Warning

Check name

Use efficient cache lifetimes

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 518 KiB

Fix guidance

A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).

Evidence
{
  "displayValue": "Est savings of 518 KiB",
  "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

6 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": 19,
      "displayValue": "610 ms",
      "numericValue": 614.9999999999992
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 69,
      "displayValue": "190 ms",
      "numericValue": 194
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 47,
      "displayValue": "2.4 s",
      "numericValue": 2370.9889250797287
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.4 s",
      "numericValue": 428.01529901186024
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 6
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 19,
      "displayValue": "6.7 s",
      "numericValue": 6739.922588920663
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 70,
      "displayValue": "1.8 s",
      "numericValue": 1801.082232188749
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "50 ms",
      "numericValue": 53.864954999999995
    }
  ]
}

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