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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability38%Agent Easeof Use30%Security& Trust80%GEO, AIO, AEO66%SEO92%Performance& Accessibility86%
  • AI Discoverability 38 out of 100
  • Agent Ease of Use 30 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 66 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 86 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Start a Business, Protect Your Family: LLC Wills Trademark Incorporate & More Online | LegalZoom favicon

Start a Business, Protect Your Family: LLC Wills Trademark Incorporate & More Online | LegalZoom

Get expert legal services in India with LegalZoom. From business formation to legal documents, we make law simple and accessible. Start today!

Next step

Turn this report into a fix workflow

25 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
38
Priority fix8160View details
Discoverability
29
Priority fix270View details
Content Readiness
50
Needs work560View details
Bot Access Control
33
Priority fix130View details
Agent Ease of Use
30
Priority fix9253View details
API
0
Priority fix060View details
Auth
100
Strong530View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
66
Needs work4312View details
GEO Readiness
76
Mostly ready104
AIO Readiness
58
Needs work223View details
AEO Readiness
62
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
86
Mostly ready1770View details
Performance
81
Mostly ready1170View details
Accessibility
95
Strong600

Prioritized recommendations

Issues ranked by score impact

49 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

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"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"><meta name=\"REVISIT-AFTER\" content=\"1 DAYS\"><meta name=\"RATING\" content=\"GENERAL\"><meta name=\"RESOURCE-TYPE\" content=\"DOCUMENT\"><meta name=\"theme-color\" content=\"#f45a27\"><meta name=\"msapplication-navbutton-color\" content=\"#f45a27\"><meta name=\"apple-mobile-web-app-capable\" content=\"yes\"><meta name=\"apple-mobile-web-app-status-bar-style\" content=\"#f45a27\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><script>window.ENABLE_COOKIE_BANNER_V2=true;</script><title>404 - Page not found | LegalZoom</title><link rel=\"canonical\" href=\"https://www.legalzoom.com/"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

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

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" 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" 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": 410,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n\n<head>\n    \r\n<script type='text/javascript'>\r\n    var strRef = \"\";\r\n    function IsLegacyCheckOutOrFinishedFolderFile() {\r\n        return (!(!strRef.match(/[\\/\\\\]+checkout[\\/\\\\]+|[\\/\\\\]+finished[\\/\\\\]/gim)));\r\n    }\r\n\r\n</script>\r\n<meta charset=\"utf-8\"> \n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n<!--IF YOU MODIFY THIS INCLUDE FILE DO NOT PUSH IT UP THROUGH ALL ENVIRONMENTS-->\n<!--THIS FILE IS DIFFERENT IN ALL ENVINROMENTS AND NEEDS TO BE MANUALLY UPDATED-->\n<!-- DEV Environment Start -->\n<script src=\"/resources/js/helpers/cookie-consent-location.js\"></script>\n<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" type=\"text/javascript\" charset=\"UTF-8\" data"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 410,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n\n<head>\n    \r\n<script type='text/javascript'>\r\n    var strRef = \"\";\r\n    function IsLegacyCheckOutOrFinishedFolderFile() {\r\n        return (!(!strRef.match(/[\\/\\\\]+checkout[\\/\\\\]+|[\\/\\\\]+finished[\\/\\\\]/gim)));\r\n    }\r\n\r\n</script>\r\n<meta charset=\"utf-8\"> \n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n<!--IF YOU MODIFY THIS INCLUDE FILE DO NOT PUSH IT UP THROUGH ALL ENVIRONMENTS-->\n<!--THIS FILE IS DIFFERENT IN ALL ENVINROMENTS AND NEEDS TO BE MANUALLY UPDATED-->\n<!-- DEV Environment Start -->\n<script src=\"/resources/js/helpers/cookie-consent-location.js\"></script>\n<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" type=\"text/javascript\" charset=\"UTF-8\" data"
          },
          {
            "path": "/swagger.json",
            "statusCode": 410,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n\n<head>\n    \r\n<script type='text/javascript'>\r\n    var strRef = \"\";\r\n    function IsLegacyCheckOutOrFinishedFolderFile() {\r\n        return (!(!strRef.match(/[\\/\\\\]+checkout[\\/\\\\]+|[\\/\\\\]+finished[\\/\\\\]/gim)));\r\n    }\r\n\r\n</script>\r\n<meta charset=\"utf-8\"> \n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n<!--IF YOU MODIFY THIS INCLUDE FILE DO NOT PUSH IT UP THROUGH ALL ENVIRONMENTS-->\n<!--THIS FILE IS DIFFERENT IN ALL ENVINROMENTS AND NEEDS TO BE MANUALLY UPDATED-->\n<!-- DEV Environment Start -->\n<script src=\"/resources/js/helpers/cookie-consent-location.js\"></script>\n<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" type=\"text/javascript\" charset=\"UTF-8\" data"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 410,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n\n<head>\n    \r\n<script type='text/javascript'>\r\n    var strRef = \"\";\r\n    function IsLegacyCheckOutOrFinishedFolderFile() {\r\n        return (!(!strRef.match(/[\\/\\\\]+checkout[\\/\\\\]+|[\\/\\\\]+finished[\\/\\\\]/gim)));\r\n    }\r\n\r\n</script>\r\n<meta charset=\"utf-8\"> \n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n<!--IF YOU MODIFY THIS INCLUDE FILE DO NOT PUSH IT UP THROUGH ALL ENVIRONMENTS-->\n<!--THIS FILE IS DIFFERENT IN ALL ENVINROMENTS AND NEEDS TO BE MANUALLY UPDATED-->\n<!-- DEV Environment Start -->\n<script src=\"/resources/js/helpers/cookie-consent-location.js\"></script>\n<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" type=\"text/javascript\" charset=\"UTF-8\" data"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 410,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n\n<head>\n    \r\n<script type='text/javascript'>\r\n    var strRef = \"\";\r\n    function IsLegacyCheckOutOrFinishedFolderFile() {\r\n        return (!(!strRef.match(/[\\/\\\\]+checkout[\\/\\\\]+|[\\/\\\\]+finished[\\/\\\\]/gim)));\r\n    }\r\n\r\n</script>\r\n<meta charset=\"utf-8\"> \n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n<!--IF YOU MODIFY THIS INCLUDE FILE DO NOT PUSH IT UP THROUGH ALL ENVIRONMENTS-->\n<!--THIS FILE IS DIFFERENT IN ALL ENVINROMENTS AND NEEDS TO BE MANUALLY UPDATED-->\n<!-- DEV Environment Start -->\n<script src=\"/resources/js/helpers/cookie-consent-location.js\"></script>\n<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" type=\"text/javascript\" charset=\"UTF-8\" data"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 410,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n\n<head>\n    \r\n<script type='text/javascript'>\r\n    var strRef = \"\";\r\n    function IsLegacyCheckOutOrFinishedFolderFile() {\r\n        return (!(!strRef.match(/[\\/\\\\]+checkout[\\/\\\\]+|[\\/\\\\]+finished[\\/\\\\]/gim)));\r\n    }\r\n\r\n</script>\r\n<meta charset=\"utf-8\"> \n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n<!--IF YOU MODIFY THIS INCLUDE FILE DO NOT PUSH IT UP THROUGH ALL ENVIRONMENTS-->\n<!--THIS FILE IS DIFFERENT IN ALL ENVINROMENTS AND NEEDS TO BE MANUALLY UPDATED-->\n<!-- DEV Environment Start -->\n<script src=\"/resources/js/helpers/cookie-consent-location.js\"></script>\n<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" type=\"text/javascript\" charset=\"UTF-8\" data"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 410,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n\n<head>\n    \r\n<script type='text/javascript'>\r\n    var strRef = \"\";\r\n    function IsLegacyCheckOutOrFinishedFolderFile() {\r\n        return (!(!strRef.match(/[\\/\\\\]+checkout[\\/\\\\]+|[\\/\\\\]+finished[\\/\\\\]/gim)));\r\n    }\r\n\r\n</script>\r\n<meta charset=\"utf-8\"> \n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n<!--IF YOU MODIFY THIS INCLUDE FILE DO NOT PUSH IT UP THROUGH ALL ENVIRONMENTS-->\n<!--THIS FILE IS DIFFERENT IN ALL ENVINROMENTS AND NEEDS TO BE MANUALLY UPDATED-->\n<!-- DEV Environment Start -->\n<script src=\"/resources/js/helpers/cookie-consent-location.js\"></script>\n<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" type=\"text/javascript\" charset=\"UTF-8\" data"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

33 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html" 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" 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, Origin".

  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"
      },
      "issue": "Content-Type \"text/html\" 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, Origin"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Origin\".",
      "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": 34862,
        "excerpt": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"><meta name=\"REVISIT",
        "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; 2/4 applicable form inputs have autocomplete attributes (2 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input class=\"bg-transparent border-none text-lg font-semibold focus:ring-transparent grow p-2 placeholder:text-current placeholder:opacity-65 disabled:opacity-50\" name=\"email\" type=\"email\" placeholder=\"[email protected]\" aria-label=\"Enter your email address to sign up for our newsletter\">",
      "<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search&#x2026;\" aria-label=\"Cookie list search\">"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 21,
    "links": 320,
    "inaccessibleLinks": 0,
    "buttons": 23,
    "inaccessibleButtons": 0,
    "images": 17,
    "imagesWithAlt": 17,
    "autocompleteInputs": 4,
    "inputsWithAutocomplete": 2,
    "missingAutocompleteInputs": 2
  }
}

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",
            "length": 199398
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 199401
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 199362
          }
        ]
      },
      "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": 410,
            "contentType": "text/html",
            "length": 102552
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 199362
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 199398
          }
        ]
      },
      "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",
            "length": 199371
          },
          {
            "path": "/webmcp.json",
            "statusCode": 410,
            "contentType": "text/html",
            "length": 102552
          },
          {
            "path": "/mcp.json",
            "statusCode": 410,
            "contentType": "text/html",
            "length": 102552
          }
        ]
      },
      "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",
            "length": 199383
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 199395
          },
          {
            "path": "/agent-card.json",
            "statusCode": 410,
            "contentType": "text/html",
            "length": 102552
          }
        ]
      },
      "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",
            "length": 199407
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 199389
          }
        ]
      },
      "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",
            "length": 199368
          },
          {
            "path": "/agent.json",
            "statusCode": 410,
            "contentType": "text/html",
            "length": 102552
          }
        ]
      },
      "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",
            "length": 199371
          },
          {
            "path": "/agents.json",
            "statusCode": 410,
            "contentType": "text/html",
            "length": 102552
          }
        ]
      },
      "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."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

20 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

20 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose schema.org JSON-LD so AI search systems can parse page entities.

Result

JSON-LD present is missing or incomplete.

Evidence
{
  "blocks": 0,
  "validBlocks": 0,
  "schemaContextBlocks": 0,
  "errors": [],
  "documents": [],
  "nodes": []
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

20 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

20 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

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.legalzoom.com",
        "probes": [
          {
            "name": "_index._agents.www.legalzoom.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.legalzoom.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.legalzoom.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "legalzoom.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="q"> is missing a label.
    • <input name="q"> is missing tool-param-description.
    • <input name="q"> is missing a label.
    • <input name="q"> is missing tool-param-description.
    • <input name="email"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="ot-group-id-C0002"> is missing tool-param-description.
    • <input name="ot-group-id-C0003"> is missing tool-param-description.
    • <input name="ot-group-id-BG99"> is missing tool-param-description.
    • <input name="vendor-search-handler"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 0/100 and needs a fix.

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was 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: Visible structured data match

Score

0/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: Visible structured data match scored 0/100 and needs a fix.

Evidence
{
  "schemaCount": 0,
  "mismatches": [],
  "score": 0,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 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": "/business/business-formation/llc-overview.html",
      "text": "Limited liability company (LLC)",
      "html": "<a data-hk=\"s100021000302210\" url=\"/business/business-formation/llc-overview.html\" class=\"block py-1 hover:underline text-black hover:text-muted focus-visible:text-muted active:text-default-response transform transition ease-in-out duration-200 focus:outline-0 focus-visible:outline-1 \" href=\"/business/business-formation/llc-overview.html\">Limited liability company (LLC)</a>"
    },
    {
      "href": "/business/business-formation/llc-overview.html",
      "text": "Limited liability company (LLC)",
      "html": "<a data-hk=\"s100070404030210\" url=\"/business/business-formation/llc-overview.html\" class=\"text-black hover:text-muted focus-visible:text-muted active:text-default-response transform transition ease-in-out duration-200 focus:outline-0 focus-visible:outline-1 block px-4 py-3 hover:underline \" href=\"/business/business-formation/llc-overview.html\">Limited liability company (LLC)</a>"
    },
    {
      "href": "/about-us",
      "text": "About",
      "html": "<a class=\"tracking-tight hover:underline focus:underline\" href=\"/about-us\">About</a>"
    },
    {
      "href": "/articles/what-is-a-limited-liability-company-llc",
      "text": "What is an LLC?",
      "html": "<a class=\"tracking-tight hover:underline focus:underline\" href=\"/articles/what-is-a-limited-liability-company-llc\">What is an LLC?</a>"
    },
    {
      "href": "https://www.linkedin.com/company/legalzoom/",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/legalzoom/\" title=\"LinkedIn\" class=\"w-16 lg:max-w-[2.625rem]\" target=\"_blank\" rel=\"noopener,nofollow\"><svg class=\"size-[42px]\"><title>LinkedIn</title><use href=\"/_astro/footer.CstK9-Bx.svg#footer:footer/li-logo\"/></svg></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/business/business-formation/?openChat=true",
      "text": "Help me decide",
      "html": "<a data-hk=\"s100021000302600\" url=\"/business/business-formation/?openChat=true\" title=\"Help me decide\" href=\"/business/business-formation/?openChat=true\" rel=\"nofollow\" class=\"border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted a..."
    },
    {
      "href": "/business/intellectual-property/?openChat=true",
      "text": "Help me decide",
      "html": "<a data-hk=\"s100021000302a1800\" url=\"/business/intellectual-property/?openChat=true\" title=\"Help me decide\" href=\"/business/intellectual-property/?openChat=true\" rel=\"nofollow\" class=\"border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg..."
    },
    {
      "href": "/personal/estate-planning/compare.html",
      "text": "Help me decide",
      "html": "<a data-hk=\"s100021010302400\" url=\"/personal/estate-planning/compare.html\" title=\"Help me decide\" href=\"/personal/estate-planning/compare.html\" rel=\"nofollow\" class=\"border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted active:bord..."
    },
    {
      "href": "/contact-us",
      "text": "Contact us",
      "html": "<a data-hk=\"s100021040302a110\" url=\"/contact-us\" class=\"inline-flex items-center border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted active:border-muted active:text-white focus:outline-0 focus-visible:outline-1 \" href=\"/contact-u..."
    },
    {
      "href": "/business/business-formation/?openChat=true",
      "text": "Help me decide",
      "html": "<a data-hk=\"s100070404030500\" url=\"/business/business-formation/?openChat=true\" class=\"border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted active:border-muted active:text-white focus:outline-0 focus-visible:outline-1 mb-4 mt-8 \"..."
    },
    {
      "href": "/business/intellectual-property/?openChat=true",
      "text": "Help me decide",
      "html": "<a data-hk=\"s100070404030a1600\" url=\"/business/intellectual-property/?openChat=true\" class=\"border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted active:border-muted active:text-white focus:outline-0 focus-visible:outline-1 mb-4 mt..."
    },
    {
      "href": "/personal/estate-planning/compare.html",
      "text": "Help me decide",
      "html": "<a data-hk=\"s100070404130300\" url=\"/personal/estate-planning/compare.html\" class=\"border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted active:border-muted active:text-white focus:outline-0 focus-visible:outline-1 mb-4 mt-8 \" title..."
    },
    {
      "href": "/contact-us",
      "text": "Contact us",
      "html": "<a data-hk=\"s100070404440\" url=\"/contact-us\" class=\"inline-flex items-center border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted active:border-muted active:text-white focus:outline-0 focus-visible:outline-1 \" href=\"/contact-us\"><..."
    },
    {
      "href": "/attorneys/",
      "text": "Get legal help",
      "html": "<a builder-id=\"builder-d87bf00dac08460b8a4c18c435bb876e\" class=\"inline-flex cursor-pointer justify-center focus:outline border-4 border-brand-600 bg-transparent text-brand hover:bg-brand-600 hover:text-white active:border-brand-700 active:bg-brand-700 font-semibold px-6 py-4 rounded-lg w-full md:w-auto outline-1 outline-offset-4 outline-brand builder-d87bf00dac08460b8a4c18c435bb876e builder-block\" href=\"/attorneys/\"><style data-id=\"builderio-block\"> </style><span builder-id=\"builder-ed276df4a..."
    },
    {
      "href": "/attorneys/legal-plans/business.html",
      "text": "Get legal help",
      "html": "<a builder-id=\"builder-b7bcd076183f4cf28d28f08030d5d26b\" class=\"inline-flex cursor-pointer justify-center focus:outline border-4 border-brand-600 bg-transparent text-brand hover:bg-brand-600 hover:text-white active:border-brand-700 active:bg-brand-700 font-semibold px-6 py-4 rounded-lg w-full md:w-auto outline-1 outline-offset-4 outline-brand builder-b7bcd076183f4cf28d28f08030d5d26b builder-block\" href=\"/attorneys/legal-plans/business.html\"><style data-id=\"builderio-block\"> </style><span buil..."
    },
    {
      "href": "/attorneys/legal-plans/business.html",
      "text": "Get legal help",
      "html": "<a builder-id=\"builder-e0b343ed63ee4ec7a75dd551756185e2\" class=\"inline-flex cursor-pointer justify-center focus:outline border-4 border-brand-600 bg-transparent text-brand hover:bg-brand-600 hover:text-white active:border-brand-700 active:bg-brand-700 font-semibold px-6 py-4 rounded-lg w-full md:w-auto outline-1 outline-offset-4 outline-brand builder-e0b343ed63ee4ec7a75dd551756185e2 builder-block\" href=\"/attorneys/legal-plans/business.html\"><style data-id=\"builderio-block\"> </style><span buil..."
    },
    {
      "href": "/contact-us",
      "text": "Contact",
      "html": "<a class=\"tracking-tight hover:underline focus:underline\" href=\"/contact-us\">Contact</a>"
    },
    {
      "href": "/contact-us",
      "text": "Customer Care",
      "html": "<a class=\"tracking-tight hover:underline focus:underline\" href=\"/contact-us\">Customer Care</a>"
    },
    {
      "href": "/articles",
      "text": "Business & Legal help resources",
      "html": "<a class=\"tracking-tight hover:underline focus:underline\" href=\"/articles\">Business &amp; Legal help resources</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/general-terms/lz-guarantee",
      "text": "LZ Guarantee and Refund Policy",
      "html": "<a class=\"tracking-tight hover:underline focus:underline\" href=\"/legal/general-terms/lz-guarantee\">LZ Guarantee and Refund Policy</a>"
    },
    {
      "href": "/legal/general-terms/terms-of-use",
      "text": "Terms of Use",
      "html": "<a href=\"/legal/general-terms/terms-of-use\" class=\"underline hover:opacity-75 focus:opacity-75 active:opacity-50\" target=\"pp_tos\" rel=\"noopener\">Terms of Use</a>"
    },
    {
      "href": "/legal/general-terms/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/legal/general-terms/privacy-policy\" class=\"underline hover:opacity-75 focus:opacity-75 active:opacity-50\" target=\"pp_tos\" rel=\"noopener\">Privacy Policy</a>"
    },
    {
      "href": "/legal/general-terms/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/legal/general-terms/privacy-policy\" target=\"_blank\">Privacy Policy</a>"
    },
    {
      "href": "https://privacyportal.onetrust.com/webform/57defedd-c3a5-4812-bbea-5a4efe817eda/57bb34ee-b398-4bd9-97a9-cb6f15b1e1dd",
      "text": "opt out form",
      "html": "<a href=\"https://privacyportal.onetrust.com/webform/57defedd-c3a5-4812-bbea-5a4efe817eda/57bb34ee-b398-4bd9-97a9-cb6f15b1e1dd\" target=\"_blank\">opt out form</a>"
    },
    {
      "href": "https://privacyportal.onetrust.com/webform/57defedd-c3a5-4812-bbea-5a4efe817eda/57bb34ee-b398-4bd9-97a9-cb6f15b1e1dd",
      "text": "opt-out form",
      "html": "<a href=\"https://privacyportal.onetrust.com/webform/57defedd-c3a5-4812-bbea-5a4efe817eda/57bb34ee-b398-4bd9-97a9-cb6f15b1e1dd\" target=\"_blank\">opt-out form</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.

5 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": "/business/business-formation/llc-overview.html",
      "text": "Limited liability company (LLC)",
      "html": "<a data-hk=\"s100021000302210\" url=\"/business/business-formation/llc-overview.html\" class=\"block py-1 hover:underline text-black hover:text-muted focus-visible:text-muted active:text-default-response transform transition ease-in-out duration-200 focus:outline-0 focus-visible:outline-1 \" href=\"/business/business-formation/llc-overview.html\">Limited liability company (LLC)</a>"
    },
    {
      "href": "/business/business-formation/llc-overview.html",
      "text": "Limited liability company (LLC)",
      "html": "<a data-hk=\"s100070404030210\" url=\"/business/business-formation/llc-overview.html\" class=\"text-black hover:text-muted focus-visible:text-muted active:text-default-response transform transition ease-in-out duration-200 focus:outline-0 focus-visible:outline-1 block px-4 py-3 hover:underline \" href=\"/business/business-formation/llc-overview.html\">Limited liability company (LLC)</a>"
    },
    {
      "href": "/about-us",
      "text": "About",
      "html": "<a class=\"tracking-tight hover:underline focus:underline\" href=\"/about-us\">About</a>"
    },
    {
      "href": "/articles/what-is-a-limited-liability-company-llc",
      "text": "What is an LLC?",
      "html": "<a class=\"tracking-tight hover:underline focus:underline\" href=\"/articles/what-is-a-limited-liability-company-llc\">What is an LLC?</a>"
    },
    {
      "href": "https://www.linkedin.com/company/legalzoom/",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/legalzoom/\" title=\"LinkedIn\" class=\"w-16 lg:max-w-[2.625rem]\" target=\"_blank\" rel=\"noopener,nofollow\"><svg class=\"size-[42px]\"><title>LinkedIn</title><use href=\"/_astro/footer.CstK9-Bx.svg#footer:footer/li-logo\"/></svg></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/business/business-formation/?openChat=true",
      "text": "Help me decide",
      "html": "<a data-hk=\"s100021000302600\" url=\"/business/business-formation/?openChat=true\" title=\"Help me decide\" href=\"/business/business-formation/?openChat=true\" rel=\"nofollow\" class=\"border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted a..."
    },
    {
      "href": "/business/intellectual-property/?openChat=true",
      "text": "Help me decide",
      "html": "<a data-hk=\"s100021000302a1800\" url=\"/business/intellectual-property/?openChat=true\" title=\"Help me decide\" href=\"/business/intellectual-property/?openChat=true\" rel=\"nofollow\" class=\"border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg..."
    },
    {
      "href": "/personal/estate-planning/compare.html",
      "text": "Help me decide",
      "html": "<a data-hk=\"s100021010302400\" url=\"/personal/estate-planning/compare.html\" title=\"Help me decide\" href=\"/personal/estate-planning/compare.html\" rel=\"nofollow\" class=\"border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted active:bord..."
    },
    {
      "href": "/contact-us",
      "text": "Contact us",
      "html": "<a data-hk=\"s100021040302a110\" url=\"/contact-us\" class=\"inline-flex items-center border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted active:border-muted active:text-white focus:outline-0 focus-visible:outline-1 \" href=\"/contact-u..."
    },
    {
      "href": "/business/business-formation/?openChat=true",
      "text": "Help me decide",
      "html": "<a data-hk=\"s100070404030500\" url=\"/business/business-formation/?openChat=true\" class=\"border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted active:border-muted active:text-white focus:outline-0 focus-visible:outline-1 mb-4 mt-8 \"..."
    },
    {
      "href": "/business/intellectual-property/?openChat=true",
      "text": "Help me decide",
      "html": "<a data-hk=\"s100070404030a1600\" url=\"/business/intellectual-property/?openChat=true\" class=\"border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted active:border-muted active:text-white focus:outline-0 focus-visible:outline-1 mb-4 mt..."
    },
    {
      "href": "/personal/estate-planning/compare.html",
      "text": "Help me decide",
      "html": "<a data-hk=\"s100070404130300\" url=\"/personal/estate-planning/compare.html\" class=\"border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted active:border-muted active:text-white focus:outline-0 focus-visible:outline-1 mb-4 mt-8 \" title..."
    },
    {
      "href": "/contact-us",
      "text": "Contact us",
      "html": "<a data-hk=\"s100070404440\" url=\"/contact-us\" class=\"inline-flex items-center border-4 px-6 py-2 font-semibold inline-flex justify-center items-center rounded-full bg-transparent text-black border-2 border-black hover:bg-default-response hover:border-default-response hover:text-white focus-visible:bg-default-response focus-visible:border-default-response focus-visible:text-white active:bg-muted active:border-muted active:text-white focus:outline-0 focus-visible:outline-1 \" href=\"/contact-us\"><..."
    },
    {
      "href": "/attorneys/",
      "text": "Get legal help",
      "html": "<a builder-id=\"builder-d87bf00dac08460b8a4c18c435bb876e\" class=\"inline-flex cursor-pointer justify-center focus:outline border-4 border-brand-600 bg-transparent text-brand hover:bg-brand-600 hover:text-white active:border-brand-700 active:bg-brand-700 font-semibold px-6 py-4 rounded-lg w-full md:w-auto outline-1 outline-offset-4 outline-brand builder-d87bf00dac08460b8a4c18c435bb876e builder-block\" href=\"/attorneys/\"><style data-id=\"builderio-block\"> </style><span builder-id=\"builder-ed276df4a..."
    },
    {
      "href": "/attorneys/legal-plans/business.html",
      "text": "Get legal help",
      "html": "<a builder-id=\"builder-b7bcd076183f4cf28d28f08030d5d26b\" class=\"inline-flex cursor-pointer justify-center focus:outline border-4 border-brand-600 bg-transparent text-brand hover:bg-brand-600 hover:text-white active:border-brand-700 active:bg-brand-700 font-semibold px-6 py-4 rounded-lg w-full md:w-auto outline-1 outline-offset-4 outline-brand builder-b7bcd076183f4cf28d28f08030d5d26b builder-block\" href=\"/attorneys/legal-plans/business.html\"><style data-id=\"builderio-block\"> </style><span buil..."
    },
    {
      "href": "/attorneys/legal-plans/business.html",
      "text": "Get legal help",
      "html": "<a builder-id=\"builder-e0b343ed63ee4ec7a75dd551756185e2\" class=\"inline-flex cursor-pointer justify-center focus:outline border-4 border-brand-600 bg-transparent text-brand hover:bg-brand-600 hover:text-white active:border-brand-700 active:bg-brand-700 font-semibold px-6 py-4 rounded-lg w-full md:w-auto outline-1 outline-offset-4 outline-brand builder-e0b343ed63ee4ec7a75dd551756185e2 builder-block\" href=\"/attorneys/legal-plans/business.html\"><style data-id=\"builderio-block\"> </style><span buil..."
    },
    {
      "href": "/contact-us",
      "text": "Contact",
      "html": "<a class=\"tracking-tight hover:underline focus:underline\" href=\"/contact-us\">Contact</a>"
    },
    {
      "href": "/contact-us",
      "text": "Customer Care",
      "html": "<a class=\"tracking-tight hover:underline focus:underline\" href=\"/contact-us\">Customer Care</a>"
    },
    {
      "href": "/articles",
      "text": "Business & Legal help resources",
      "html": "<a class=\"tracking-tight hover:underline focus:underline\" href=\"/articles\">Business &amp; Legal help resources</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/general-terms/lz-guarantee",
      "text": "LZ Guarantee and Refund Policy",
      "html": "<a class=\"tracking-tight hover:underline focus:underline\" href=\"/legal/general-terms/lz-guarantee\">LZ Guarantee and Refund Policy</a>"
    },
    {
      "href": "/legal/general-terms/terms-of-use",
      "text": "Terms of Use",
      "html": "<a href=\"/legal/general-terms/terms-of-use\" class=\"underline hover:opacity-75 focus:opacity-75 active:opacity-50\" target=\"pp_tos\" rel=\"noopener\">Terms of Use</a>"
    },
    {
      "href": "/legal/general-terms/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/legal/general-terms/privacy-policy\" class=\"underline hover:opacity-75 focus:opacity-75 active:opacity-50\" target=\"pp_tos\" rel=\"noopener\">Privacy Policy</a>"
    },
    {
      "href": "/legal/general-terms/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/legal/general-terms/privacy-policy\" target=\"_blank\">Privacy Policy</a>"
    },
    {
      "href": "https://privacyportal.onetrust.com/webform/57defedd-c3a5-4812-bbea-5a4efe817eda/57bb34ee-b398-4bd9-97a9-cb6f15b1e1dd",
      "text": "opt out form",
      "html": "<a href=\"https://privacyportal.onetrust.com/webform/57defedd-c3a5-4812-bbea-5a4efe817eda/57bb34ee-b398-4bd9-97a9-cb6f15b1e1dd\" target=\"_blank\">opt out form</a>"
    },
    {
      "href": "https://privacyportal.onetrust.com/webform/57defedd-c3a5-4812-bbea-5a4efe817eda/57bb34ee-b398-4bd9-97a9-cb6f15b1e1dd",
      "text": "opt-out form",
      "html": "<a href=\"https://privacyportal.onetrust.com/webform/57defedd-c3a5-4812-bbea-5a4efe817eda/57bb34ee-b398-4bd9-97a9-cb6f15b1e1dd\" target=\"_blank\">opt-out form</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

5 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, optional visible FAQ or FAQPage schema, JSON-LD structured data.

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

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

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 14,
  "schemaBlocks": 0,
  "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",
    "optional visible FAQ or FAQPage schema",
    "JSON-LD structured data"
  ],
  "score": 60,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 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": 12,
  "passing": 1,
  "failing": [
    {
      "heading": "Guides",
      "headingHtml": "<h3 class=\"mb-2 py-2 text-lg font-semibold\">Guides</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "State LLC guides",
      "headingHtml": "<h3 class=\"mb-2 py-2 text-lg font-semibold\">State LLC guides</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tools & resources",
      "headingHtml": "<h3 class=\"mb-2 py-2 text-lg font-semibold\">Tools &amp; resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Browse by state",
      "headingHtml": "<h3 class=\"mb-2 py-2 text-lg font-semibold\">Browse by state</h3>",
      "firstParagraph": "YOUR STATE: KA",
      "paragraphHtml": "<p class=\"mb-2 text-xs font-semibold uppercase tracking-wide\">YOUR STATE: KA</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "For your business",
      "headingHtml": "<h2>For your business</h2>",
      "firstParagraph": "Whether you need to form a company, apply for licenses and permits, or get a tax ID, we'll set your business up for success.",
      "paragraphHtml": "<p>Whether you need to form a company, apply for licenses and permits, or get a tax ID, we&apos;ll set your business up for success.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "For you and your family",
      "headingHtml": "<h2>For you and your family</h2>",
      "firstParagraph": "From wills to powers of attorney, the right estate planning documents can safeguard you and your loved ones—both now, and later.",
      "paragraphHtml": "<p>From wills to powers of attorney, the right estate planning documents can safeguard you and your loved ones&#x2014;both now, and later.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "For your intellectual property",
      "headingHtml": "<h2>For your intellectual property</h2>",
      "firstParagraph": "Need to trademark your logo, copyright a creative work, or patent an invention? Protect yourself against copycats.",
      "paragraphHtml": "<p>Need to trademark your logo, copyright a creative work, or patent an invention? Protect yourself against copycats.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get helpful tips and info from our newsletter!",
      "headingHtml": "<h3 class=\"mb-9 text-center text-2xl font-semibold tracking-tight md:mt-6\">Get helpful tips and info from our newsletter!</h3>",
      "firstParagraph": "© LegalZoom.com, Inc. All rights reserved.",
      "paragraphHtml": "<p class=\"mb-4 px-3\">&#xa9; LegalZoom.com, Inc. All rights reserved.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your Privacy Choices",
      "headingHtml": "<h2 id=\"ot-pc-title\">Your Privacy Choices</h2>",
      "firstParagraph": "LegalZoom engages in practices that may be considered a \"sale,\" \"share,\" or the use of personal information for targeted advertising or cross-contextual behavior advertising under some U.S. privacy laws. More details about how we protect and use personal data can be found in our Privacy Policy.",
      "paragraphHtml": "<p>LegalZoom engages in practices that may be considered a &quot;sale,&quot; &quot;share,&quot; or the use of personal information for targeted advertising or cross-contextual behavior advertising under some U.S. privacy laws. More details about how we protect and use personal data can be found in our <a href=\"/legal/general-terms/privacy-policy\" target=\"_blank\">Privacy Policy</a>.</p>",
      "words": 47,
      "direct": false,
      "issue": "First paragraph is 47 words and does not look like a concise direct answer."
    },
    {
      "heading": "Opt Out Preference Signal (Global Privacy Control)",
      "headingHtml": "<h3 style=\"font-size: 24px; font-weight: 700; letter-spacing: -0.48px; padding-bottom: 24px\">Opt Out Preference Signal (Global Privacy Control)</h3>",
      "firstParagraph": "LegalZoom recognizes Global Privacy Control signals. If we have detected a signal coming from your browser we will state as much at the top of this window. To tie this opt-out to all the information that LegalZoom may have about you, you will need to either log into your LegalZoom account or fill out the opt-out form.",
      "paragraphHtml": "<p>LegalZoom recognizes Global Privacy Control signals. If we have detected a signal coming from your browser we will state as much at the top of this window. To tie this opt-out to all the information that LegalZoom may have about you, you will need to either log into your LegalZoom account or fill out the <a href=\"https://privacyportal.onetrust.com/webform/57defedd-c3a5-4812-bbea-5a4efe817eda/57bb34ee-b398-4bd9-97a9-cb6f15b1e1dd\" target=\"_blank\">opt-out form</a>.</p>",
      "words": 57,
      "direct": false,
      "issue": "First paragraph is 57 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cookie List",
      "headingHtml": "<h3>Cookie List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 4,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: protect, family, llc, wills, trademark, incorporate, more, online, builder, 322fe2798737489f8bc18373b53ac051, pointer, events, auto, display, flex, help.

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

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

Evidence
{
  "title": "Start a Business, Protect Your Family: LLC Wills Trademark Incorporate & More Online | LegalZoom",
  "h1": ".builder-322fe2798737489f8bc18373b53ac051 { pointer-events: auto; display: flex; } U.S. Legal Help in India",
  "description": "Get expert legal services in India with LegalZoom. From business formation to legal documents, we make law simple and accessible. Start today!",
  "topicOverlap": 0.26666666666666666,
  "topicTerms": [
    "start",
    "business",
    "protect",
    "family",
    "llc",
    "wills",
    "trademark",
    "incorporate",
    "more",
    "online",
    "legalzoom",
    "builder",
    "322fe2798737489f8bc18373b53ac051",
    "pointer",
    "events",
    "auto",
    "display",
    "flex",
    "legal",
    "help"
  ],
  "descriptionTerms": [
    "get",
    "expert",
    "legal",
    "services",
    "india",
    "legalzoom",
    "business",
    "formation",
    "documents",
    "make",
    "law",
    "simple",
    "accessible",
    "start",
    "today"
  ],
  "missingFromDescription": [
    "protect",
    "family",
    "llc",
    "wills",
    "trademark",
    "incorporate",
    "more",
    "online",
    "builder",
    "322fe2798737489f8bc18373b53ac051",
    "pointer",
    "events",
    "auto",
    "display",
    "flex",
    "help"
  ],
  "score": 78,
  "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

7 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": 7,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 39,
      "heading": "H4: Learn more",
      "text": "LegalZoom provides access to independent attorneys and self-service tools. LegalZoom is not a law firm and does not provide legal advice, except where authorized through its subsidiary law firm LZ Legal Services, LLC. Use of our products and services is governed by our Terms of Use and Privacy Policy.",
      "words": 49,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-12 max-w-[43.5rem] px-3\">LegalZoom provides access to independent attorneys and self-service tools. LegalZoom is not a law firm and does not provide legal advice, except where authorized through its subsidiary law firm LZ Legal Services, LLC. Use of our products and services is governed by our <a href=\"/legal/general-terms/terms-of-use\" class=\"underline hover:opacity-75 focus:opacity-75 active:opacity-50\" target=\"pp_tos\" rel=\"noopener\">Terms of Use</a> and <a href=\"/legal/general..."
    },
    {
      "index": 44,
      "heading": "H2: Your Privacy Choices",
      "text": "LegalZoom engages in practices that may be considered a \"sale,\" \"share,\" or the use of personal information for targeted advertising or cross-contextual behavior advertising under some U.S. privacy laws. More details about how we protect and use personal data can be found in our Privacy Policy.",
      "words": 47,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (47 words; target 80-220)."
      ],
      "html": "<p>LegalZoom engages in practices that may be considered a &quot;sale,&quot; &quot;share,&quot; or the use of personal information for targeted advertising or cross-contextual behavior advertising under some U.S. privacy laws. More details about how we protect and use personal data can be found in our <a href=\"/legal/general-terms/privacy-policy\" target=\"_blank\">Privacy Policy</a>.</p>"
    },
    {
      "index": 45,
      "heading": "H2: Your Privacy Choices",
      "text": "If you would like to opt out of having your information used for these purposes, please let us know by using our opt out form so we can update your preference in our records. Data collected about you while you are not logged into your account may be used for marketing purposes unless you also opt-out of cookies using the controls below.",
      "words": 62,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (62 words; target 80-220)."
      ],
      "html": "<p>If you would like to opt out of having your information used for these purposes, please let us know by using our <a href=\"https://privacyportal.onetrust.com/webform/57defedd-c3a5-4812-bbea-5a4efe817eda/57bb34ee-b398-4bd9-97a9-cb6f15b1e1dd\" target=\"_blank\">opt out form</a> so we can update your preference in our records. Data collected about you while you are not logged into your account may be used for marketing purposes unless you also opt-out of cookies using the controls below.</p>"
    },
    {
      "index": 46,
      "heading": "H3: Opt Out Preference Signal (Global Privacy Control)",
      "text": "LegalZoom recognizes Global Privacy Control signals. If we have detected a signal coming from your browser we will state as much at the top of this window. To tie this opt-out to all the information that LegalZoom may have about you, you will need to either log into your LegalZoom account or fill out the opt-out form.",
      "words": 57,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (57 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>LegalZoom recognizes Global Privacy Control signals. If we have detected a signal coming from your browser we will state as much at the top of this window. To tie this opt-out to all the information that LegalZoom may have about you, you will need to either log into your LegalZoom account or fill out the <a href=\"https://privacyportal.onetrust.com/webform/57defedd-c3a5-4812-bbea-5a4efe817eda/57bb34ee-b398-4bd9-97a9-cb6f15b1e1dd\" target=\"_blank\">opt-out form</a>.</p>"
    },
    {
      "index": 47,
      "heading": "H4: Strictly Necessary Cookies",
      "text": "These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work.",
      "words": 71,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (71 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-category-desc\" id=\"ot-desc-id-C0001\">These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. &#xa0; &#xa0;You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. </p>"
    },
    {
      "index": 48,
      "heading": "H4: Performance Cookies",
      "text": "These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.",
      "words": 68,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (68 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-category-desc\" id=\"ot-desc-id-C0002\">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.</p>"
    },
    {
      "index": 49,
      "heading": "H4: Functional Cookies",
      "text": "These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-category-desc\" id=\"ot-desc-id-C0003\">These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. &#xa0; &#xa0;If you do not allow these cookies then some or all of these services may not function properly.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

15 image(s) are missing width/height attributes. 2 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

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1, shrink-to-fit=no",
  "visibleWords": 1693,
  "htmlBytes": 444381,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2F7dd0d3919f74462a9a0e71adc75b862b?format=webp",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2F7dd0d3919f74462a9a0e71adc75b862b?format=webp\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2F7dd0d3919f74462a9a0e71adc75b862b?width=1280 1280w, https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2F7dd0d3919f74462a9a0e71adc75b862b?width=1400 1400w, https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2F7dd0d3919f7..."
    },
    {
      "src": "https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2F216f4ac6874f4f2998403fa1163a4baa",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" fetchpriority=\"auto\" alt=\"about us\" style=\"opacity:1;transition:opacity 0.2s ease-in-out;object-position:center;object-fit:cover;position:absolute;height:100%;width:100%;left:0px;top:0px\" class=\"builder-image\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2F216f4ac6874f4f2998403fa1163a4baa\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2F216f4ac6874f4f2998403fa1163a4baa?width=100 100w, https://cdn..."
    },
    {
      "src": "https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2F7028ac8aa594405f992254747f074479",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" fetchpriority=\"auto\" alt=\"A man with pencil in his ear, wearing a construction toolbelt and operating a power sander.\" style=\"opacity:1;transition:opacity 0.2s ease-in-out;object-position:center;object-fit:cover;position:absolute;height:100%;width:100%;left:0px;top:0px\" class=\"builder-image\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2F7028ac8aa594405f992254747f074479\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fc543375419b3..."
    },
    {
      "src": "https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2F6196fd0154b24a1db59e1468f65d3a35",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" fetchpriority=\"auto\" alt=\"A man wearing glasses and a woman wearing an apron looking at a laptop.\" style=\"opacity:1;transition:opacity 0.2s ease-in-out;object-position:center;object-fit:cover;position:absolute;height:100%;width:100%;left:0px;top:0px\" class=\"builder-image\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2F6196fd0154b24a1db59e1468f65d3a35\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc..."
    },
    {
      "src": "https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2Fd4babd018872448cb589197fb9460b79",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" fetchpriority=\"auto\" alt=\"A man with pencil in his ear, wearing a construction toolbelt and operating a power sander.\" style=\"opacity:1;transition:opacity 0.2s ease-in-out;object-position:center;object-fit:cover;position:absolute;height:100%;width:100%;left:0px;top:0px\" class=\"builder-image\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2Fd4babd018872448cb589197fb9460b79\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fc543375419b3..."
    },
    {
      "src": "https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2Fd4babd018872448cb589197fb9460b79",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" fetchpriority=\"auto\" alt=\"A man with pencil in his ear, wearing a construction toolbelt and operating a power sander.\" style=\"opacity:1;transition:opacity 0.2s ease-in-out;object-position:center;object-fit:cover;position:absolute;height:100%;width:100%;left:0px;top:0px\" class=\"builder-image\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fc543375419b34ced8a551fab246ac1bc%2Fd4babd018872448cb589197fb9460b79\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fc543375419b3..."
    },
    {
      "src": "https://cdn.builder.io/api/v1/image/assets/TEMP/8bc524c2c88f0636943892f22d5b0843ef7a8c7edd3c184de6549fb8c5e965be?placeholderIfAbsent=true&width=54",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" fetchpriority=\"auto\" alt=\"quote\" style=\"opacity:1;transition:opacity 0.2s ease-in-out;object-position:center;object-fit:auto;position:absolute;height:100%;width:100%;left:0px;top:0px\" class=\"builder-image\" src=\"https://cdn.builder.io/api/v1/image/assets/TEMP/8bc524c2c88f0636943892f22d5b0843ef7a8c7edd3c184de6549fb8c5e965be?placeholderIfAbsent=true&amp;width=54\" sizes=\"(max-width: 638px) 9vw, (max-width: 998px) 6vw, 4vw\">"
    },
    {
      "src": "https://cdn.builder.io/api/v1/image/assets/TEMP/e7de0682853347dd34db3fc5d1da0488516019d12fcc1c7a51b184b2cef56cea?placeholderIfAbsent=true&width=93",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" fetchpriority=\"auto\" alt=\"five stars\" style=\"opacity:1;transition:opacity 0.2s ease-in-out;object-position:center;object-fit:auto;position:absolute;height:100%;width:100%;left:0px;top:0px\" class=\"builder-image\" src=\"https://cdn.builder.io/api/v1/image/assets/TEMP/e7de0682853347dd34db3fc5d1da0488516019d12fcc1c7a51b184b2cef56cea?placeholderIfAbsent=true&amp;width=93\" sizes=\"(max-width: 638px) 15vw, (max-width: 998px) 10vw, 7vw\">"
    },
    {
      "src": "https://cdn.builder.io/api/v1/image/assets/TEMP/614ea2856fd0f408cdf625574df5bd5663c10776b2a9affa0dab6bbc889e1949?placeholderIfAbsent=true&width=54",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" fetchpriority=\"auto\" alt=\"quote\" style=\"opacity:1;transition:opacity 0.2s ease-in-out;object-position:center;object-fit:auto;position:absolute;height:100%;width:100%;left:0px;top:0px\" class=\"builder-image\" src=\"https://cdn.builder.io/api/v1/image/assets/TEMP/614ea2856fd0f408cdf625574df5bd5663c10776b2a9affa0dab6bbc889e1949?placeholderIfAbsent=true&amp;width=54\" sizes=\"(max-width: 638px) 9vw, (max-width: 998px) 6vw, 4vw\">"
    },
    {
      "src": "https://cdn.builder.io/api/v1/image/assets/TEMP/d821f9b7ae33ab7a67a13f527c2c923015eab2ffded3138fd608dd8e4273ed3e?placeholderIfAbsent=true&width=94",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" fetchpriority=\"auto\" alt=\"five stars\" style=\"opacity:1;transition:opacity 0.2s ease-in-out;object-position:center;object-fit:auto;position:absolute;height:100%;width:100%;left:0px;top:0px\" class=\"builder-image\" src=\"https://cdn.builder.io/api/v1/image/assets/TEMP/d821f9b7ae33ab7a67a13f527c2c923015eab2ffded3138fd608dd8e4273ed3e?placeholderIfAbsent=true&amp;width=94\" sizes=\"(max-width: 638px) 15vw, (max-width: 998px) 10vw, 7vw\">"
    },
    {
      "src": "https://cdn.builder.io/api/v1/image/assets/TEMP/1f3d9fc92085b683acf6e6131e92081c3e1d0d2c1cc7bbe40bae9642ef5501c7?placeholderIfAbsent=true&width=54",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" fetchpriority=\"auto\" alt=\"quote\" style=\"opacity:1;transition:opacity 0.2s ease-in-out;object-position:center;object-fit:auto;position:absolute;height:100%;width:100%;left:0px;top:0px\" class=\"builder-image\" src=\"https://cdn.builder.io/api/v1/image/assets/TEMP/1f3d9fc92085b683acf6e6131e92081c3e1d0d2c1cc7bbe40bae9642ef5501c7?placeholderIfAbsent=true&amp;width=54\" sizes=\"(max-width: 638px) 9vw, (max-width: 998px) 6vw, 4vw\">"
    },
    {
      "src": "https://cdn.builder.io/api/v1/image/assets/TEMP/f25104badb204fd8c3f1bc0ba55a0b6cddd9f996ac0e15d21bf6c7c360bb9a24?placeholderIfAbsent=true&width=94",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" fetchpriority=\"auto\" alt=\"five stars\" style=\"opacity:1;transition:opacity 0.2s ease-in-out;object-position:center;object-fit:auto;position:absolute;height:100%;width:100%;left:0px;top:0px\" class=\"builder-image\" src=\"https://cdn.builder.io/api/v1/image/assets/TEMP/f25104badb204fd8c3f1bc0ba55a0b6cddd9f996ac0e15d21bf6c7c360bb9a24?placeholderIfAbsent=true&amp;width=94\" sizes=\"(max-width: 638px) 15vw, (max-width: 998px) 10vw, 7vw\">"
    },
    {
      "src": "/_astro/chevron-down.C0KmvW4i.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"h-6 w-6 rotate-180 invert\" src=\"/_astro/chevron-down.C0KmvW4i.svg\" alt aria-hidden=\"true\">"
    },
    {
      "src": "https://cdn.cookielaw.org/logos/57defedd-c3a5-4812-bbea-5a4efe817eda/359ab973-cb5c-4ead-8fd2-158430a2f23e/cd2315cf-b930-4f82-8a29-1b78beddfd92/OneTrust_LZ_Logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/57defedd-c3a5-4812-bbea-5a4efe817eda/359ab973-cb5c-4ead-8fd2-158430a2f23e/cd2315cf-b930-4f82-8a29-1b78beddfd92/OneTrust_LZ_Logo.png\">"
    },
    {
      "src": "https://cdn.cookielaw.org/logos/static/powered_by_logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Powered by Onetrust\" src=\"https://cdn.cookielaw.org/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\">"
    }
  ],
  "possibleDialogs": [
    "<div role=\"alertdialog\" aria-modal=\"true\" aria-describedby=\"ot-pc-desc\" style=\"height: 100%;\" aria-label=\"Your Privacy Choices\"><!-- Close Button --><div class=\"ot-pc-header\"><!-- Logo Tag --><div class=\"ot-pc-logo\" role=\"img\" aria-label=\"Company Logo\"><img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/57defedd-c3a5-4812-bbea-5a4efe817eda/359ab973-cb5c-4ead-8fd2-158430a2f23e/cd2315cf-b930-4f82-8a29-1b78beddfd92/OneTrust_LZ_Logo.png\"></div><button id=\"close-pc-btn-handler\" class=\"ot-...",
    "<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\"><div class=\"ot-fltr-opts\"><div class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</span></div></div></div><div class=\"ot-fltr-btns\"><button id=\"filter-apply-handler\">Apply</b..."
  ],
  "score": 70,
  "weight": 10
}

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": 12,
  "passing": 1,
  "failing": [
    {
      "heading": "Guides",
      "headingHtml": "<h3 class=\"mb-2 py-2 text-lg font-semibold\">Guides</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "State LLC guides",
      "headingHtml": "<h3 class=\"mb-2 py-2 text-lg font-semibold\">State LLC guides</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tools & resources",
      "headingHtml": "<h3 class=\"mb-2 py-2 text-lg font-semibold\">Tools &amp; resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Browse by state",
      "headingHtml": "<h3 class=\"mb-2 py-2 text-lg font-semibold\">Browse by state</h3>",
      "firstParagraph": "YOUR STATE: KA",
      "paragraphHtml": "<p class=\"mb-2 text-xs font-semibold uppercase tracking-wide\">YOUR STATE: KA</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "For your business",
      "headingHtml": "<h2>For your business</h2>",
      "firstParagraph": "Whether you need to form a company, apply for licenses and permits, or get a tax ID, we'll set your business up for success.",
      "paragraphHtml": "<p>Whether you need to form a company, apply for licenses and permits, or get a tax ID, we&apos;ll set your business up for success.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "For you and your family",
      "headingHtml": "<h2>For you and your family</h2>",
      "firstParagraph": "From wills to powers of attorney, the right estate planning documents can safeguard you and your loved ones—both now, and later.",
      "paragraphHtml": "<p>From wills to powers of attorney, the right estate planning documents can safeguard you and your loved ones&#x2014;both now, and later.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "For your intellectual property",
      "headingHtml": "<h2>For your intellectual property</h2>",
      "firstParagraph": "Need to trademark your logo, copyright a creative work, or patent an invention? Protect yourself against copycats.",
      "paragraphHtml": "<p>Need to trademark your logo, copyright a creative work, or patent an invention? Protect yourself against copycats.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get helpful tips and info from our newsletter!",
      "headingHtml": "<h3 class=\"mb-9 text-center text-2xl font-semibold tracking-tight md:mt-6\">Get helpful tips and info from our newsletter!</h3>",
      "firstParagraph": "© LegalZoom.com, Inc. All rights reserved.",
      "paragraphHtml": "<p class=\"mb-4 px-3\">&#xa9; LegalZoom.com, Inc. All rights reserved.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your Privacy Choices",
      "headingHtml": "<h2 id=\"ot-pc-title\">Your Privacy Choices</h2>",
      "firstParagraph": "LegalZoom engages in practices that may be considered a \"sale,\" \"share,\" or the use of personal information for targeted advertising or cross-contextual behavior advertising under some U.S. privacy laws. More details about how we protect and use personal data can be found in our Privacy Policy.",
      "paragraphHtml": "<p>LegalZoom engages in practices that may be considered a &quot;sale,&quot; &quot;share,&quot; or the use of personal information for targeted advertising or cross-contextual behavior advertising under some U.S. privacy laws. More details about how we protect and use personal data can be found in our <a href=\"/legal/general-terms/privacy-policy\" target=\"_blank\">Privacy Policy</a>.</p>",
      "words": 47,
      "direct": false,
      "issue": "First paragraph is 47 words and does not look like a concise direct answer."
    },
    {
      "heading": "Opt Out Preference Signal (Global Privacy Control)",
      "headingHtml": "<h3 style=\"font-size: 24px; font-weight: 700; letter-spacing: -0.48px; padding-bottom: 24px\">Opt Out Preference Signal (Global Privacy Control)</h3>",
      "firstParagraph": "LegalZoom recognizes Global Privacy Control signals. If we have detected a signal coming from your browser we will state as much at the top of this window. To tie this opt-out to all the information that LegalZoom may have about you, you will need to either log into your LegalZoom account or fill out the opt-out form.",
      "paragraphHtml": "<p>LegalZoom recognizes Global Privacy Control signals. If we have detected a signal coming from your browser we will state as much at the top of this window. To tie this opt-out to all the information that LegalZoom may have about you, you will need to either log into your LegalZoom account or fill out the <a href=\"https://privacyportal.onetrust.com/webform/57defedd-c3a5-4812-bbea-5a4efe817eda/57bb34ee-b398-4bd9-97a9-cb6f15b1e1dd\" target=\"_blank\">opt-out form</a>.</p>",
      "words": 57,
      "direct": false,
      "issue": "First paragraph is 57 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cookie List",
      "headingHtml": "<h3>Cookie List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: protect, family, llc, wills, trademark, incorporate, more, online, builder, 322fe2798737489f8bc18373b53ac051, pointer, events, auto, display, flex, help.

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

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

Evidence
{
  "title": "Start a Business, Protect Your Family: LLC Wills Trademark Incorporate & More Online | LegalZoom",
  "h1": ".builder-322fe2798737489f8bc18373b53ac051 { pointer-events: auto; display: flex; } U.S. Legal Help in India",
  "description": "Get expert legal services in India with LegalZoom. From business formation to legal documents, we make law simple and accessible. Start today!",
  "topicOverlap": 0.26666666666666666,
  "definitionCount": 14,
  "topicTerms": [
    "start",
    "business",
    "protect",
    "family",
    "llc",
    "wills",
    "trademark",
    "incorporate",
    "more",
    "online",
    "legalzoom",
    "builder",
    "322fe2798737489f8bc18373b53ac051",
    "pointer",
    "events",
    "auto",
    "display",
    "flex",
    "legal",
    "help"
  ],
  "descriptionTerms": [
    "get",
    "expert",
    "legal",
    "services",
    "india",
    "legalzoom",
    "business",
    "formation",
    "documents",
    "make",
    "law",
    "simple",
    "accessible",
    "start",
    "today"
  ],
  "missingFromDescription": [
    "protect",
    "family",
    "llc",
    "wills",
    "trademark",
    "incorporate",
    "more",
    "online",
    "builder",
    "322fe2798737489f8bc18373b53ac051",
    "pointer",
    "events",
    "auto",
    "display",
    "flex",
    "help"
  ],
  "score": 82,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "For your business",
      "html": "<h2>For your business</h2>"
    },
    {
      "text": "For you and your family",
      "html": "<h2>For you and your family</h2>"
    },
    {
      "text": "For your intellectual property",
      "html": "<h2>For your intellectual property</h2>"
    },
    {
      "text": "Your Privacy Choices",
      "html": "<h2 id=\"ot-pc-title\">Your Privacy Choices</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Start a Business, Protect Your Family: LLC Wi...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Start a Business, Protect Your Family: LLC Wi... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Start a Business, Protect Your Family: LLC Wi...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Start a Business, Protect Your Family: LLC Wi... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Start a Business, Protect Your Family: LLC Wi... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Start a Business, Protect Your Family: LLC Wi...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Start a Business, Protect Your Family: LLC Wi... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Start a Business, Protect Your Family: LLC Wi...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Start a Business, Protect Your Family: LLC Wi... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Start a Business, Protect Your Family: LLC Wi... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 410,
            "contentType": "text/html",
            "length": 102552
          },
          {
            "path": "/api/context",
            "statusCode": 410,
            "contentType": "text/html",
            "length": 102552
          },
          {
            "path": "/context",
            "statusCode": 410,
            "contentType": "text/html",
            "length": 102552
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "For your business",
      "html": "<h2>For your business</h2>"
    },
    {
      "text": "For you and your family",
      "html": "<h2>For you and your family</h2>"
    },
    {
      "text": "For your intellectual property",
      "html": "<h2>For your intellectual property</h2>"
    },
    {
      "text": "Your Privacy Choices",
      "html": "<h2 id=\"ot-pc-title\">Your Privacy Choices</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Start a Business, Protect Your Family: LLC Wi...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Start a Business, Protect Your Family: LLC Wi... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Start a Business, Protect Your Family: LLC Wi...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Start a Business, Protect Your Family: LLC Wi... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Start a Business, Protect Your Family: LLC Wi... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Start a Business, Protect Your Family: LLC Wi...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Start a Business, Protect Your Family: LLC Wi... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Start a Business, Protect Your Family: LLC Wi...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Start a Business, Protect Your Family: LLC Wi... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Start a Business, Protect Your Family: LLC Wi... 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" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.

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

  2. 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": 410,
        "contentType": "text/html",
        "length": 102552,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
          "compatibleContentType": false,
          "contentLength": 87568,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": true,
          "links": [
            "/javascript'",
            "/gim)));",
            "/script",
            "/resources/js/helpers/cookie-consent-location.js",
            "/script",
            "https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\"",
            "/javascript",
            "/script",
            "/resources/js/helpers/cookie-consent.js",
            "/script"
          ],
          "rawExcerpt": "<!DOCTYPE html>\n<html>\n\n<head>\n    \r\n<script type='text/javascript'>\r\n    var strRef = \"\";\r\n    function IsLegacyCheckOutOrFinishedFolderFile() {\r\n        return (!(!strRef.match(/[\\/\\\\]+checkout[\\/\\\\]+|[\\/\\\\]+finished[\\/\\\\]/gim)));\r\n    }\r\n\r\n</script>\r\n<meta charset=\"utf-8\"> \n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n<!--IF YOU MODIFY THIS INCLUDE FILE DO NOT PUSH IT UP THROUGH ALL ENVIRONMENTS-->\n<!--THIS FILE IS DIFFERENT IN ALL ENVINROMENTS AND NEEDS TO BE MANUALLY UPDATED-->\n<!-- DEV Environment Start -->\n<script src=\"/resources/js/helpers/cookie-consent-location.js\"></script>\n<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" type=\"text/javascript\" charset=\"UTF-8\" data"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
      "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": "pass",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": true,
        "statusCode": 200,
        "contentType": "application/json",
        "length": 139,
        "text": "{\"resource\":\"https://www.legalzoom.com\",\"authorization_servers\":[\"https://auth.apigw.legalzoom.com\"],\"bearer_methods_supported\":[\"header\"]}"
      },
      "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",
          "length": 199416,
          "text": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"><meta name=\"REVISIT-AFTER\" content=\"1 DAYS\"><meta name=\"RATING\" content=\"GENERAL\"><meta name=\"RESOURCE-TYPE\" content=\"DOCUMENT\"><meta name=\"theme-color\" content=\"#f45a27\"><meta name=\"msapplication-navbutton-color\" content=\"#f45a27\"><meta name=\"apple-mobile-web-app-capable\" content=\"yes\"><meta name=\"apple-mobile-web-app-status-bar-style\" content=\"#f45a27\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><script>window.ENABLE_COOKIE_BANNER_V2=true;</script><title>404 - Page not found | LegalZoom</title><link rel=\"canonical\" href=\"https://www.legalzoom.com/.well-known/oauth-authorization-server\"><meta name=\"generator\" content=\"Astro (0.0.0)\"><meta name=\"description\" content><meta property=\"og:title\" content=\"404 - Page not found | LegalZoom\"><meta property=\"og:type\" content=\"company\"><meta property=\"og:url\" content=\"https://www.legalzoom.com/.well-known/oauth-authorization-server\"><meta property=\"og:image\" content=\"https://www.legalzoom.com/resources/img/lzr/global/legalzoom-20-og.png\"><meta property=\"og:site_name\" content=\"LegalZoom\"><meta property=\"og:description\" content><meta property=\"fb:app_id\" content=\"209555242433298\"><meta name=\"twitter:card\" content=\"summary\"><meta name=\"twitter:site\" content=\"@legalzoom\"><meta name=\"twitter:title\" content=\"404 - Page not found | LegalZoom\"><meta name=\"twitter:description\" content><meta name=\"twitter:image\" content=\"https://www.legalzoom.com/resources/img/lzr/global/legalzoom-20-og.png\"><meta name=\"twitter:image:alt\" content=\"LegalZoom\"><meta name=\"robots\" content=\"noindex, nofollow\"><script type=\"text/javascript\">var LZWebsite=window.LZWebsite||{};LZWebsite.cookieConsent=LZWebsite.cookieConsent||{},function(){var t=LZWebsite.cookieConsent;t.locationTasks={cookieName:\"lzOtTestCookie\",init:function(){t.locationTasks.setCookie(),t.locationTasks.setOneTrustVariable()},getCookieParam:function(o){o=new RegExp(o+\"=([^;]+)\").exec(document.cookie);return null===o?\"\":o[1]},getQueryParam:function(o){o=new RegExp(\"[\\\\?&]\"+o+\"=([^&#]*)\").exec(location.search);return null===o?\"\":decodeURIComponent(o[1].replace(/\\+/g,\" \"))},setCookie:function(){var o,e=t.locationTasks.getQueryParam(\"otState\");e&&(o=t.locationTasks.getQueryParam(\"otCountry\"))&&(t.locationTasks.writeCookie(t.locationTasks.cookieName+\"=\"+e+\",\"+o),t.locationTasks.writeCookie(\"lzcountry=\"+o))},setOneTrustVariable:function(){var o=t.locationTasks.getCookieParam(t.locationTasks.cookieName);o&&(o=o.split(\",\"),window.OneTrust={geolocationResponse:{stateCode:o[0],countryCode:o[1]}})},writeCookie:function(o){document.cookie=o+\"; path=/; domain=.legalzoom.com\"}},t.locationTasks.init()}();\n</script><script src=\"https://cdn.cookielaw.org/consent/6b4fcef8-bfe0-4513-af95-38b43a82f6c9/otSDKStub.js\" data-domain-script=\"6b4fcef8-bfe0-4513-af95-38b43a82f6c9\"></script><script type=\"text/javascript\">(function(){var p=function(o){if(Array.isArray(o)){for(var e=0,t=Array(o.length);e<o.length;e++)t[e]=o[e];return t}return Array.from(o)},y=function(o,e){if(!(o instanceof e))throw new TypeError(\"Cannot call a class as a function\")},h=typeof Symbol==\"function\"&&typeof Symbol.iterator==\"symbol\"?function(o){return typeof o}:function(o){return o&&typeof Symbol==\"function\"&&o.constructor===Symbol&&o!==Symbol.prototype?\"symbol\":typeof o},g=function(){function o(e,t){for(var r=0;r<t.length;r++){var s=t[r];s.enumerable=s.enumerable||!1,s.configurable=!0,\"value\"in s&&(s.writable=!0),Object.defineProperty(e,s.key,s)}}return function(e,t,r){return t&&o(e.prototype,t),r&&o(e,r),e}}(),v=window.LZCookieConsentSuppress||!1,n=(window.LZActiveGroups=\"\",window.LZWebsite||{});n.cookieConsent=n.cookieConsent||{},n.cookieConsent.CategoryTypes={Init:\"init\",CatchAll:\"catchAll\",StrictlyNecessary:\"C0001\",Performance:\"C0002\",Functional:\"C0003\",Target"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

GEO: Q&A and FAQ opportunities is informational for this page.

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

4 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.

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: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

GEO: Q&A and FAQ opportunities is informational for this page.

Evidence
{
  "h2Count": 4,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "For your business",
      "isQuestion": false,
      "html": "<h2>For your business</h2>"
    },
    {
      "index": 2,
      "text": "For you and your family",
      "isQuestion": false,
      "html": "<h2>For you and your family</h2>"
    },
    {
      "index": 3,
      "text": "For your intellectual property",
      "isQuestion": false,
      "html": "<h2>For your intellectual property</h2>"
    },
    {
      "index": 4,
      "text": "Your Privacy Choices",
      "isQuestion": false,
      "html": "<h2 id=\"ot-pc-title\">Your Privacy Choices</h2>"
    }
  ],
  "score": 75,
  "weight": 4
}

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",
            "length": 199398
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 199416
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "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

1 link found

Fix guidance

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

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

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

100 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

1 warning found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

14 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

Improve image delivery

14 Fail

Check name

Improve image delivery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 141 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

LCP request discovery

14 Fail

Check name

LCP request discovery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

14 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

14 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 49 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 49 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": 40
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

14 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 90 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 90 ms",
  "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

2 Fail

Check name

Loading performance

Score

87/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 79,
      "displayValue": "3.1 s",
      "numericValue": 3054.025715730847
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 99,
      "displayValue": "0.6 s",
      "numericValue": 600.2699340139623
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 28.431945
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 85,
      "displayValue": "150 ms",
      "numericValue": 147
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 12
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 68,
      "displayValue": "260 ms",
      "numericValue": 255.99999999999955
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 99,
      "displayValue": "0.8 s",
      "numericValue": 794.353599772603
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 66,
      "displayValue": "1.9 s",
      "numericValue": 1896.2114264118345
    }
  ]
}

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