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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability35%Agent Easeof Use10%Security& Trust80%GEO, AIO, AEO79%SEO77%Performance& Accessibility76%
  • AI Discoverability 35 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 79 out of 100
  • SEO 77 out of 100
  • Performance and Accessibility 76 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

#1 Password Manager & Vault App with Single-Sign On & MFA Solutions - LastPass favicon

#1 Password Manager & Vault App with Single-Sign On & MFA Solutions - LastPass

Go beyond saving passwords with the best password manager! Generate strong passwords and store them in a secure vault. Now with single-sign on (SSO) and adaptive MFA solutions that integrate with over 1,200 apps.

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
35
Priority fix6161View details
Discoverability
57
Needs work450View details
Content Readiness
38
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
79
Mostly ready6212View details
GEO Readiness
87
Mostly ready204
AIO Readiness
77
Mostly ready214View details
AEO Readiness
72
Needs work214View details
SEO
77
Mostly ready830View details
SEO
77
Mostly ready830View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
76
Mostly ready1853View details
Performance
74
Needs work1253View details
Accessibility
80
Mostly ready600

Prioritized recommendations

Issues ranked by score impact

49 items need attention

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

100 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head><meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta name=\"robots\" content=\"noindex\" />\n<script>\r\n  (function(h,o,u,n,d) {\r\n    h=h[d]=h[d]||{q:[],onReady:function(c){h.q.push(c)}}\r\n    d=o.createElement(u);d.async=1;d.src=n\r\n    n=o.getElementsByTagName(u)[0];n.parentNode.insertBefore(d,n)\r\n    })(window, document, 'script', 'https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js', 'DD_RUM')\r\n\r\n    function DetermineEnv(url) {\n        switch (url) {\n            case \"lastpass-xdb-v930a-dev-cm.azurewebsites.net\":\n            case \"dev-cm.lastpass.com\":\n            case \"dev-cd.lastpass.com\":\n                return \"dev\";\n                break;\n            case \"review.lastpass.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."
    }
  ]
}

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. 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. unsupported version: ; missing info block with title and version; missing paths block; no operations found.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": null,
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": ""
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": null,
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": ""
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": null,
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": ""
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": null,
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": ""
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": null,
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": ""
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": null,
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": ""
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": null,
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": ""
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 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": null,
            "length": 0
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": null,
            "length": 0
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": null,
            "length": 0
          }
        ]
      },
      "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".

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 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": null,
            "length": 0
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": null,
            "length": 0
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": null,
            "length": 0
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 18755,
        "excerpt": "<!DOCTYPE html>\n    <html class=\"no-js\" lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta http-equiv=\"cleartype\" content=\"on\">\n        \n\n<script>\n  (function(h,o",
        "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.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: skipped heading levels; 1 links missing accessible names; 1 buttons missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"google.com\"></a>"
    ],
    "inaccessibleButtons": [
      "<button class=\"try-modal-close-button\"> <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0.438969 21.4373C-0.146681 22.0232 -0.146457 22.9729 0.439469 23.5586C1.0254 24.1442 1.97515 24.144 2.5608 23.5581L11.822 14.2982C11.8689 14.2512 11.9326 14.2248 11.999 14.2248C12.0654 14.2248 12.1291 14.2512 12.176 14.2982L21.4373 23.5601C21.8161 23.9391 22.3684 24.0872 22.8861 23.9486C23.4037 23.81 23.8081 23.4058 23.947 22.8882C24.0858 22.3707 23.93"
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: Get the power to secure passwordsmanage app accesstrack unapproved AIsign-in safer",
      "h3: Meet LastPass Mobile Smart Scanner: The fastest way to move passwords from paper to the vault",
      "h4: Business",
      "h4: Personal",
      "h2: Why LastPass? We make security simple.",
      "h3: Easy access from anywhere",
      "h3: Affordable plans & pricing",
      "h3: Secure password vault",
      "h3: All-in-one solution",
      "h2: Password management for everyone",
      "h2: Secure your business without creating more work",
      "h2: Work better while protecting your team",
      "h2: Keep your business running without password roadblocks",
      "h2: Create secure logins for your whole crew",
      "h2: Access all your accounts, anywhere, anytime",
      "h2: Trusted by companies and individuals everywhere",
      "h3: Millions",
      "h3: 100,000+",
      "h2: Choose a plan that works for you",
      "h4: Try it for free, no credit card required.",
      "h3: Premium",
      "h4: For personal use across devices:",
      "h3: Families",
      "h4: Everything in Premium, plus:",
      "h3: Teams",
      "h4: For your small business or team:",
      "h3: Business",
      "h4: Everything in Teams, plus:",
      "h3: Business Max",
      "h4: Everything in Business, plus:",
      "h3: Free plan",
      "h2: LastPass is ever evolving",
      "h4: Blog",
      "h4: Resource center",
      "h4: Trust Center",
      "h4: Newsroom",
      "h2: Frequently asked questions",
      "h4: How can I access LastPass?",
      "h4: How does LastPass securely store passwords?",
      "h4: Does LastPass have access to my passwords?",
      "h4: How does LastPass encryption work?",
      "h4: Is LastPass no longer safe?",
      "h4: What is the deal with LastPass?",
      "h4: Where is the safest place to keep passwords?",
      "h4: What's more secure than LastPass?",
      "h4: What are the disadvantages of LastPass?",
      "h2: Password management that makes work and life more secure",
      "h5: Products",
      "h5: Solutions",
      "h5: Resources",
      "h5: Support",
      "h5: Get LastPass",
      "h5: Company",
      "h5: Partners",
      "h5: Contact Sales",
      "h5: Install Extension",
      "h2: Wait—get 10% off before you go!"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 57,
    "links": 309,
    "inaccessibleLinks": 1,
    "buttons": 46,
    "inaccessibleButtons": 1,
    "images": 116,
    "imagesWithAlt": 116,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "statusCode": 404,
            "contentType": null,
            "length": 0
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": null,
            "length": 0
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": null,
            "length": 0
          }
        ]
      },
      "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": null,
            "length": 0
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": null,
            "length": 0
          }
        ]
      },
      "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": null,
            "length": 0
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": null,
            "length": 0
          }
        ]
      },
      "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": null,
            "length": 0
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": null,
            "length": 0
          }
        ]
      },
      "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 DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD.

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

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

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

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.lastpass.com",
        "probes": [
          {
            "name": "_index._agents.www.lastpass.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.lastpass.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.lastpass.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "lastpass.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."
    }
  ]
}

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": "/company/newsroom",
      "text": "Product Update LastPass debuts Saas Protect to enhance admin controls",
      "html": "<a href=\"/company/newsroom\" class=\"nav-highlight-link nav-highlight-link--featured\" style=\"background: #FFFFFF\"> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/cac816137b964117b903f05dd807fa82.png?h=120&amp;w=120&amp;la=en&amp;hash=2BAE6474E274BD2F2DDC385BA6290426\" class=\"nav-highlight-link-image nav-highlight-link-image--featured\" alt=\"illustration_navigation-highlighted_saas-protect-2x-png\"></div> <div cla..."
    },
    {
      "href": "/company/newsroom",
      "text": "Visit the newsroom",
      "html": "<a href=\"/company/newsroom\" class=\"lp-button tertiary positive medium\">Visit the newsroom</a>"
    },
    {
      "href": "/trust-center",
      "text": "Learn more about why people trust LastPass",
      "html": "<a href=\"/trust-center\">Learn more about why people trust LastPass</a>"
    },
    {
      "href": "/features/password-vault",
      "text": "Learn more about LastPass password vault",
      "html": "<a href=\"/features/password-vault\">Learn more about LastPass password vault</a>"
    },
    {
      "href": "/why-lastpass",
      "text": "Learn more about why LastPass is loved by millions and recognized by experts",
      "html": "<a href=\"/why-lastpass\">Learn more about why LastPass is loved by millions and recognized by experts</a>"
    },
    {
      "href": "/company/about-us",
      "text": "About Us",
      "html": "<a href=\"/company/about-us\" data-gaeventcategory=\"footer\" data-gaeventaction=\"company-about-us\">About Us</a>"
    },
    {
      "href": "/company/careers",
      "text": "Careers",
      "html": "<a href=\"/company/careers\" data-gaeventcategory=\"footer\" data-gaeventaction=\"company-careers\">Careers</a>"
    },
    {
      "href": "/company/leadership",
      "text": "Leadership",
      "html": "<a href=\"/company/leadership\" data-gaeventcategory=\"footer\" data-gaeventaction=\"company-leadership\">Leadership</a>"
    },
    {
      "href": "/company/newsroom",
      "text": "Newsroom",
      "html": "<a href=\"/company/newsroom\" data-gaeventcategory=\"footer\" data-gaeventaction=\"company-newsroom\">Newsroom</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.lastpass.com/s/",
      "text": "Support Center Self-service library of resources and guides for all LastPass products.",
      "html": "<a href=\"https://support.lastpass.com/s/\" class=\"nav-heading-link nav-heading-link--has-description\"> <div class=\"nav-heading-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/366c223f99c14d02ac715269c5c16a8d.svg?la=en&amp;hash=DBF89646BE0808BEB02C2030A70E3892\" alt=\"icon_functional_help-svg\"></div> <div class=\"nav-heading-link-col\"> <div class=\"nav-heading-link-heading\"> <span class>Support Center</span> </div> <p class=\"nav-heading-link-description\">Self-service library of resou..."
    },
    {
      "href": "https://support.lastpass.com/s/contact-us",
      "text": "Talk to support Personal support for all LastPass’ subscribed customers.",
      "html": "<a href=\"https://support.lastpass.com/s/contact-us\" class=\"nav-highlight-link nav-highlight-link--icon\" style=\"background: #FFFFFF\"> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/6d8a85cdc02d4b12bf0e545b7b5331ad.svg?la=en&amp;hash=E5C8564B09EE7B7F50C2D543C65581C1\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_chats-brand-svg\"></div> <div class=\"nav-highlight-link-col\">..."
    },
    {
      "href": "/contact-sales",
      "text": "Submit sales inquiry",
      "html": "<a href=\"/contact-sales\" class=\"nav-heading-link nav-heading-link\"> <div class=\"nav-heading-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/355395c30a284becb81878bcee467769.svg?la=en&amp;hash=DC8ADAF30292F3B9D0557A629B4F57A1\" alt></div> <div class=\"nav-heading-link-col\"> <div class=\"nav-heading-link-heading\"> <span class>Submit sales inquiry</span> </div> </div> </a>"
    },
    {
      "href": "/contact-sales",
      "text": "Contact sales Let our experts help you find the right plan and successfully deploy LastPass.",
      "html": "<a href=\"/contact-sales\" class=\"nav-highlight-link nav-highlight-link--icon\" style=\"background: #F3F7FB\"> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/b511ffa58fe14333868f2bbb7b758d18.svg?la=en&amp;hash=97DF5A26D444021DB5261048F2B43AD4\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt></div> <div class=\"nav-highlight-link-col\"> <div class=\"nav-highlight-link-heading nav-highlight-link-he..."
    },
    {
      "href": "/resources/ebook/lastpass-and-the-essential-eight",
      "text": "E-Book Explore how LastPass supports ASD Essential Eight compliance",
      "html": "<a href=\"/resources/ebook/lastpass-and-the-essential-eight\" class=\"nav-highlight-link nav-highlight-link--featured\" style=\"background: #FFFFFF\"> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/c7075e7edd814388972cedf0cfbdc3a9.png?h=120&amp;w=120&amp;la=en&amp;hash=9FEB6B375DC800F455AF11AF6BB2BAD3\" class=\"nav-highlight-link-image nav-highlight-link-image--featured\" alt=\"illustration_navigation-highlighted_saas..."
    },
    {
      "href": "/partner/contact-partner-team",
      "text": "Contact partner team Looking for help or interested in becoming a LastPass partner? Get in touch with our partner team.",
      "html": "<a href=\"/partner/contact-partner-team\" class=\"nav-highlight-link nav-highlight-link--icon\" style> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/30881b06cd26429da26fc492f83df7b7.svg?la=en&amp;hash=BB084617B81F5810D0E26C4B3943EAC8\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt></div> <div class=\"nav-highlight-link-col\"> <div class=\"nav-highlight-link-heading nav-highlight-link-heading--..."
    },
    {
      "href": "/partner/partner-locator",
      "text": "Find a Partner Connect with trusted LastPass Partners to support your security needs.",
      "html": "<a href=\"/partner/partner-locator\" class=\"nav-highlight-link nav-highlight-link--icon\" style> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/c07e4ade02924d6cb056eaaaeaae1343.svg?la=en&amp;hash=850CFC99D4269A6EFF9ACA0DB4D039AC\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_user-svg\"></div> <div class=\"nav-highlight-link-col\"> <div class=\"nav-highlight-link-heading nav-hi..."
    },
    {
      "href": "https://support.lastpass.com/s/",
      "text": "Support Center Self-service library of resources and guides for all LastPass products.",
      "html": "<a href=\"https://support.lastpass.com/s/\" class=\"nav-heading-link nav-heading-link--has-description\"> <div class=\"nav-heading-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/366c223f99c14d02ac715269c5c16a8d.svg?la=en&amp;hash=DBF89646BE0808BEB02C2030A70E3892\" alt=\"icon_functional_help-svg\"></div> <div class=\"nav-heading-link-col\"> <div class=\"nav-heading-link-heading\"> <span class>Support Center</span> </div> <p class=\"nav-heading-link-description\">Self-service library of resou..."
    },
    {
      "href": "https://support.lastpass.com/s/contact-us",
      "text": "Talk to support Personal support for all LastPass’ subscribed customers.",
      "html": "<a href=\"https://support.lastpass.com/s/contact-us\" class=\"nav-highlight-link nav-highlight-link--icon\" style=\"background: #FFFFFF\"> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/6d8a85cdc02d4b12bf0e545b7b5331ad.svg?la=en&amp;hash=E5C8564B09EE7B7F50C2D543C65581C1\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_chats-brand-svg\"></div> <div class=\"nav-highlight-link-col\">..."
    },
    {
      "href": "/contact-sales",
      "text": "Submit sales inquiry",
      "html": "<a href=\"/contact-sales\" class=\"nav-heading-link nav-heading-link\"> <div class=\"nav-heading-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/355395c30a284becb81878bcee467769.svg?la=en&amp;hash=DC8ADAF30292F3B9D0557A629B4F57A1\" alt></div> <div class=\"nav-heading-link-col\"> <div class=\"nav-heading-link-heading\"> <span class>Submit sales inquiry</span> </div> </div> </a>"
    },
    {
      "href": "https://support.lastpass.com/s/",
      "text": "Support Center Self-service library of resources and guides for all LastPass products.",
      "html": "<a href=\"https://support.lastpass.com/s/\" class=\"nav-heading-link nav-heading-link--has-description\"> <div class=\"nav-heading-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/366c223f99c14d02ac715269c5c16a8d.svg?la=en&amp;hash=DBF89646BE0808BEB02C2030A70E3892\" alt=\"icon_functional_help-svg\"></div> <div class=\"nav-heading-link-col\"> <div class=\"nav-heading-link-heading\"> <span class>Support Center</span> </div> <p class=\"nav-heading-link-description\">Self-service library of resou..."
    },
    {
      "href": "https://support.lastpass.com/s/contact-us",
      "text": "Talk to support Personal support for all LastPass’ subscribed customers.",
      "html": "<a href=\"https://support.lastpass.com/s/contact-us\" class=\"nav-highlight-link nav-highlight-link--icon\" style=\"background: #FFFFFF\"> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/6d8a85cdc02d4b12bf0e545b7b5331ad.svg?la=en&amp;hash=E5C8564B09EE7B7F50C2D543C65581C1\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_chats-brand-svg\"></div> <div class=\"nav-highlight-link-col\">..."
    },
    {
      "href": "/contact-sales",
      "text": "Submit sales inquiry",
      "html": "<a href=\"/contact-sales\" class=\"nav-heading-link nav-heading-link\"> <div class=\"nav-heading-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/355395c30a284becb81878bcee467769.svg?la=en&amp;hash=DC8ADAF30292F3B9D0557A629B4F57A1\" alt></div> <div class=\"nav-heading-link-col\"> <div class=\"nav-heading-link-heading\"> <span class>Submit sales inquiry</span> </div> </div> </a>"
    },
    {
      "href": "/contact-sales",
      "text": "Contact Sales",
      "html": "<a href=\"/contact-sales\">Contact Sales</a>"
    },
    {
      "href": "https://support.lastpass.com/s/document-item?language=en_US&bundleId=lastpass&topicId=LastPass/incident-work-completed-roadmap.html&_LANG=enus",
      "text": "Get more details on what has been done to secure LastPass",
      "html": "<a rel=\"noopener noreferrer\" href=\"https://support.lastpass.com/s/document-item?language=en_US&amp;bundleId=lastpass&amp;topicId=LastPass/incident-work-completed-roadmap.html&amp;_LANG=enus\" target=\"_blank\">Get more details on what has been done to secure LastPass</a>"
    },
    {
      "href": "https://support.lastpass.com/s/document-item?language=en_US&bundleId=lastpass&topicId=LastPass%2FFAQ_LastPass_Secure.html&_LANG=enus",
      "text": "security updates",
      "html": "<a rel=\"noopener noreferrer\" href=\"https://support.lastpass.com/s/document-item?language=en_US&amp;bundleId=lastpass&amp;topicId=LastPass%2FFAQ_LastPass_Secure.html&amp;_LANG=enus\" target=\"_blank\">security updates</a>"
    },
    {
      "href": "https://support.lastpass.com/",
      "text": "Support Center",
      "html": "<a href=\"https://support.lastpass.com/\" data-gaeventcategory=\"footer\" target=\"_blank\" data-gaeventaction=\"support-support-center\">Support Center</a>"
    },
    {
      "href": "https://support.lastpass.com/s/document-item?bundleId=lastpass&topicId=LastPass/reddit_lastpass.html",
      "text": "Reddit community",
      "html": "<a href=\"https://support.lastpass.com/s/document-item?bundleId=lastpass&amp;topicId=LastPass/reddit_lastpass.html\">Reddit community</a>"
    },
    {
      "href": "https://support.lastpass.com/s/contact-us",
      "text": "Contact support",
      "html": "<a href=\"https://support.lastpass.com/s/contact-us\" data-gaeventcategory=\"footer\" target=\"_blank\" data-gaeventaction=\"support-contact-us-support\">Contact support</a>"
    },
    {
      "href": "/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/contact-us\" data-gaeventcategory=\"footer\" title=\"Contact Us\" data-gaeventaction=\"company-contact-us\">Contact Us</a>"
    },
    {
      "href": "https://www.lastpass.com/contact-lp-sales#sales-chat",
      "text": "Chat",
      "html": "<a href=\"https://www.lastpass.com/contact-lp-sales#sales-chat\" class=\"drift-modal-open-button\">Chat</a>"
    },
    {
      "href": "/contact-sales",
      "text": "Contact Sales",
      "html": "<a href=\"/contact-sales\" class=\"lp-button secondary negative medium button-wide\">Contact Sales</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal-center/privacy-notice",
      "text": "Privacy Notice",
      "html": "<a href=\"/legal-center/privacy-notice\" data-gaeventcategory=\"footer\" data-gaeventaction=\"LastPass PrivacyPolicy\">Privacy Notice</a>"
    },
    {
      "href": "/legal-center/terms-of-service/business",
      "text": "Terms of Service",
      "html": "<a href=\"/legal-center/terms-of-service/business\" data-gaeventcategory=\"footer\" data-gaeventaction=\"LastPass Terms of Service\">Terms of Service</a>"
    },
    {
      "href": "/legal-center/your-privacy-choices",
      "text": "Your Privacy Choices",
      "html": "<a href=\"/legal-center/your-privacy-choices\" class=\"privacy-choices-link\" data-gaeventcategory=\"footer\" data-gaeventaction=\"LastPass YourPrivacyPolicy\">Your Privacy Choices</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

6 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company/newsroom",
      "text": "Product Update LastPass debuts Saas Protect to enhance admin controls",
      "html": "<a href=\"/company/newsroom\" class=\"nav-highlight-link nav-highlight-link--featured\" style=\"background: #FFFFFF\"> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/cac816137b964117b903f05dd807fa82.png?h=120&amp;w=120&amp;la=en&amp;hash=2BAE6474E274BD2F2DDC385BA6290426\" class=\"nav-highlight-link-image nav-highlight-link-image--featured\" alt=\"illustration_navigation-highlighted_saas-protect-2x-png\"></div> <div cla..."
    },
    {
      "href": "/company/newsroom",
      "text": "Visit the newsroom",
      "html": "<a href=\"/company/newsroom\" class=\"lp-button tertiary positive medium\">Visit the newsroom</a>"
    },
    {
      "href": "/trust-center",
      "text": "Learn more about why people trust LastPass",
      "html": "<a href=\"/trust-center\">Learn more about why people trust LastPass</a>"
    },
    {
      "href": "/features/password-vault",
      "text": "Learn more about LastPass password vault",
      "html": "<a href=\"/features/password-vault\">Learn more about LastPass password vault</a>"
    },
    {
      "href": "/why-lastpass",
      "text": "Learn more about why LastPass is loved by millions and recognized by experts",
      "html": "<a href=\"/why-lastpass\">Learn more about why LastPass is loved by millions and recognized by experts</a>"
    },
    {
      "href": "/company/about-us",
      "text": "About Us",
      "html": "<a href=\"/company/about-us\" data-gaeventcategory=\"footer\" data-gaeventaction=\"company-about-us\">About Us</a>"
    },
    {
      "href": "/company/careers",
      "text": "Careers",
      "html": "<a href=\"/company/careers\" data-gaeventcategory=\"footer\" data-gaeventaction=\"company-careers\">Careers</a>"
    },
    {
      "href": "/company/leadership",
      "text": "Leadership",
      "html": "<a href=\"/company/leadership\" data-gaeventcategory=\"footer\" data-gaeventaction=\"company-leadership\">Leadership</a>"
    },
    {
      "href": "/company/newsroom",
      "text": "Newsroom",
      "html": "<a href=\"/company/newsroom\" data-gaeventcategory=\"footer\" data-gaeventaction=\"company-newsroom\">Newsroom</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.lastpass.com/s/",
      "text": "Support Center Self-service library of resources and guides for all LastPass products.",
      "html": "<a href=\"https://support.lastpass.com/s/\" class=\"nav-heading-link nav-heading-link--has-description\"> <div class=\"nav-heading-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/366c223f99c14d02ac715269c5c16a8d.svg?la=en&amp;hash=DBF89646BE0808BEB02C2030A70E3892\" alt=\"icon_functional_help-svg\"></div> <div class=\"nav-heading-link-col\"> <div class=\"nav-heading-link-heading\"> <span class>Support Center</span> </div> <p class=\"nav-heading-link-description\">Self-service library of resou..."
    },
    {
      "href": "https://support.lastpass.com/s/contact-us",
      "text": "Talk to support Personal support for all LastPass’ subscribed customers.",
      "html": "<a href=\"https://support.lastpass.com/s/contact-us\" class=\"nav-highlight-link nav-highlight-link--icon\" style=\"background: #FFFFFF\"> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/6d8a85cdc02d4b12bf0e545b7b5331ad.svg?la=en&amp;hash=E5C8564B09EE7B7F50C2D543C65581C1\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_chats-brand-svg\"></div> <div class=\"nav-highlight-link-col\">..."
    },
    {
      "href": "/contact-sales",
      "text": "Submit sales inquiry",
      "html": "<a href=\"/contact-sales\" class=\"nav-heading-link nav-heading-link\"> <div class=\"nav-heading-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/355395c30a284becb81878bcee467769.svg?la=en&amp;hash=DC8ADAF30292F3B9D0557A629B4F57A1\" alt></div> <div class=\"nav-heading-link-col\"> <div class=\"nav-heading-link-heading\"> <span class>Submit sales inquiry</span> </div> </div> </a>"
    },
    {
      "href": "/contact-sales",
      "text": "Contact sales Let our experts help you find the right plan and successfully deploy LastPass.",
      "html": "<a href=\"/contact-sales\" class=\"nav-highlight-link nav-highlight-link--icon\" style=\"background: #F3F7FB\"> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/b511ffa58fe14333868f2bbb7b758d18.svg?la=en&amp;hash=97DF5A26D444021DB5261048F2B43AD4\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt></div> <div class=\"nav-highlight-link-col\"> <div class=\"nav-highlight-link-heading nav-highlight-link-he..."
    },
    {
      "href": "/resources/ebook/lastpass-and-the-essential-eight",
      "text": "E-Book Explore how LastPass supports ASD Essential Eight compliance",
      "html": "<a href=\"/resources/ebook/lastpass-and-the-essential-eight\" class=\"nav-highlight-link nav-highlight-link--featured\" style=\"background: #FFFFFF\"> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/c7075e7edd814388972cedf0cfbdc3a9.png?h=120&amp;w=120&amp;la=en&amp;hash=9FEB6B375DC800F455AF11AF6BB2BAD3\" class=\"nav-highlight-link-image nav-highlight-link-image--featured\" alt=\"illustration_navigation-highlighted_saas..."
    },
    {
      "href": "/partner/contact-partner-team",
      "text": "Contact partner team Looking for help or interested in becoming a LastPass partner? Get in touch with our partner team.",
      "html": "<a href=\"/partner/contact-partner-team\" class=\"nav-highlight-link nav-highlight-link--icon\" style> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/30881b06cd26429da26fc492f83df7b7.svg?la=en&amp;hash=BB084617B81F5810D0E26C4B3943EAC8\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt></div> <div class=\"nav-highlight-link-col\"> <div class=\"nav-highlight-link-heading nav-highlight-link-heading--..."
    },
    {
      "href": "/partner/partner-locator",
      "text": "Find a Partner Connect with trusted LastPass Partners to support your security needs.",
      "html": "<a href=\"/partner/partner-locator\" class=\"nav-highlight-link nav-highlight-link--icon\" style> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/c07e4ade02924d6cb056eaaaeaae1343.svg?la=en&amp;hash=850CFC99D4269A6EFF9ACA0DB4D039AC\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_user-svg\"></div> <div class=\"nav-highlight-link-col\"> <div class=\"nav-highlight-link-heading nav-hi..."
    },
    {
      "href": "https://support.lastpass.com/s/",
      "text": "Support Center Self-service library of resources and guides for all LastPass products.",
      "html": "<a href=\"https://support.lastpass.com/s/\" class=\"nav-heading-link nav-heading-link--has-description\"> <div class=\"nav-heading-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/366c223f99c14d02ac715269c5c16a8d.svg?la=en&amp;hash=DBF89646BE0808BEB02C2030A70E3892\" alt=\"icon_functional_help-svg\"></div> <div class=\"nav-heading-link-col\"> <div class=\"nav-heading-link-heading\"> <span class>Support Center</span> </div> <p class=\"nav-heading-link-description\">Self-service library of resou..."
    },
    {
      "href": "https://support.lastpass.com/s/contact-us",
      "text": "Talk to support Personal support for all LastPass’ subscribed customers.",
      "html": "<a href=\"https://support.lastpass.com/s/contact-us\" class=\"nav-highlight-link nav-highlight-link--icon\" style=\"background: #FFFFFF\"> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/6d8a85cdc02d4b12bf0e545b7b5331ad.svg?la=en&amp;hash=E5C8564B09EE7B7F50C2D543C65581C1\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_chats-brand-svg\"></div> <div class=\"nav-highlight-link-col\">..."
    },
    {
      "href": "/contact-sales",
      "text": "Submit sales inquiry",
      "html": "<a href=\"/contact-sales\" class=\"nav-heading-link nav-heading-link\"> <div class=\"nav-heading-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/355395c30a284becb81878bcee467769.svg?la=en&amp;hash=DC8ADAF30292F3B9D0557A629B4F57A1\" alt></div> <div class=\"nav-heading-link-col\"> <div class=\"nav-heading-link-heading\"> <span class>Submit sales inquiry</span> </div> </div> </a>"
    },
    {
      "href": "https://support.lastpass.com/s/",
      "text": "Support Center Self-service library of resources and guides for all LastPass products.",
      "html": "<a href=\"https://support.lastpass.com/s/\" class=\"nav-heading-link nav-heading-link--has-description\"> <div class=\"nav-heading-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/366c223f99c14d02ac715269c5c16a8d.svg?la=en&amp;hash=DBF89646BE0808BEB02C2030A70E3892\" alt=\"icon_functional_help-svg\"></div> <div class=\"nav-heading-link-col\"> <div class=\"nav-heading-link-heading\"> <span class>Support Center</span> </div> <p class=\"nav-heading-link-description\">Self-service library of resou..."
    },
    {
      "href": "https://support.lastpass.com/s/contact-us",
      "text": "Talk to support Personal support for all LastPass’ subscribed customers.",
      "html": "<a href=\"https://support.lastpass.com/s/contact-us\" class=\"nav-highlight-link nav-highlight-link--icon\" style=\"background: #FFFFFF\"> <div class=\"nav-highlight-link-inner-wrap\"> <div class=\"nav-highlight-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/6d8a85cdc02d4b12bf0e545b7b5331ad.svg?la=en&amp;hash=E5C8564B09EE7B7F50C2D543C65581C1\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_chats-brand-svg\"></div> <div class=\"nav-highlight-link-col\">..."
    },
    {
      "href": "/contact-sales",
      "text": "Submit sales inquiry",
      "html": "<a href=\"/contact-sales\" class=\"nav-heading-link nav-heading-link\"> <div class=\"nav-heading-link-col\"><img src=\"/static/media/lazy.png\" data-src=\"/-/media/355395c30a284becb81878bcee467769.svg?la=en&amp;hash=DC8ADAF30292F3B9D0557A629B4F57A1\" alt></div> <div class=\"nav-heading-link-col\"> <div class=\"nav-heading-link-heading\"> <span class>Submit sales inquiry</span> </div> </div> </a>"
    },
    {
      "href": "/contact-sales",
      "text": "Contact Sales",
      "html": "<a href=\"/contact-sales\">Contact Sales</a>"
    },
    {
      "href": "https://support.lastpass.com/s/document-item?language=en_US&bundleId=lastpass&topicId=LastPass/incident-work-completed-roadmap.html&_LANG=enus",
      "text": "Get more details on what has been done to secure LastPass",
      "html": "<a rel=\"noopener noreferrer\" href=\"https://support.lastpass.com/s/document-item?language=en_US&amp;bundleId=lastpass&amp;topicId=LastPass/incident-work-completed-roadmap.html&amp;_LANG=enus\" target=\"_blank\">Get more details on what has been done to secure LastPass</a>"
    },
    {
      "href": "https://support.lastpass.com/s/document-item?language=en_US&bundleId=lastpass&topicId=LastPass%2FFAQ_LastPass_Secure.html&_LANG=enus",
      "text": "security updates",
      "html": "<a rel=\"noopener noreferrer\" href=\"https://support.lastpass.com/s/document-item?language=en_US&amp;bundleId=lastpass&amp;topicId=LastPass%2FFAQ_LastPass_Secure.html&amp;_LANG=enus\" target=\"_blank\">security updates</a>"
    },
    {
      "href": "https://support.lastpass.com/",
      "text": "Support Center",
      "html": "<a href=\"https://support.lastpass.com/\" data-gaeventcategory=\"footer\" target=\"_blank\" data-gaeventaction=\"support-support-center\">Support Center</a>"
    },
    {
      "href": "https://support.lastpass.com/s/document-item?bundleId=lastpass&topicId=LastPass/reddit_lastpass.html",
      "text": "Reddit community",
      "html": "<a href=\"https://support.lastpass.com/s/document-item?bundleId=lastpass&amp;topicId=LastPass/reddit_lastpass.html\">Reddit community</a>"
    },
    {
      "href": "https://support.lastpass.com/s/contact-us",
      "text": "Contact support",
      "html": "<a href=\"https://support.lastpass.com/s/contact-us\" data-gaeventcategory=\"footer\" target=\"_blank\" data-gaeventaction=\"support-contact-us-support\">Contact support</a>"
    },
    {
      "href": "/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/contact-us\" data-gaeventcategory=\"footer\" title=\"Contact Us\" data-gaeventaction=\"company-contact-us\">Contact Us</a>"
    },
    {
      "href": "https://www.lastpass.com/contact-lp-sales#sales-chat",
      "text": "Chat",
      "html": "<a href=\"https://www.lastpass.com/contact-lp-sales#sales-chat\" class=\"drift-modal-open-button\">Chat</a>"
    },
    {
      "href": "/contact-sales",
      "text": "Contact Sales",
      "html": "<a href=\"/contact-sales\" class=\"lp-button secondary negative medium button-wide\">Contact Sales</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal-center/privacy-notice",
      "text": "Privacy Notice",
      "html": "<a href=\"/legal-center/privacy-notice\" data-gaeventcategory=\"footer\" data-gaeventaction=\"LastPass PrivacyPolicy\">Privacy Notice</a>"
    },
    {
      "href": "/legal-center/terms-of-service/business",
      "text": "Terms of Service",
      "html": "<a href=\"/legal-center/terms-of-service/business\" data-gaeventcategory=\"footer\" data-gaeventaction=\"LastPass Terms of Service\">Terms of Service</a>"
    },
    {
      "href": "/legal-center/your-privacy-choices",
      "text": "Your Privacy Choices",
      "html": "<a href=\"/legal-center/your-privacy-choices\" class=\"privacy-choices-link\" data-gaeventcategory=\"footer\" data-gaeventaction=\"LastPass YourPrivacyPolicy\">Your Privacy Choices</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

25 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": 26,
  "passing": 1,
  "failing": [
    {
      "heading": "Meet LastPass Mobile Smart Scanner: The fastest way to move passwords from paper to the vault",
      "headingHtml": "<h3 class=\"midpage-promo-banner-heading\"> Meet LastPass Mobile Smart Scanner: The fastest way to move passwords from paper to the vault </h3>",
      "firstParagraph": "Designed for businesses of all sizes, from small startups to enterprises.",
      "paragraphHtml": "<p>Designed for businesses of all sizes, from small startups to enterprises.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why LastPass? We make security simple.",
      "headingHtml": "<h2>Why LastPass? We make security simple.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Easy access from anywhere",
      "headingHtml": "<h3>Easy access from anywhere</h3>",
      "firstParagraph": "Save unlimited passwords and log in on any device or browser—ensuring you can access whatever you need, when you need it.",
      "paragraphHtml": "<p>Save unlimited passwords and log in on any device or browser&#x2014;ensuring you can access whatever you need, when you need it.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Affordable plans & pricing",
      "headingHtml": "<h3>Affordable plans &amp; pricing</h3>",
      "firstParagraph": "Get an affordable way to manage your passwords—no surprise add-ons, and a free trial that doesn’t require a credit card.",
      "paragraphHtml": "<p>Get an affordable way to manage your passwords&#x2014;no surprise add-ons, and a free trial that doesn&#x2019;t require a credit card.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Secure password vault",
      "headingHtml": "<h3>Secure password vault</h3>",
      "firstParagraph": "Built with strict security standards, we keep millions of accounts safe—encrypting data locally so even we can’t see your passwords.",
      "paragraphHtml": "<p>Built with strict security standards, we keep millions of accounts safe&#x2014;encrypting data locally so even we can&#x2019;t see your passwords.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "All-in-one solution",
      "headingHtml": "<h3>All-in-one solution</h3>",
      "firstParagraph": "Generate strong passwords, store account info, autofill logins, share credentials, and more with one easy-to-use solution.",
      "paragraphHtml": "<p>Generate strong passwords, store account info, autofill logins, share credentials, and more with one easy-to-use solution.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Password management for everyone",
      "headingHtml": "<h2>Password management for everyone</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Secure your business without creating more work",
      "headingHtml": "<h2 class=\"lp-feature-stack-heading__copy\">Secure your business without creating more work</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"small cta-block__info\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Work better while protecting your team",
      "headingHtml": "<h2 class=\"lp-feature-stack-heading__copy\">Work better while protecting your team</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"small cta-block__info\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Keep your business running without password roadblocks",
      "headingHtml": "<h2 class=\"lp-feature-stack-heading__copy\">Keep your business running without password roadblocks</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"small cta-block__info\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Create secure logins for your whole crew",
      "headingHtml": "<h2 class=\"lp-feature-stack-heading__copy\">Create secure logins for your whole crew</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"small cta-block__info\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Access all your accounts, anywhere, anytime",
      "headingHtml": "<h2 class=\"lp-feature-stack-heading__copy\">Access all your accounts, anywhere, anytime</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"small cta-block__info\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by companies and individuals everywhere",
      "headingHtml": "<h2>Trusted by companies and individuals everywhere</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Millions",
      "headingHtml": "<h3>Millions</h3>",
      "firstParagraph": "Customers secure their passwords with LastPass",
      "paragraphHtml": "<p>Customers secure their passwords with LastPass</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "100,000+",
      "headingHtml": "<h3>100,000+</h3>",
      "firstParagraph": "Businesses choose LastPass",
      "paragraphHtml": "<p>Businesses choose LastPass</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Choose a plan that works for you",
      "headingHtml": "<h2>Choose a plan that works for you</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Premium",
      "headingHtml": "<h3 class=\"lp-price-tile-product__name\">Premium</h3>",
      "firstParagraph": "Individual plan that ensures secure password management across all your devices",
      "paragraphHtml": "<p class=\"lp-price-tile-product__description\">Individual plan that ensures secure password management across all your devices</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Families",
      "headingHtml": "<h3 class=\"lp-price-tile-product__name\">Families</h3>",
      "firstParagraph": "Keep your household’s logins secure and always within reach at home or on-the-go",
      "paragraphHtml": "<p class=\"lp-price-tile-product__description\">Keep your household&#x2019;s logins secure and always within reach at home or on-the-go</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Teams",
      "headingHtml": "<h3 class=\"lp-price-tile-product__name\">Teams</h3>",
      "firstParagraph": "Simple credential management for small teams and startups",
      "paragraphHtml": "<p class=\"lp-price-tile-product__description\">Simple credential management for small teams and startups</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Business",
      "headingHtml": "<h3 class=\"lp-price-tile-product__name\">Business</h3>",
      "firstParagraph": "Effortless password and access management for small and medium-size businesses",
      "paragraphHtml": "<p class=\"lp-price-tile-product__description\">Effortless password and access management for small and medium-size businesses</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Business Max",
      "headingHtml": "<h3 class=\"lp-price-tile-product__name\">Business Max</h3>",
      "firstParagraph": "Advanced protection and secure access for any business with more admin control",
      "paragraphHtml": "<p class=\"lp-price-tile-product__description\">Advanced protection and secure access for any business with more admin control</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Free plan",
      "headingHtml": "<h3 class=\"pricingPromoCard__planName\">Free plan</h3>",
      "firstParagraph": "Limited to 1 device type. Simple password management with unlimited password storage, autofill, dark web monitoring, and basic password sharing. Learn more",
      "paragraphHtml": "<p> Limited to 1 device type. Simple password management with unlimited password storage, autofill, dark web monitoring, and basic password sharing. <a href=\"/pricing/lastpass-premium-vs-free\">Learn more</a>&#xa0; </p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "LastPass is ever evolving",
      "headingHtml": "<h2>LastPass is ever evolving</h2>",
      "firstParagraph": "Get the latest updates and security tips from LastPass Labs, cybersecurity intelligence, and product teams.",
      "paragraphHtml": "<p class=\"body\">Get the latest updates and security tips from LastPass Labs, cybersecurity intelligence, and product teams.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Password management that makes work and life more secure",
      "headingHtml": "<h2>Password management that makes work and life more secure</h2>",
      "firstParagraph": "See in action how LastPass can protect your business. Request a demo today.",
      "paragraphHtml": "<p>See in action how LastPass can protect your business. <a href=\"https://www.lastpass.com/resources/business-demos\">Request a demo</a>&#xa0;today.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Wait—get 10% off before you go!",
      "headingHtml": "<h2 class=\"popup-content__heading\">Wait&#x2014;get 10% off before you go!</h2>",
      "firstParagraph": "Complete your purchase today and save 10% on LastPass as a new customer.",
      "paragraphHtml": "<p class=\"popup-content__subheading\">Complete your purchase today and save 10% on LastPass as a new customer.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

13 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": 13,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 55,
      "heading": "H3: 100,000+",
      "text": "“I like that LastPass is easy to use and intuitive. It integrates well with all websites and allows me to keep secure encryption for all my personal and work-related accounts. It allows me to organize folders, share with others, and only memorizing one master password for all of those while keeping encryption secure is a relief.”",
      "words": 56,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (56 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"review-card__review-text\">&#x201c;I like that LastPass is easy to use and intuitive. It integrates well with all websites and allows me to keep secure encryption for all my personal and work-related accounts. It allows me to organize folders, share with others, and only memorizing one master password for all of those while keeping encryption secure is a relief.&#x201d;</p>"
    },
    {
      "index": 57,
      "heading": "H3: 100,000+",
      "text": "“I use LastPass both corporately and personally. It allows me to securely store and share passwords with my family and co-workers in separate environments and happily generates random secure passwords for me, which prevents me from re-using the same one.”",
      "words": 40,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"review-card__review-text\">&#x201c;I use LastPass both corporately and personally. It allows me to securely store and share passwords with my family and co-workers in separate environments and happily generates random secure passwords for me, which prevents me from re-using the same one.&#x201d;</p>"
    },
    {
      "index": 59,
      "heading": "H3: 100,000+",
      "text": "“I have been with LastPass for about two years now and it's one of those apps that you wonder why it took so long to start using. The absolute frustration of trying to keep track of passwords manually was so stressful. LastPass takes the stress away. It is extremely easy to use in my opinion, and has some great security features.”",
      "words": 61,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (61 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"review-card__review-text\">&#x201c;I have been with LastPass for about two years now and it&apos;s one of those apps that you wonder why it took so long to start using. The absolute frustration of trying to keep track of passwords manually was so stressful. LastPass takes the stress away. It is extremely easy to use in my opinion, and has some great security features.&#x201d;</p>"
    },
    {
      "index": 108,
      "heading": "H4: How does LastPass securely store passwords?",
      "text": "Your LastPass vault secures your data on your trusted device through zero-knowledge encryption. Your device encrypts and hashes your passwords locally before sending them to LastPass servers. The next time you need to log in, LastPass returns your encrypted passwords – which are decrypted by your trusted device.",
      "words": 47,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (47 words; target 80-220)."
      ],
      "html": "<p>Your LastPass vault secures your data on your trusted device through <a href=\"/security/zero-knowledge-security\">zero-knowledge encryption</a>. Your device encrypts and hashes your passwords locally before sending them to LastPass servers. The next time you need to log in, LastPass returns your encrypted passwords &#x2013; which are decrypted by your trusted device.</p>"
    },
    {
      "index": 110,
      "heading": "H4: How does LastPass encryption work?",
      "text": "LastPass is built on a zero-knowledge encryption method, which ensures you are the only person who knows your master password – the key used to decrypt your password vault. Thanks to 256-bit AES encryption and PBKDF2 derivation function with a secure hash (SHA256), with salting, your master password is never stored on our servers in its plaintext format, so only you will know what it is.",
      "words": 65,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (65 words; target 80-220)."
      ],
      "html": "<p>LastPass is built on a <a rel=\"noopener noreferrer\" href=\"https://www.lastpass.com/security/zero-knowledge-security\" target=\"_blank\">zero-knowledge encryption method</a>, which ensures you are the only person who knows your master password &#x2013; the key used to decrypt your password vault. Thanks to 256-bit AES encryption and PBKDF2 derivation function with a secure hash (SHA256), with salting, your master password is never stored on our servers in its plaintext format, so only you will..."
    },
    {
      "index": 111,
      "heading": "H4: Is LastPass no longer safe?",
      "text": "LastPass secures all passwords, so you don't have to, ensuring that your most important credentials are protected, private, and always within reach. We have undergone an extensive security transformation; emerging as a stronger, more innovative, and independent company with an unwavering commitment to security, privacy, and customer satisfaction.",
      "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>LastPass secures all passwords, so you don&apos;t have to, ensuring that your most important credentials are protected, private, and always within reach. We have undergone an extensive security transformation; emerging as a stronger, more innovative, and independent company with an unwavering commitment to security, privacy, and customer satisfaction. </p>"
    },
    {
      "index": 112,
      "heading": "H4: Is LastPass no longer safe?",
      "text": "We seized a unique opportunity to implement an entirely new security and privacy infrastructure across our development and production environments, moved to a purpose-built, highly available and secure Cloud platform, rolled out an entirely new fleet of managed end user devices, and enhanced security and privacy within our digital vault, including achieving ISO 27701 compliance.",
      "words": 55,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (55 words; target 80-220)."
      ],
      "html": "<p>We seized a unique opportunity to implement an entirely new security and privacy infrastructure across our development and production environments, moved to a purpose-built, highly available and secure Cloud platform, rolled out an entirely new fleet of managed end user devices, and enhanced security and privacy within our digital vault, including achieving ISO 27701 compliance.</p>"
    },
    {
      "index": 113,
      "heading": "H4: Is LastPass no longer safe?",
      "text": "We’ve also invested significant resources to strengthen our privacy and security teams, establishing new business units, such as our Privacy Operations, Safety and Trust (POST) team, which focuses on safeguarding customer privacy and protecting against fraud and abuse. Additionally, our new Threat Intelligence, Mitigation, and Escalation (TIME) team provides actionable security insights and advanced threat intelli...",
      "words": 69,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (69 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p> We&#x2019;ve also invested significant resources to strengthen our privacy and security teams, establishing new business units, such as our Privacy Operations, Safety and Trust (POST) team, which focuses on safeguarding customer privacy and protecting against fraud and abuse. Additionally, our new Threat Intelligence, Mitigation, and Escalation (TIME) team provides actionable security insights and advanced threat intelligence on LastPass Labs, our content hub for the market and our custom..."
    },
    {
      "index": 116,
      "heading": "H4: What is the deal with LastPass?",
      "text": "LastPass is a popular password manager that helps users store and manage their passwords. In December 2022, LastPass disclosed a security incident. LastPass remains committed to delivering a secure set of products and services for LastPass customers, and is continuously making improvements and investments across people, processes, and infrastructure to deliver on this commitment.",
      "words": 54,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (54 words; target 80-220)."
      ],
      "html": "<p>LastPass is a popular password manager that helps users store and manage their passwords. In December 2022, LastPass disclosed a security incident. LastPass remains committed to delivering a secure set of products and services for LastPass customers, and is continuously making improvements and investments across people, processes, and infrastructure to deliver on this commitment.</p>"
    },
    {
      "index": 119,
      "heading": "H4: Where is the safest place to keep passwords?",
      "text": "The safest place to keep your passwords is in a password manager like LastPass. Password managers securely store your login credentials in an encrypted vault, ensuring that only you can access them. By using a password manager, you can generate and store strong, unique passwords for each of your accounts, significantly reducing the risk of your credentials being compromised. This method not only enhances your over...",
      "words": 84,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>The safest place to keep your passwords is in a password manager like LastPass. Password managers securely store your login credentials in an encrypted vault, ensuring that only you can access them. By using a password manager, you can generate and store strong, unique passwords for each of your accounts, significantly reducing the risk of your credentials being compromised. This method not only enhances your overall security but also simplifies the process of managing multiple passwords,..."
    },
    {
      "index": 121,
      "heading": "H4: What's more secure than LastPass?",
      "text": "When considering alternatives to LastPass, it’s important to look for password managers that offer robust encryption, security audits and transparent privacy policies. While LastPass is a robust and secure password manager, it's important to note that all password managers face common threats, such as phishing attacks. To ensure maximum security, users should regularly update their password manager software, enabl...",
      "words": 69,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (69 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p> When considering alternatives to LastPass, it&#x2019;s important to look for password managers that offer robust encryption, security audits and transparent privacy policies. While LastPass is a robust and secure password manager, it&apos;s important to note that all password managers face common threats, such as phishing attacks. To ensure maximum security, users should regularly update their password manager software, enable two-factor authentication (2FA), and stay vigilant against phi..."
    },
    {
      "index": 122,
      "heading": "H4: What's more secure than LastPass?",
      "text": "It's crucial to prioritize strong security practices, such as using a unique and complex master password and setting up secure recovery options. Additionally, users should be cautious about where they enter their master password and be aware of the signs of phishing scams. By combining a reliable password manager with these best practices, users can significantly enhance their overall digital security.",
      "words": 61,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (61 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>It&apos;s crucial to prioritize strong security practices, such as using a unique and complex master password and setting up secure recovery options. Additionally, users should be cautious about where they enter their master password and be aware of the signs of phishing scams. By combining a reliable password manager with these best practices, users can significantly enhance their overall digital security.</p>"
    },
    {
      "index": 124,
      "heading": "H4: What are the disadvantages of LastPass?",
      "text": "Some users find the limited features of the LastPass free version a disadvantage. Paid plans offer more functionality, for a fee. Users of the free version may miss functionalities such as password sharing, personal customer support, and emergency access. These limitations can be a drawback for individuals who require more robust password management tools but do not want to subscribe to the paid plans. Additionall...",
      "words": 84,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p> Some users find the limited features of the LastPass free version a disadvantage. Paid plans offer more functionality, for a fee. Users of the free version may miss functionalities such as password sharing, personal customer support, and emergency access. These limitations can be a drawback for individuals who require more robust password management tools but do not want to subscribe to the paid plans. Additionally, the free version limits users to syncing their passwords on only one type..."
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: app, lastpass, get, power, passwordsmanage, accesstrack, unapproved, aisign, safer.

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

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

Evidence
{
  "title": "#1 Password Manager & Vault App with Single-Sign On & MFA Solutions - LastPass",
  "h1": "Get the power to secure passwordsmanage app accesstrack unapproved AIsign-in safer",
  "description": "Go beyond saving passwords with the best password manager! Generate strong passwords and store them in a secure vault. Now with single-sign on (SSO) and adaptive MFA solutions that integrate with over 1,200 apps.",
  "topicOverlap": 0.47058823529411764,
  "topicTerms": [
    "password",
    "manager",
    "vault",
    "app",
    "single",
    "sign",
    "mfa",
    "solutions",
    "lastpass",
    "get",
    "power",
    "secure",
    "passwordsmanage",
    "accesstrack",
    "unapproved",
    "aisign",
    "safer"
  ],
  "descriptionTerms": [
    "beyond",
    "saving",
    "passwords",
    "best",
    "password",
    "manager",
    "generate",
    "strong",
    "store",
    "them",
    "secure",
    "vault",
    "now",
    "single",
    "sign",
    "sso",
    "adaptive",
    "mfa",
    "solutions"
  ],
  "missingFromDescription": [
    "app",
    "lastpass",
    "get",
    "power",
    "passwordsmanage",
    "accesstrack",
    "unapproved",
    "aisign",
    "safer"
  ],
  "score": 84,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

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

116 image(s) are missing width/height attributes. 26 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",
  "visibleWords": 3367,
  "htmlBytes": 267186,
  "imagesMissingDimensions": [
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/7afd343f0230450f97897f44723ff515.svg?la=en&amp;hash=7218A1BF0D2AB971B888F88B156B98A2\" alt=\"icon_functional_trust-center-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/7a226bee88ba433288a210d2efc7c0bc.svg?la=en&amp;hash=590BC2B4ED8C91DE919FE10CD89C84E8\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/4720d7adc6294ec0bad4417328ad10c8.svg?la=en&amp;hash=671BDE1426F9C8821A0D7436256379B2\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/07bb195cb30d463db05550dda2f65a7e.svg?la=en&amp;hash=6ACC87A029CAC91D5E5512617C78F93E\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/afdb972bf4404ab28258a27bacad17e1.png?h=120&amp;w=120&amp;la=en&amp;hash=C657EFBA02575730CE48F5F95072E250\" class=\"nav-highlight-link-image nav-highlight-link-image--featured\" alt=\"illustration_navigation-highlighted_business-demo-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/c4173af74ce44144a5fad12bbdae317c.png?h=120&amp;w=120&amp;la=en&amp;hash=F3C81722CBDBE8E6F2167B18DF45A3CB\" class=\"nav-highlight-link-image nav-highlight-link-image--featured\" alt=\"illustration_navigation-highlighted_time-report-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/366c223f99c14d02ac715269c5c16a8d.svg?la=en&amp;hash=DBF89646BE0808BEB02C2030A70E3892\" alt=\"icon_functional_help-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/56a9151207424fb5be34189f8dde8853.svg?la=en&amp;hash=A681FA8E27E52D3A065D0C3728462C8E\" alt=\"icon_functional_collaboration-discussion-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/f60adad1329c48de898249fa7a6c2383.svg?la=en&amp;hash=066FCD36A2FA670EF9A902B2EFE48E55\" alt=\"icon_functional_product-status-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/6d8a85cdc02d4b12bf0e545b7b5331ad.svg?la=en&amp;hash=E5C8564B09EE7B7F50C2D543C65581C1\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_chats-brand-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/61bc0755bfb74ba98d7ab29055111fe2.png?h=40&amp;w=432&amp;la=en&amp;hash=B1CC6B69ED9C445BF3B9CB933160B790\" class=\"nav-highlight-link-image nav-highlight-link-image--illustrated\" alt=\"illustration_navigation-highlighted_all-devices-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/b511ffa58fe14333868f2bbb7b758d18.svg?la=en&amp;hash=97DF5A26D444021DB5261048F2B43AD4\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/6d8a85cdc02d4b12bf0e545b7b5331ad.svg?la=en&amp;hash=E5C8564B09EE7B7F50C2D543C65581C1\" alt=\"icon_functional_chats-brand-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/355395c30a284becb81878bcee467769.svg?la=en&amp;hash=DC8ADAF30292F3B9D0557A629B4F57A1\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/b511ffa58fe14333868f2bbb7b758d18.svg?la=en&amp;hash=97DF5A26D444021DB5261048F2B43AD4\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/3800e389a8fc4106b3ae01eb50f6720f.svg?la=en&amp;hash=BB753CE1AA82B17F5FA9942D77247522\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/c2f36ac152e04ac59b23249d37992dec.svg?la=en&amp;hash=ABD67C1649FA36721C93910D7B5B070D\" alt=\"icon_functional_group-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/44e0a57a5d5b4e11bffe4221783458ca.svg?la=en&amp;hash=5C386191167D943CC712A0CF96502168\" alt=\"icon_functional_nav-login-enabled-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/af802c3853684a7291e4c2c05da47f13.svg?la=en&amp;hash=C564E0C4FB7D9032577457CB74D3D715\" alt=\"icon_functional_nav-login-hover-svg\">"
    },
    {
      "src": "/-/media/1f23da193f0447af82a4e0179342eed4.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/-/media/1f23da193f0447af82a4e0179342eed4.svg\" aria-hidden=\"true\" alt=\"logo_nav-refreshed_positive-svg\">"
    },
    {
      "src": "/-/media/26f066959bca4cc9add4dbb206d2962e.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/-/media/26f066959bca4cc9add4dbb206d2962e.svg\" aria-label=\"Navigation menu\" aria-pressed=\"true\" alt=\"mobilemenutoggleopenff9dce33svg\">"
    },
    {
      "src": "/-/media/fbc260615a2e4912a9eed2b7687b567c.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/-/media/fbc260615a2e4912a9eed2b7687b567c.svg\" aria-label=\"Navigation menu\" aria-pressed=\"false\" alt=\"mobilemenutoggleopenff9dce33svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/cd544eef7ab649589bb42639e3302d68.svg?la=en&amp;hash=BE9C4DAF11F0AF33C4F781050D5AEB35\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_lastpass-brand-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/cd544eef7ab649589bb42639e3302d68.svg?la=en&amp;hash=BE9C4DAF11F0AF33C4F781050D5AEB35\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_lastpass-brand-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/b511ffa58fe14333868f2bbb7b758d18.svg?la=en&amp;hash=97DF5A26D444021DB5261048F2B43AD4\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/61bc0755bfb74ba98d7ab29055111fe2.png?h=40&amp;w=432&amp;la=en&amp;hash=B1CC6B69ED9C445BF3B9CB933160B790\" class=\"nav-highlight-link-image nav-highlight-link-image--illustrated\" alt=\"illustration_navigation-highlighted_all-devices-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/cd544eef7ab649589bb42639e3302d68.svg?la=en&amp;hash=BE9C4DAF11F0AF33C4F781050D5AEB35\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_lastpass-brand-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/cd544eef7ab649589bb42639e3302d68.svg?la=en&amp;hash=BE9C4DAF11F0AF33C4F781050D5AEB35\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_lastpass-brand-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/cd544eef7ab649589bb42639e3302d68.svg?la=en&amp;hash=BE9C4DAF11F0AF33C4F781050D5AEB35\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_lastpass-brand-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/cd544eef7ab649589bb42639e3302d68.svg?la=en&amp;hash=BE9C4DAF11F0AF33C4F781050D5AEB35\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_lastpass-brand-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/c7075e7edd814388972cedf0cfbdc3a9.png?h=120&amp;w=120&amp;la=en&amp;hash=9FEB6B375DC800F455AF11AF6BB2BAD3\" class=\"nav-highlight-link-image nav-highlight-link-image--featured\" alt=\"illustration_navigation-highlighted_saas_monitoring-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/cac816137b964117b903f05dd807fa82.png?h=120&amp;w=120&amp;la=en&amp;hash=2BAE6474E274BD2F2DDC385BA6290426\" class=\"nav-highlight-link-image nav-highlight-link-image--featured\" alt=\"illustration_navigation-highlighted_saas-protect-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/cbec4962cb3b488193daba7ae60e20f1.svg?la=en&amp;hash=74BB8E30E68D5F25291C7863D1E9C913\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_lastpass-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/30881b06cd26429da26fc492f83df7b7.svg?la=en&amp;hash=BB084617B81F5810D0E26C4B3943EAC8\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/c07e4ade02924d6cb056eaaaeaae1343.svg?la=en&amp;hash=850CFC99D4269A6EFF9ACA0DB4D039AC\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_user-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/7afd343f0230450f97897f44723ff515.svg?la=en&amp;hash=7218A1BF0D2AB971B888F88B156B98A2\" alt=\"icon_functional_trust-center-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/7a226bee88ba433288a210d2efc7c0bc.svg?la=en&amp;hash=590BC2B4ED8C91DE919FE10CD89C84E8\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/4720d7adc6294ec0bad4417328ad10c8.svg?la=en&amp;hash=671BDE1426F9C8821A0D7436256379B2\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/07bb195cb30d463db05550dda2f65a7e.svg?la=en&amp;hash=6ACC87A029CAC91D5E5512617C78F93E\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/afdb972bf4404ab28258a27bacad17e1.png?h=120&amp;w=120&amp;la=en&amp;hash=C657EFBA02575730CE48F5F95072E250\" class=\"nav-highlight-link-image nav-highlight-link-image--featured\" alt=\"illustration_navigation-highlighted_business-demo-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/c4173af74ce44144a5fad12bbdae317c.png?h=120&amp;w=120&amp;la=en&amp;hash=F3C81722CBDBE8E6F2167B18DF45A3CB\" class=\"nav-highlight-link-image nav-highlight-link-image--featured\" alt=\"illustration_navigation-highlighted_time-report-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/366c223f99c14d02ac715269c5c16a8d.svg?la=en&amp;hash=DBF89646BE0808BEB02C2030A70E3892\" alt=\"icon_functional_help-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/56a9151207424fb5be34189f8dde8853.svg?la=en&amp;hash=A681FA8E27E52D3A065D0C3728462C8E\" alt=\"icon_functional_collaboration-discussion-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/f60adad1329c48de898249fa7a6c2383.svg?la=en&amp;hash=066FCD36A2FA670EF9A902B2EFE48E55\" alt=\"icon_functional_product-status-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/6d8a85cdc02d4b12bf0e545b7b5331ad.svg?la=en&amp;hash=E5C8564B09EE7B7F50C2D543C65581C1\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_chats-brand-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/61bc0755bfb74ba98d7ab29055111fe2.png?h=40&amp;w=432&amp;la=en&amp;hash=B1CC6B69ED9C445BF3B9CB933160B790\" class=\"nav-highlight-link-image nav-highlight-link-image--illustrated\" alt=\"illustration_navigation-highlighted_all-devices-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/b511ffa58fe14333868f2bbb7b758d18.svg?la=en&amp;hash=97DF5A26D444021DB5261048F2B43AD4\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/6d8a85cdc02d4b12bf0e545b7b5331ad.svg?la=en&amp;hash=E5C8564B09EE7B7F50C2D543C65581C1\" alt=\"icon_functional_chats-brand-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/355395c30a284becb81878bcee467769.svg?la=en&amp;hash=DC8ADAF30292F3B9D0557A629B4F57A1\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/b511ffa58fe14333868f2bbb7b758d18.svg?la=en&amp;hash=97DF5A26D444021DB5261048F2B43AD4\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/3800e389a8fc4106b3ae01eb50f6720f.svg?la=en&amp;hash=BB753CE1AA82B17F5FA9942D77247522\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/c2f36ac152e04ac59b23249d37992dec.svg?la=en&amp;hash=ABD67C1649FA36721C93910D7B5B070D\" alt=\"icon_functional_group-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/44e0a57a5d5b4e11bffe4221783458ca.svg?la=en&amp;hash=5C386191167D943CC712A0CF96502168\" alt=\"icon_functional_nav-login-enabled-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/af802c3853684a7291e4c2c05da47f13.svg?la=en&amp;hash=C564E0C4FB7D9032577457CB74D3D715\" alt=\"icon_functional_nav-login-hover-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/7afd343f0230450f97897f44723ff515.svg?la=en&amp;hash=7218A1BF0D2AB971B888F88B156B98A2\" alt=\"icon_functional_trust-center-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/7a226bee88ba433288a210d2efc7c0bc.svg?la=en&amp;hash=590BC2B4ED8C91DE919FE10CD89C84E8\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/4720d7adc6294ec0bad4417328ad10c8.svg?la=en&amp;hash=671BDE1426F9C8821A0D7436256379B2\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/07bb195cb30d463db05550dda2f65a7e.svg?la=en&amp;hash=6ACC87A029CAC91D5E5512617C78F93E\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/afdb972bf4404ab28258a27bacad17e1.png?h=120&amp;w=120&amp;la=en&amp;hash=C657EFBA02575730CE48F5F95072E250\" class=\"nav-highlight-link-image nav-highlight-link-image--featured\" alt=\"illustration_navigation-highlighted_business-demo-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/c4173af74ce44144a5fad12bbdae317c.png?h=120&amp;w=120&amp;la=en&amp;hash=F3C81722CBDBE8E6F2167B18DF45A3CB\" class=\"nav-highlight-link-image nav-highlight-link-image--featured\" alt=\"illustration_navigation-highlighted_time-report-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/366c223f99c14d02ac715269c5c16a8d.svg?la=en&amp;hash=DBF89646BE0808BEB02C2030A70E3892\" alt=\"icon_functional_help-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/56a9151207424fb5be34189f8dde8853.svg?la=en&amp;hash=A681FA8E27E52D3A065D0C3728462C8E\" alt=\"icon_functional_collaboration-discussion-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/f60adad1329c48de898249fa7a6c2383.svg?la=en&amp;hash=066FCD36A2FA670EF9A902B2EFE48E55\" alt=\"icon_functional_product-status-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/6d8a85cdc02d4b12bf0e545b7b5331ad.svg?la=en&amp;hash=E5C8564B09EE7B7F50C2D543C65581C1\" class=\"nav-highlight-link-image nav-highlight-link-image--icon\" alt=\"icon_functional_chats-brand-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/61bc0755bfb74ba98d7ab29055111fe2.png?h=40&amp;w=432&amp;la=en&amp;hash=B1CC6B69ED9C445BF3B9CB933160B790\" class=\"nav-highlight-link-image nav-highlight-link-image--illustrated\" alt=\"illustration_navigation-highlighted_all-devices-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/b511ffa58fe14333868f2bbb7b758d18.svg?la=en&amp;hash=97DF5A26D444021DB5261048F2B43AD4\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/6d8a85cdc02d4b12bf0e545b7b5331ad.svg?la=en&amp;hash=E5C8564B09EE7B7F50C2D543C65581C1\" alt=\"icon_functional_chats-brand-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/355395c30a284becb81878bcee467769.svg?la=en&amp;hash=DC8ADAF30292F3B9D0557A629B4F57A1\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/b511ffa58fe14333868f2bbb7b758d18.svg?la=en&amp;hash=97DF5A26D444021DB5261048F2B43AD4\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/3800e389a8fc4106b3ae01eb50f6720f.svg?la=en&amp;hash=BB753CE1AA82B17F5FA9942D77247522\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/c2f36ac152e04ac59b23249d37992dec.svg?la=en&amp;hash=ABD67C1649FA36721C93910D7B5B070D\" alt=\"icon_functional_group-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/44e0a57a5d5b4e11bffe4221783458ca.svg?la=en&amp;hash=5C386191167D943CC712A0CF96502168\" alt=\"icon_functional_nav-login-enabled-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/af802c3853684a7291e4c2c05da47f13.svg?la=en&amp;hash=C564E0C4FB7D9032577457CB74D3D715\" alt=\"icon_functional_nav-login-hover-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/f7478f9c3b57454c95568024d34eb2e1.svg?la=en&amp;hash=9C734BBAE32CD0C76E43882C6B2C1AE2\" data-anim-type data-anim-delay data-anim-duration class=\"heavy-eyebrow__img\" alt=\"badge_center-hero_green-rating-svg\" data-anim>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/496dca79dc004100b112d46c48ddcec4.svg?la=en&amp;hash=D68133FB1D5CD6E68CA9B76069A102AD\" data-anim-type src-lazy=\"/static/media/lazy.png\" data-anim-delay data-anim-duration class alt=\"illustration_12col_vault-lifestyle-svg\" data-anim>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/740c173ddf6346d4b9588dacb411fcf9.png?h=424&amp;w=304&amp;la=en&amp;hash=372B7374334D9DD03654E94BE1DE9569\" class=\"midpage-promo-banner-col1-img\" alt=\"illustration_mid-promo-banner_mobile-scanner-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/a558d8e4530d4db1a1b268fe3e14b094.svg?la=en&amp;hash=081DE4F1FE6C511DB856D9D821A9A234\" alt=\"pinto-card-1-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/891138b2c7634b08909fecf253dc2a6a.svg?la=en&amp;hash=CB27355AB4E6F9028BF30FF5B6E36B1D\" alt=\"pinto-card-2-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/fd7d85401f854604a2d4215ece33259c.svg?la=en&amp;hash=EF8DEF1D4C7C709644930B49BA363AFE\" alt=\"icon-s-light_illustrative_worldwide-anywhere-access-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/87b4b0c371674a07ab66209840b4d51b.svg?la=en&amp;hash=1A1E12F5EBBDC4A13E408DEF906FA892\" alt=\"icon-s-light_illustrative_earn-save-money-costs-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/92df5bbb5089442183fc0283da94a31f.svg?la=en&amp;hash=78911C7AE094C58BC3058EECC0CEC887\" alt=\"icon-s-light_illustrative_vault-storage-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/72412a7a67034193a994dd5a09376c1f.svg?la=en&amp;hash=9812BD45AFBE6BA0A50632D87AFC9CBF\" alt=\"icon-s-light_illustrative_autofill-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/ea9dead1183647b7bb50dccfb76d20c9.svg?la=en&amp;hash=9F38A0243B889DDF700E368AACEFCC29\" data-anim-type data-anim-delay data-anim-duration class=\"lp-feature-stack-image\" alt=\"illustration_6col_collage-business-admin-svg\" data-anim>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/904f9c0f3cce4fc9a2711423bf1f093b.svg?la=en&amp;hash=6343A8BEAA884EBF58B312C832B21F3E\" data-anim-type data-anim-delay data-anim-duration class=\"lp-feature-stack-image\" alt=\"illustration_6col_collage-business-teams-svg\" data-anim>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/2a95116b8b974765ae7a0f380b7c4112.svg?la=en&amp;hash=13306618950182961F31C3DE8782A122\" data-anim-type data-anim-delay data-anim-duration class=\"lp-feature-stack-image\" alt=\"illustration_6col_collage-business-owner-svg\" data-anim>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/f31e7e5c7dce4b67acbba2389d5703cb.svg?la=en&amp;hash=1A058F18C07A549D9E761173436AF566\" data-anim-type data-anim-delay data-anim-duration class=\"lp-feature-stack-image\" alt=\"illustration_6col_collage-families-svg\" data-anim>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/a793a7d28cb44026ac8ee892a48593fc.svg?la=en&amp;hash=9CDEBD00EEDA0CA99DC3E038C68DB0B8\" data-anim-type data-anim-delay data-anim-duration class=\"lp-feature-stack-image\" alt data-anim>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/44800aab52654da28f79ca9ca923d89a.svg?la=en&amp;hash=C9DADB6E0F4B2A5839D1DA09BE752E47\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/986ec9724aea4e1590c5dbfe55706758.png?h=200&amp;w=336&amp;la=en&amp;hash=AC6E03C6DB8399179D521262F77C910B\" alt=\" \">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/80daf3e0e5ef439e9f5520a7caf6eb14.svg?la=en&amp;hash=835049542450247490C8DC99738AEA28\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/b934ff92607145088750958b81aa15a3.svg?la=en&amp;hash=2C9AC351E929838D2B9E0C053830EADB\" alt=\"icon_trust_stars-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/d96b893160794ba3908b4e2cd3c2edf4.svg?la=en&amp;hash=E9EA90FD31F4517EF6D31790AF8B4D9B\" class=\"card-header__external-logo\" alt=\"icon_review_g2-logo-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/330e84c97fb74d55b38e47f68daabab4.png?h=180&amp;w=180&amp;la=en&amp;hash=A7B1BCD4F2A38F789393B5BEC8D158BA\" class=\"reviewer__thumbnail\" alt=\"icontrustavatarkennyk2xpng\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/b934ff92607145088750958b81aa15a3.svg?la=en&amp;hash=2C9AC351E929838D2B9E0C053830EADB\" alt=\"icon_trust_stars-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/d96b893160794ba3908b4e2cd3c2edf4.svg?la=en&amp;hash=E9EA90FD31F4517EF6D31790AF8B4D9B\" class=\"card-header__external-logo\" alt=\"icon_review_g2-logo-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/5cbf3ba4528b42fea0626c103002f68c.png?h=180&amp;w=180&amp;la=en&amp;hash=2ADDDB87782E228D454A70E923C2C44A\" class=\"reviewer__thumbnail\" alt=\"icontrustavatarerikeckert2xpng\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/cb0505ffc15b45a49a36efdfd7a6b03a.svg?la=en&amp;hash=62302742742933F1B4477D6F4AECED92\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/449397e2aaee4204bce5d6930b5d45ee.svg?la=en&amp;hash=A2C0B6D2D9B0EE9A2F93C0E00DD539B5\" class=\"card-header__external-logo\" alt>"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/735adcccc1204da5b074374d99328a7a.png?h=120&amp;w=120&amp;la=en&amp;hash=78ED790C76EE091E8817303471C3D908\" class=\"reviewer__thumbnail\" alt=\"avatar_bart-nanni-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/393abf46290f4fa08c754897a1265e65.svg?la=en&amp;hash=0B8E3B52BE0351BB66C098FE0E6D837C\" class=\"logo-brand__img\" alt=\"logo_trust-garden_litmos-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/065fb2a1a6b8409195984fc31c142d7b.svg?la=en&amp;hash=D254A230AF196AAF556918E7BEB180E9\" class=\"logo-brand__img\" alt=\"logo_trust-garden_handshakes-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/8a16814557bb41898b3812da489fc8cd.svg?la=en&amp;hash=0AAA692A2E85AC1AC35E5DB04846B155\" class=\"logo-brand__img\" alt=\"logo_trust-garden_patagonia-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/6487226fe3194522ba071fd0b37695e1.svg?la=en&amp;hash=81A099FD35E33AFB6B8D2C0E51B367A6\" class=\"logo-brand__img\" alt=\"logo_trust-garden_hollard-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/2628420fcf4147ee90ca6daee7a8dce7.svg?la=en&amp;hash=ABCE2C1033015A4EB4214D3B68D18DB6\" class=\"logo-brand__img\" alt=\"logo_trust-garden_hso-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/6c8a037857bb4bb48ff0f1e588ebfb41.svg?la=en&amp;hash=6AD529299BF187ECFDF713B6DEF78730\" class=\"logo-brand__img\" alt=\"logo_trust-garden_holt-cat-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/df5b71798abd4bcbb572f96cc1ae0f4a.svg?la=en&amp;hash=ED91C2C46F19FA4EF3AA2D9644550628\" class=\"callout-card__bottom-img\" alt=\"illustration_77medium-card_resource-center-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/141a4c09040b4903a1d30a887f25467d.svg?la=en&amp;hash=79743F7E7913C1029A6F4A23E7505F26\" class=\"callout-card__bottom-img\" alt=\"illustration_77medium-card_trust-center-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/168955172ff64700b187061c87a26a7a.png?h=20&amp;w=184&amp;la=en&amp;hash=2F412C36DF281D8644045A28F32246EA\" alt=\" \">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/d634762b4a5d4fa0b40a1825fb62b61c.svg?la=en&amp;hash=1897AB12B0476D6DD1BA31FB3078439F\" alt=\"icon_button_sm-facebook-negative-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/31743a100b0c4d478bcb1901cae4e422.svg?la=en&amp;hash=BA65D05A856F1FC7055C8C85791BCB90\" alt=\"icon_button_sm-twitter-negative-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/72ff98fa437b4790aa0d17b3bb506c63.svg?la=en&amp;hash=0A8E87F40FE8ED38A418DEF4461CCD55\" alt=\"icon_button_sm-instagram-negative-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/2d2c5d78d60e42acab3378edfd6fc97d.svg?la=en&amp;hash=5A76CF058E1F65499769CFE617051941\" alt=\"icon_button_sm-youtube-negative-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/4d77cdb786104deea87fadc6a4fd6095.svg?la=en&amp;hash=D2A44105C3D02C8E4DB6CD863040CF6A\" alt=\"icon_button_sm-linkedin-negative-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/c15d1e93af8745ac95eb4908565fe33e.svg?la=en&amp;hash=812794961C2BEAC780BB322497AC94B3\" alt=\"icon_button_sm-reddit-negative-svg\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/495c122ed12345faa4973a17198c8027.png?h=1280&amp;w=832&amp;la=en&amp;hash=723D6CBD95AEC9AE54C88CE992BE34B1\" class=\"popup__image popup__image--lg\" alt=\"illustration_popup-modal_abandoned-premium-checkout-2x-png\">"
    },
    {
      "src": "/static/media/lazy.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/53993d333d4d432b8a319dd7ba3a0ede.svg?la=en&amp;hash=48A1E0A3C31907946ABCF83E5F79B1EE\" alt=\"functional-close-svg\">"
    }
  ],
  "possibleDialogs": [
    "<div class=\"drift-modal-open-button\"> <span class=\"drift-modal-open-button\">Chat with sales</span> </div>",
    "<span class=\"drift-modal-open-button\">Chat with sales</span>",
    "<div class=\"drift-modal-open-button\"> <span class=\"drift-modal-open-button\">Chat with sales</span> </div>",
    "<span class=\"drift-modal-open-button\">Chat with sales</span>",
    "<div class=\"drift-modal-open-button\"> <span class=\"drift-modal-open-button\">Chat with sales</span> </div>",
    "<span class=\"drift-modal-open-button\">Chat with sales</span>",
    "<a href=\"http://#\" class=\"lp-button secondary brand jumbo try-modal-deployer-cta try-modal-id-2cardschevy\">Get LastPass free</a>",
    "<div class=\"try-modal-wrapper \" data-module=\"trial-modal\" id=\"2cardschevy\"> <div class=\"try-modal\" data-module=\"Free Trial Modal\" style=\"background-color:#F0ECE4\"> <button class=\"try-modal-close-button\"> <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0.438969 21.4373C-0.146681 22.0232 -0.146457 22.9729 0.439469 23.5586C1.0254 24.1442 1.97515 24.144 2.5608 23.5581L11.822 14.2982C11.8689 14.2512 11.9326 14.2248 11.999 14.2248C12.0654 14...",
    "<div class=\"try-modal\" data-module=\"Free Trial Modal\" style=\"background-color:#F0ECE4\"> <button class=\"try-modal-close-button\"> <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0.438969 21.4373C-0.146681 22.0232 -0.146457 22.9729 0.439469 23.5586C1.0254 24.1442 1.97515 24.144 2.5608 23.5581L11.822 14.2982C11.8689 14.2512 11.9326 14.2248 11.999 14.2248C12.0654 14.2248 12.1291 14.2512 12.176 14.2982L21.4373 23.5601C21.8161 23.9391 22.3684...",
    "<button class=\"try-modal-close-button\"> <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0.438969 21.4373C-0.146681 22.0232 -0.146457 22.9729 0.439469 23.5586C1.0254 24.1442 1.97515 24.144 2.5608 23.5581L11.822 14.2982C11.8689 14.2512 11.9326 14.2248 11.999 14.2248C12.0654 14.2248 12.1291 14.2512 12.176 14.2982L21.4373 23.5601C21.8161 23.9391 22.3684 24.0872 22.8861 23.9486C23.4037 23.81 23.8081 23.4058 23.947 22.8882C24.0858 22.3707 23...",
    "<div class=\"try-modal-card-wrapper false\"> <div class=\"try-modal-card\"> <div class=\"try-modal-card-illustration\"> <img src=\"/static/media/lazy.png\" data-src=\"/-/media/a558d8e4530d4db1a1b268fe3e14b094.svg?la=en&amp;hash=081DE4F1FE6C511DB856D9D821A9A234\" alt=\"pinto-card-1-svg\"> </div> <div class=\"try-modal-card-copy\"> <h4>Business</h4> <p>Designed for businesses of all sizes, from small startups to enterprises.</p> <a href=\"/trial/business\" class=\"lp-button primary positive jumbo\">Try Business...",
    "<div class=\"try-modal-card\"> <div class=\"try-modal-card-illustration\"> <img src=\"/static/media/lazy.png\" data-src=\"/-/media/a558d8e4530d4db1a1b268fe3e14b094.svg?la=en&amp;hash=081DE4F1FE6C511DB856D9D821A9A234\" alt=\"pinto-card-1-svg\"> </div> <div class=\"try-modal-card-copy\"> <h4>Business</h4> <p>Designed for businesses of all sizes, from small startups to enterprises.</p> <a href=\"/trial/business\" class=\"lp-button primary positive jumbo\">Try Business free</a> </div> </div>",
    "<div class=\"try-modal-card-illustration\"> <img src=\"/static/media/lazy.png\" data-src=\"/-/media/a558d8e4530d4db1a1b268fe3e14b094.svg?la=en&amp;hash=081DE4F1FE6C511DB856D9D821A9A234\" alt=\"pinto-card-1-svg\"> </div>",
    "<div class=\"try-modal-card-copy\"> <h4>Business</h4> <p>Designed for businesses of all sizes, from small startups to enterprises.</p> <a href=\"/trial/business\" class=\"lp-button primary positive jumbo\">Try Business free</a> </div>",
    "<div class=\"try-modal-card\"> <div class=\"try-modal-card-illustration\"> <img src=\"/static/media/lazy.png\" data-src=\"/-/media/891138b2c7634b08909fecf253dc2a6a.svg?la=en&amp;hash=CB27355AB4E6F9028BF30FF5B6E36B1D\" alt=\"pinto-card-2-svg\"> </div> <div class=\"try-modal-card-copy\"> <h4>Personal</h4> <p>Premium, multi-device password management and sharing for 1 person.</p> <a href=\"/trial/premium\" class=\"lp-button primary brand jumbo\">Try Personal free</a> </div> </div>",
    "<div class=\"try-modal-card-illustration\"> <img src=\"/static/media/lazy.png\" data-src=\"/-/media/891138b2c7634b08909fecf253dc2a6a.svg?la=en&amp;hash=CB27355AB4E6F9028BF30FF5B6E36B1D\" alt=\"pinto-card-2-svg\"> </div>",
    "<div class=\"try-modal-card-copy\"> <h4>Personal</h4> <p>Premium, multi-device password management and sharing for 1 person.</p> <a href=\"/trial/premium\" class=\"lp-button primary brand jumbo\">Try Personal free</a> </div>",
    "<a href=\"https://www.lastpass.com/contact-lp-sales#sales-chat\" class=\"drift-modal-open-button\">Chat</a>",
    "<div data-component-name=\"Popup Promo Modal\" class=\"popup popup__theme--light\" data-countries=\"all\" aria-hidden=\"false\" tabindex=\"0\" role=\"link\" data-href=\"#\" data-module=\"popup\" data-new-window=\"false\" data-appearance=\"onleave\" data-load-after=\"0\" style=\"background-color:#F1F8F1; background-image: url(); \" data-always-show=\"True\" data-startdate=\"1/1/0001 12:00:00 AM\" data-enddate=\"1/1/0001 12:00:00 AM\" data-timezone=\"America/New_York\" data-campaign-name=\"lp_promoExitModal-10off-newCustomer_2...",
    "<div class=\"popup-content\"> <h2 class=\"popup-content__heading\">Wait&#x2014;get 10% off before you go!</h2> <p class=\"popup-content__subheading\">Complete your purchase today and save 10% on LastPass as a new customer.</p> <div class=\"cta-block\"> <div class=\"cta-block__buttons\"> <div class=\"cta-block__item cta-block__item--primary\"> <a href=\"/pricing?cp=LP2026-02-10W\" class=\"popup-content__main-link lp-button primary brand jumbo\">Buy now and save 10%</a> </div> </div> </div> <p class=\"popup-con...",
    "<h2 class=\"popup-content__heading\">Wait&#x2014;get 10% off before you go!</h2>",
    "<p class=\"popup-content__subheading\">Complete your purchase today and save 10% on LastPass as a new customer.</p>",
    "<a href=\"/pricing?cp=LP2026-02-10W\" class=\"popup-content__main-link lp-button primary brand jumbo\">Buy now and save 10%</a>",
    "<p class=\"popup-content__caption\">New customers only. One use per customer. Cannot be combined with other offers. Terms apply.</p>",
    "<img src=\"/static/media/lazy.png\" data-src=\"/-/media/495c122ed12345faa4973a17198c8027.png?h=1280&amp;w=832&amp;la=en&amp;hash=723D6CBD95AEC9AE54C88CE992BE34B1\" class=\"popup__image popup__image--lg\" alt=\"illustration_popup-modal_abandoned-premium-checkout-2x-png\">",
    "<div id=\"form-modal\"></div>"
  ],
  "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

25 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": 26,
  "passing": 1,
  "failing": [
    {
      "heading": "Meet LastPass Mobile Smart Scanner: The fastest way to move passwords from paper to the vault",
      "headingHtml": "<h3 class=\"midpage-promo-banner-heading\"> Meet LastPass Mobile Smart Scanner: The fastest way to move passwords from paper to the vault </h3>",
      "firstParagraph": "Designed for businesses of all sizes, from small startups to enterprises.",
      "paragraphHtml": "<p>Designed for businesses of all sizes, from small startups to enterprises.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why LastPass? We make security simple.",
      "headingHtml": "<h2>Why LastPass? We make security simple.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Easy access from anywhere",
      "headingHtml": "<h3>Easy access from anywhere</h3>",
      "firstParagraph": "Save unlimited passwords and log in on any device or browser—ensuring you can access whatever you need, when you need it.",
      "paragraphHtml": "<p>Save unlimited passwords and log in on any device or browser&#x2014;ensuring you can access whatever you need, when you need it.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Affordable plans & pricing",
      "headingHtml": "<h3>Affordable plans &amp; pricing</h3>",
      "firstParagraph": "Get an affordable way to manage your passwords—no surprise add-ons, and a free trial that doesn’t require a credit card.",
      "paragraphHtml": "<p>Get an affordable way to manage your passwords&#x2014;no surprise add-ons, and a free trial that doesn&#x2019;t require a credit card.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Secure password vault",
      "headingHtml": "<h3>Secure password vault</h3>",
      "firstParagraph": "Built with strict security standards, we keep millions of accounts safe—encrypting data locally so even we can’t see your passwords.",
      "paragraphHtml": "<p>Built with strict security standards, we keep millions of accounts safe&#x2014;encrypting data locally so even we can&#x2019;t see your passwords.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "All-in-one solution",
      "headingHtml": "<h3>All-in-one solution</h3>",
      "firstParagraph": "Generate strong passwords, store account info, autofill logins, share credentials, and more with one easy-to-use solution.",
      "paragraphHtml": "<p>Generate strong passwords, store account info, autofill logins, share credentials, and more with one easy-to-use solution.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Password management for everyone",
      "headingHtml": "<h2>Password management for everyone</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Secure your business without creating more work",
      "headingHtml": "<h2 class=\"lp-feature-stack-heading__copy\">Secure your business without creating more work</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"small cta-block__info\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Work better while protecting your team",
      "headingHtml": "<h2 class=\"lp-feature-stack-heading__copy\">Work better while protecting your team</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"small cta-block__info\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Keep your business running without password roadblocks",
      "headingHtml": "<h2 class=\"lp-feature-stack-heading__copy\">Keep your business running without password roadblocks</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"small cta-block__info\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Create secure logins for your whole crew",
      "headingHtml": "<h2 class=\"lp-feature-stack-heading__copy\">Create secure logins for your whole crew</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"small cta-block__info\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Access all your accounts, anywhere, anytime",
      "headingHtml": "<h2 class=\"lp-feature-stack-heading__copy\">Access all your accounts, anywhere, anytime</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"small cta-block__info\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by companies and individuals everywhere",
      "headingHtml": "<h2>Trusted by companies and individuals everywhere</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Millions",
      "headingHtml": "<h3>Millions</h3>",
      "firstParagraph": "Customers secure their passwords with LastPass",
      "paragraphHtml": "<p>Customers secure their passwords with LastPass</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "100,000+",
      "headingHtml": "<h3>100,000+</h3>",
      "firstParagraph": "Businesses choose LastPass",
      "paragraphHtml": "<p>Businesses choose LastPass</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Choose a plan that works for you",
      "headingHtml": "<h2>Choose a plan that works for you</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Premium",
      "headingHtml": "<h3 class=\"lp-price-tile-product__name\">Premium</h3>",
      "firstParagraph": "Individual plan that ensures secure password management across all your devices",
      "paragraphHtml": "<p class=\"lp-price-tile-product__description\">Individual plan that ensures secure password management across all your devices</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Families",
      "headingHtml": "<h3 class=\"lp-price-tile-product__name\">Families</h3>",
      "firstParagraph": "Keep your household’s logins secure and always within reach at home or on-the-go",
      "paragraphHtml": "<p class=\"lp-price-tile-product__description\">Keep your household&#x2019;s logins secure and always within reach at home or on-the-go</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Teams",
      "headingHtml": "<h3 class=\"lp-price-tile-product__name\">Teams</h3>",
      "firstParagraph": "Simple credential management for small teams and startups",
      "paragraphHtml": "<p class=\"lp-price-tile-product__description\">Simple credential management for small teams and startups</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Business",
      "headingHtml": "<h3 class=\"lp-price-tile-product__name\">Business</h3>",
      "firstParagraph": "Effortless password and access management for small and medium-size businesses",
      "paragraphHtml": "<p class=\"lp-price-tile-product__description\">Effortless password and access management for small and medium-size businesses</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Business Max",
      "headingHtml": "<h3 class=\"lp-price-tile-product__name\">Business Max</h3>",
      "firstParagraph": "Advanced protection and secure access for any business with more admin control",
      "paragraphHtml": "<p class=\"lp-price-tile-product__description\">Advanced protection and secure access for any business with more admin control</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Free plan",
      "headingHtml": "<h3 class=\"pricingPromoCard__planName\">Free plan</h3>",
      "firstParagraph": "Limited to 1 device type. Simple password management with unlimited password storage, autofill, dark web monitoring, and basic password sharing. Learn more",
      "paragraphHtml": "<p> Limited to 1 device type. Simple password management with unlimited password storage, autofill, dark web monitoring, and basic password sharing. <a href=\"/pricing/lastpass-premium-vs-free\">Learn more</a>&#xa0; </p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "LastPass is ever evolving",
      "headingHtml": "<h2>LastPass is ever evolving</h2>",
      "firstParagraph": "Get the latest updates and security tips from LastPass Labs, cybersecurity intelligence, and product teams.",
      "paragraphHtml": "<p class=\"body\">Get the latest updates and security tips from LastPass Labs, cybersecurity intelligence, and product teams.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Password management that makes work and life more secure",
      "headingHtml": "<h2>Password management that makes work and life more secure</h2>",
      "firstParagraph": "See in action how LastPass can protect your business. Request a demo today.",
      "paragraphHtml": "<p>See in action how LastPass can protect your business. <a href=\"https://www.lastpass.com/resources/business-demos\">Request a demo</a>&#xa0;today.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Wait—get 10% off before you go!",
      "headingHtml": "<h2 class=\"popup-content__heading\">Wait&#x2014;get 10% off before you go!</h2>",
      "firstParagraph": "Complete your purchase today and save 10% on LastPass as a new customer.",
      "paragraphHtml": "<p class=\"popup-content__subheading\">Complete your purchase today and save 10% on LastPass as a new customer.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

1 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

87/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 3,
  "checkedFields": [
    {
      "path": "$[0].name",
      "value": "LastPass"
    },
    {
      "path": "$[0].description",
      "value": "Go beyond saving passwords with the best password manager! Generate strong passwords and store them in a secure vault. Now with single-sign on (SSO) and adaptive MFA solutions that integrate with over 1,200 apps."
    },
    {
      "path": "$[0].parentOrganization.name",
      "value": "Francisco Partners"
    },
    {
      "path": "$[1].name",
      "value": "LastPass"
    },
    {
      "path": "$[1].description",
      "value": "Go beyond saving passwords with the best password manager! Generate strong passwords and store them in a secure vault. Now with single-sign on (SSO) and adaptive MFA solutions that integrate with over 1,200 apps."
    },
    {
      "path": "$[1].parentOrganization.name",
      "value": "Francisco Partners"
    },
    {
      "path": "$[2].mainEntity[0].name",
      "value": "How can I access LastPass?"
    },
    {
      "path": "$[2].mainEntity[1].name",
      "value": "How does LastPass securely store passwords?"
    },
    {
      "path": "$[2].mainEntity[2].name",
      "value": "Does LastPass have access to my passwords?"
    },
    {
      "path": "$[2].mainEntity[3].name",
      "value": "How does LastPass encryption work?"
    },
    {
      "path": "$[2].mainEntity[4].name",
      "value": "Is LastPass no longer safe?"
    },
    {
      "path": "$[2].mainEntity[5].name",
      "value": "What is the deal with LastPass?"
    },
    {
      "path": "$[2].mainEntity[6].name",
      "value": "Where is the safest place to keep passwords?"
    },
    {
      "path": "$[2].mainEntity[7].name",
      "value": "What's more secure than LastPass?"
    },
    {
      "path": "$[2].mainEntity[8].name",
      "value": "What are the disadvantages of LastPass?"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].parentOrganization.name",
      "value": "Francisco Partners"
    },
    {
      "path": "$[1].parentOrganization.name",
      "value": "Francisco Partners"
    }
  ],
  "score": 87,
  "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, 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": "Why LastPass? We make security simple.",
      "html": "<h2>Why LastPass? We make security simple.</h2>"
    },
    {
      "text": "Password management for everyone",
      "html": "<h2>Password management for everyone</h2>"
    },
    {
      "text": "Secure your business without creating more work",
      "html": "<h2 class=\"lp-feature-stack-heading__copy\">Secure your business without creating more work</h2>"
    },
    {
      "text": "Work better while protecting your team",
      "html": "<h2 class=\"lp-feature-stack-heading__copy\">Work better while protecting your team</h2>"
    },
    {
      "text": "Keep your business running without password roadblocks",
      "html": "<h2 class=\"lp-feature-stack-heading__copy\">Keep your business running without password roadblocks</h2>"
    },
    {
      "text": "Create secure logins for your whole crew",
      "html": "<h2 class=\"lp-feature-stack-heading__copy\">Create secure logins for your whole crew</h2>"
    },
    {
      "text": "Access all your accounts, anywhere, anytime",
      "html": "<h2 class=\"lp-feature-stack-heading__copy\">Access all your accounts, anywhere, anytime</h2>"
    },
    {
      "text": "Trusted by companies and individuals everywhere",
      "html": "<h2>Trusted by companies and individuals everywhere</h2>"
    },
    {
      "text": "Choose a plan that works for you",
      "html": "<h2>Choose a plan that works for you</h2>"
    },
    {
      "text": "LastPass is ever evolving",
      "html": "<h2>LastPass is ever evolving</h2>"
    },
    {
      "text": "Frequently asked questions",
      "html": "<h2>Frequently asked questions</h2>"
    },
    {
      "text": "Password management that makes work and life more secure",
      "html": "<h2>Password management that makes work and life more secure</h2>"
    },
    {
      "text": "Wait—get 10% off before you go!",
      "html": "<h2 class=\"popup-content__heading\">Wait&#x2014;get 10% off before you go!</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is #1 Password Manager & Vault App with Single-S...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does #1 Password Manager & Vault App with Single-S... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use #1 Password Manager & Vault App with Single-S...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is #1 Password Manager & Vault App with Single-S... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does #1 Password Manager & Vault App with Single-S... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is #1 Password Manager & Vault App with Single-S...?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does #1 Password Manager & Vault App with Single-S... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: app, lastpass, get, power, passwordsmanage, accesstrack, unapproved, aisign, safer.

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

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

Evidence
{
  "title": "#1 Password Manager & Vault App with Single-Sign On & MFA Solutions - LastPass",
  "h1": "Get the power to secure passwordsmanage app accesstrack unapproved AIsign-in safer",
  "description": "Go beyond saving passwords with the best password manager! Generate strong passwords and store them in a secure vault. Now with single-sign on (SSO) and adaptive MFA solutions that integrate with over 1,200 apps.",
  "topicOverlap": 0.47058823529411764,
  "definitionCount": 13,
  "topicTerms": [
    "password",
    "manager",
    "vault",
    "app",
    "single",
    "sign",
    "mfa",
    "solutions",
    "lastpass",
    "get",
    "power",
    "secure",
    "passwordsmanage",
    "accesstrack",
    "unapproved",
    "aisign",
    "safer"
  ],
  "descriptionTerms": [
    "beyond",
    "saving",
    "passwords",
    "best",
    "password",
    "manager",
    "generate",
    "strong",
    "store",
    "them",
    "secure",
    "vault",
    "now",
    "single",
    "sign",
    "sso",
    "adaptive",
    "mfa",
    "solutions"
  ],
  "missingFromDescription": [
    "app",
    "lastpass",
    "get",
    "power",
    "passwordsmanage",
    "accesstrack",
    "unapproved",
    "aisign",
    "safer"
  ],
  "score": 87,
  "weight": 18
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 192089
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 192089
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 192089
          }
        ]
      },
      "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, 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": "Why LastPass? We make security simple.",
      "html": "<h2>Why LastPass? We make security simple.</h2>"
    },
    {
      "text": "Password management for everyone",
      "html": "<h2>Password management for everyone</h2>"
    },
    {
      "text": "Secure your business without creating more work",
      "html": "<h2 class=\"lp-feature-stack-heading__copy\">Secure your business without creating more work</h2>"
    },
    {
      "text": "Work better while protecting your team",
      "html": "<h2 class=\"lp-feature-stack-heading__copy\">Work better while protecting your team</h2>"
    },
    {
      "text": "Keep your business running without password roadblocks",
      "html": "<h2 class=\"lp-feature-stack-heading__copy\">Keep your business running without password roadblocks</h2>"
    },
    {
      "text": "Create secure logins for your whole crew",
      "html": "<h2 class=\"lp-feature-stack-heading__copy\">Create secure logins for your whole crew</h2>"
    },
    {
      "text": "Access all your accounts, anywhere, anytime",
      "html": "<h2 class=\"lp-feature-stack-heading__copy\">Access all your accounts, anywhere, anytime</h2>"
    },
    {
      "text": "Trusted by companies and individuals everywhere",
      "html": "<h2>Trusted by companies and individuals everywhere</h2>"
    },
    {
      "text": "Choose a plan that works for you",
      "html": "<h2>Choose a plan that works for you</h2>"
    },
    {
      "text": "LastPass is ever evolving",
      "html": "<h2>LastPass is ever evolving</h2>"
    },
    {
      "text": "Frequently asked questions",
      "html": "<h2>Frequently asked questions</h2>"
    },
    {
      "text": "Password management that makes work and life more secure",
      "html": "<h2>Password management that makes work and life more secure</h2>"
    },
    {
      "text": "Wait—get 10% off before you go!",
      "html": "<h2 class=\"popup-content__heading\">Wait&#x2014;get 10% off before you go!</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is #1 Password Manager & Vault App with Single-S...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does #1 Password Manager & Vault App with Single-S... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use #1 Password Manager & Vault App with Single-S...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is #1 Password Manager & Vault App with Single-S... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does #1 Password Manager & Vault App with Single-S... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is #1 Password Manager & Vault App with Single-S...?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does #1 Password Manager & Vault App with Single-S... 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 "null" is not Markdown or text/plain; content too short (0/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. Content-Type "null" is not Markdown or text/plain; content too short (0/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": null,
        "length": 0,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"null\" is not Markdown or text/plain; content too short (0/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 0,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [],
          "rawExcerpt": ""
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"null\" is not Markdown or text/plain; content too short (0/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 192089,
        "text": "<!DOCTYPE html>\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head><meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta name=\"robots\" content=\"noindex\" />\n<script>\r\n  (function(h,o,u,n,d) {\r\n    h=h[d]=h[d]||{q:[],onReady:function(c){h.q.push(c)}}\r\n    d=o.createElement(u);d.async=1;d.src=n\r\n    n=o.getElementsByTagName(u)[0];n.parentNode.insertBefore(d,n)\r\n    })(window, document, 'script', 'https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js', 'DD_RUM')\r\n\r\n    function DetermineEnv(url) {\n        switch (url) {\n            case \"lastpass-xdb-v930a-dev-cm.azurewebsites.net\":\n            case \"dev-cm.lastpass.com\":\n            case \"dev-cd.lastpass.com\":\n                return \"dev\";\n                break;\n            case \"review.lastpass.com\":\n            case \"gamma.lastpass.com\":\n                return \"review\";\n                break;\n            case \"www.lastpass.com\":\n                return \"prod\";\n                break;\n            default:\n                return \"\";\n        }\n    }\r\n\r\n  window.DD_RUM.onReady(function() {\r\n    window.DD_RUM.init({\r\n      clientToken: 'pubb3fd2b6112b42ffa9d095053424dcf65',\r\n      applicationId: '4ae507f9-af2b-400c-82f8-ed4c45b91fca',\r\n      site: 'datadoghq.com',\r\n      service: 'lastpass.com-landing',\r\n      env: DetermineEnv(window.location.hostname),\r\n      version: '1.0.0',\r\n      sessionSampleRate: 100,\r\n      sessionReplaySampleRate: 0,\r\n      trackUserInteractions: true,\r\n      trackResources: true,\r\n      trackLongTasks: true,\r\n      defaultPrivacyLevel: 'mask-user-input',\r\n    });\r\n  DD_RUM.addError(new Error('404'));\r\n  })\r\n</script>\n<title>\n    LastPass | Page Not Found\n</title>\n<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" />\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin />\n<link\n    href=\"https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap\"\n    rel=\"stylesheet\"\n/>\n<style type=\"text/css\">\n        /*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */\n/**\n * 1. Set default font family to sans-serif.\n * 2. Prevent iOS text size adjust after orientation change, without disabling\n *    user zoom.\n */\n    html {\n        font-family: 'Source Sans 3', sans-serif;\n        /* 1 */\n        -ms-text-size-adjust: 100%;\n        /* 2 */\n        -webkit-text-size-adjust: 100%;\n        /* 2 */ }\n\n    /**\n * Remove default margin.\n */\n    body {\n        margin: 0; }\n\n    /* HTML5 display definitions\n   ========================================================================== */\n    /**\n * Correct `block` display not defined for any HTML5 element in IE 8/9.\n * Correct `block` display not defined for `details` or `summary` in IE 10/11\n * and Firefox.\n * Correct `block` display not defined for `main` in IE 11.\n */\n    article,\n    aside,\n    details,\n    figcaption,\n    figure,\n    footer,\n    header,\n    hgroup,\n    main,\n    menu,\n    nav,\n    section,\n    summary {\n        display: block; }\n\n    /**\n * 1. Correct `inline-block` display not defined in IE 8/9.\n * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n */\n    audio,\n    canvas,\n    progress,\n    video {\n        display: inline-block;\n        /* 1 */\n        vertical-align: baseline;\n        /* 2 */ }\n\n    /**\n * Prevent modern browsers from displaying `audio` without controls.\n * Remove excess height in iOS 5 devices.\n */\n    audio:not([controls]) {\n        display: none;\n        height: 0; }\n\n    /**\n * Address `[hidden]` styling not present in IE 8/9/10.\n * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.\n */\n    [hidden],\n    template {\n        display: none; }\n\n    /* Links\n   ========================================================================== */\n    /**\n * Remove the gray background color from active links in IE 10.\n */\n    a {\n        background-color: transparent; }\n\n    /**\n * Improve readability when focused and also mouse hovere"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 192089,
          "text": "<!DOCTYPE html>\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head><meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta name=\"robots\" content=\"noindex\" />\n<script>\r\n  (function(h,o,u,n,d) {\r\n    h=h[d]=h[d]||{q:[],onReady:function(c){h.q.push(c)}}\r\n    d=o.createElement(u);d.async=1;d.src=n\r\n    n=o.getElementsByTagName(u)[0];n.parentNode.insertBefore(d,n)\r\n    })(window, document, 'script', 'https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js', 'DD_RUM')\r\n\r\n    function DetermineEnv(url) {\n        switch (url) {\n            case \"lastpass-xdb-v930a-dev-cm.azurewebsites.net\":\n            case \"dev-cm.lastpass.com\":\n            case \"dev-cd.lastpass.com\":\n                return \"dev\";\n                break;\n            case \"review.lastpass.com\":\n            case \"gamma.lastpass.com\":\n                return \"review\";\n                break;\n            case \"www.lastpass.com\":\n                return \"prod\";\n                break;\n            default:\n                return \"\";\n        }\n    }\r\n\r\n  window.DD_RUM.onReady(function() {\r\n    window.DD_RUM.init({\r\n      clientToken: 'pubb3fd2b6112b42ffa9d095053424dcf65',\r\n      applicationId: '4ae507f9-af2b-400c-82f8-ed4c45b91fca',\r\n      site: 'datadoghq.com',\r\n      service: 'lastpass.com-landing',\r\n      env: DetermineEnv(window.location.hostname),\r\n      version: '1.0.0',\r\n      sessionSampleRate: 100,\r\n      sessionReplaySampleRate: 0,\r\n      trackUserInteractions: true,\r\n      trackResources: true,\r\n      trackLongTasks: true,\r\n      defaultPrivacyLevel: 'mask-user-input',\r\n    });\r\n  DD_RUM.addError(new Error('404'));\r\n  })\r\n</script>\n<title>\n    LastPass | Page Not Found\n</title>\n<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" />\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin />\n<link\n    href=\"https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap\"\n    rel=\"stylesheet\"\n/>\n<style type=\"text/css\">\n        /*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */\n/**\n * 1. Set default font family to sans-serif.\n * 2. Prevent iOS text size adjust after orientation change, without disabling\n *    user zoom.\n */\n    html {\n        font-family: 'Source Sans 3', sans-serif;\n        /* 1 */\n        -ms-text-size-adjust: 100%;\n        /* 2 */\n        -webkit-text-size-adjust: 100%;\n        /* 2 */ }\n\n    /**\n * Remove default margin.\n */\n    body {\n        margin: 0; }\n\n    /* HTML5 display definitions\n   ========================================================================== */\n    /**\n * Correct `block` display not defined for any HTML5 element in IE 8/9.\n * Correct `block` display not defined for `details` or `summary` in IE 10/11\n * and Firefox.\n * Correct `block` display not defined for `main` in IE 11.\n */\n    article,\n    aside,\n    details,\n    figcaption,\n    figure,\n    footer,\n    header,\n    hgroup,\n    main,\n    menu,\n    nav,\n    section,\n    summary {\n        display: block; }\n\n    /**\n * 1. Correct `inline-block` display not defined in IE 8/9.\n * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n */\n    audio,\n    canvas,\n    progress,\n    video {\n        display: inline-block;\n        /* 1 */\n        vertical-align: baseline;\n        /* 2 */ }\n\n    /**\n * Prevent modern browsers from displaying `audio` without controls.\n * Remove excess height in iOS 5 devices.\n */\n    audio:not([controls]) {\n        display: none;\n        height: 0; }\n\n    /**\n * Address `[hidden]` styling not present in IE 8/9/10.\n * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.\n */\n    [hidden],\n    template {\n        display: none; }\n\n    /* Links\n   ========================================================================== */\n    /**\n * Remove the gray background color from active links in IE 10.\n */\n    a {\n        background-color: transparent; }\n\n    /**\n * Improve readability when focused and also mouse hovere"
        }
      },
      "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": 23,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "single sign-on"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "my account"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "admin login"
      },
      {
        "source": "visible-text",
        "weight": 1,
        "match": "username"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 192089
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 192089
          }
        ]
      },
      "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": 23,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "single sign-on"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "my account"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "admin login"
      },
      {
        "source": "visible-text",
        "weight": 1,
        "match": "username"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head><meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta name=\"robots\" content=\"noindex\" />\n<script>\r\n  (function(h,o,u,n,d) {\r\n    h=h[d]=h[d]||{q:[],onReady:function(c){h.q.push(c)}}\r\n    d=o.createElement(u);d.async=1;d.src=n\r\n    n=o.getElementsByTagName(u)[0];n.parentNode.insertBefore(d,n)\r\n    })(window, document, 'script', 'https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js', 'DD_RUM')\r\n\r\n    function DetermineEnv(url) {\n        switch (url) {\n            case \"lastpass-xdb-v930a-dev-cm.azurewebsites.net\":\n            case \"dev-cm.lastpass.com\":\n            case \"dev-cd.lastpass.com\":\n                return \"dev\";\n                break;\n            case \"review.lastpass.com\":"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.lastpass.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.lastpass.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.lastpass.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.lastpass.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 23,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "single sign-on"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "my account"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "admin login"
      },
      {
        "source": "visible-text",
        "weight": 1,
        "match": "username"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

33 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

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

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

SEOSEOBrowser audit

Links are not crawlable

33 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)

Evidence
{
  "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}

SEOSEOBrowser audit

Links do not have descriptive text

33 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

2 links found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

`<frame>` or `<iframe>` elements do not have a title

13 Fail

Check name

`<frame>` or `<iframe>` elements do not have a title

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.11/frame-title).

Evidence
{
  "description": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.11/frame-title)."
}

Performance and AccessibilityPerformanceBrowser audit

Avoid large layout shifts

13 Fail

Check name

Avoid large layout shifts

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

4 layout shifts found

Fix guidance

These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)

Evidence
{
  "displayValue": "4 layout shifts found",
  "description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
}

Performance and AccessibilityPerformanceBrowser audit

Layout shift culprits

13 Fail

Check name

Layout shift culprits

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.

Evidence
{
  "description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

13 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

1.4 s

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

6 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 3,935 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

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

6 Warning

Check name

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

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Minify JavaScript

6 Warning

Check name

Minify JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 10 KiB

Fix guidance

Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).

Evidence
{
  "displayValue": "Est savings of 10 KiB",
  "description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
  "numericValue": 0
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

3 Fail

Check name

Loading performance

Score

78/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 98,
      "displayValue": "0.7 s",
      "numericValue": 685.7064960448405
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 43,
      "displayValue": "2.5 s",
      "numericValue": 2483.532228142663
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "70 ms",
      "numericValue": 70.023375
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 7
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 46,
      "displayValue": "370 ms",
      "numericValue": 372.00000000000045
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 54,
      "displayValue": "4.3 s",
      "numericValue": 4267.255979453366
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 99,
      "displayValue": "0.7 s",
      "numericValue": 705.706937184076
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 87,
      "displayValue": "140 ms",
      "numericValue": 140.00000000000045
    }
  ]
}

Fix with MCP or CLI

Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.

Score history

Public scan score over time

Public reports for this website origin. Select any point or report link to open that canonical report.

1 reports
Public score history report links
Scan dateScoreReadinessReport
57/100Level 3, Bot-AwareCurrent report
Report ID 00da63a3-8aa2-4449-b584-32a900082ee3. Scanned Jun 8, 2026, 8:47 PM.
lastpass.com AI SEO Report: 57/100 (Level 3, Bot-Aware)