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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability48%Agent Easeof Use6%Security& Trust60%GEO, AIO, AEO80%SEO92%Performance& Accessibility71%
  • AI Discoverability 48 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 80 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 71 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

LawPay | #1 Legal Payment Management Software & Solution favicon

LawPay | #1 Legal Payment Management Software & Solution

Streamline legal payments with trusted payment management software from LawPay. Transform legal payment and billing processes securely and efficiently.

Next step

Turn this report into a fix workflow

24 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 fix11130View details
Discoverability
71
Needs work540View details
Content Readiness
60
Needs work650View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
80
Mostly ready7211View details
GEO Readiness
88
Mostly ready204
AIO Readiness
80
Mostly ready313View details
AEO Readiness
72
Needs work214View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
71
Needs work1771View details
Performance
62
Needs work1171View details
Accessibility
89
Mostly ready600

Prioritized recommendations

Issues ranked by score impact

47 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><!-- {\n      bugherd && (\n        <script\n          type='text/javascript'\n          src={`https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}\n          async='true'\n        />\n      )\n    }  --><!-- FontAwesome configuration: Enable font-display swap before kit loads --><script>\n      window.FontAwesomeConfig = {\n        fontDisplay: \"swap\",\n      };\n    </script><script defer src=\"https://kit.fontawesome.com/141d61c8d4.js\" crossorigin=\"anonymous\"></script><!-- Load Bizible BEFORE Forms2 to ensure conversion tracking --><script type"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

50 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

50 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

50 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
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

50 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  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"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 31106,
        "excerpt": "<!DOCTYPE html><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sit",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><!-- {\n      bugherd && (\n        <script\n          type='text/javascript'\n          src={`https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}\n          async='true'\n        />\n      )\n    }  --><!-- FontAwesome configuration: Enable font-display swap before kit loads --><script>\n      window.FontAwesomeConfig = {\n        fontDisplay: \"swap\",\n      };\n    </script><script defer src=\"https://kit.fontawesome.com/141d61c8d4.js\" crossorigin=\"anonymous\"></script><!-- Load Bizible BEFORE Forms2 to ensure conversion tracking --><script type"
          },
          {
            "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><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><!-- {\n      bugherd && (\n        <script\n          type='text/javascript'\n          src={`https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}\n          async='true'\n        />\n      )\n    }  --><!-- FontAwesome configuration: Enable font-display swap before kit loads --><script>\n      window.FontAwesomeConfig = {\n        fontDisplay: \"swap\",\n      };\n    </script><script defer src=\"https://kit.fontawesome.com/141d61c8d4.js\" crossorigin=\"anonymous\"></script><!-- Load Bizible BEFORE Forms2 to ensure conversion tracking --><script type"
          },
          {
            "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><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><!-- {\n      bugherd && (\n        <script\n          type='text/javascript'\n          src={`https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}\n          async='true'\n        />\n      )\n    }  --><!-- FontAwesome configuration: Enable font-display swap before kit loads --><script>\n      window.FontAwesomeConfig = {\n        fontDisplay: \"swap\",\n      };\n    </script><script defer src=\"https://kit.fontawesome.com/141d61c8d4.js\" crossorigin=\"anonymous\"></script><!-- Load Bizible BEFORE Forms2 to ensure conversion tracking --><script type"
          },
          {
            "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><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><!-- {\n      bugherd && (\n        <script\n          type='text/javascript'\n          src={`https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}\n          async='true'\n        />\n      )\n    }  --><!-- FontAwesome configuration: Enable font-display swap before kit loads --><script>\n      window.FontAwesomeConfig = {\n        fontDisplay: \"swap\",\n      };\n    </script><script defer src=\"https://kit.fontawesome.com/141d61c8d4.js\" crossorigin=\"anonymous\"></script><!-- Load Bizible BEFORE Forms2 to ensure conversion tracking --><script type"
          },
          {
            "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><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><!-- {\n      bugherd && (\n        <script\n          type='text/javascript'\n          src={`https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}\n          async='true'\n        />\n      )\n    }  --><!-- FontAwesome configuration: Enable font-display swap before kit loads --><script>\n      window.FontAwesomeConfig = {\n        fontDisplay: \"swap\",\n      };\n    </script><script defer src=\"https://kit.fontawesome.com/141d61c8d4.js\" crossorigin=\"anonymous\"></script><!-- Load Bizible BEFORE Forms2 to ensure conversion tracking --><script type"
          },
          {
            "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><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><!-- {\n      bugherd && (\n        <script\n          type='text/javascript'\n          src={`https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}\n          async='true'\n        />\n      )\n    }  --><!-- FontAwesome configuration: Enable font-display swap before kit loads --><script>\n      window.FontAwesomeConfig = {\n        fontDisplay: \"swap\",\n      };\n    </script><script defer src=\"https://kit.fontawesome.com/141d61c8d4.js\" crossorigin=\"anonymous\"></script><!-- Load Bizible BEFORE Forms2 to ensure conversion tracking --><script type"
          },
          {
            "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><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><!-- {\n      bugherd && (\n        <script\n          type='text/javascript'\n          src={`https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}\n          async='true'\n        />\n      )\n    }  --><!-- FontAwesome configuration: Enable font-display swap before kit loads --><script>\n      window.FontAwesomeConfig = {\n        fontDisplay: \"swap\",\n      };\n    </script><script defer src=\"https://kit.fontawesome.com/141d61c8d4.js\" crossorigin=\"anonymous\"></script><!-- Load Bizible BEFORE Forms2 to ensure conversion tracking --><script type"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

50 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: skipped heading levels; 1 links missing accessible names; 2 buttons missing accessible names; 0/2 applicable form inputs have autocomplete attributes (2 missing); missing alt text on >10% of images.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"/\" class=\"h-auto w-full *:h-auto *:w-full\"><svg width=\"148\" height=\"34\" viewBox=\"0 0 148 34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_12356_5705)\"> <path d=\"M139.548 20.0684C139.891 21.0072 140.179 21.9376 140.414 22.8584C140.511 23.2381 140.611 23.6129 140.712 23.9834C140.815 23.611 140.919 23.2341 141.018 22.8516C141.257 21.9263 141.543 20.9992 141.877 20.0693L145.128 11.0889H147.782L141.132 28.4922C140.825 29.2958 140.456 29.9565 140.027 30.4766C139.59"
    ],
    "inaccessibleButtons": [
      "<button class=\"tab-button-prev mr-2 tab-button transition rounded-full h-12 lg:h-14 lg:hidden border border-4 aspect-square tab-button-disabled\" data-astro-cid-rw6mymwx aria-disabled=\"true\"> <i class=\"fas fa-chevron-left\" data-astro-cid-rw6mymwx aria-hidden=\"true\"></i> </button>",
      "<button class=\"tab-button-next ml-2 tab-button transition rounded-full h-12 lg:h-14 lg:hidden border border-4 aspect-square\" data-astro-cid-rw6mymwx aria-disabled=\"false\"> <i class=\"fas fa-chevron-right\" data-astro-cid-rw6mymwx aria-hidden=\"true\"></i> </button>"
    ],
    "missingAutocompleteInputs": [
      "<input id=\"emailInput\" name=\"email\" placeholder=\"Email address\" required data-astro-cid-75yzkd53=\"true\" class=\"m-0 w-full rounded-lg border p-4 transition md:max-w-80\" data-astro-cid-zd5zp5wo>",
      "<input id=\"emailInput\" name=\"email\" placeholder=\"Email address\" required data-astro-cid-75yzkd53=\"true\" class=\"m-0 w-full rounded-lg border p-4 transition md:max-w-80\" data-astro-cid-zd5zp5wo>"
    ],
    "imagesMissingAlt": [
      "<img class=\"h-auto w-full\" src=\"https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcL0w4cUp5YVh5VzY2N2tKZmg1cWthLnBuZyJ9:affinipay:HI0NkFl0FndogwvecEiwOEI2CXWydFh-wcKcZx69xwY?width=368&amp;height=276&amp;crop=fp&amp;fp=0.5%2C0.5&amp;quality=100\" data-v-c3d35243>",
      "<img class=\"h-auto w-full\" src=\"https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcLzJUWlBSUUpObkphOHU3Vm9VWk5iLndlYnAifQ:affinipay:XVoni7zKRkW2KiCcDH62xbitqhBeSNF8-KHVzwWTiQg?width=368&amp;height=276&amp;crop=fp&amp;fp=0.5%2C0.5&amp;quality=100\" data-v-c3d35243>",
      "<img class=\"h-auto w-full\" src=\"https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcL2pMUjFYcjZiRFRpTUR3dTRkS2JhLndlYnAifQ:affinipay:Jc49KxXHelfmD11t8vdVeCEMM0FImWq0oFYdvFuW7og?width=368&amp;height=276&amp;crop=fp&amp;fp=0.5%2C0.5&amp;quality=100\" data-v-c3d35243>",
      "<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=702966103191837&amp;ev=PageView&amp;noscript=1\">",
      "<img src=\"https://t.co/i/adsct?bci=3&amp;dv=Asia%2FCalcutta%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%261%2624%26800%26600%260%26na&amp;eci=2&amp;event_id=df08e3d8-65da-4fb3-9ab4-abaeedd7a0e9&amp;events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&amp;integration=advertiser&amp;p_id=Twitter&amp;p_user_id=0&amp;pl_id=26edfaa2-16c1-4ae2-b089-00ef1acce504&amp;pt=LawPay%20%7C%20%231%20Legal%20Payment%20Management%20Software%20%26%20Solution&amp;tw_document_href=https%3A%2F%2Fwww.lawpay.",
      "<img src=\"https://analytics.twitter.com/i/adsct?bci=3&amp;dv=Asia%2FCalcutta%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%261%2624%26800%26600%260%26na&amp;eci=2&amp;event_id=df08e3d8-65da-4fb3-9ab4-abaeedd7a0e9&amp;events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&amp;integration=advertiser&amp;p_id=Twitter&amp;p_user_id=0&amp;pl_id=26edfaa2-16c1-4ae2-b089-00ef1acce504&amp;pt=LawPay%20%7C%20%231%20Legal%20Payment%20Management%20Software%20%26%20Solution&amp;tw_document_href=https%3A"
    ],
    "skippedHeadingLevels": [
      "h4: Next Day Payments",
      "h4: Are you ready for the USCIS payment switch?",
      "h4: Sample Billing Language for Attorneys: Ultimate Guide",
      "h1: Fast, secure payments built for law firms",
      "h3: Bar Programs",
      "h3: Client Reviews",
      "h3: Partners",
      "h3: CLE Spotlight",
      "h2: Immigration lawyers, are you ready for the USCIS payment switch?",
      "h2: Powerful Legal Payment Management Software",
      "h3: Offer Flexible Payment Options. Stay Compliant",
      "h3: Get Paid On-time, For Every Hour You Work",
      "h3: Keep a Closer Eye on Firm Spending",
      "h3: Get a Clear View of Your Firm Finances",
      "h3: Bring Payments and Cases Together",
      "h2: Partnered with all 50 State Bar Associations",
      "h2: Designed to save you time and gain revenue",
      "h4: How the math works",
      "h2: How this Law Firm Achieved Scalable Growth with LawPay",
      "h2: Ready to Sign Up?",
      "h4: Get in touch",
      "h4: Features",
      "h4: Who We Serve",
      "h4: Partner Network",
      "h4: Member Programs",
      "h4: Resources",
      "h4: Support",
      "h4: Company",
      "h4: Features",
      "h4: Who We Serve",
      "h4: Partner Network",
      "h4: Member Programs",
      "h4: Resources",
      "h4: Support",
      "h4: Company",
      "h4: Get in touch",
      "h4: Get the LawPay App"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 37,
    "links": 187,
    "inaccessibleLinks": 1,
    "buttons": 43,
    "inaccessibleButtons": 2,
    "images": 26,
    "imagesWithAlt": 20,
    "autocompleteInputs": 2,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 2
  }
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          }
        ]
      },
      "issue": "MCP Server Card was not found at the expected path.",
      "howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          }
        ]
      },
      "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": 200198
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          }
        ]
      },
      "issue": "A2A Agent Card was not found at the expected path.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

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

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

9 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about/blog/",
      "text": "Blog",
      "html": "<a data-astro-prefetch href=\"/about/blog/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fad fa-pen-swirl fa-fw icon-1x text-primary mt-1.5 h-4\" data-v-6d75c9c9 aria-hidden=\"true\"></i> Blog<!-..."
    },
    {
      "href": "/about/blog/category/law-firm-spotlight/",
      "text": "Case Studies",
      "html": "<a data-astro-prefetch href=\"/about/blog/category/law-firm-spotlight/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fa-solid fa-duotone fa-user-magnifying-glass fa-fw icon-1x text-primary mt-..."
    },
    {
      "href": "/about/blog/sample-billing-language-for-attorneys/",
      "text": "Sample Billing Language for Attorneys: Ultimate GuideHere are a few examples of sample billing language for attorneys that can help reduce late and non-payments and make sure you get paid for your hard work.",
      "html": "<a href=\"/about/blog/sample-billing-language-for-attorneys/\" class=\"card w-full overflow-hidden rounded-lg lg:max-xl:hidden\" data-v-6d75c9c9 data-v-c3d35243><div class=\"card-head bg-surfaceContainerLowest overflow-hidden rounded-lg\" data-v-c3d35243><img class=\"h-auto w-full\" src=\"https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcL2pMUjFYcjZiRFRpTUR3dTRkS2JhLndlYnAifQ:affinipay:Jc49KxXHelfmD11t8vdV..."
    },
    {
      "href": "/about/reviews/",
      "text": "Client Reviews",
      "html": "<a tabindex=\"0\" href=\"/about/reviews/\" aria-disabled=\"false\" target=\"_self\" class=\"button rounded-full transition ghosted inline-block text-left mt-3 p-0 font-normal md:mt-4 lg:mt-5\"> Client Reviews <i class=\"fas fa-chevron-right ml-2 text-sm transition\" aria-hidden=\"true\"></i></a>"
    },
    {
      "href": "/about/blog/strohmeyer-law-enhances-client-experience/",
      "text": "Read More",
      "html": "<a tabindex=\"0\" href=\"/about/blog/strohmeyer-law-enhances-client-experience/\" aria-disabled=\"false\" target=\"_self\" class=\"button inline-block rounded-full text-center transition px-6 py-3\"> Read More </a>"
    },
    {
      "href": "/about/contact-us/",
      "text": "Contact us",
      "html": "<a class=\"transition\" href=\"/about/contact-us/\"> Contact us </a>"
    },
    {
      "href": "/about/blog/",
      "text": "Blog",
      "html": "<a href=\"/about/blog/\" data-astro-cid-njmpd7bw> Blog </a>"
    },
    {
      "href": "/about/",
      "text": "About",
      "html": "<a href=\"/about/\" data-astro-cid-njmpd7bw> About </a>"
    },
    {
      "href": "/about/news/",
      "text": "News",
      "html": "<a href=\"/about/news/\" data-astro-cid-njmpd7bw> News </a>"
    },
    {
      "href": "/about/events/",
      "text": "Events",
      "html": "<a href=\"/about/events/\" data-astro-cid-njmpd7bw> Events </a>"
    },
    {
      "href": "/about/reviews/",
      "text": "Reviews",
      "html": "<a href=\"/about/reviews/\" data-astro-cid-njmpd7bw> Reviews </a>"
    },
    {
      "href": "/about/blog/",
      "text": "Blog",
      "html": "<a href=\"/about/blog/\">Blog</a>"
    },
    {
      "href": "/about/",
      "text": "About",
      "html": "<a href=\"/about/\">About</a>"
    },
    {
      "href": "/about/news/",
      "text": "News",
      "html": "<a href=\"/about/news/\">News</a>"
    },
    {
      "href": "/about/events/",
      "text": "Events",
      "html": "<a href=\"/about/events/\">Events</a>"
    },
    {
      "href": "/about/reviews/",
      "text": "Reviews",
      "html": "<a href=\"/about/reviews/\">Reviews</a>"
    },
    {
      "href": "/about/contact-us/",
      "text": "Contact us",
      "html": "<a class=\"transition\" href=\"/about/contact-us/\"> Contact us </a>"
    },
    {
      "href": "https://www.linkedin.com/company/lawpay",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/lawpay\" target=\"_blank\" class=\"flex items-center justify-center rounded-full p-2 transition h-12 w-12\" aria-label=\"LawPay LinkedIn\" data-astro-cid-a3lmq7wa> <i class=\"fab icon-1.5x fa-linkedin\" data-astro-cid-a3lmq7wa aria-hidden=\"true\"></i> </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/support/",
      "text": "Support",
      "html": "<a href=\"/support/\" class=\"cursor-pointer outline-none font-sans tracking-normal focus-visible:shadow-focus-onLight focus-visible:rounded-sm text-sm is-primaryNav underline-none font-normal hover:underline focus-visible:underline active:no-underline group-hover:focus-visible:shadow-focus-onNeutral group-is-active:focus-visible:shadow-focus-onNeutral\" target=\"_self\" id data-astro-cid-be6glxua> Support </a>"
    },
    {
      "href": "/support/resources/guides/",
      "text": "Guides",
      "html": "<a data-astro-prefetch href=\"/support/resources/guides/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fad fa-book-open-cover fa-fw icon-1x text-primary mt-1.5 h-4\" data-v-6d75c9c9 aria-hidden..."
    },
    {
      "href": "/support/resources/e-books/",
      "text": "eBooks",
      "html": "<a data-astro-prefetch href=\"/support/resources/e-books/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fad fa-book fa-fw icon-1x text-primary mt-1.5 h-4\" data-v-6d75c9c9 aria-hidden=\"true\"></..."
    },
    {
      "href": "/support/resources/reports/",
      "text": "Reports",
      "html": "<a data-astro-prefetch href=\"/support/resources/reports/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fad fa-file-chart-pie fa-fw icon-1x text-primary mt-1.5 h-4\" data-v-6d75c9c9 aria-hidden..."
    },
    {
      "href": "/support/resources/practice-management-tools/",
      "text": "Forms & Agreements",
      "html": "<a data-astro-prefetch href=\"/support/resources/practice-management-tools/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fa-duotone fa-file-contract fa-fw icon-1x text-primary mt-1.5 h-4\" dat..."
    },
    {
      "href": "/support/resources/webinars/",
      "text": "Webinars",
      "html": "<a data-astro-prefetch href=\"/support/resources/webinars/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fa-duotone fa-screen-users fa-fw icon-1x text-primary mt-1.5 h-4\" data-v-6d75c9c9 aria-..."
    },
    {
      "href": "/support/resources/videos/",
      "text": "Video Library",
      "html": "<a data-astro-prefetch href=\"/support/resources/videos/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fa-duotone fa-video fa-fw icon-1x text-primary mt-1.5 h-4\" data-v-6d75c9c9 aria-hidden=\"t..."
    },
    {
      "href": "/support/resources/legal-cost-savings-calculator/",
      "text": "Time Savings Calculator",
      "html": "<a data-astro-prefetch href=\"/support/resources/legal-cost-savings-calculator/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fa-duotone fa-calculator-simple fa-fw icon-1x text-primary mt-1.5..."
    },
    {
      "href": "/about/blog/sample-billing-language-for-attorneys/",
      "text": "Sample Billing Language for Attorneys: Ultimate GuideHere are a few examples of sample billing language for attorneys that can help reduce late and non-payments and make sure you get paid for your hard work.",
      "html": "<a href=\"/about/blog/sample-billing-language-for-attorneys/\" class=\"card w-full overflow-hidden rounded-lg lg:max-xl:hidden\" data-v-6d75c9c9 data-v-c3d35243><div class=\"card-head bg-surfaceContainerLowest overflow-hidden rounded-lg\" data-v-c3d35243><img class=\"h-auto w-full\" src=\"https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcL2pMUjFYcjZiRFRpTUR3dTRkS2JhLndlYnAifQ:affinipay:Jc49KxXHelfmD11t8vdV..."
    },
    {
      "href": "/support/",
      "text": "Support",
      "html": "<a data-astro-prefetch href=\"/support/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-sm is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline\" data-v-94729402><!--[-->Support<!--]--></a>"
    },
    {
      "href": "/about/contact-us/",
      "text": "Contact us",
      "html": "<a class=\"transition\" href=\"/about/contact-us/\"> Contact us </a>"
    },
    {
      "href": "/support/resources/webinars/",
      "text": "CLE Webinars",
      "html": "<a href=\"/support/resources/webinars/\" data-astro-cid-njmpd7bw> CLE Webinars </a>"
    },
    {
      "href": "/support/resources/guides/",
      "text": "Guides & eBooks",
      "html": "<a href=\"/support/resources/guides/\" data-astro-cid-njmpd7bw> Guides &amp; eBooks </a>"
    },
    {
      "href": "/support/resources/videos/",
      "text": "Videos",
      "html": "<a href=\"/support/resources/videos/\" data-astro-cid-njmpd7bw> Videos </a>"
    },
    {
      "href": "https://supportcenter.lawpay.com/en",
      "text": "Support Center",
      "html": "<a href=\"https://supportcenter.lawpay.com/en\" data-astro-cid-njmpd7bw> Support Center </a>"
    },
    {
      "href": "/support/faq/",
      "text": "FAQ",
      "html": "<a href=\"/support/faq/\" data-astro-cid-njmpd7bw> FAQ </a>"
    },
    {
      "href": "/./support/schedule-a-training-session/",
      "text": "Schedule Training",
      "html": "<a href=\"/./support/schedule-a-training-session/\" data-astro-cid-njmpd7bw> Schedule Training </a>"
    },
    {
      "href": "/support/resources/webinars/",
      "text": "CLE Webinars",
      "html": "<a href=\"/support/resources/webinars/\">CLE Webinars</a>"
    },
    {
      "href": "/support/resources/guides/",
      "text": "Guides & eBooks",
      "html": "<a href=\"/support/resources/guides/\">Guides &amp; eBooks</a>"
    },
    {
      "href": "/support/resources/videos/",
      "text": "Videos",
      "html": "<a href=\"/support/resources/videos/\">Videos</a>"
    },
    {
      "href": "https://supportcenter.lawpay.com/en",
      "text": "Support Center",
      "html": "<a href=\"https://supportcenter.lawpay.com/en\">Support Center</a>"
    },
    {
      "href": "/support/faq/",
      "text": "FAQ",
      "html": "<a href=\"/support/faq/\">FAQ</a>"
    },
    {
      "href": "/./support/schedule-a-training-session/",
      "text": "Schedule Training",
      "html": "<a href=\"/./support/schedule-a-training-session/\">Schedule Training</a>"
    },
    {
      "href": "/about/contact-us/",
      "text": "Contact us",
      "html": "<a class=\"transition\" href=\"/about/contact-us/\"> Contact us </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.8am.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"rounded transition\" href=\"https://www.8am.com/privacy-policy/\" target=\"_self\" data-astro-cid-c6wqapzj> Privacy Policy </a>"
    },
    {
      "href": "https://www.8am.com/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"rounded transition\" href=\"https://www.8am.com/terms-of-service/ \" target=\"_self\" data-astro-cid-c6wqapzj> Terms of Service </a>"
    },
    {
      "href": "/terms/accessibility-statement/",
      "text": "Accessibility Statement",
      "html": "<a class=\"rounded transition\" href=\"/terms/accessibility-statement/\" target=\"_self\" data-astro-cid-c6wqapzj> Accessibility Statement </a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

6 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about/blog/",
      "text": "Blog",
      "html": "<a data-astro-prefetch href=\"/about/blog/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fad fa-pen-swirl fa-fw icon-1x text-primary mt-1.5 h-4\" data-v-6d75c9c9 aria-hidden=\"true\"></i> Blog<!-..."
    },
    {
      "href": "/about/blog/category/law-firm-spotlight/",
      "text": "Case Studies",
      "html": "<a data-astro-prefetch href=\"/about/blog/category/law-firm-spotlight/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fa-solid fa-duotone fa-user-magnifying-glass fa-fw icon-1x text-primary mt-..."
    },
    {
      "href": "/about/blog/sample-billing-language-for-attorneys/",
      "text": "Sample Billing Language for Attorneys: Ultimate GuideHere are a few examples of sample billing language for attorneys that can help reduce late and non-payments and make sure you get paid for your hard work.",
      "html": "<a href=\"/about/blog/sample-billing-language-for-attorneys/\" class=\"card w-full overflow-hidden rounded-lg lg:max-xl:hidden\" data-v-6d75c9c9 data-v-c3d35243><div class=\"card-head bg-surfaceContainerLowest overflow-hidden rounded-lg\" data-v-c3d35243><img class=\"h-auto w-full\" src=\"https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcL2pMUjFYcjZiRFRpTUR3dTRkS2JhLndlYnAifQ:affinipay:Jc49KxXHelfmD11t8vdV..."
    },
    {
      "href": "/about/reviews/",
      "text": "Client Reviews",
      "html": "<a tabindex=\"0\" href=\"/about/reviews/\" aria-disabled=\"false\" target=\"_self\" class=\"button rounded-full transition ghosted inline-block text-left mt-3 p-0 font-normal md:mt-4 lg:mt-5\"> Client Reviews <i class=\"fas fa-chevron-right ml-2 text-sm transition\" aria-hidden=\"true\"></i></a>"
    },
    {
      "href": "/about/blog/strohmeyer-law-enhances-client-experience/",
      "text": "Read More",
      "html": "<a tabindex=\"0\" href=\"/about/blog/strohmeyer-law-enhances-client-experience/\" aria-disabled=\"false\" target=\"_self\" class=\"button inline-block rounded-full text-center transition px-6 py-3\"> Read More </a>"
    },
    {
      "href": "/about/contact-us/",
      "text": "Contact us",
      "html": "<a class=\"transition\" href=\"/about/contact-us/\"> Contact us </a>"
    },
    {
      "href": "/about/blog/",
      "text": "Blog",
      "html": "<a href=\"/about/blog/\" data-astro-cid-njmpd7bw> Blog </a>"
    },
    {
      "href": "/about/",
      "text": "About",
      "html": "<a href=\"/about/\" data-astro-cid-njmpd7bw> About </a>"
    },
    {
      "href": "/about/news/",
      "text": "News",
      "html": "<a href=\"/about/news/\" data-astro-cid-njmpd7bw> News </a>"
    },
    {
      "href": "/about/events/",
      "text": "Events",
      "html": "<a href=\"/about/events/\" data-astro-cid-njmpd7bw> Events </a>"
    },
    {
      "href": "/about/reviews/",
      "text": "Reviews",
      "html": "<a href=\"/about/reviews/\" data-astro-cid-njmpd7bw> Reviews </a>"
    },
    {
      "href": "/about/blog/",
      "text": "Blog",
      "html": "<a href=\"/about/blog/\">Blog</a>"
    },
    {
      "href": "/about/",
      "text": "About",
      "html": "<a href=\"/about/\">About</a>"
    },
    {
      "href": "/about/news/",
      "text": "News",
      "html": "<a href=\"/about/news/\">News</a>"
    },
    {
      "href": "/about/events/",
      "text": "Events",
      "html": "<a href=\"/about/events/\">Events</a>"
    },
    {
      "href": "/about/reviews/",
      "text": "Reviews",
      "html": "<a href=\"/about/reviews/\">Reviews</a>"
    },
    {
      "href": "/about/contact-us/",
      "text": "Contact us",
      "html": "<a class=\"transition\" href=\"/about/contact-us/\"> Contact us </a>"
    },
    {
      "href": "https://www.linkedin.com/company/lawpay",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/lawpay\" target=\"_blank\" class=\"flex items-center justify-center rounded-full p-2 transition h-12 w-12\" aria-label=\"LawPay LinkedIn\" data-astro-cid-a3lmq7wa> <i class=\"fab icon-1.5x fa-linkedin\" data-astro-cid-a3lmq7wa aria-hidden=\"true\"></i> </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/support/",
      "text": "Support",
      "html": "<a href=\"/support/\" class=\"cursor-pointer outline-none font-sans tracking-normal focus-visible:shadow-focus-onLight focus-visible:rounded-sm text-sm is-primaryNav underline-none font-normal hover:underline focus-visible:underline active:no-underline group-hover:focus-visible:shadow-focus-onNeutral group-is-active:focus-visible:shadow-focus-onNeutral\" target=\"_self\" id data-astro-cid-be6glxua> Support </a>"
    },
    {
      "href": "/support/resources/guides/",
      "text": "Guides",
      "html": "<a data-astro-prefetch href=\"/support/resources/guides/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fad fa-book-open-cover fa-fw icon-1x text-primary mt-1.5 h-4\" data-v-6d75c9c9 aria-hidden..."
    },
    {
      "href": "/support/resources/e-books/",
      "text": "eBooks",
      "html": "<a data-astro-prefetch href=\"/support/resources/e-books/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fad fa-book fa-fw icon-1x text-primary mt-1.5 h-4\" data-v-6d75c9c9 aria-hidden=\"true\"></..."
    },
    {
      "href": "/support/resources/reports/",
      "text": "Reports",
      "html": "<a data-astro-prefetch href=\"/support/resources/reports/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fad fa-file-chart-pie fa-fw icon-1x text-primary mt-1.5 h-4\" data-v-6d75c9c9 aria-hidden..."
    },
    {
      "href": "/support/resources/practice-management-tools/",
      "text": "Forms & Agreements",
      "html": "<a data-astro-prefetch href=\"/support/resources/practice-management-tools/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fa-duotone fa-file-contract fa-fw icon-1x text-primary mt-1.5 h-4\" dat..."
    },
    {
      "href": "/support/resources/webinars/",
      "text": "Webinars",
      "html": "<a data-astro-prefetch href=\"/support/resources/webinars/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fa-duotone fa-screen-users fa-fw icon-1x text-primary mt-1.5 h-4\" data-v-6d75c9c9 aria-..."
    },
    {
      "href": "/support/resources/videos/",
      "text": "Video Library",
      "html": "<a data-astro-prefetch href=\"/support/resources/videos/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fa-duotone fa-video fa-fw icon-1x text-primary mt-1.5 h-4\" data-v-6d75c9c9 aria-hidden=\"t..."
    },
    {
      "href": "/support/resources/legal-cost-savings-calculator/",
      "text": "Time Savings Calculator",
      "html": "<a data-astro-prefetch href=\"/support/resources/legal-cost-savings-calculator/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-lg is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline align-center flex gap-2 [&amp;:not(:has(&gt;_i))]:ml-7\" data-v-6d75c9c9 data-v-94729402><!--[--><i class=\"fa-duotone fa-calculator-simple fa-fw icon-1x text-primary mt-1.5..."
    },
    {
      "href": "/about/blog/sample-billing-language-for-attorneys/",
      "text": "Sample Billing Language for Attorneys: Ultimate GuideHere are a few examples of sample billing language for attorneys that can help reduce late and non-payments and make sure you get paid for your hard work.",
      "html": "<a href=\"/about/blog/sample-billing-language-for-attorneys/\" class=\"card w-full overflow-hidden rounded-lg lg:max-xl:hidden\" data-v-6d75c9c9 data-v-c3d35243><div class=\"card-head bg-surfaceContainerLowest overflow-hidden rounded-lg\" data-v-c3d35243><img class=\"h-auto w-full\" src=\"https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcL2pMUjFYcjZiRFRpTUR3dTRkS2JhLndlYnAifQ:affinipay:Jc49KxXHelfmD11t8vdV..."
    },
    {
      "href": "/support/",
      "text": "Support",
      "html": "<a data-astro-prefetch href=\"/support/\" class=\"cursor-pointer text-onSurface outline-none font-sans tracking-normal focus-visible:rounded-sm focus-visible:shadow-focus-onLight text-sm is-primaryNav font-normal underline-none hover:underline focus-visible:underline active:no-underline\" data-v-94729402><!--[-->Support<!--]--></a>"
    },
    {
      "href": "/about/contact-us/",
      "text": "Contact us",
      "html": "<a class=\"transition\" href=\"/about/contact-us/\"> Contact us </a>"
    },
    {
      "href": "/support/resources/webinars/",
      "text": "CLE Webinars",
      "html": "<a href=\"/support/resources/webinars/\" data-astro-cid-njmpd7bw> CLE Webinars </a>"
    },
    {
      "href": "/support/resources/guides/",
      "text": "Guides & eBooks",
      "html": "<a href=\"/support/resources/guides/\" data-astro-cid-njmpd7bw> Guides &amp; eBooks </a>"
    },
    {
      "href": "/support/resources/videos/",
      "text": "Videos",
      "html": "<a href=\"/support/resources/videos/\" data-astro-cid-njmpd7bw> Videos </a>"
    },
    {
      "href": "https://supportcenter.lawpay.com/en",
      "text": "Support Center",
      "html": "<a href=\"https://supportcenter.lawpay.com/en\" data-astro-cid-njmpd7bw> Support Center </a>"
    },
    {
      "href": "/support/faq/",
      "text": "FAQ",
      "html": "<a href=\"/support/faq/\" data-astro-cid-njmpd7bw> FAQ </a>"
    },
    {
      "href": "/./support/schedule-a-training-session/",
      "text": "Schedule Training",
      "html": "<a href=\"/./support/schedule-a-training-session/\" data-astro-cid-njmpd7bw> Schedule Training </a>"
    },
    {
      "href": "/support/resources/webinars/",
      "text": "CLE Webinars",
      "html": "<a href=\"/support/resources/webinars/\">CLE Webinars</a>"
    },
    {
      "href": "/support/resources/guides/",
      "text": "Guides & eBooks",
      "html": "<a href=\"/support/resources/guides/\">Guides &amp; eBooks</a>"
    },
    {
      "href": "/support/resources/videos/",
      "text": "Videos",
      "html": "<a href=\"/support/resources/videos/\">Videos</a>"
    },
    {
      "href": "https://supportcenter.lawpay.com/en",
      "text": "Support Center",
      "html": "<a href=\"https://supportcenter.lawpay.com/en\">Support Center</a>"
    },
    {
      "href": "/support/faq/",
      "text": "FAQ",
      "html": "<a href=\"/support/faq/\">FAQ</a>"
    },
    {
      "href": "/./support/schedule-a-training-session/",
      "text": "Schedule Training",
      "html": "<a href=\"/./support/schedule-a-training-session/\">Schedule Training</a>"
    },
    {
      "href": "/about/contact-us/",
      "text": "Contact us",
      "html": "<a class=\"transition\" href=\"/about/contact-us/\"> Contact us </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.8am.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"rounded transition\" href=\"https://www.8am.com/privacy-policy/\" target=\"_self\" data-astro-cid-c6wqapzj> Privacy Policy </a>"
    },
    {
      "href": "https://www.8am.com/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"rounded transition\" href=\"https://www.8am.com/terms-of-service/ \" target=\"_self\" data-astro-cid-c6wqapzj> Terms of Service </a>"
    },
    {
      "href": "/terms/accessibility-statement/",
      "text": "Accessibility Statement",
      "html": "<a class=\"rounded transition\" href=\"/terms/accessibility-statement/\" target=\"_self\" data-astro-cid-c6wqapzj> Accessibility Statement </a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

11 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": 15,
  "passing": 4,
  "failing": [
    {
      "heading": "Client Reviews",
      "headingHtml": "<h3 class=\"font-heading text-pretty break-words text-lg md:text-xl lg:text-xl xl:text-2xl leading-snug md:leading-snug lg:leading-snug xl:leading-snug font-medium\"> Client Reviews </h3>",
      "firstParagraph": "Thousands of law firms benefit from the experts at LawPay. No one has more knowledge and experience in legal payments.",
      "paragraphHtml": "<p class=\"mb-2 scroll-mt-20 astro-2chvy5qq\" data-astro-cid-2chvy5qq>Thousands of law firms benefit from the experts at LawPay. No one has more knowledge and experience in legal payments.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Partners",
      "headingHtml": "<h3 class=\"font-heading text-pretty break-words text-lg md:text-xl lg:text-xl xl:text-2xl leading-snug md:leading-snug lg:leading-snug xl:leading-snug font-medium\"> Partners </h3>",
      "firstParagraph": "Legal payment technology integrated with most major practice management solutions. More options to help build your practice.",
      "paragraphHtml": "<p class=\"mb-2 scroll-mt-20 astro-2chvy5qq\" data-astro-cid-2chvy5qq>Legal payment technology integrated with most major practice management solutions. More options to help build your practice.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "CLE Spotlight",
      "headingHtml": "<h3 class=\"font-heading text-pretty break-words text-lg md:text-xl lg:text-xl xl:text-2xl leading-snug md:leading-snug lg:leading-snug xl:leading-snug font-medium\"> CLE Spotlight </h3>",
      "firstParagraph": "Future-proof your legal practice with AI—on your schedule. This on-demand course will show you how tools like ChatGPT can boost efficiency and help your firm thrive.",
      "paragraphHtml": "<p class=\"mb-2 scroll-mt-20 astro-2chvy5qq\" data-astro-cid-2chvy5qq>Future-proof your legal practice with AI&#x2014;on your schedule. This on-demand course will show you how tools like ChatGPT can boost efficiency and help your firm thrive. </p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Immigration lawyers, are you ready for the USCIS payment switch?",
      "headingHtml": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight\"> Immigration lawyers, are you ready for the USCIS payment switch? </h2>",
      "firstParagraph": "USCIS no longer takes paper checks for filing fees. It’s a big change, but don’t stress—you can easily switch to virtual credit card payments with 8am™ Smart Spend.",
      "paragraphHtml": "<p class=\"mb-2 scroll-mt-20 astro-2chvy5qq\" data-astro-cid-2chvy5qq>USCIS no longer takes paper checks for filing fees. It&#x2019;s a big change, but don&#x2019;t stress&#x2014;you can easily switch to virtual credit card payments with 8am&#x2122; Smart Spend.</p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get Paid On-time, For Every Hour You Work",
      "headingHtml": "<h3 class=\"font-heading text-pretty break-words font-semibold text-xl md:text-2xl lg:text-2xl xl:text-3xl mx-auto w-full max-w-5xl leading-snug md:leading-snug lg:leading-snug xl:leading-snug mb-3 md:mb-4 lg:mb-5\"> Get Paid On-time, For Every Hour You Work </h3>",
      "firstParagraph": "Billing shouldn’t take longer than the work itself. Create and send invoices quickly, track what’s been paid, and reduce the time you spend on follow-ups, so you can focus on your clients, not your collections.",
      "paragraphHtml": "<p class=\"font-primary font-normal text-balance break-words text-base md:text-lg lg:text-xl\"> Billing shouldn&#x2019;t take longer than the work itself. Create and send invoices quickly, track what&#x2019;s been paid, and reduce the time you spend on follow-ups, so you can focus on your clients, not your collections. </p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get a Clear View of Your Firm Finances",
      "headingHtml": "<h3 class=\"font-heading text-pretty break-words font-semibold text-xl md:text-2xl lg:text-2xl xl:text-3xl mx-auto w-full max-w-5xl leading-snug md:leading-snug lg:leading-snug xl:leading-snug mb-3 md:mb-4 lg:mb-5\"> Get a Clear View of Your Firm Finances </h3>",
      "firstParagraph": "Understanding your firm’s financial health shouldn’t require a second career in accounting. Get the insights you need to stay on top of trust balances, cash flow, and collections so you can make informed decisions quickly.",
      "paragraphHtml": "<p class=\"font-primary font-normal text-balance break-words text-base md:text-lg lg:text-xl\"> Understanding your firm&#x2019;s financial health shouldn&#x2019;t require a second career in accounting. Get the insights you need to stay on top of trust balances, cash flow, and collections so you can make informed decisions quickly. </p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    },
    {
      "heading": "Bring Payments and Cases Together",
      "headingHtml": "<h3 class=\"font-heading text-pretty break-words font-semibold text-xl md:text-2xl lg:text-2xl xl:text-3xl mx-auto w-full max-w-5xl leading-snug md:leading-snug lg:leading-snug xl:leading-snug mb-3 md:mb-4 lg:mb-5\"> Bring Payments and Cases Together </h3>",
      "firstParagraph": "When your billing tools work with your case management system, everything runs smoother. Keep casework, invoicing, and payments in sync—reducing errors, saving time, and making it easier to stay organized.",
      "paragraphHtml": "<p class=\"font-primary font-normal text-balance break-words text-base md:text-lg lg:text-xl\"> When your billing tools work with your case management system, everything runs smoother. Keep casework, invoicing, and payments in sync&#x2014;reducing errors, saving time, and making it easier to stay organized. </p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "Partnered with all 50 State Bar Associations",
      "headingHtml": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight mb-3 md:mb-4 lg:mb-5\"> Partnered with all 50 State Bar Associations </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Designed to save you time and gain revenue",
      "headingHtml": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight\"> Designed to save you time and gain revenue </h2>",
      "firstParagraph": "Reclaim lost billable revenue by",
      "paragraphHtml": "<p>Reclaim lost billable revenue by</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "How this Law Firm Achieved Scalable Growth with LawPay",
      "headingHtml": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight mb-3 md:mb-4 lg:mb-5\"> How this Law Firm Achieved Scalable Growth with LawPay </h2>",
      "firstParagraph": "You set the bar high. We help you get there. Learn how you can elevate your legal firm’s workflows and client satisfaction.",
      "paragraphHtml": "<p class=\"font-primary font-normal text-balance break-words text-base md:text-lg lg:text-xl mx-auto w-full max-w-3xl xl:max-w-4xl\"> You set the bar high. We help you get there. Learn how you can elevate your legal firm&#x2019;s workflows and client satisfaction. </p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ready to Sign Up?",
      "headingHtml": "<h2 class=\"font-heading text-pretty break-words font-semibold text-3xl md:text-4xl lg:text-4xl xl:text-5xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight mb-3 md:mb-4 lg:mb-5\"> Ready to Sign Up? </h2>",
      "firstParagraph": "Join over 150,000 lawyers who have transformed the way they invoice, accept payments, and manage their practice.",
      "paragraphHtml": "<p class=\"font-primary font-normal text-balance break-words text-base md:text-lg lg:text-xl mx-auto w-full max-w-3xl xl:max-w-4xl mb-6 md:mb-8 lg:mb-12\"> Join over 150,000 lawyers who have transformed the way they invoice, accept payments, and manage their practice. </p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "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

1 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": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 29,
      "heading": "H1: Fast, secure payments built for law firms",
      "text": "For more than a decade, LawPay’s online payment technology has been trusted to help law firms get paid easier, more securely, and 39% faster. More importantly, LawPay ensures your firm accepts payments in compliance with ABA and IOLTA guidelines.",
      "words": 40,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220)."
      ],
      "html": "<p class=\"mb-2 scroll-mt-20 astro-2chvy5qq\" data-astro-cid-2chvy5qq>For more than a decade, LawPay&#x2019;s online payment technology has been trusted to help law firms get paid easier, more securely, and 39% faster. More importantly, LawPay ensures your firm accepts payments in compliance with ABA and IOLTA guidelines.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

AIO: Answer block readiness scored 65/100 and needs improvement.

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Answer block readiness scored 65/100 and needs improvement.

Evidence
{
  "sectionCount": 15,
  "passing": 4,
  "failing": [
    {
      "heading": "Client Reviews",
      "headingHtml": "<h3 class=\"font-heading text-pretty break-words text-lg md:text-xl lg:text-xl xl:text-2xl leading-snug md:leading-snug lg:leading-snug xl:leading-snug font-medium\"> Client Reviews </h3>",
      "firstParagraph": "Thousands of law firms benefit from the experts at LawPay. No one has more knowledge and experience in legal payments.",
      "paragraphHtml": "<p class=\"mb-2 scroll-mt-20 astro-2chvy5qq\" data-astro-cid-2chvy5qq>Thousands of law firms benefit from the experts at LawPay. No one has more knowledge and experience in legal payments.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Partners",
      "headingHtml": "<h3 class=\"font-heading text-pretty break-words text-lg md:text-xl lg:text-xl xl:text-2xl leading-snug md:leading-snug lg:leading-snug xl:leading-snug font-medium\"> Partners </h3>",
      "firstParagraph": "Legal payment technology integrated with most major practice management solutions. More options to help build your practice.",
      "paragraphHtml": "<p class=\"mb-2 scroll-mt-20 astro-2chvy5qq\" data-astro-cid-2chvy5qq>Legal payment technology integrated with most major practice management solutions. More options to help build your practice.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "CLE Spotlight",
      "headingHtml": "<h3 class=\"font-heading text-pretty break-words text-lg md:text-xl lg:text-xl xl:text-2xl leading-snug md:leading-snug lg:leading-snug xl:leading-snug font-medium\"> CLE Spotlight </h3>",
      "firstParagraph": "Future-proof your legal practice with AI—on your schedule. This on-demand course will show you how tools like ChatGPT can boost efficiency and help your firm thrive.",
      "paragraphHtml": "<p class=\"mb-2 scroll-mt-20 astro-2chvy5qq\" data-astro-cid-2chvy5qq>Future-proof your legal practice with AI&#x2014;on your schedule. This on-demand course will show you how tools like ChatGPT can boost efficiency and help your firm thrive. </p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Immigration lawyers, are you ready for the USCIS payment switch?",
      "headingHtml": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight\"> Immigration lawyers, are you ready for the USCIS payment switch? </h2>",
      "firstParagraph": "USCIS no longer takes paper checks for filing fees. It’s a big change, but don’t stress—you can easily switch to virtual credit card payments with 8am™ Smart Spend.",
      "paragraphHtml": "<p class=\"mb-2 scroll-mt-20 astro-2chvy5qq\" data-astro-cid-2chvy5qq>USCIS no longer takes paper checks for filing fees. It&#x2019;s a big change, but don&#x2019;t stress&#x2014;you can easily switch to virtual credit card payments with 8am&#x2122; Smart Spend.</p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get Paid On-time, For Every Hour You Work",
      "headingHtml": "<h3 class=\"font-heading text-pretty break-words font-semibold text-xl md:text-2xl lg:text-2xl xl:text-3xl mx-auto w-full max-w-5xl leading-snug md:leading-snug lg:leading-snug xl:leading-snug mb-3 md:mb-4 lg:mb-5\"> Get Paid On-time, For Every Hour You Work </h3>",
      "firstParagraph": "Billing shouldn’t take longer than the work itself. Create and send invoices quickly, track what’s been paid, and reduce the time you spend on follow-ups, so you can focus on your clients, not your collections.",
      "paragraphHtml": "<p class=\"font-primary font-normal text-balance break-words text-base md:text-lg lg:text-xl\"> Billing shouldn&#x2019;t take longer than the work itself. Create and send invoices quickly, track what&#x2019;s been paid, and reduce the time you spend on follow-ups, so you can focus on your clients, not your collections. </p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get a Clear View of Your Firm Finances",
      "headingHtml": "<h3 class=\"font-heading text-pretty break-words font-semibold text-xl md:text-2xl lg:text-2xl xl:text-3xl mx-auto w-full max-w-5xl leading-snug md:leading-snug lg:leading-snug xl:leading-snug mb-3 md:mb-4 lg:mb-5\"> Get a Clear View of Your Firm Finances </h3>",
      "firstParagraph": "Understanding your firm’s financial health shouldn’t require a second career in accounting. Get the insights you need to stay on top of trust balances, cash flow, and collections so you can make informed decisions quickly.",
      "paragraphHtml": "<p class=\"font-primary font-normal text-balance break-words text-base md:text-lg lg:text-xl\"> Understanding your firm&#x2019;s financial health shouldn&#x2019;t require a second career in accounting. Get the insights you need to stay on top of trust balances, cash flow, and collections so you can make informed decisions quickly. </p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    },
    {
      "heading": "Bring Payments and Cases Together",
      "headingHtml": "<h3 class=\"font-heading text-pretty break-words font-semibold text-xl md:text-2xl lg:text-2xl xl:text-3xl mx-auto w-full max-w-5xl leading-snug md:leading-snug lg:leading-snug xl:leading-snug mb-3 md:mb-4 lg:mb-5\"> Bring Payments and Cases Together </h3>",
      "firstParagraph": "When your billing tools work with your case management system, everything runs smoother. Keep casework, invoicing, and payments in sync—reducing errors, saving time, and making it easier to stay organized.",
      "paragraphHtml": "<p class=\"font-primary font-normal text-balance break-words text-base md:text-lg lg:text-xl\"> When your billing tools work with your case management system, everything runs smoother. Keep casework, invoicing, and payments in sync&#x2014;reducing errors, saving time, and making it easier to stay organized. </p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "Partnered with all 50 State Bar Associations",
      "headingHtml": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight mb-3 md:mb-4 lg:mb-5\"> Partnered with all 50 State Bar Associations </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Designed to save you time and gain revenue",
      "headingHtml": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight\"> Designed to save you time and gain revenue </h2>",
      "firstParagraph": "Reclaim lost billable revenue by",
      "paragraphHtml": "<p>Reclaim lost billable revenue by</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "How this Law Firm Achieved Scalable Growth with LawPay",
      "headingHtml": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight mb-3 md:mb-4 lg:mb-5\"> How this Law Firm Achieved Scalable Growth with LawPay </h2>",
      "firstParagraph": "You set the bar high. We help you get there. Learn how you can elevate your legal firm’s workflows and client satisfaction.",
      "paragraphHtml": "<p class=\"font-primary font-normal text-balance break-words text-base md:text-lg lg:text-xl mx-auto w-full max-w-3xl xl:max-w-4xl\"> You set the bar high. We help you get there. Learn how you can elevate your legal firm&#x2019;s workflows and client satisfaction. </p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ready to Sign Up?",
      "headingHtml": "<h2 class=\"font-heading text-pretty break-words font-semibold text-3xl md:text-4xl lg:text-4xl xl:text-5xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight mb-3 md:mb-4 lg:mb-5\"> Ready to Sign Up? </h2>",
      "firstParagraph": "Join over 150,000 lawyers who have transformed the way they invoice, accept payments, and manage their practice.",
      "paragraphHtml": "<p class=\"font-primary font-normal text-balance break-words text-base md:text-lg lg:text-xl mx-auto w-full max-w-3xl xl:max-w-4xl mb-6 md:mb-8 lg:mb-12\"> Join over 150,000 lawyers who have transformed the way they invoice, accept payments, and manage their practice. </p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: solution, fast, secure, built, law, firms.

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

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: Entity clarity scored 85/100 and needs improvement.

Evidence
{
  "title": "LawPay | #1 Legal Payment Management Software & Solution",
  "h1": "Fast, secure payments built for law firms",
  "description": "Streamline legal payments with trusted payment management software from LawPay. Transform legal payment and billing processes securely and efficiently.",
  "topicOverlap": 0.5,
  "topicTerms": [
    "lawpay",
    "legal",
    "payment",
    "management",
    "software",
    "solution",
    "fast",
    "secure",
    "payments",
    "built",
    "law",
    "firms"
  ],
  "descriptionTerms": [
    "streamline",
    "legal",
    "payments",
    "trusted",
    "payment",
    "management",
    "software",
    "lawpay",
    "transform",
    "billing",
    "processes",
    "securely",
    "efficiently"
  ],
  "missingFromDescription": [
    "solution",
    "fast",
    "secure",
    "built",
    "law",
    "firms"
  ],
  "score": 85,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

5 image(s) are missing width/height attributes. 1 possible modal/interstitial element(s) detected.

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1648,
  "htmlBytes": 898231,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcL0w4cUp5YVh5VzY2N2tKZmg1cWthLnBuZyJ9:affinipay:HI0NkFl0FndogwvecEiwOEI2CXWydFh-wcKcZx69xwY?width=368&height=276&crop=fp&fp=0.5%2C0.5&quality=100",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"h-auto w-full\" src=\"https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcL0w4cUp5YVh5VzY2N2tKZmg1cWthLnBuZyJ9:affinipay:HI0NkFl0FndogwvecEiwOEI2CXWydFh-wcKcZx69xwY?width=368&amp;height=276&amp;crop=fp&amp;fp=0.5%2C0.5&amp;quality=100\" data-v-c3d35243>"
    },
    {
      "src": "https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcLzJUWlBSUUpObkphOHU3Vm9VWk5iLndlYnAifQ:affinipay:XVoni7zKRkW2KiCcDH62xbitqhBeSNF8-KHVzwWTiQg?width=368&height=276&crop=fp&fp=0.5%2C0.5&quality=100",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"h-auto w-full\" src=\"https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcLzJUWlBSUUpObkphOHU3Vm9VWk5iLndlYnAifQ:affinipay:XVoni7zKRkW2KiCcDH62xbitqhBeSNF8-KHVzwWTiQg?width=368&amp;height=276&amp;crop=fp&amp;fp=0.5%2C0.5&amp;quality=100\" data-v-c3d35243>"
    },
    {
      "src": "https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcL2pMUjFYcjZiRFRpTUR3dTRkS2JhLndlYnAifQ:affinipay:Jc49KxXHelfmD11t8vdVeCEMM0FImWq0oFYdvFuW7og?width=368&height=276&crop=fp&fp=0.5%2C0.5&quality=100",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"h-auto w-full\" src=\"https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJjb250ZW50ZnVsIn0sInBhdGgiOiJhZmZpbmlwYXlcL2ZpbGVcL2pMUjFYcjZiRFRpTUR3dTRkS2JhLndlYnAifQ:affinipay:Jc49KxXHelfmD11t8vdVeCEMM0FImWq0oFYdvFuW7og?width=368&amp;height=276&amp;crop=fp&amp;fp=0.5%2C0.5&amp;quality=100\" data-v-c3d35243>"
    },
    {
      "src": "https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-417244810&_biz_u=7db2c22044194fcebb11bbd18600def1&_biz_l=https%3A%2F%2Fwww.lawpay.com%2F&_biz_t=1781006293235&_biz_i=LawPay%20%7C%20%231%20Legal%20Payment%20Management%20Software%20%26%20Solution&_biz_n=0&rnd=689702&cdn_o=a&_biz_z=1781006300067",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"https://cdn.bizible.com/ipv?_biz_r=&amp;_biz_h=-417244810&amp;_biz_u=7db2c22044194fcebb11bbd18600def1&amp;_biz_l=https%3A%2F%2Fwww.lawpay.com%2F&amp;_biz_t=1781006293235&amp;_biz_i=LawPay%20%7C%20%231%20Legal%20Payment%20Management%20Software%20%26%20Solution&amp;_biz_n=0&amp;rnd=689702&amp;cdn_o=a&amp;_biz_z=1781006300067\" style=\"display: none;\">"
    },
    {
      "src": "https://cdn.bizibly.com/u?_biz_u=7db2c22044194fcebb11bbd18600def1&_biz_l=https%3A%2F%2Fwww.lawpay.com%2F&_biz_t=1781006300125&_biz_i=LawPay%20%7C%20%231%20Legal%20Payment%20Management%20Software%20%26%20Solution&rnd=705689&cdn_o=a&_biz_z=1781006300125",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"https://cdn.bizibly.com/u?_biz_u=7db2c22044194fcebb11bbd18600def1&amp;_biz_l=https%3A%2F%2Fwww.lawpay.com%2F&amp;_biz_t=1781006300125&amp;_biz_i=LawPay%20%7C%20%231%20Legal%20Payment%20Management%20Software%20%26%20Solution&amp;rnd=705689&amp;cdn_o=a&amp;_biz_z=1781006300125\" style=\"display: none;\">"
    }
  ],
  "possibleDialogs": [
    "<div id=\"learn-more-modal\" tabindex=\"-1\" aria-hidden=\"true\" class=\"fixed left-0 right-0 top-0 z-50 hidden h-[calc(100%-1rem)] max-h-full w-full items-center justify-center overflow-y-auto overflow-x-hidden md:inset-0\" data-astro-cid-mmxq5lmj> <div class=\"relative w-full max-w-3xl p-4\" data-astro-cid-mmxq5lmj> <!-- Modal content --> <div class=\"relative rounded-xl bg-surfaceContainerLowest shadow\" data-astro-cid-mmxq5lmj> <!-- Modal header --> <div class=\"flex items-center justify-between p-6..."
  ],
  "score": 75,
  "weight": 10
}

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Immigration lawyers, are you ready for the USCIS payment switch?",
      "html": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight\"> Immigration lawyers, are you ready for the USCIS payment switch? </h2>"
    },
    {
      "text": "Powerful Legal Payment Management Software",
      "html": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight text-center\"> Powerful Legal Payment Management Software </h2>"
    },
    {
      "text": "Partnered with all 50 State Bar Associations",
      "html": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight mb-3 md:mb-4 lg:mb-5\"> Partnered with all 50 State Bar Associations </h2>"
    },
    {
      "text": "Designed to save you time and gain revenue",
      "html": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight\"> Designed to save you time and gain revenue </h2>"
    },
    {
      "text": "How this Law Firm Achieved Scalable Growth with LawPay",
      "html": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight mb-3 md:mb-4 lg:mb-5\"> How this Law Firm Achieved Scalable Growth with LawPay </h2>"
    },
    {
      "text": "Ready to Sign Up?",
      "html": "<h2 class=\"font-heading text-pretty break-words font-semibold text-3xl md:text-4xl lg:text-4xl xl:text-5xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight mb-3 md:mb-4 lg:mb-5\"> Ready to Sign Up? </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is LawPay?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does LawPay work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use LawPay?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is LawPay free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does LawPay compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is LawPay?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use LawPay?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is LawPay free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does LawPay compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: solution, fast, secure, built, law, firms.

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

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

Evidence
{
  "title": "LawPay | #1 Legal Payment Management Software & Solution",
  "h1": "Fast, secure payments built for law firms",
  "description": "Streamline legal payments with trusted payment management software from LawPay. Transform legal payment and billing processes securely and efficiently.",
  "topicOverlap": 0.5,
  "definitionCount": 10,
  "topicTerms": [
    "lawpay",
    "legal",
    "payment",
    "management",
    "software",
    "solution",
    "fast",
    "secure",
    "payments",
    "built",
    "law",
    "firms"
  ],
  "descriptionTerms": [
    "streamline",
    "legal",
    "payments",
    "trusted",
    "payment",
    "management",
    "software",
    "lawpay",
    "transform",
    "billing",
    "processes",
    "securely",
    "efficiently"
  ],
  "missingFromDescription": [
    "solution",
    "fast",
    "secure",
    "built",
    "law",
    "firms"
  ],
  "score": 88,
  "weight": 18
}

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": 200198
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Immigration lawyers, are you ready for the USCIS payment switch?",
      "html": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight\"> Immigration lawyers, are you ready for the USCIS payment switch? </h2>"
    },
    {
      "text": "Powerful Legal Payment Management Software",
      "html": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight text-center\"> Powerful Legal Payment Management Software </h2>"
    },
    {
      "text": "Partnered with all 50 State Bar Associations",
      "html": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight mb-3 md:mb-4 lg:mb-5\"> Partnered with all 50 State Bar Associations </h2>"
    },
    {
      "text": "Designed to save you time and gain revenue",
      "html": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight\"> Designed to save you time and gain revenue </h2>"
    },
    {
      "text": "How this Law Firm Achieved Scalable Growth with LawPay",
      "html": "<h2 class=\"font-heading text-pretty break-words font-semibold text-2xl md:text-3xl lg:text-3xl xl:text-4xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight mb-3 md:mb-4 lg:mb-5\"> How this Law Firm Achieved Scalable Growth with LawPay </h2>"
    },
    {
      "text": "Ready to Sign Up?",
      "html": "<h2 class=\"font-heading text-pretty break-words font-semibold text-3xl md:text-4xl lg:text-4xl xl:text-5xl mx-auto w-full max-w-5xl leading-tight md:leading-tight lg:leading-tight xl:leading-tight mb-3 md:mb-4 lg:mb-5\"> Ready to Sign Up? </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is LawPay?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does LawPay work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use LawPay?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is LawPay free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does LawPay compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is LawPay?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use LawPay?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is LawPay free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does LawPay compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.

02

Why it matters

Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.

Result

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

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.

  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": 200198,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
          "compatibleContentType": false,
          "contentLength": 196565,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": true,
          "links": [
            "/png",
            "/favicon.png",
            "/sitemap-index.xml",
            "/javascript'",
            "https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}",
            "/script",
            "https://kit.fontawesome.com/141d61c8d4.js\"",
            "/script",
            "/javascript",
            "https://cdn.bizible.com/scripts/bizible.js\","
          ],
          "rawExcerpt": "<!DOCTYPE html><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><!-- {\n      bugherd && (\n        <script\n          type='text/javascript'\n          src={`https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}\n          async='true'\n        />\n      )\n    }  --><!-- FontAwesome configuration: Enable font-display swap before kit loads --><script>\n      window.FontAwesomeConfig = {\n        fontDisplay: \"swap\",\n      };\n    </script><script defer src=\"https://kit.fontawesome.com/141d61c8d4.js\" crossorigin=\"anonymous\"></script><!-- Load Bizible BEFORE Forms2 to ensure conversion tracking --><script type"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 200198,
        "text": "<!DOCTYPE html><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><!-- {\n      bugherd && (\n        <script\n          type='text/javascript'\n          src={`https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}\n          async='true'\n        />\n      )\n    }  --><!-- FontAwesome configuration: Enable font-display swap before kit loads --><script>\n      window.FontAwesomeConfig = {\n        fontDisplay: \"swap\",\n      };\n    </script><script defer src=\"https://kit.fontawesome.com/141d61c8d4.js\" crossorigin=\"anonymous\"></script><!-- Load Bizible BEFORE Forms2 to ensure conversion tracking --><script type=\"text/javascript\">\n      (function (b, a, i, z, l, e) {\n        b[l] =\n          b[l] ||\n          function () {\n            (b[l].q = b[l].q || []).push(arguments);\n          };\n        e = a.createElement(i);\n        var r = a.getElementsByTagName(i)[0];\n        e.async = 1;\n        e.src = z;\n        r.parentNode.insertBefore(e, r);\n      })(\n        window,\n        document,\n        \"script\",\n        \"https://cdn.bizible.com/scripts/bizible.js\",\n        \"bizible\",\n      );\n    </script><script src=\"https://404-tpa-276.mktoweb.com/js/forms2/js/forms2.js\"></script><title>Page Not Found</title>\n<meta name=\"description\" content=\"Streamline legal payments with trusted payment management software from LawPay. Transform legal payment and billing processes securely and efficiently.\">\n<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta property=\"og:title\" content=\"Page Not Found\">\n<meta property=\"og:description\" content=\"Streamline legal payments with trusted payment management software from LawPay. Transform legal payment and billing processes securely and efficiently.\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"og:image\" content=\"https://www.lawpay.com/opengraph_default.webp\">\n<meta property=\"og:image:type\" content=\"image/webp\">\n<meta property=\"og:image:width\" content=\"890\">\n<meta property=\"og:image:height\" content=\"503\">\n\n<meta property=\"og:site_name\" content=\"LawPay\">\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:site\" content=\"@LawPay\">\n<meta name=\"twitter:creator\" content=\"@LawPay\"> <script>(function(){const marops = {\"src\":\"https://info.lawpay.com/js/forms/v0.2.19/umd/marOpsFormLib.umd.js\",\"integrity\":\"sha512-UJ4wk1CqZ05NnkOQ7HNjl2ycXO+tamVimHTG7uFw68Z994tUUZedHd6DUpe2Pa5sKUc/hKzOFiIY6sn6y6BDJg==\"};\nconst maropsMarketoEvents = {};\n\n  const MopsScript = document.createElement(\"script\");\n  MopsScript.setAttribute(\"src\", marops.src);\n  MopsScript.setAttribute(\"integrity\", marops.integrity),\n    MopsScript.setAttribute(\"crossOrigin\", \"anonymous\");\n  MopsScript.setAttribute(\"defer\", \"true\");\n  MopsScript.setAttribute(\"async\", \"true\");\n  document.head.appendChild(MopsScript);\n  MopsScript.addEventListener(\"load\", async () => {\n    const pv = await window.MarOps?.pageView();\n    console.debug(\"MopsScriptLoaded: \", pv);\n  });\n\n  window.affinipayConfig = {\n    maropsMarketoEvents,\n  };\n\n  const queryString = window.location.search;\n  const urlParams = new URLSearchParams(queryString);\n  const salesRep = urlParams.get(\"sales_rep\") || urlParams.get(\"rep\");\n  if (salesRep) {\n    sessionStorage.setItem(\"sales_rep\", salesRep);\n  }\n  const irclickid = urlParams.get(\"irclickid\");\n  if (irclickid) {\n    localStorage.setItem(\"irclickid\", irclickid);\n  }\n  const campaignId = urlParams.get(\"campaignId\");\n  if (campaignId) {\n    localStorage.setItem(\"campaignId\", campaignId);\n  }\n\n  // PartnerStack tracking - capture ps_xid parameter and store in localStorage\n  const psXid = urlParams.get(\"ps_xid\");\n  if (psXid) {\n    localStorage.setItem(\"ps_xid\", psXid);\n  }\n\n  // PartnerStack tracking - capture ps_partner_key parameter and store in sessionStorage\n  const psPartnerKey = urlParams.get(\"ps_partner_key\");\n  if "
      },
      "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": 200198,
          "text": "<!DOCTYPE html><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><!-- {\n      bugherd && (\n        <script\n          type='text/javascript'\n          src={`https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}\n          async='true'\n        />\n      )\n    }  --><!-- FontAwesome configuration: Enable font-display swap before kit loads --><script>\n      window.FontAwesomeConfig = {\n        fontDisplay: \"swap\",\n      };\n    </script><script defer src=\"https://kit.fontawesome.com/141d61c8d4.js\" crossorigin=\"anonymous\"></script><!-- Load Bizible BEFORE Forms2 to ensure conversion tracking --><script type=\"text/javascript\">\n      (function (b, a, i, z, l, e) {\n        b[l] =\n          b[l] ||\n          function () {\n            (b[l].q = b[l].q || []).push(arguments);\n          };\n        e = a.createElement(i);\n        var r = a.getElementsByTagName(i)[0];\n        e.async = 1;\n        e.src = z;\n        r.parentNode.insertBefore(e, r);\n      })(\n        window,\n        document,\n        \"script\",\n        \"https://cdn.bizible.com/scripts/bizible.js\",\n        \"bizible\",\n      );\n    </script><script src=\"https://404-tpa-276.mktoweb.com/js/forms2/js/forms2.js\"></script><title>Page Not Found</title>\n<meta name=\"description\" content=\"Streamline legal payments with trusted payment management software from LawPay. Transform legal payment and billing processes securely and efficiently.\">\n<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta property=\"og:title\" content=\"Page Not Found\">\n<meta property=\"og:description\" content=\"Streamline legal payments with trusted payment management software from LawPay. Transform legal payment and billing processes securely and efficiently.\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"og:image\" content=\"https://www.lawpay.com/opengraph_default.webp\">\n<meta property=\"og:image:type\" content=\"image/webp\">\n<meta property=\"og:image:width\" content=\"890\">\n<meta property=\"og:image:height\" content=\"503\">\n\n<meta property=\"og:site_name\" content=\"LawPay\">\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:site\" content=\"@LawPay\">\n<meta name=\"twitter:creator\" content=\"@LawPay\"> <script>(function(){const marops = {\"src\":\"https://info.lawpay.com/js/forms/v0.2.19/umd/marOpsFormLib.umd.js\",\"integrity\":\"sha512-UJ4wk1CqZ05NnkOQ7HNjl2ycXO+tamVimHTG7uFw68Z994tUUZedHd6DUpe2Pa5sKUc/hKzOFiIY6sn6y6BDJg==\"};\nconst maropsMarketoEvents = {};\n\n  const MopsScript = document.createElement(\"script\");\n  MopsScript.setAttribute(\"src\", marops.src);\n  MopsScript.setAttribute(\"integrity\", marops.integrity),\n    MopsScript.setAttribute(\"crossOrigin\", \"anonymous\");\n  MopsScript.setAttribute(\"defer\", \"true\");\n  MopsScript.setAttribute(\"async\", \"true\");\n  document.head.appendChild(MopsScript);\n  MopsScript.addEventListener(\"load\", async () => {\n    const pv = await window.MarOps?.pageView();\n    console.debug(\"MopsScriptLoaded: \", pv);\n  });\n\n  window.affinipayConfig = {\n    maropsMarketoEvents,\n  };\n\n  const queryString = window.location.search;\n  const urlParams = new URLSearchParams(queryString);\n  const salesRep = urlParams.get(\"sales_rep\") || urlParams.get(\"rep\");\n  if (salesRep) {\n    sessionStorage.setItem(\"sales_rep\", salesRep);\n  }\n  const irclickid = urlParams.get(\"irclickid\");\n  if (irclickid) {\n    localStorage.setItem(\"irclickid\", irclickid);\n  }\n  const campaignId = urlParams.get(\"campaignId\");\n  if (campaignId) {\n    localStorage.setItem(\"campaignId\", campaignId);\n  }\n\n  // PartnerStack tracking - capture ps_xid parameter and store in localStorage\n  const psXid = urlParams.get(\"ps_xid\");\n  if (psXid) {\n    localStorage.setItem(\"ps_xid\", psXid);\n  }\n\n  // PartnerStack tracking - capture ps_partner_key parameter and store in sessionStorage\n  const psPartnerKey = urlParams.get(\"ps_partner_key\");\n  if "
        }
      },
      "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": 13,
    "signals": [
      {
        "source": "form:action",
        "weight": 4,
        "match": "auth form action"
      },
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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": 200198
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 200198
          }
        ]
      },
      "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": 13,
    "signals": [
      {
        "source": "form:action",
        "weight": 4,
        "match": "auth form action"
      },
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html class=\"min-h-dvh\" lang=\"en\" dir=\"ltr\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><link rel=\"sitemap\" href=\"/sitemap-index.xml\"><!-- {\n      bugherd && (\n        <script\n          type='text/javascript'\n          src={`https://www.bugherd.com/sidebarv2.js?apikey=${bugherd}`}\n          async='true'\n        />\n      )\n    }  --><!-- FontAwesome configuration: Enable font-display swap before kit loads --><script>\n      window.FontAwesomeConfig = {\n        fontDisplay: \"swap\",\n      };\n    </script><script defer src=\"https://kit.fontawesome.com/141d61c8d4.js\" crossorigin=\"anonymous\"></script><!-- Load Bizible BEFORE Forms2 to ensure conversion tracking --><script type"
      },
      "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.lawpay.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.lawpay.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.lawpay.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.lawpay.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": 13,
    "signals": [
      {
        "source": "form:action",
        "weight": 4,
        "match": "auth form action"
      },
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

2 links found

Fix guidance

Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).

Evidence
{
  "displayValue": "2 links found",
  "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}

Performance and AccessibilityBest PracticesBrowser audit

Issues were logged in the `Issues` panel in Chrome Devtools

50 Fail

Check name

Issues were logged in the `Issues` panel in Chrome Devtools

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.

Evidence
{
  "description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

50 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

13 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

Links do not have a discernible name

13 Fail

Check name

Links do not have a discernible name

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).

Evidence
{
  "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

13 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

2.9 s

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

13 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

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

Render-blocking requests

13 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 290 ms

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

13 Fail

Check name

Use efficient cache lifetimes

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

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

Avoid enormous network payloads

6 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 5,172 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

4 Fail

Check name

Loading performance

Score

67/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": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 97,
      "displayValue": "0.7 s",
      "numericValue": 717.0047680470796
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 55,
      "displayValue": "230 ms",
      "numericValue": 232
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 46,
      "displayValue": "2.4 s",
      "numericValue": 2392.3577973751653
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 84,
      "displayValue": "1.4 s",
      "numericValue": 1381.0281978084706
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "40 ms",
      "numericValue": 40.569345000000006
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 90 ms",
      "numericValue": 85
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 46,
      "displayValue": "4.7 s",
      "numericValue": 4705.702087416251
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 6,
      "displayValue": "950 ms",
      "numericValue": 949.0000000000005
    }
  ]
}

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