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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability41%Agent Easeof Use6%Security& Trust40%GEO, AIO, AEO87%SEO100%Performance& Accessibility67%
  • AI Discoverability 41 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 87 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 67 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Property Management Software | Entrata® favicon

Property Management Software | Entrata®

Entrata is the operating system for Autonomous Property Management™ — unifying leasing, payments, renewals, and resident experience, with AI embedded across workflows to execute operations within your guardrails and drive portfolio perform...

Next step

Turn this report into a fix workflow

26 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
41
Priority fix8151View details
Discoverability
67
Needs work540View details
Content Readiness
46
Priority fix371View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
87
Mostly ready1008
GEO Readiness
Not Applicable
Not Applicable400
AIO Readiness
87
Mostly ready304
AEO Readiness
83
Mostly ready304
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
67
Needs work1931View details
Performance
51
Needs work1131View details
Accessibility
97
Strong800

Prioritized recommendations

Issues ranked by score impact

39 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Fri Jun 05 2026 19:22:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.entrata.com\" data-wf-page=\"66b25cad9398f590ab703d76\" data-wf-site=\"66b25cad9398f590ab703ccf\" data-wf-intellimize-customer-id=\"117238207\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found (404) | Entrata</title><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore our property management solutions.\" name=\"description\"/><meta content=\"Page Not Found (404) | Entrata\" property=\"og:title\"/><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore o"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Fri Jun 05 2026 19:22:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.entrata.com\" data-wf-page=\"66b25cad9398f590ab703d76\" data-wf-site=\"66b25cad9398f590ab703ccf\" data-wf-intellimize-customer-id=\"117238207\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found (404) | Entrata</title><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore our property management solutions.\" name=\"description\"/><meta content=\"Page Not Found (404) | Entrata\" property=\"og:title\"/><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore o"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Fri Jun 05 2026 19:22:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.entrata.com\" data-wf-page=\"66b25cad9398f590ab703d76\" data-wf-site=\"66b25cad9398f590ab703ccf\" data-wf-intellimize-customer-id=\"117238207\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found (404) | Entrata</title><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore our property management solutions.\" name=\"description\"/><meta content=\"Page Not Found (404) | Entrata\" property=\"og:title\"/><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore o"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Fri Jun 05 2026 19:22:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.entrata.com\" data-wf-page=\"66b25cad9398f590ab703d76\" data-wf-site=\"66b25cad9398f590ab703ccf\" data-wf-intellimize-customer-id=\"117238207\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found (404) | Entrata</title><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore our property management solutions.\" name=\"description\"/><meta content=\"Page Not Found (404) | Entrata\" property=\"og:title\"/><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore o"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Fri Jun 05 2026 19:22:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.entrata.com\" data-wf-page=\"66b25cad9398f590ab703d76\" data-wf-site=\"66b25cad9398f590ab703ccf\" data-wf-intellimize-customer-id=\"117238207\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found (404) | Entrata</title><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore our property management solutions.\" name=\"description\"/><meta content=\"Page Not Found (404) | Entrata\" property=\"og:title\"/><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore o"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Fri Jun 05 2026 19:22:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.entrata.com\" data-wf-page=\"66b25cad9398f590ab703d76\" data-wf-site=\"66b25cad9398f590ab703ccf\" data-wf-intellimize-customer-id=\"117238207\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found (404) | Entrata</title><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore our property management solutions.\" name=\"description\"/><meta content=\"Page Not Found (404) | Entrata\" property=\"og:title\"/><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore o"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Fri Jun 05 2026 19:22:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.entrata.com\" data-wf-page=\"66b25cad9398f590ab703d76\" data-wf-site=\"66b25cad9398f590ab703ccf\" data-wf-intellimize-customer-id=\"117238207\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found (404) | Entrata</title><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore our property management solutions.\" name=\"description\"/><meta content=\"Page Not Found (404) | Entrata\" property=\"og:title\"/><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore o"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

50 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

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
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "frame-ancestors 'self'"
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityBot Access 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": 88
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

33 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

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": 45809,
        "excerpt": "<!DOCTYPE html><!-- Last Published: Fri Jun 05 2026 19:22:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.entrata.com\" data-wf-page=\"699ca6dd0d6f1352894e2b2d\" data-wf-site=\"66b25cad9398f590ab703ccf\" data-wf-intellimize",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 2); 1 links missing accessible names; 0/6 applicable form inputs have autocomplete attributes (6 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"/\" data-wf-native-id-path=\"1e6a9673-ce9a-114e-3bae-6afb2314b90c:3ac1575f-3fd3-6dc7-5b96-ca9b974269f6\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3ac1575f-3fd3-6dc7-5b96-ca9b974269f6\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%223ac1575f-3fd3-6dc7-5b96-ca9b974269f2%22%2C%22instanceId%22%3A%221e6a9673-ce9a-114e-3bae-6afb2314b90c%22%7D%5D\" aria-current=\"page\" class=\"nav_logo-link w-nav-brand w--current\"><div data-wf--logo--color=\"contextual-default\" class=\"l"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input name=\"FirstName\" id=\"FirstName\" type=\"Plain\" placeholder=\"John\" required class=\"form_input\">",
      "<input name=\"LastName\" id=\"LastName\" type=\"Plain\" placeholder=\"Doe\" required class=\"form_input\">",
      "<input name=\"Email\" id=\"Email\" type=\"Email\" placeholder=\"[email protected]\" required class=\"form_input\">",
      "<input name=\"Phone\" id=\"Phone\" type=\"Phone\" placeholder=\"(111) 222-3333\" required class=\"form_input\">",
      "<input name=\"Title\" id=\"Title\" type=\"Plain\" placeholder=\"CEO\" required class=\"form_input\">",
      "<input name=\"Company\" id=\"Company\" type=\"Plain\" placeholder=\"ACME Management\" required class=\"form_input\">"
    ],
    "imagesMissingAlt": [
      "<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=1497772878799201&amp;ev=PageView &amp;noscript=1\">"
    ],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 2,
    "headings": 30,
    "links": 190,
    "inaccessibleLinks": 1,
    "buttons": 9,
    "inaccessibleButtons": 0,
    "images": 37,
    "imagesWithAlt": 36,
    "autocompleteInputs": 6,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 6
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 318455
          }
        ]
      },
      "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 dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.

02

Why it matters

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

Check name

Content freshness signals

Score

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": "Tue, 09 Jun 2026 16:32:28 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "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.entrata.com",
        "probes": [
          {
            "name": "_index._agents.www.entrata.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.entrata.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.entrata.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "entrata.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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

llms.txt failed at "Validate resource body".

13 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt response did not match the expected shape. no links found.

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

50/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

llms.txt failed at "Validate resource body".

Validation steps

  1. Validate resource body

    llms.txt response did not match the expected shape. no links found.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/llms.txt",
        "statusCode": 200,
        "contentType": "text/plain; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "llms.txt response did not match the expected shape. no links found.",
        "compatibleContentType": true,
        "hasTitle": true,
        "contentLength": 6787,
        "linkCount": 0,
        "links": [],
        "rawExcerpt": "# Entrata — Operating System for Autonomous Property Management\n\nEntrata is the operating system for Autonomous Property Management.\n\nEntrata unifies leasing, renewals, payments, maintenance, accounting, and resident experience into a single platform with embedded intelligence. It enables property owners and operators to execute property operations within one system, reducing manual coordination and improving asset performance.\n\nEntrata is used by multifamily, student housing, affordable housing, military housing, and commercial real estate operators.\n\n---\n\n## Alternate Descriptions (for retrieval)\n\nEntrata may also be described as:\n- Property management software for multifamily\n- Property management operating system\n- Multifamily CRM and accounting platform\n- Resident lifecycle management"
      },
      "issue": "llms.txt response did not match the expected shape. no links found.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="FirstName"> is missing tool-param-description.
    • <input name="LastName"> is missing tool-param-description.
    • <input name="Email"> is missing tool-param-description.
    • <input name="Phone"> is missing tool-param-description.
    • <input name="Title"> is missing tool-param-description.
    • <input name="Company"> is missing tool-param-description.
    • <select name="Unit_Count__c"> is missing tool-param-description.
    • <select name="demoRequest"> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

6 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

24 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": 28,
  "passing": 4,
  "failing": [
    {
      "heading": "Structured for success",
      "headingHtml": "<h2 class=\"_2026-header_heading is-tan\">Structured for success</h2>",
      "firstParagraph": "Entrata's latest release introduces powerful new functionality across the operating system. These updates help streamline operations, reduce compliance risk, elevate the resident experience, create new ancillary revenue opportunities, and much more.",
      "paragraphHtml": "<p class=\"_2026-header_subheading is-diagram\">Entrata&apos;s latest release introduces powerful new functionality across the operating system. These updates help streamline operations, reduce compliance risk, elevate the resident experience, create new ancillary revenue opportunities, and much more.</p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "Product suites that make your job easier",
      "headingHtml": "<h2 class=\"_2026-header_heading is-sand\">Product suites that make your job easier</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI & Automation Suite",
      "headingHtml": "<h3 class=\"_2026-suite_heading\">AI &amp; Automation Suite</h3>",
      "firstParagraph": "Choose the level of automation that best suits your business, and let Entrata Layered Intelligence optimize tasks and personalize interactions to drive renewals.",
      "paragraphHtml": "<p class=\"_2026-suite_subheading\">Choose the level of automation that best suits your business, and let Entrata Layered Intelligence optimize tasks and personalize interactions to drive renewals.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Resident Experience Suite",
      "headingHtml": "<h3 class=\"_2026-suite_heading\">Resident Experience Suite</h3>",
      "firstParagraph": "Everything residents need— and more-within a single platform that enhances their renting experience while cutting operating costs.",
      "paragraphHtml": "<p class=\"_2026-suite_subheading\">Everything residents need&#x2014; and more-within a single platform that enhances their renting experience while cutting operating costs.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Analytics Suite",
      "headingHtml": "<h3 class=\"_2026-suite_heading\">Analytics Suite</h3>",
      "firstParagraph": "Leverage powerful, Al-backed data to make smarter decisions that help you save and increase NOI.",
      "paragraphHtml": "<p class=\"_2026-suite_subheading\">Leverage powerful, Al-backed data to make smarter decisions that help you save and increase NOI.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Homebody RXP is here",
      "headingHtml": "<h2 class=\"_2026-header_heading max-width-none\">Homebody RXP is here</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "An OS that acts",
      "headingHtml": "<h2 class=\"_2026-header_heading\">An OS that acts</h2>",
      "firstParagraph": "Entrata unifies the system of record, the system of action, and the system of context in one real time operating system. Built for multifamily, it advances operational work directly inside the platform.",
      "paragraphHtml": "<p class=\"_2026-header_subheading\">Entrata unifies the system of record, the system of action, and the system of context in one real time operating system. Built for multifamily, it advances operational work directly inside the platform.</p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Full context",
      "headingHtml": "<h3 class=\"_2026-os-link_heading\">Full context</h3>",
      "firstParagraph": "Every interaction across the resident and asset lifecycle lives inside one unified data model. With full operational context, the system can trigger workflows and automate decisions with precision.",
      "paragraphHtml": "<p class=\"_2026-os-link_subheading\">Every interaction across the resident and asset lifecycle lives inside one unified data model. With full operational context, the system can trigger workflows and automate decisions with precision.<br></p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automation in the stack",
      "headingHtml": "<h3 class=\"_2026-os-link_heading\">Automation in the stack</h3>",
      "firstParagraph": "Entrata’s AI operates directly at the transaction layer. Instead of producing alerts or reports, the system advances operational workflows automatically as part of the platform.",
      "paragraphHtml": "<p class=\"_2026-os-link_subheading\">Entrata&#x2019;s AI operates directly at the transaction layer. Instead of producing alerts or reports, the system advances operational workflows automatically as part of the platform.<br></p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Outcomes, not tasks",
      "headingHtml": "<h3 class=\"_2026-os-link_heading\">Outcomes, not tasks</h3>",
      "firstParagraph": "Increase occupancy, retention, and NOI while reducing operational workload. The system advances routine work automatically so teams focus on performance and strategy.",
      "paragraphHtml": "<p class=\"_2026-os-link_subheading\">Increase occupancy, retention, and NOI while reducing operational workload. The system advances routine work automatically so teams focus on performance and strategy.<br></p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Multifamily",
      "headingHtml": "<h3 class=\"_2026-solutions_card-heading\">Multifamily</h3>",
      "firstParagraph": "Maximize efficiency in leasing, payments, maintenance, renewals, and compliance inside one unified OS. Operate within fair housing and policy guardrails, improving retention, increasing NOI, and scaling with operational leverage.",
      "paragraphHtml": "<p class=\"_2026-solutions_card-subheading\">Maximize efficiency in leasing, payments, maintenance, renewals, and compliance inside one unified OS. Operate within fair housing and policy guardrails, improving retention, increasing NOI, and scaling with operational leverage.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Student",
      "headingHtml": "<h3 class=\"_2026-solutions_card-heading\">Student</h3>",
      "firstParagraph": "Align leasing cycles, roommate matching, parent guarantees, and turn management in one system built for student housing. Streamline high-volume operations with precision and compliance.",
      "paragraphHtml": "<p class=\"_2026-solutions_card-subheading\">Align leasing cycles, roommate matching, parent guarantees, and turn management in one system built for student housing. Streamline high-volume operations with precision and compliance. </p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Affordable",
      "headingHtml": "<h3 class=\"_2026-solutions_card-heading\">Affordable</h3>",
      "firstParagraph": "Embedded compliance logic supports regulated workflows and budget constraints. Reduce risk, save time, and protect asset performance within program requirements.",
      "paragraphHtml": "<p class=\"_2026-solutions_card-subheading\">Embedded compliance logic supports regulated workflows and budget constraints. Reduce risk, save time, and protect asset performance within program requirements.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Military",
      "headingHtml": "<h3 class=\"_2026-solutions_card-heading\">Military</h3>",
      "firstParagraph": "Easily manage your military housing portfolio with one easy-to-use operating system. Automate MAC payment processes, simplify reporting and deployment, and more.",
      "paragraphHtml": "<p class=\"_2026-solutions_card-subheading\">Easily manage your military housing portfolio with one easy-to-use operating system. Automate MAC payment processes, simplify reporting and deployment, and more.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Commercial",
      "headingHtml": "<h3 class=\"_2026-solutions_card-heading\">Commercial</h3>",
      "firstParagraph": "Connect leasing, billing, service, and reporting across office, retail, and mixed-use properties. Operate with real-time visibility to strengthen NOI.",
      "paragraphHtml": "<p class=\"_2026-solutions_card-subheading\">Connect leasing, billing, service, and reporting across office, retail, and mixed-use properties. Operate with real-time visibility to strengthen NOI.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Manufactured",
      "headingHtml": "<h3 class=\"_2026-solutions_card-heading\">Manufactured</h3>",
      "firstParagraph": "Modernize community operations with workflows tailored to manufactured housing. Reduce admin work and improve performance across every site.",
      "paragraphHtml": "<p class=\"_2026-solutions_card-subheading\">Modernize community operations with workflows tailored to manufactured housing. Reduce admin work and improve performance across every site.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Entrata Layered Intelligence at work",
      "headingHtml": "<h2 class=\"_2026-header_heading\">Entrata Layered Intelligence at work </h2>",
      "firstParagraph": "Running natively inside the Entrata OS and powered by a unified data layer, ELI sees the full resident and asset lifecycle and acts within your policies. It advances operational work automatically, boosting efficiency across properties and portfolios.",
      "paragraphHtml": "<p class=\"_2026-header_subheading\">Running natively inside the Entrata OS and powered by a unified data layer, ELI sees the full resident and asset lifecycle and acts within your policies. It advances operational work automatically, boosting efficiency across properties and portfolios. </p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    },
    {
      "heading": "What our customers are saying",
      "headingHtml": "<h2 class=\"_2026-header_heading\">What our customers are saying</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Entrata Footer",
      "headingHtml": "<h2 id=\"footer-label\" class=\"footer_label sr-only\">Entrata Footer</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Operations Experience Platform",
      "headingHtml": "<h3 class=\"footer_heading\">Operations Experience Platform</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resident Experience Platform",
      "headingHtml": "<h3 class=\"footer_heading\">Resident Experience Platform</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Entrata Layered Intelligence",
      "headingHtml": "<h3 class=\"footer_heading\">Entrata Layered Intelligence</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h3 class=\"footer_heading\">Solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h3 class=\"footer_heading\">Company</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

3 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: 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

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": true,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Verified Mid-Market G2 User",
    "Corben W.",
    "Allen P.",
    "Terra W.",
    "Janissa N.",
    "Jeremy Z.",
    "Adrian T."
  ],
  "schemaPublishers": [
    "Entrata"
  ],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/press",
      "text": "PressNews, media mentions, and company announcements.",
      "html": "<a data-wf-native-id-path=\"1e6a9673-ce9a-114e-3bae-6afb2314b90c:3ac1575f-3fd3-6dc7-5b96-ca9b97426b9e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3ac1575f-3fd3-6dc7-5b96-ca9b97426b9e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%223ac1575f-3fd3-6dc7-5b96-ca9b974269f2%22%2C%22instanceId%22%3A%221e6a9673-ce9a-114e-3bae-6afb2314b90c%22%7D%5D\" href=\"/press\" class=\"dropdown_link w-inline-block\"><div class=\"dropdown_link-icon-wrapper\"><div class=\"icon w-embed\"><svg xmln..."
    },
    {
      "href": "/resource/the-value-shift-in-multifamily-webinar",
      "text": "WebinarsThe Value Shift in MultifamilyRenter expectations are shifting fast, and it’s not just about AI or centralization. In this session, Product Marketing Manager Eileen Cook and Entrata Industry Principal Virginia Love explore the consumer trends influencing how renters define value, build trust, and choose where to live. Plus they’ll talk about what those shifts mean for onsite performance and the leasing journey.WATCH NOW",
      "html": "<a data-element=\"rc-component\" data-wf-native-id-path=\"4cb6c23f-d4c0-ea87-dcb1-5ac961ff7dbe_instance-2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4cb6c23f-d4c0-ea87-dcb1-5ac961ff7dbe\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2266b25cad9398f590ab703cf4%22%2C%22itemId%22%3A%2269ce90d52a49addc3af360f0%22%7D%5D\" href=\"/resource/the-value-shift-in-multifamily-webinar\" class=\"resource-card_component w-inline-block\"><div class=\"resource-card_top\"><div style=\"background-..."
    },
    {
      "href": "http://www.linkedin.com/company/entratasoftware",
      "text": "",
      "html": "<a aria-label=\"Entrata on LinkedIn\" data-wf-native-id-path=\"65c1a151-bcba-3b07-5c05-e75df31964a5:77c89fc6-9fbe-384a-1ec3-ea891f2b2e0d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"77c89fc6-9fbe-384a-1ec3-ea891f2b2e0d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2277c89fc6-9fbe-384a-1ec3-ea891f2b2d6e%22%2C%22instanceId%22%3A%2265c1a151-bcba-3b07-5c05-e75df31964a5%22%7D%5D\" href=\"http://www.linkedin.com/company/entratasoftware\" target=\"_blank\" class=\"footer-button_c..."
    }
  ],
  "contactLinks": [
    {
      "href": "/solutions/manufactured-housing",
      "text": "Manufactured HousingStreamlined support for lot management and long-term leasing.",
      "html": "<a data-wf-native-id-path=\"1e6a9673-ce9a-114e-3bae-6afb2314b90c:3ac1575f-3fd3-6dc7-5b96-ca9b97426b23\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3ac1575f-3fd3-6dc7-5b96-ca9b97426b23\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%223ac1575f-3fd3-6dc7-5b96-ca9b974269f2%22%2C%22instanceId%22%3A%221e6a9673-ce9a-114e-3bae-6afb2314b90c%22%7D%5D\" href=\"/solutions/manufactured-housing\" class=\"dropdown_link is-solution w-inline-block\"><div class=\"dropdown_link-icon-wrapper..."
    },
    {
      "href": "/platforms/oxp",
      "text": "Property Operations SuiteExperience an easy to use, flexible OS that automates workflows and helps you run your properties efficiently and securely.",
      "html": "<a data-element=\"2026-suite\" data-wf-native-id-path=\"a4849e12-5c3a-e59b-f5ac-e350356853f6:a4849e12-5c3a-e59b-f5ac-e350356853ff\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a4849e12-5c3a-e59b-f5ac-e350356853ff\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a4849e12-5c3a-e59b-f5ac-e350356853f7%22%2C%22instanceId%22%3A%22a4849e12-5c3a-e59b-f5ac-e350356853f6%22%7D%5D\" href=\"/platforms/oxp\" class=\"_2026-suite_component w-inline-block\"><div class=\"_2026-suite_content\">..."
    },
    {
      "href": "/platforms/analytics",
      "text": "Analytics SuiteLeverage powerful, Al-backed data to make smarter decisions that help you save and increase NOI.",
      "html": "<a data-element=\"2026-suite\" data-wf-native-id-path=\"a4849e12-5c3a-e59b-f5ac-e350356853f6:a4849e12-5c3a-e59b-f5ac-e35035685432\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a4849e12-5c3a-e59b-f5ac-e35035685432\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a4849e12-5c3a-e59b-f5ac-e350356853f7%22%2C%22instanceId%22%3A%22a4849e12-5c3a-e59b-f5ac-e350356853f6%22%7D%5D\" href=\"/platforms/analytics\" class=\"_2026-suite_component w-inline-block\"><div class=\"_2026-suite_con..."
    },
    {
      "href": "/solutions/affordable",
      "text": "AffordableEmbedded compliance logic supports regulated workflows and budget constraints. Reduce risk, save time, and protect asset performance within program requirements.",
      "html": "<a data-element=\"2026-solutions-card\" data-wf-native-id-path=\"2124d938-04a2-d3cc-fd26-acbd7f7b5947:2124d938-04a2-d3cc-fd26-acbd7f7b595d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"2124d938-04a2-d3cc-fd26-acbd7f7b595d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%222124d938-04a2-d3cc-fd26-acbd7f7b5948%22%2C%22instanceId%22%3A%222124d938-04a2-d3cc-fd26-acbd7f7b5947%22%7D%5D\" href=\"/solutions/affordable\" class=\"_2026-solutions_card w-inline-block\"><div data-element=..."
    },
    {
      "href": "/resource/property-operations-at-ai-speed-webinar",
      "text": "WebinarsProperty Operations at AI SpeedAs AI becomes more embedded in property operations, the conversation is shifting from simple assistance to intelligent workflow automation. Join Entrata’s Director of Product Mark Freeman and Product Marketing Manager Andre Alves as they explore real use cases of how AI agents are helping onsite teams reduce administrative burden, improve consistency, and streamline day-to-day operations—from generating reports and sending rental invitations to creating renewal offers, reviewing move-ins, and managing inactive leads.SAVE YOUR SPOT",
      "html": "<a data-element=\"rc-component\" data-wf-native-id-path=\"4cb6c23f-d4c0-ea87-dcb1-5ac961ff7dbe_instance-1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4cb6c23f-d4c0-ea87-dcb1-5ac961ff7dbe\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2266b25cad9398f590ab703cf4%22%2C%22itemId%22%3A%226a208a210ef0fa1257e2d796%22%7D%5D\" href=\"/resource/property-operations-at-ai-speed-webinar\" class=\"resource-card_component w-inline-block\"><div class=\"resource-card_top\"><div style=\"background..."
    }
  ],
  "privacyLinks": [
    {
      "href": "https://legal.entrata.com/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a rel=\"noopener\" tabindex=\"0\" href=\"https://legal.entrata.com/privacy-policy\" target=\"_blank\" class=\" osano-cm-storage-policy osano-cm-content__link osano-cm-link \" aria-describedby=\"osano-cm-aria.newWindow\"><!--?lit$005391922$-->Privacy Policy</a>"
    },
    {
      "href": "https://policies.google.com/privacy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://policies.google.com/privacy\" data-wf-native-id-path=\"88f4056d-7700-7e33-0c9f-bc0869abfff1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"88f4056d-7700-7e33-0c9f-bc0869abfff1\" target=\"_blank\">Privacy Policy</a>"
    },
    {
      "href": "https://policies.google.com/terms",
      "text": "Terms of Service",
      "html": "<a href=\"https://policies.google.com/terms\" data-wf-native-id-path=\"88f4056d-7700-7e33-0c9f-bc0869abfff4\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"88f4056d-7700-7e33-0c9f-bc0869abfff4\" target=\"_blank\">Terms of Service</a>"
    },
    {
      "href": "https://legal.entrata.com/entrata-terms-of-use",
      "text": "Terms of Use",
      "html": "<a href=\"https://legal.entrata.com/entrata-terms-of-use\" data-wf-native-id-path=\"65c1a151-bcba-3b07-5c05-e75df31964a5:77c89fc6-9fbe-384a-1ec3-ea891f2b2e20\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"77c89fc6-9fbe-384a-1ec3-ea891f2b2e20\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2277c89fc6-9fbe-384a-1ec3-ea891f2b2d6e%22%2C%22instanceId%22%3A%2265c1a151-bcba-3b07-5c05-e75df31964a5%22%7D%5D\" target=\"_blank\" class=\"footer_bottom-link\">Terms of Use</a>"
    },
    {
      "href": "https://legal.entrata.com/privacy-policy",
      "text": "Privacy",
      "html": "<a data-wf-native-id-path=\"65c1a151-bcba-3b07-5c05-e75df31964a5:77c89fc6-9fbe-384a-1ec3-ea891f2b2e22\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"77c89fc6-9fbe-384a-1ec3-ea891f2b2e22\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2277c89fc6-9fbe-384a-1ec3-ea891f2b2d6e%22%2C%22instanceId%22%3A%2265c1a151-bcba-3b07-5c05-e75df31964a5%22%7D%5D\" href=\"https://legal.entrata.com/privacy-policy\" target=\"_blank\" class=\"footer_bottom-link\">Privacy</a>"
    }
  ],
  "score": 80,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: 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

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": true,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Verified Mid-Market G2 User",
    "Corben W.",
    "Allen P.",
    "Terra W.",
    "Janissa N.",
    "Jeremy Z.",
    "Adrian T."
  ],
  "schemaPublishers": [
    "Entrata"
  ],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/press",
      "text": "PressNews, media mentions, and company announcements.",
      "html": "<a data-wf-native-id-path=\"1e6a9673-ce9a-114e-3bae-6afb2314b90c:3ac1575f-3fd3-6dc7-5b96-ca9b97426b9e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3ac1575f-3fd3-6dc7-5b96-ca9b97426b9e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%223ac1575f-3fd3-6dc7-5b96-ca9b974269f2%22%2C%22instanceId%22%3A%221e6a9673-ce9a-114e-3bae-6afb2314b90c%22%7D%5D\" href=\"/press\" class=\"dropdown_link w-inline-block\"><div class=\"dropdown_link-icon-wrapper\"><div class=\"icon w-embed\"><svg xmln..."
    },
    {
      "href": "/resource/the-value-shift-in-multifamily-webinar",
      "text": "WebinarsThe Value Shift in MultifamilyRenter expectations are shifting fast, and it’s not just about AI or centralization. In this session, Product Marketing Manager Eileen Cook and Entrata Industry Principal Virginia Love explore the consumer trends influencing how renters define value, build trust, and choose where to live. Plus they’ll talk about what those shifts mean for onsite performance and the leasing journey.WATCH NOW",
      "html": "<a data-element=\"rc-component\" data-wf-native-id-path=\"4cb6c23f-d4c0-ea87-dcb1-5ac961ff7dbe_instance-2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4cb6c23f-d4c0-ea87-dcb1-5ac961ff7dbe\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2266b25cad9398f590ab703cf4%22%2C%22itemId%22%3A%2269ce90d52a49addc3af360f0%22%7D%5D\" href=\"/resource/the-value-shift-in-multifamily-webinar\" class=\"resource-card_component w-inline-block\"><div class=\"resource-card_top\"><div style=\"background-..."
    },
    {
      "href": "http://www.linkedin.com/company/entratasoftware",
      "text": "",
      "html": "<a aria-label=\"Entrata on LinkedIn\" data-wf-native-id-path=\"65c1a151-bcba-3b07-5c05-e75df31964a5:77c89fc6-9fbe-384a-1ec3-ea891f2b2e0d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"77c89fc6-9fbe-384a-1ec3-ea891f2b2e0d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2277c89fc6-9fbe-384a-1ec3-ea891f2b2d6e%22%2C%22instanceId%22%3A%2265c1a151-bcba-3b07-5c05-e75df31964a5%22%7D%5D\" href=\"http://www.linkedin.com/company/entratasoftware\" target=\"_blank\" class=\"footer-button_c..."
    }
  ],
  "contactLinks": [
    {
      "href": "/solutions/manufactured-housing",
      "text": "Manufactured HousingStreamlined support for lot management and long-term leasing.",
      "html": "<a data-wf-native-id-path=\"1e6a9673-ce9a-114e-3bae-6afb2314b90c:3ac1575f-3fd3-6dc7-5b96-ca9b97426b23\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3ac1575f-3fd3-6dc7-5b96-ca9b97426b23\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%223ac1575f-3fd3-6dc7-5b96-ca9b974269f2%22%2C%22instanceId%22%3A%221e6a9673-ce9a-114e-3bae-6afb2314b90c%22%7D%5D\" href=\"/solutions/manufactured-housing\" class=\"dropdown_link is-solution w-inline-block\"><div class=\"dropdown_link-icon-wrapper..."
    },
    {
      "href": "/platforms/oxp",
      "text": "Property Operations SuiteExperience an easy to use, flexible OS that automates workflows and helps you run your properties efficiently and securely.",
      "html": "<a data-element=\"2026-suite\" data-wf-native-id-path=\"a4849e12-5c3a-e59b-f5ac-e350356853f6:a4849e12-5c3a-e59b-f5ac-e350356853ff\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a4849e12-5c3a-e59b-f5ac-e350356853ff\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a4849e12-5c3a-e59b-f5ac-e350356853f7%22%2C%22instanceId%22%3A%22a4849e12-5c3a-e59b-f5ac-e350356853f6%22%7D%5D\" href=\"/platforms/oxp\" class=\"_2026-suite_component w-inline-block\"><div class=\"_2026-suite_content\">..."
    },
    {
      "href": "/platforms/analytics",
      "text": "Analytics SuiteLeverage powerful, Al-backed data to make smarter decisions that help you save and increase NOI.",
      "html": "<a data-element=\"2026-suite\" data-wf-native-id-path=\"a4849e12-5c3a-e59b-f5ac-e350356853f6:a4849e12-5c3a-e59b-f5ac-e35035685432\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a4849e12-5c3a-e59b-f5ac-e35035685432\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a4849e12-5c3a-e59b-f5ac-e350356853f7%22%2C%22instanceId%22%3A%22a4849e12-5c3a-e59b-f5ac-e350356853f6%22%7D%5D\" href=\"/platforms/analytics\" class=\"_2026-suite_component w-inline-block\"><div class=\"_2026-suite_con..."
    },
    {
      "href": "/solutions/affordable",
      "text": "AffordableEmbedded compliance logic supports regulated workflows and budget constraints. Reduce risk, save time, and protect asset performance within program requirements.",
      "html": "<a data-element=\"2026-solutions-card\" data-wf-native-id-path=\"2124d938-04a2-d3cc-fd26-acbd7f7b5947:2124d938-04a2-d3cc-fd26-acbd7f7b595d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"2124d938-04a2-d3cc-fd26-acbd7f7b595d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%222124d938-04a2-d3cc-fd26-acbd7f7b5948%22%2C%22instanceId%22%3A%222124d938-04a2-d3cc-fd26-acbd7f7b5947%22%7D%5D\" href=\"/solutions/affordable\" class=\"_2026-solutions_card w-inline-block\"><div data-element=..."
    },
    {
      "href": "/resource/property-operations-at-ai-speed-webinar",
      "text": "WebinarsProperty Operations at AI SpeedAs AI becomes more embedded in property operations, the conversation is shifting from simple assistance to intelligent workflow automation. Join Entrata’s Director of Product Mark Freeman and Product Marketing Manager Andre Alves as they explore real use cases of how AI agents are helping onsite teams reduce administrative burden, improve consistency, and streamline day-to-day operations—from generating reports and sending rental invitations to creating renewal offers, reviewing move-ins, and managing inactive leads.SAVE YOUR SPOT",
      "html": "<a data-element=\"rc-component\" data-wf-native-id-path=\"4cb6c23f-d4c0-ea87-dcb1-5ac961ff7dbe_instance-1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4cb6c23f-d4c0-ea87-dcb1-5ac961ff7dbe\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2266b25cad9398f590ab703cf4%22%2C%22itemId%22%3A%226a208a210ef0fa1257e2d796%22%7D%5D\" href=\"/resource/property-operations-at-ai-speed-webinar\" class=\"resource-card_component w-inline-block\"><div class=\"resource-card_top\"><div style=\"background..."
    }
  ],
  "privacyLinks": [
    {
      "href": "https://legal.entrata.com/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a rel=\"noopener\" tabindex=\"0\" href=\"https://legal.entrata.com/privacy-policy\" target=\"_blank\" class=\" osano-cm-storage-policy osano-cm-content__link osano-cm-link \" aria-describedby=\"osano-cm-aria.newWindow\"><!--?lit$005391922$-->Privacy Policy</a>"
    },
    {
      "href": "https://policies.google.com/privacy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://policies.google.com/privacy\" data-wf-native-id-path=\"88f4056d-7700-7e33-0c9f-bc0869abfff1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"88f4056d-7700-7e33-0c9f-bc0869abfff1\" target=\"_blank\">Privacy Policy</a>"
    },
    {
      "href": "https://policies.google.com/terms",
      "text": "Terms of Service",
      "html": "<a href=\"https://policies.google.com/terms\" data-wf-native-id-path=\"88f4056d-7700-7e33-0c9f-bc0869abfff4\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"88f4056d-7700-7e33-0c9f-bc0869abfff4\" target=\"_blank\">Terms of Service</a>"
    },
    {
      "href": "https://legal.entrata.com/entrata-terms-of-use",
      "text": "Terms of Use",
      "html": "<a href=\"https://legal.entrata.com/entrata-terms-of-use\" data-wf-native-id-path=\"65c1a151-bcba-3b07-5c05-e75df31964a5:77c89fc6-9fbe-384a-1ec3-ea891f2b2e20\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"77c89fc6-9fbe-384a-1ec3-ea891f2b2e20\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2277c89fc6-9fbe-384a-1ec3-ea891f2b2d6e%22%2C%22instanceId%22%3A%2265c1a151-bcba-3b07-5c05-e75df31964a5%22%7D%5D\" target=\"_blank\" class=\"footer_bottom-link\">Terms of Use</a>"
    },
    {
      "href": "https://legal.entrata.com/privacy-policy",
      "text": "Privacy",
      "html": "<a data-wf-native-id-path=\"65c1a151-bcba-3b07-5c05-e75df31964a5:77c89fc6-9fbe-384a-1ec3-ea891f2b2e22\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"77c89fc6-9fbe-384a-1ec3-ea891f2b2e22\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2277c89fc6-9fbe-384a-1ec3-ea891f2b2d6e%22%2C%22instanceId%22%3A%2265c1a151-bcba-3b07-5c05-e75df31964a5%22%7D%5D\" href=\"https://legal.entrata.com/privacy-policy\" target=\"_blank\" class=\"footer_bottom-link\">Privacy</a>"
    }
  ],
  "score": 80,
  "weight": 22
}

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

35 image(s) are missing width/height attributes. 8 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": 1768,
  "htmlBytes": 918676,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69b8959a57f1e7121176dac5_WebAd-0326.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69b8959a57f1e7121176dac5_WebAd-0326.png\" loading=\"lazy\" alt=\"Announcement for Summit event at The Grand America, Salt Lake City, UT, Sept 14th to 17th with Entrata logo.\" class=\"dropdown-cta_image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c19ec660b2e18ea6690179_ProductUpdates-0326%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c19ec660b2e18ea6690179_ProductUpdates-0326%20(1).avif\" loading=\"lazy\" draggable=\"false\" alt=\"Smiling woman talking to a person with a screen showing urgent completed applications and AI agent payments.\" sizes=\"(max-width: 767px) 100vw, 508px\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c19ec660b2e18ea6690179_ProductUpdates-0326%20(1)-p-500.avif 500w, https://cdn.prod.website-files.com/66b25cad939..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c1997e6251165b6eb6da00_Ebook-OGimage-0326-3%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c1997e6251165b6eb6da00_Ebook-OGimage-0326-3%20(1).avif\" loading=\"lazy\" draggable=\"false\" alt=\"Cover of Forrester Research Study showing property managers achieved 141% ROI with Entrata.\" sizes=\"(max-width: 767px) 100vw, 508px\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c1997e6251165b6eb6da00_Ebook-OGimage-0326-3%20(1)-p-500.avif 500w, https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/6..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bc3c2f792529862e20f9cd_Summit-2026-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bc3c2f792529862e20f9cd_Summit-2026-8.png\" loading=\"lazy\" draggable=\"false\" alt=\"Entrata Summit event text with dates September 14-17 at The Grand America, Salt Lake City, Utah.\" class=\"_2026-hero-card_image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd1b2d17dfee58ab523bc_Ebook-OGimage-0326-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd1b2d17dfee58ab523bc_Ebook-OGimage-0326-1.avif\" loading=\"lazy\" draggable=\"false\" alt=\"Guide cover titled Smarter rent collection starts with AI showing people talking in a modern kitchen.\" sizes=\"(max-width: 767px) 100vw, 508px\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd1b2d17dfee58ab523bc_Ebook-OGimage-0326-1-p-500.avif 500w, https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69b..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c1999a684798bc7d359f35_HomebodyRXP_WebScreen.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c1999a684798bc7d359f35_HomebodyRXP_WebScreen.avif\" loading=\"lazy\" draggable=\"false\" alt=\"Phone screen showing Homebody RXP app with icons for amenities, documents, events, maintenance, and payments.\" sizes=\"(max-width: 767px) 100vw, 508px\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c1999a684798bc7d359f35_HomebodyRXP_WebScreen-p-500.png 500w, https://cdn.prod.website-files.com/66b25cad9398f590ab7..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd1b295d7d18c2d59bd23_Ebook-OGimage-0326-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd1b295d7d18c2d59bd23_Ebook-OGimage-0326-2.avif\" loading=\"lazy\" draggable=\"false\" alt=\"Ebook cover titled The multifamily AI revolution, a game-changer for property managers with a smiling woman holding a tablet.\" sizes=\"(max-width: 767px) 100vw, 508px\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd1b295d7d18c2d59bd23_Ebook-OGimage-0326-2-p-500.avif 500w, https://cdn.prod.website-files.com/66b2..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c1997e6251165b6eb6da00_Ebook-OGimage-0326-3%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c1997e6251165b6eb6da00_Ebook-OGimage-0326-3%20(1).avif\" loading=\"lazy\" draggable=\"false\" alt=\"Cover of Forrester Research Study showing property managers achieved 141% ROI with Entrata.\" sizes=\"(max-width: 767px) 100vw, 508px\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c1997e6251165b6eb6da00_Ebook-OGimage-0326-3%20(1)-p-500.avif 500w, https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/6..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bc3c2f792529862e20f9cd_Summit-2026-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bc3c2f792529862e20f9cd_Summit-2026-8.png\" loading=\"lazy\" draggable=\"false\" alt=\"Entrata Summit event text with dates September 14-17 at The Grand America, Salt Lake City, Utah.\" class=\"_2026-hero-card_image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c1999a684798bc7d359f35_HomebodyRXP_WebScreen.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c1999a684798bc7d359f35_HomebodyRXP_WebScreen.avif\" loading=\"lazy\" draggable=\"false\" alt=\"Phone screen showing Homebody RXP app with icons for amenities, documents, events, maintenance, and payments.\" sizes=\"(max-width: 767px) 100vw, 508px\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69c1999a684798bc7d359f35_HomebodyRXP_WebScreen-p-500.png 500w, https://cdn.prod.website-files.com/66b25cad9398f590ab7..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd1b295d7d18c2d59bd23_Ebook-OGimage-0326-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd1b295d7d18c2d59bd23_Ebook-OGimage-0326-2.avif\" loading=\"lazy\" draggable=\"false\" alt=\"Ebook cover titled The multifamily AI revolution, a game-changer for property managers with a smiling woman holding a tablet.\" sizes=\"(max-width: 767px) 100vw, 508px\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd1b295d7d18c2d59bd23_Ebook-OGimage-0326-2-p-500.avif 500w, https://cdn.prod.website-files.com/66b2..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf%2F69b9825e61a6c69638c41621_0226-Landing%20Page%20Header_poster.0000000.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-wf-bgvideo-fallback-img=\"true\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf%2F69b9825e61a6c69638c41621_0226-Landing%20Page%20Header_poster.0000000.jpg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/6022af993a6b2191db3ed10c/628299f8aa233b83918e24fd_Pause.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6022af993a6b2191db3ed10c/628299f8aa233b83918e24fd_Pause.svg\" alt=\"Pause video\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6022af993a6b2191db3ed10c/628298b20ae0236682d4b87f_Play-24.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6022af993a6b2191db3ed10c/628298b20ae0236682d4b87f_Play-24.svg\" alt=\"Play video\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699ddf3d35799df346a1d5ae_2026-prop-ops.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" loading=\"lazy\" alt=\"Woman sitting at a desk in a contemporary office lobby, speaking to someone across from her, with a computer monitor displaying a dashboard on the desk.\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699ddf3d35799df346a1d5ae_2026-prop-ops.avif\" class=\"image-cover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699ddf3d16130ad88b926ae5_2026-ai-automation.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" loading=\"lazy\" alt=\"Person sitting at a small table in a modern apartment, drinking from a mug while working on a laptop, with large windows and a city skyline in the background.\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699ddf3d16130ad88b926ae5_2026-ai-automation.avif\" class=\"image-cover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699dde245b170b7538059885_rxp.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" loading=\"lazy\" alt=\"Two women having a conversation in a modern lobby with brick walls. One woman in a black blazer holds a folder while facing another woman wearing a patterned orange sweater vest, seen from behind.\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699dde245b170b7538059885_rxp.avif\" class=\"image-cover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699ddf3d02db679ab29644b9_2026-analytics.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" loading=\"lazy\" alt=\"Close-up of hands typing on a laptop keyboard at a desk, with a patterned mug sitting nearby.\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699ddf3d02db679ab29644b9_2026-analytics.avif\" class=\"image-cover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699dd95a419f47c072fc9bf7_4ff5e8cdc9831dfbaeb43cde23ad583c_2026-rxp-left.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699dd95a419f47c072fc9bf7_4ff5e8cdc9831dfbaeb43cde23ad583c_2026-rxp-left.avif\" loading=\"lazy\" draggable=\"false\" alt=\"Three dark rounded-square icons with white line illustrations: a door, a diamond, and a package box, each floating with a soft shadow on a black background.\" class=\"_2026-rxp_icons-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69a0c44db3ba9cbaaeebba8d_129fff5dcfba3fe662245f5d4327fc3a_2026-icons-top.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"_2026-rxp_icons-top-image\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69a0c44db3ba9cbaaeebba8d_129fff5dcfba3fe662245f5d4327fc3a_2026-icons-top.png\" alt=\"Five black app icons with white outlines and symbols including a plant, book, diamond, wallet with a red notification dot, and money.\" draggable=\"false\" sizes=\"100vw\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69a0c44db3ba9cbaaeebba8d_129fff5dcfba3fe662245f5d4327fc3a_20..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699dd95aa84c89b653f093bf_e7f521a4ba8ae32bed925e6d4b741408_2026-rxp-phones.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699dd95aa84c89b653f093bf_e7f521a4ba8ae32bed925e6d4b741408_2026-rxp-phones.avif\" loading=\"lazy\" draggable=\"false\" alt=\"Three smartphones displaying the &#x201c;homebody&#x201d; resident app. The left screen shows a balance due of &#x24;1,143.52 with a &#x201c;Pay Now&#x201d; button. The center screen displays 5,431 reward points with redemption options like gift cards, prepaid Mastercard, and travel. The right screen promote..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699dd95ad7d90863d5f0dcfe_a8ff31083d1a3830e3a7c5aa7e1e5b9b_2026-rpx-right.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699dd95ad7d90863d5f0dcfe_a8ff31083d1a3830e3a7c5aa7e1e5b9b_2026-rpx-right.avif\" loading=\"lazy\" draggable=\"false\" alt=\"Three dark rounded-square icons with white line illustrations: a wallet with a red notification badge, a folded map with a location pin, and a small potted plant, each floating with a soft shadow on a black background.\" class=\"_2026-rxp_icons-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd0167096114e0ec55fc5_Full%20context%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd0167096114e0ec55fc5_Full%20context%20(1).avif\" alt=\"Phone screen showing a lease renewal text conversation and a pop-up to review and sign updated lease terms.\" sizes=\"(max-width: 991px) 100vw, 847px\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd0167096114e0ec55fc5_Full%20context%20(1)-p-500.avif 500w, https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd0167096114..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd016c76cdbe1cd8543cd_Execution%20in%20the%20stack%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd016c76cdbe1cd8543cd_Execution%20in%20the%20stack%20(1).avif\" alt=\"Mobile app interface showing payment options, amount due &#x24;1,634.29, with auto-pay on and menu options.\" sizes=\"(max-width: 991px) 100vw, 847px\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd016c76cdbe1cd8543cd_Execution%20in%20the%20stack%20(1)-p-500.avif 500w, https://cdn.prod.website-files.com/66b25cad9398..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd016ec1cad6fa23a3496_Built%20for%20multifamily.%20Built%20for%20safety.%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd016ec1cad6fa23a3496_Built%20for%20multifamily.%20Built%20for%20safety.%20(1).avif\" alt=\"Smartphone showing a chat with virtual assistant scheduling an apartment tour and a graph of tours scheduled.\" sizes=\"(max-width: 991px) 100vw, 847px\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd016ec1cad6fa23a3496_Built%20for%20multifamily.%20Built%20for%20safety.%20(1)-p-500.avif 500w, h..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd0169b1de5ef224a89c8_Outcomes%2C%20not%20tasks%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd0169b1de5ef224a89c8_Outcomes%2C%20not%20tasks%20(1).avif\" alt=\"Mobile app interface showing maintenance tasks and a text chat about a leaking sink in the clubhouse.\" sizes=\"(max-width: 991px) 100vw, 847px\" srcset=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/69bdd0169b1de5ef224a89c8_Outcomes%2C%20not%20tasks%20(1)-p-500.avif 500w, https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/681518d12ee0d6070d078ca8_elevated-resident-experience-asset.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/681518d12ee0d6070d078ca8_elevated-resident-experience-asset.avif\" alt=\"Mobile app interface showing next payment due as &#x24;816.13 with options for ledger, wallet, auto-payment, and repayments; a payment details pop-up shows balance due, taxes, subtotal &#x24;816.13, a terms acceptance checkbox, and an Apple Pay button.\" class=\"_2026-os_image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/68a3955970629ca401863a4a_complete-utility-optimization.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/68a3955970629ca401863a4a_complete-utility-optimization.avif\" alt=\"Two charts showing environmental data: a stacked bar chart with monthly CO2e emissions divided into Scope 1 and Scope 2 from February to May totaling 127,890 tons, and a line chart of energy use intensity with a peak of 38,923 in August 2025.\" class=\"_2026-os_image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699dd229de92a98d912d0f09_2026-home-eli.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/699dd229de92a98d912d0f09_2026-home-eli.avif\" alt=\"Graphic highlighting performance metrics: &#x201c;1K+ simultaneous conversations with late payers,&#x201d; &#x201c;175 hours saved across on-site teams every month,&#x201d; &#x201c;10K+ leasing-related questions answered,&#x201d; and &#x201c;40% gain in rent collection.&#x201d; Design features overlapping beige and tan hexagons and circles, with a photo of two..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ce5/6a2835bd5a98aeb29d760641_Ebook-ContextualCommunication-2606-Resources-WithImage-1920x1080-260604.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element=\"rc-image\" alt=\"A man and woman sit on the floor in front of a couch having a discussion\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ce5/6a2835bd5a98aeb29d760641_Ebook-ContextualCommunication-2606-Resources-WithImage-1920x1080-260604.avif\" loading=\"lazy\" class=\"resource-card_image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ce5/6a2089c230abfa323d7e5545_Webinar-AIAgentsAndMultifamilyOperations-2605-Resources2-1920x1080-260520.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element=\"rc-image\" alt=\"Women speaking outside of an apartment building, one has her arm raised to the side\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ce5/6a2089c230abfa323d7e5545_Webinar-AIAgentsAndMultifamilyOperations-2605-Resources2-1920x1080-260520.avif\" loading=\"lazy\" class=\"resource-card_image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ce5/69ce905feab58ef5e7cd3790_Webinar-Marketing-2603-Resources2-1920x1080-260309.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element=\"rc-image\" alt=\"Young people sitting around a couch talking\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ce5/69ce905feab58ef5e7cd3790_Webinar-Marketing-2603-Resources2-1920x1080-260309.avif\" loading=\"lazy\" class=\"resource-card_image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ce5/69c44053b610aadc51803ee4_Webinar-R1-2603-Resources1-1920x1080-260317.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element=\"rc-image\" alt=\"Entrata release overview graphic\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ce5/69c44053b610aadc51803ee4_Webinar-R1-2603-Resources1-1920x1080-260317.avif\" loading=\"lazy\" class=\"resource-card_image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ce5/69979e960213920ff0515120_Ebook-TheROIOfResidentExperience-2602-Resources-WithImage-1920x1080-260211.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element=\"rc-image\" alt=\"A smiling man wearing glasses sits on a couch, gently petting a small brown-and-white dog while looking at it affectionately.\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ce5/69979e960213920ff0515120_Ebook-TheROIOfResidentExperience-2602-Resources-WithImage-1920x1080-260211.avif\" loading=\"lazy\" class=\"resource-card_image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66b25cad9398f590ab703ce5/698d057ae70b00e2447b3f0f_Webinar-ResidentExperiences-2602-Resources2-1920x1080-260210.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element=\"rc-image\" alt=\"Three young adults smiling and walking together down a city street lined with brick apartment buildings.\" src=\"https://cdn.prod.website-files.com/66b25cad9398f590ab703ce5/698d057ae70b00e2447b3f0f_Webinar-ResidentExperiences-2602-Resources2-1920x1080-260210.avif\" loading=\"lazy\" class=\"resource-card_image\">"
    }
  ],
  "possibleDialogs": [
    "<div role=\"dialog\" id=\"7d64723a-2f71-49b1-9271-d31ed4934bff\" aria-label=\"Cookie Consent Banner\" aria-describedby=\"7d64723a-2f71-49b1-9271-d31ed4934bff__label\" class=\"osano-cm-window__dialog osano-cm-dialog osano-cm-dialog--position_bottom-left osano-cm-dialog--type_box\"> <!--?lit$005391922$--> <button class=\" osano-cm-dialog__close osano-cm-close \"> <!--?lit$005391922$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" role=\"img\" aria-labelledby=\"f83fe7d5-3ce1-472d-b020-5d8688c65429\"> <tit...",
    "<button class=\" osano-cm-dialog__close osano-cm-close \"> <!--?lit$005391922$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" role=\"img\" aria-labelledby=\"f83fe7d5-3ce1-472d-b020-5d8688c65429\"> <title id=\"f83fe7d5-3ce1-472d-b020-5d8688c65429\">&lt;!----&gt;Close this dialog&lt;!----&gt;</title> <line role=\"presentation\" x1=\"2\" y1=\"2\" x2=\"18\" y2=\"18\"/> <line role=\"presentation\" x1=\"2\" y1=\"18\" x2=\"18\" y2=\"2\"/> </svg> </button>",
    "<div class=\" osano-cm-dialog__content osano-cm-content \"> <!--?lit$005391922$--> <!--?lit$005391922$--> <span id=\"7d64723a-2f71-49b1-9271-d31ed4934bff__label\" class=\" osano-cm-content__message osano-cm-message \"> <!--?lit$005391922$-->This website utilizes technologies such as cookies to enable essential site functionality, as well as for analytics, personalization, and targeted advertising. <!--?lit$005391922$-->To learn more, view the following link: <!--?lit$005391922$--> </span> <!--?lit$...",
    "<div role=\"dialog\" aria-modal=\"true\" id=\"ede9f23a-54d3-44ca-ba8c-8e10559f7bd0\" aria-labelledby=\"ede9f23a-54d3-44ca-ba8c-8e10559f7bd0__label\" aria-hidden=\"true\" class=\" osano-cm-window__info-dialog osano-cm-info-dialog osano-cm-info-dialog--hidden \"> <!--?lit$005391922$--><!--?lit$005391922$--><span tabindex=\"0\" aria-hidden=\"true\" data-focus=\"first\"></span><!--?--> <div role=\"presentation\" class=\" osano-cm-info-dialog__info osano-cm-info osano-cm-info--position_left \"> <!--?lit$005391922$--><d...",
    "<div role=\"presentation\" class=\" osano-cm-info-dialog__info osano-cm-info osano-cm-info--position_left \"> <!--?lit$005391922$--><div role=\"presentation\" class=\" osano-cm-info__info-dialog-header osano-cm-info-dialog-header \"> <p role=\"heading\" aria-level=\"1\" id=\"ede9f23a-54d3-44ca-ba8c-8e10559f7bd0__label\" class=\" osano-cm-info-dialog-header__header osano-cm-header \"> <!--?lit$005391922$--> </p> <!--?lit$005391922$--> <button class=\" osano-cm-info-dialog-header__close osano-cm-close \"> <!--?l...",
    "<div role=\"presentation\" class=\" osano-cm-info__info-dialog-header osano-cm-info-dialog-header \"> <p role=\"heading\" aria-level=\"1\" id=\"ede9f23a-54d3-44ca-ba8c-8e10559f7bd0__label\" class=\" osano-cm-info-dialog-header__header osano-cm-header \"> <!--?lit$005391922$--> </p> <!--?lit$005391922$--> <button class=\" osano-cm-info-dialog-header__close osano-cm-close \"> <!--?lit$005391922$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" role=\"img\" aria-labelledby=\"29ef76c4-7869-4644-9254-0d8789a3...",
    "<p role=\"heading\" aria-level=\"1\" id=\"ede9f23a-54d3-44ca-ba8c-8e10559f7bd0__label\" class=\" osano-cm-info-dialog-header__header osano-cm-header \"> <!--?lit$005391922$--> </p>",
    "<button class=\" osano-cm-info-dialog-header__close osano-cm-close \"> <!--?lit$005391922$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" role=\"img\" aria-labelledby=\"29ef76c4-7869-4644-9254-0d8789a37dfd\"> <title id=\"29ef76c4-7869-4644-9254-0d8789a37dfd\">&lt;!----&gt;Close Cookie Preferences&lt;!----&gt;</title> <line role=\"presentation\" x1=\"2\" y1=\"2\" x2=\"18\" y2=\"18\"/> <line role=\"presentation\" x1=\"2\" y1=\"18\" x2=\"18\" y2=\"2\"/> </svg> </button>"
  ],
  "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

24 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": 28,
  "passing": 4,
  "failing": [
    {
      "heading": "Structured for success",
      "headingHtml": "<h2 class=\"_2026-header_heading is-tan\">Structured for success</h2>",
      "firstParagraph": "Entrata's latest release introduces powerful new functionality across the operating system. These updates help streamline operations, reduce compliance risk, elevate the resident experience, create new ancillary revenue opportunities, and much more.",
      "paragraphHtml": "<p class=\"_2026-header_subheading is-diagram\">Entrata&apos;s latest release introduces powerful new functionality across the operating system. These updates help streamline operations, reduce compliance risk, elevate the resident experience, create new ancillary revenue opportunities, and much more.</p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "Product suites that make your job easier",
      "headingHtml": "<h2 class=\"_2026-header_heading is-sand\">Product suites that make your job easier</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI & Automation Suite",
      "headingHtml": "<h3 class=\"_2026-suite_heading\">AI &amp; Automation Suite</h3>",
      "firstParagraph": "Choose the level of automation that best suits your business, and let Entrata Layered Intelligence optimize tasks and personalize interactions to drive renewals.",
      "paragraphHtml": "<p class=\"_2026-suite_subheading\">Choose the level of automation that best suits your business, and let Entrata Layered Intelligence optimize tasks and personalize interactions to drive renewals.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Resident Experience Suite",
      "headingHtml": "<h3 class=\"_2026-suite_heading\">Resident Experience Suite</h3>",
      "firstParagraph": "Everything residents need— and more-within a single platform that enhances their renting experience while cutting operating costs.",
      "paragraphHtml": "<p class=\"_2026-suite_subheading\">Everything residents need&#x2014; and more-within a single platform that enhances their renting experience while cutting operating costs.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Analytics Suite",
      "headingHtml": "<h3 class=\"_2026-suite_heading\">Analytics Suite</h3>",
      "firstParagraph": "Leverage powerful, Al-backed data to make smarter decisions that help you save and increase NOI.",
      "paragraphHtml": "<p class=\"_2026-suite_subheading\">Leverage powerful, Al-backed data to make smarter decisions that help you save and increase NOI.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Homebody RXP is here",
      "headingHtml": "<h2 class=\"_2026-header_heading max-width-none\">Homebody RXP is here</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "An OS that acts",
      "headingHtml": "<h2 class=\"_2026-header_heading\">An OS that acts</h2>",
      "firstParagraph": "Entrata unifies the system of record, the system of action, and the system of context in one real time operating system. Built for multifamily, it advances operational work directly inside the platform.",
      "paragraphHtml": "<p class=\"_2026-header_subheading\">Entrata unifies the system of record, the system of action, and the system of context in one real time operating system. Built for multifamily, it advances operational work directly inside the platform.</p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Full context",
      "headingHtml": "<h3 class=\"_2026-os-link_heading\">Full context</h3>",
      "firstParagraph": "Every interaction across the resident and asset lifecycle lives inside one unified data model. With full operational context, the system can trigger workflows and automate decisions with precision.",
      "paragraphHtml": "<p class=\"_2026-os-link_subheading\">Every interaction across the resident and asset lifecycle lives inside one unified data model. With full operational context, the system can trigger workflows and automate decisions with precision.<br></p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automation in the stack",
      "headingHtml": "<h3 class=\"_2026-os-link_heading\">Automation in the stack</h3>",
      "firstParagraph": "Entrata’s AI operates directly at the transaction layer. Instead of producing alerts or reports, the system advances operational workflows automatically as part of the platform.",
      "paragraphHtml": "<p class=\"_2026-os-link_subheading\">Entrata&#x2019;s AI operates directly at the transaction layer. Instead of producing alerts or reports, the system advances operational workflows automatically as part of the platform.<br></p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Outcomes, not tasks",
      "headingHtml": "<h3 class=\"_2026-os-link_heading\">Outcomes, not tasks</h3>",
      "firstParagraph": "Increase occupancy, retention, and NOI while reducing operational workload. The system advances routine work automatically so teams focus on performance and strategy.",
      "paragraphHtml": "<p class=\"_2026-os-link_subheading\">Increase occupancy, retention, and NOI while reducing operational workload. The system advances routine work automatically so teams focus on performance and strategy.<br></p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Multifamily",
      "headingHtml": "<h3 class=\"_2026-solutions_card-heading\">Multifamily</h3>",
      "firstParagraph": "Maximize efficiency in leasing, payments, maintenance, renewals, and compliance inside one unified OS. Operate within fair housing and policy guardrails, improving retention, increasing NOI, and scaling with operational leverage.",
      "paragraphHtml": "<p class=\"_2026-solutions_card-subheading\">Maximize efficiency in leasing, payments, maintenance, renewals, and compliance inside one unified OS. Operate within fair housing and policy guardrails, improving retention, increasing NOI, and scaling with operational leverage.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Student",
      "headingHtml": "<h3 class=\"_2026-solutions_card-heading\">Student</h3>",
      "firstParagraph": "Align leasing cycles, roommate matching, parent guarantees, and turn management in one system built for student housing. Streamline high-volume operations with precision and compliance.",
      "paragraphHtml": "<p class=\"_2026-solutions_card-subheading\">Align leasing cycles, roommate matching, parent guarantees, and turn management in one system built for student housing. Streamline high-volume operations with precision and compliance. </p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Affordable",
      "headingHtml": "<h3 class=\"_2026-solutions_card-heading\">Affordable</h3>",
      "firstParagraph": "Embedded compliance logic supports regulated workflows and budget constraints. Reduce risk, save time, and protect asset performance within program requirements.",
      "paragraphHtml": "<p class=\"_2026-solutions_card-subheading\">Embedded compliance logic supports regulated workflows and budget constraints. Reduce risk, save time, and protect asset performance within program requirements.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Military",
      "headingHtml": "<h3 class=\"_2026-solutions_card-heading\">Military</h3>",
      "firstParagraph": "Easily manage your military housing portfolio with one easy-to-use operating system. Automate MAC payment processes, simplify reporting and deployment, and more.",
      "paragraphHtml": "<p class=\"_2026-solutions_card-subheading\">Easily manage your military housing portfolio with one easy-to-use operating system. Automate MAC payment processes, simplify reporting and deployment, and more.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Commercial",
      "headingHtml": "<h3 class=\"_2026-solutions_card-heading\">Commercial</h3>",
      "firstParagraph": "Connect leasing, billing, service, and reporting across office, retail, and mixed-use properties. Operate with real-time visibility to strengthen NOI.",
      "paragraphHtml": "<p class=\"_2026-solutions_card-subheading\">Connect leasing, billing, service, and reporting across office, retail, and mixed-use properties. Operate with real-time visibility to strengthen NOI.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Manufactured",
      "headingHtml": "<h3 class=\"_2026-solutions_card-heading\">Manufactured</h3>",
      "firstParagraph": "Modernize community operations with workflows tailored to manufactured housing. Reduce admin work and improve performance across every site.",
      "paragraphHtml": "<p class=\"_2026-solutions_card-subheading\">Modernize community operations with workflows tailored to manufactured housing. Reduce admin work and improve performance across every site.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Entrata Layered Intelligence at work",
      "headingHtml": "<h2 class=\"_2026-header_heading\">Entrata Layered Intelligence at work </h2>",
      "firstParagraph": "Running natively inside the Entrata OS and powered by a unified data layer, ELI sees the full resident and asset lifecycle and acts within your policies. It advances operational work automatically, boosting efficiency across properties and portfolios.",
      "paragraphHtml": "<p class=\"_2026-header_subheading\">Running natively inside the Entrata OS and powered by a unified data layer, ELI sees the full resident and asset lifecycle and acts within your policies. It advances operational work automatically, boosting efficiency across properties and portfolios. </p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    },
    {
      "heading": "What our customers are saying",
      "headingHtml": "<h2 class=\"_2026-header_heading\">What our customers are saying</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Entrata Footer",
      "headingHtml": "<h2 id=\"footer-label\" class=\"footer_label sr-only\">Entrata Footer</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Operations Experience Platform",
      "headingHtml": "<h3 class=\"footer_heading\">Operations Experience Platform</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resident Experience Platform",
      "headingHtml": "<h3 class=\"footer_heading\">Resident Experience Platform</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Entrata Layered Intelligence",
      "headingHtml": "<h3 class=\"footer_heading\">Entrata Layered Intelligence</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h3 class=\"footer_heading\">Solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h3 class=\"footer_heading\">Company</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Structured for success",
      "html": "<h2 class=\"_2026-header_heading is-tan\">Structured for success</h2>"
    },
    {
      "text": "Product suites that make your job easier",
      "html": "<h2 class=\"_2026-header_heading is-sand\">Product suites that make your job easier</h2>"
    },
    {
      "text": "Homebody RXP is here",
      "html": "<h2 class=\"_2026-header_heading max-width-none\">Homebody RXP is here</h2>"
    },
    {
      "text": "An OS that acts",
      "html": "<h2 class=\"_2026-header_heading\">An OS that acts</h2>"
    },
    {
      "text": "AI-driven performance for every property type",
      "html": "<h2 class=\"header_heading\">AI-driven performance for every property type </h2>"
    },
    {
      "text": "Entrata Layered Intelligence at work",
      "html": "<h2 class=\"_2026-header_heading\">Entrata Layered Intelligence at work </h2>"
    },
    {
      "text": "What our customers are saying",
      "html": "<h2 class=\"_2026-header_heading\">What our customers are saying</h2>"
    },
    {
      "text": "Featured resources",
      "html": "<h2 class=\"_2026-header_heading\">Featured resources</h2>"
    },
    {
      "text": "Entrata Footer",
      "html": "<h2 id=\"footer-label\" class=\"footer_label sr-only\">Entrata Footer</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Property Management Software?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Property Management Software work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Property Management Software?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Property Management Software free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Property Management Software compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Property Management Software work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Property Management Software?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Property Management Software free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Property Management Software compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Structured for success",
      "html": "<h2 class=\"_2026-header_heading is-tan\">Structured for success</h2>"
    },
    {
      "text": "Product suites that make your job easier",
      "html": "<h2 class=\"_2026-header_heading is-sand\">Product suites that make your job easier</h2>"
    },
    {
      "text": "Homebody RXP is here",
      "html": "<h2 class=\"_2026-header_heading max-width-none\">Homebody RXP is here</h2>"
    },
    {
      "text": "An OS that acts",
      "html": "<h2 class=\"_2026-header_heading\">An OS that acts</h2>"
    },
    {
      "text": "AI-driven performance for every property type",
      "html": "<h2 class=\"header_heading\">AI-driven performance for every property type </h2>"
    },
    {
      "text": "Entrata Layered Intelligence at work",
      "html": "<h2 class=\"_2026-header_heading\">Entrata Layered Intelligence at work </h2>"
    },
    {
      "text": "What our customers are saying",
      "html": "<h2 class=\"_2026-header_heading\">What our customers are saying</h2>"
    },
    {
      "text": "Featured resources",
      "html": "<h2 class=\"_2026-header_heading\">Featured resources</h2>"
    },
    {
      "text": "Entrata Footer",
      "html": "<h2 id=\"footer-label\" class=\"footer_label sr-only\">Entrata Footer</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Property Management Software?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Property Management Software work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Property Management Software?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Property Management Software free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Property Management Software compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Property Management Software work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Property Management Software?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Property Management Software free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Property Management Software compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.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": "text/html; charset=utf-8",
        "length": 318455,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 315805,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "https://cdn.prod.website-files.com\"",
            "/title",
            "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/692f619ed18c187c59f929da_404-og.jpg\"",
            "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/css/entrata-staging.shared.1a689055e.min.css\"",
            "/css",
            "/J920ASGtS2EPOr0plFdZZDXlTvy8yUIb14XkJMSkC3d",
            "https://cdn.prod.website-files.com/66b25cad9398f590ab703ccf/css/entrata-staging.66b25cad9398f590ab703d76.7b70617eb.opt.min.css\"",
            "/css",
            "https://fonts.googleapis.com\"",
            "https://fonts.gstatic.com\""
          ],
          "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Fri Jun 05 2026 19:22:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.entrata.com\" data-wf-page=\"66b25cad9398f590ab703d76\" data-wf-site=\"66b25cad9398f590ab703ccf\" data-wf-intellimize-customer-id=\"117238207\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Not Found (404) | Entrata</title><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore our property management solutions.\" name=\"description\"/><meta content=\"Page Not Found (404) | Entrata\" property=\"og:title\"/><meta content=\"The page you’re looking for doesn’t exist or may have moved. Return to the Entrata homepage to explore o"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; 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": 88,
        "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "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": 88,
          "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "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.entrata.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.entrata.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.entrata.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.entrata.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

25 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

25 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,076 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

13 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 55 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

10 Fail

Check name

Loading performance

Score

60/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": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 63,
      "displayValue": "210 ms",
      "numericValue": 208.9999999999991
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 74,
      "displayValue": "1.2 s",
      "numericValue": 1218.9441272041329
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "100 ms",
      "numericValue": 102.74741999999999
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 50,
      "displayValue": "2.3 s",
      "numericValue": 2284.781586810599
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 8,
      "displayValue": "860 ms",
      "numericValue": 856.4999999999995
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 9
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 25,
      "displayValue": "6.1 s",
      "numericValue": 6114.635351702923
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 60,
      "displayValue": "2.1 s",
      "numericValue": 2089.3231660641586
    }
  ]
}

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