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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability18%Agent Easeof Use6%Security& Trust60%GEO, AIO, AEO63%SEO85%Performance& Accessibility84%
  • AI Discoverability 18 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 63 out of 100
  • SEO 85 out of 100
  • Performance and Accessibility 84 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Movity – Find the best real estate jobs in the US favicon

Movity – Find the best real estate jobs in the US

Movity – Find the best real estate jobs in the US Post a Job Best Real Estate Jobs in the US [search_form location="yes"] [vc_row][vc_column][vc_custom_heading text=”Real Estate Jobs” font_container=”tag:h1|text_align:center” use_theme_fonts=”yes”][vc_empty_s...

Next step

Turn this report into a fix workflow

29 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
18
Priority fix3191View details
Discoverability
29
Priority fix270View details
Content Readiness
21
Priority fix181View 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
63
Needs work6311View details
GEO Readiness
65
Needs work213View details
AIO Readiness
65
Needs work313View details
AEO Readiness
58
Needs work115View details
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
84
Mostly ready1950View details
Performance
94
Strong1650View details
Accessibility
66
Needs work300

Prioritized recommendations

Issues ranked by score impact

52 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"
      },
      "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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

50 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

50 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

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

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

HSTS header is missing or incomplete.

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

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": "\r\n\r\n\r\n<!DOCTYPE html>\r\n<html  >\r\n\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n\r\n    <!-- Mobile viewport optimized -->\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0,maximum-scale=1.0\">\r\n\r\n    <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n    <link rel=\"pingback\" href=\"https://movity.com/xmlrpc.php\">\r\n\r\n    <title>Page not found &#8211; Movity</title>\n<meta name='robots' content='max-image-preview:large' />\n\t<style>img:is([sizes=\"auto\" i], [sizes^=\"auto,\" i]) { contain-intrinsic-size: 3000px 1500px }</style>\n\t<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Feed\" href=\"https://movity.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Comm"
          },
          {
            "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": "\r\n\r\n\r\n<!DOCTYPE html>\r\n<html  >\r\n\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n\r\n    <!-- Mobile viewport optimized -->\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0,maximum-scale=1.0\">\r\n\r\n    <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n    <link rel=\"pingback\" href=\"https://movity.com/xmlrpc.php\">\r\n\r\n    <title>Page not found &#8211; Movity</title>\n<meta name='robots' content='max-image-preview:large' />\n\t<style>img:is([sizes=\"auto\" i], [sizes^=\"auto,\" i]) { contain-intrinsic-size: 3000px 1500px }</style>\n\t<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Feed\" href=\"https://movity.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Comm"
          },
          {
            "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": "\r\n\r\n\r\n<!DOCTYPE html>\r\n<html  >\r\n\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n\r\n    <!-- Mobile viewport optimized -->\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0,maximum-scale=1.0\">\r\n\r\n    <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n    <link rel=\"pingback\" href=\"https://movity.com/xmlrpc.php\">\r\n\r\n    <title>Page not found &#8211; Movity</title>\n<meta name='robots' content='max-image-preview:large' />\n\t<style>img:is([sizes=\"auto\" i], [sizes^=\"auto,\" i]) { contain-intrinsic-size: 3000px 1500px }</style>\n\t<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Feed\" href=\"https://movity.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Comm"
          },
          {
            "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": "\r\n\r\n\r\n<!DOCTYPE html>\r\n<html  >\r\n\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n\r\n    <!-- Mobile viewport optimized -->\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0,maximum-scale=1.0\">\r\n\r\n    <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n    <link rel=\"pingback\" href=\"https://movity.com/xmlrpc.php\">\r\n\r\n    <title>Page not found &#8211; Movity</title>\n<meta name='robots' content='max-image-preview:large' />\n\t<style>img:is([sizes=\"auto\" i], [sizes^=\"auto,\" i]) { contain-intrinsic-size: 3000px 1500px }</style>\n\t<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Feed\" href=\"https://movity.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Comm"
          },
          {
            "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": "\r\n\r\n\r\n<!DOCTYPE html>\r\n<html  >\r\n\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n\r\n    <!-- Mobile viewport optimized -->\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0,maximum-scale=1.0\">\r\n\r\n    <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n    <link rel=\"pingback\" href=\"https://movity.com/xmlrpc.php\">\r\n\r\n    <title>Page not found &#8211; Movity</title>\n<meta name='robots' content='max-image-preview:large' />\n\t<style>img:is([sizes=\"auto\" i], [sizes^=\"auto,\" i]) { contain-intrinsic-size: 3000px 1500px }</style>\n\t<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Feed\" href=\"https://movity.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Comm"
          },
          {
            "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": "\r\n\r\n\r\n<!DOCTYPE html>\r\n<html  >\r\n\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n\r\n    <!-- Mobile viewport optimized -->\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0,maximum-scale=1.0\">\r\n\r\n    <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n    <link rel=\"pingback\" href=\"https://movity.com/xmlrpc.php\">\r\n\r\n    <title>Page not found &#8211; Movity</title>\n<meta name='robots' content='max-image-preview:large' />\n\t<style>img:is([sizes=\"auto\" i], [sizes^=\"auto,\" i]) { contain-intrinsic-size: 3000px 1500px }</style>\n\t<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Feed\" href=\"https://movity.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Comm"
          },
          {
            "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": "\r\n\r\n\r\n<!DOCTYPE html>\r\n<html  >\r\n\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n\r\n    <!-- Mobile viewport optimized -->\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0,maximum-scale=1.0\">\r\n\r\n    <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n    <link rel=\"pingback\" href=\"https://movity.com/xmlrpc.php\">\r\n\r\n    <title>Page not found &#8211; Movity</title>\n<meta name='robots' content='max-image-preview:large' />\n\t<style>img:is([sizes=\"auto\" i], [sizes^=\"auto,\" i]) { contain-intrinsic-size: 3000px 1500px }</style>\n\t<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Feed\" href=\"https://movity.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Comm"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

20 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

20 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

20 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

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

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

JSON-LD present is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

20 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

20 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

20 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": 12748,
        "excerpt": "<!DOCTYPE html>\n<html  >\n\n<head>\n    <meta charset=\"UTF-8\">\n\n    <!-- Mobile viewport optimized -->\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0,maximum-scale=1.0\">\n\n    <link rel=\"profile\" href=\"https://gmpg.org",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

20 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

20 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 0); skipped heading levels; 5 links missing accessible names; 1 buttons missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"#quick-search-modal\" class=\"header-search-btn popup-with-zoom-anim\"> <i class=\"icon-magnifier\" aria-hidden=\"true\"></i> </a>",
      "<a href=\"#login-register-popup\" class=\"popup-with-zoom-anim\"> <i class=\"icon-user\"></i> </a>",
      "<a href=\"#login-register-popup\" class=\"popup-with-zoom-anim\"> </a>",
      "<a href=\"#login-register-popup\" class=\"popup-with-zoom-anim\"> </a>",
      "<a href=\"#\" class=\"back-top\"><i class=\"fa fa-chevron-up\"></i></a>"
    ],
    "inaccessibleButtons": [
      "<button id=\"mobile-nav-toggler\" class=\"hamburger hamburger--collapse\" type=\"button\"> <span class=\"hamburger-box\"> <span class=\"hamburger-inner\"></span> </span> </button>"
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h2: Best Real Estate Jobs in the US",
      "h5: Real Estate Financial Analyst",
      "h5: Project Architect",
      "h5: Architect",
      "h5: Interior Designer/Sales",
      "h5: Project Manager – Interior Design",
      "h4: 1. Commercial Real Estate Jobs",
      "h4: 2. Real Estate Development Jobs",
      "h4: 3. Real Estate Analyst Jobs",
      "h4: 4. Real Estate Finance Jobs",
      "h4: 5. Real Estate Investment Jobs",
      "h4: 6. Real Estate Transaction Coordinator Jobs",
      "h4: 7. Real Estate Accounting Jobs",
      "h4: 8. Real Estate Attorney Jobs",
      "h4: 9. Real Estate Marketing Jobs",
      "h4: 10. Real Estate Photography Jobs",
      "h4: 1. Real Estate Agent Jobs",
      "h5: Educational Requirements:",
      "h5: Employment Growth Outlook:",
      "h5: Skills & Qualities:",
      "h5: Duties & Responsibilities:",
      "h5: Earning Potential:",
      "h5: Educational Requirements:",
      "h5: Employment Growth Outlook:",
      "h5: Skills & Qualities:",
      "h5: Duties & Responsibilities:",
      "h5: Earning Potential:",
      "h5: Educational Requirements:",
      "h5: Employment Growth Outlook:",
      "h5: Skills & Qualities:",
      "h5: Duties & Responsibilities:",
      "h5: Earning Potential:",
      "h5: Educational Requirements:",
      "h5: Employment Growth Outlook:",
      "h5: Skills & Qualities:",
      "h5: Duties & Responsibilities:",
      "h5: Earning Potential:",
      "h5: Educational Requirements:",
      "h5: Employment Growth Outlook:",
      "h5: Skills & Qualities:",
      "h5: Duties & Responsibilities:",
      "h5: Earning Potential:",
      "h6: Here is a list of the most common, best paying, and highly sought-after careers in this field:",
      "h6: There is no limit to success as long as you work hard and commit to your client’s needs at all times.",
      "h3: Recent Posts",
      "h3: Movity",
      "h6: © Movity 2020 All rights reserved.",
      "h3: Sign in",
      "h3: Sign Up",
      "h3: Forgotten Password",
      "h4: Job Quick Search"
    ]
  },
  "counts": {
    "h1": 0,
    "headings": 51,
    "links": 33,
    "inaccessibleLinks": 5,
    "buttons": 1,
    "inaccessibleButtons": 1,
    "images": 14,
    "imagesWithAlt": 14,
    "autocompleteInputs": 2,
    "inputsWithAutocomplete": 2,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityContent ReadinessEstablished

Structured data

Structured data is missing or incomplete.

20 Fail

Needs attention

Structured data

Failed check
01

Issue

No structured data (JSON-LD, Microdata, or RDFa) found on page.

02

Why it matters

Structured data gives agents explicit entities, relationships, and page meaning that are harder to infer reliably from visual layout alone.

Check name

Structured data

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose machine-readable page entities and relationships.

Result

Structured data is missing or incomplete.

Evidence
{
  "jsonLdBlocks": 0,
  "microdata": false,
  "rdfa": false
}

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

Content freshness signals

Content freshness signals is partially implemented.

15 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

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

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="search_keywords"> is missing a label.
    • <input name="search_keywords"> is missing tool-param-description.
    • <input name="search_location"> is missing a label.
    • <input name="search_location"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

12 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

GEO: Entity clarity scored 25/100 and needs a fix.

11 Fail

Needs attention

GEO: Entity clarity

Failed check
01

Issue

Title/H1 terms missing from description: movity, find, best, real, estate, jobs.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

25/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

GEO: Entity clarity scored 25/100 and needs a fix.

Evidence
{
  "title": "Movity – Find the best real estate jobs in the US",
  "h1": "",
  "description": "",
  "topicOverlap": 0,
  "topicTerms": [
    "movity",
    "find",
    "best",
    "real",
    "estate",
    "jobs"
  ],
  "descriptionTerms": [],
  "missingFromDescription": [
    "movity",
    "find",
    "best",
    "real",
    "estate",
    "jobs"
  ],
  "score": 25,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

5 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

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

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [
    "2020-07-02",
    "2020-04-14",
    "2020-04-14",
    "2020-04-14",
    "2020-04-14"
  ],
  "aboutLinks": [
    {
      "href": "https://movity.com/about-us/",
      "text": "About Us",
      "html": "<a href=\"https://movity.com/about-us/\">About Us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://movity.com/contact-us/",
      "text": "Contact Us",
      "html": "<a href=\"https://movity.com/contact-us/\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://movity.com/privacy-and-cookie-policies/",
      "text": "Privacy and Cookie Policies",
      "html": "<a rel=\"privacy-policy\" href=\"https://movity.com/privacy-and-cookie-policies/\">Privacy and Cookie Policies</a>"
    },
    {
      "href": "https://movity.com/terms-of-use/",
      "text": "Terms of Use",
      "html": "<a href=\"https://movity.com/terms-of-use/\">Terms of Use</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

AEO: Entity and definition clarity scored 35/100 and needs a fix.

4 Fail

Needs attention

AEO: Entity and definition clarity

Failed check
01

Issue

Entity or definition gaps: movity, find, best, real, estate, jobs.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

35/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AEO: Entity and definition clarity scored 35/100 and needs a fix.

Evidence
{
  "title": "Movity – Find the best real estate jobs in the US",
  "h1": "",
  "description": "",
  "topicOverlap": 0,
  "definitionCount": 62,
  "topicTerms": [
    "movity",
    "find",
    "best",
    "real",
    "estate",
    "jobs"
  ],
  "descriptionTerms": [],
  "missingFromDescription": [
    "movity",
    "find",
    "best",
    "real",
    "estate",
    "jobs"
  ],
  "score": 35,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

5 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": 6,
  "passing": 1,
  "failing": [
    {
      "heading": "Recent Posts",
      "headingHtml": "<h3 class=\"widget-title widget-title-footer pb40\">Recent Posts</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Movity",
      "headingHtml": "<h3 class=\"widget-title widget-title-footer pb40\">Movity</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sign in",
      "headingHtml": "<h3 class=\"title\">Sign in</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sign Up",
      "headingHtml": "<h3 class=\"title\">Sign Up</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Forgotten Password",
      "headingHtml": "<h3 class=\"title\">Forgotten Password</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

4 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, JSON-LD structured data.

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "hasSummary": true,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": true,
  "definitionPatterns": 62,
  "schemaBlocks": 0,
  "missingSignals": [
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "JSON-LD structured data"
  ],
  "score": 70,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 1,
  "questionH2s": [],
  "hasFaq": true,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

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

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [
    "2020-07-02",
    "2020-04-14",
    "2020-04-14",
    "2020-04-14",
    "2020-04-14"
  ],
  "aboutLinks": [
    {
      "href": "https://movity.com/about-us/",
      "text": "About Us",
      "html": "<a href=\"https://movity.com/about-us/\">About Us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://movity.com/contact-us/",
      "text": "Contact Us",
      "html": "<a href=\"https://movity.com/contact-us/\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://movity.com/privacy-and-cookie-policies/",
      "text": "Privacy and Cookie Policies",
      "html": "<a rel=\"privacy-policy\" href=\"https://movity.com/privacy-and-cookie-policies/\">Privacy and Cookie Policies</a>"
    },
    {
      "href": "https://movity.com/terms-of-use/",
      "text": "Terms of Use",
      "html": "<a href=\"https://movity.com/terms-of-use/\">Terms of Use</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

37 explanatory paragraph(s) could be stronger for citation or AI extraction.

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 45,
  "citablePassages": 8,
  "failingCandidateParagraphs": [
    {
      "index": 1,
      "heading": "H2: Best Real Estate Jobs in the US",
      "text": "[vc_row][vc_column][vc_custom_heading text=”Real Estate Jobs” font_container=”tag:h1|text_align:center” use_theme_fonts=”yes”][vc_empty_space][vc_column_text]The real estate industry offers a unique combination of elements involving economics, sales, moral principles, and human interaction. With the BLS projecting an increase of about 87,300 new real estate jobs within the next eight years, the real estate outlook...",
      "words": 60,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (60 words; target 80-220)."
      ],
      "html": "<p>[vc_row][vc_column][vc_custom_heading text=&#x201d;Real Estate Jobs&#x201d; font_container=&#x201d;tag:h1|text_align:center&#x201d; use_theme_fonts=&#x201d;yes&#x201d;][vc_empty_space][vc_column_text]The real estate industry offers a unique combination of elements involving economics, sales, moral principles, and human interaction. With the BLS projecting an increase of about 87,300 new real estate jobs within the next eight years, the real estate outlook is looking bright.</p>"
    },
    {
      "index": 2,
      "heading": "H2: Best Real Estate Jobs in the US",
      "text": "To easily navigate this vast area of opportunity, we managed to compile a filtered list of the top jobs for your convenience. In addition, beneath the job listing, you’ll find genuine insight into real estate, what it takes to work in this field, and the earning potential of this broad industry. So keep reading to find out everything you need to know about the real estate world.",
      "words": 68,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (68 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>To easily navigate this vast area of opportunity, we managed to compile a filtered list of the top jobs for your convenience. In addition, beneath the job listing, you&#x2019;ll find genuine insight into real estate, what it takes to work in this field, and the earning potential of this broad industry. So keep reading to find out everything you need to know about the real estate world.</p>"
    },
    {
      "index": 5,
      "heading": "H5: Project Manager – Interior Design",
      "text": "We’ll begin by addressing these possibilities and then proceed to highlight the best jobs, their requirements, and salaries.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=”What Types of Jobs are There in the Real Estate Industry?” font_container=”tag:h3|text_align:center” use_theme_fonts=”yes”][vc_column_text]Real estate covers all aspects of property maintenance and management. I...",
      "words": 82,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>We&#x2019;ll begin by addressing these possibilities and then proceed to highlight the best jobs, their requirements, and salaries.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=&#x201d;What Types of Jobs are There in the Real Estate Industry?&#x201d; font_container=&#x201d;tag:h3|text_align:center&#x201d; use_theme_fonts=&#x201d;yes&#x201d;][vc_column_text]Real estate covers all aspects of property maintenance and management. It helps people buy and sell..."
    },
    {
      "index": 6,
      "heading": "H5: Project Manager – Interior Design",
      "text": "A career in real estate offers the opportunity for freedom and flexibility to choose your own hours, clients, and amount of work. How much you’re going to earn will depend mostly on your efforts and goals. For those individuals who are hungry for success and are ready to stake their claim, the real estate field provides a broad range of options to suit each person’s skills and preferences.[/vc_column_text][vc_colu...",
      "words": 72,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (72 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>A career in real estate offers the opportunity for freedom and flexibility to choose your own hours, clients, and amount of work. How much you&#x2019;re going to earn will depend mostly on your efforts and goals. For those individuals who are hungry for success and are ready to stake their claim, the real estate field provides a broad range of options to suit each person&#x2019;s skills and preferences.[/vc_column_text][vc_column_text]</p>"
    },
    {
      "index": 8,
      "heading": "H4: 1. Commercial Real Estate Jobs",
      "text": "The commercial real estate agent’s responsibilities are the same as the real estate agent. The only difference is that the commercial real estate agent is handling commercial properties, including malls, stores, offices, and industrial properties, while the real estate agent covers residential properties.",
      "words": 44,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>The commercial real estate agent&#x2019;s responsibilities are the same as the real estate agent. The only difference is that the commercial real estate agent is handling commercial properties, including malls, stores, offices, and industrial properties, while the real estate agent covers residential properties.</p>"
    },
    {
      "index": 10,
      "heading": "H4: 1. Commercial Real Estate Jobs",
      "text": "Working on commercial properties is deemed more difficult than residential properties due to the amount of paperwork. It is also required to provide insight into financial information and other relevant data. However, the financial benefits of handling commercial properties are considerably higher. This makes commercial real estate a step-up for many agents, brokers, realtors, and other individuals working in this...",
      "words": 61,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (61 words; target 80-220)."
      ],
      "html": "<p>Working on commercial properties is deemed more difficult than residential properties due to the amount of paperwork. It is also required to provide insight into financial information and other relevant data. However, the financial benefits of handling commercial properties are considerably higher. This makes commercial real estate a step-up for many agents, brokers, realtors, and other individuals working in this industry.</p>"
    },
    {
      "index": 11,
      "heading": "H4: 2. Real Estate Development Jobs",
      "text": "Real estate development means the renovation of homes, buildings, raw land, or marketing of an already improved land. These tasks are usually given to a real estate developer, who is in charge of financing deals, purchasing land, and overseeing the complete process from start to finish. The developer is also responsible for generating ideas and planning strategies for project marketing.",
      "words": 60,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (60 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Real estate development means the renovation of homes, buildings, raw land, or marketing of an already improved land. These tasks are usually given to a real estate developer, who is in charge of financing deals, purchasing land, and overseeing the complete process from start to finish. The developer is also responsible for generating ideas and planning strategies for project marketing.</p>"
    },
    {
      "index": 12,
      "heading": "H4: 2. Real Estate Development Jobs",
      "text": "Experience in property management is essential for these real estate developer jobs. Apart from experience, the developer will also need to be a skillful communicator with impeccable negotiation and sales skills. A Bachelor’s degree in finance, business administration, real estate, or a relevant field is also mandatory.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Experience in property management is essential for these real estate developer jobs. Apart from experience, the developer will also need to be a skillful communicator with impeccable negotiation and sales skills. A Bachelor&#x2019;s degree in finance, business administration, real estate, or a relevant field is also mandatory.</p>"
    },
    {
      "index": 15,
      "heading": "H4: 3. Real Estate Analyst Jobs",
      "text": "Employees generally prefer applicants to have some sort of experience or knowledge in the above-mentioned areas. However, it’s not all doom and gloom for those with little-to-no experience. There are many opportunities to become an analyst, as many employers offer entry-level work.",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Employees generally prefer applicants to have some sort of experience or knowledge in the above-mentioned areas. However, it&#x2019;s not all doom and gloom for those with little-to-no experience. There are many opportunities to become an analyst, as many employers offer entry-level work.</p>"
    },
    {
      "index": 17,
      "heading": "H4: 4. Real Estate Finance Jobs",
      "text": "Finance plays a crucial role in every industry, including real estate. For this particular industry, this means loans and financial consultation, among other financial services. Those in charge of finance are tasked with minimizing risks and maximizing profits, using knowledge of the real estate market. Daily activities include managing property portfolios, concluding financial reports, analyzing real estate deals...",
      "words": 65,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (65 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Finance plays a crucial role in every industry, including real estate. For this particular industry, this means loans and financial consultation, among other financial services. Those in charge of finance are tasked with minimizing risks and maximizing profits, using knowledge of the real estate market. Daily activities include managing property portfolios, concluding financial reports, analyzing real estate deals, and providing a financial model for investments.</p>"
    },
    {
      "index": 18,
      "heading": "H4: 4. Real Estate Finance Jobs",
      "text": "These are typical real estate office jobs, with working opportunities in investment companies, hedge funds, or banks. To work in real estate finance, you need to be a graduate with at least a Bachelor’s degree in finance, real estate, or business administration.",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>These are typical real estate office jobs, with working opportunities in investment companies, hedge funds, or banks. To work in real estate finance, you need to be a graduate with at least a Bachelor&#x2019;s degree in finance, real estate, or business administration.</p>"
    },
    {
      "index": 19,
      "heading": "H4: 4. Real Estate Finance Jobs",
      "text": "Entry-level positions and part-time opportunities are also available. They are a great way to get hands-on experience, which is a much-needed necessity in the real estate finance world. Obtaining a certificate must also be a priority, as is deemed mandatory by many employers.",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Entry-level positions and part-time opportunities are also available. They are a great way to get hands-on experience, which is a much-needed necessity in the real estate finance world. Obtaining a certificate must also be a priority, as is deemed mandatory by many employers.</p>"
    },
    {
      "index": 21,
      "heading": "H4: 5. Real Estate Investment Jobs",
      "text": "The job of a real estate investor is simple — buy properties, improve, repair, and maintain purchased properties, and then sell them for an increased profit. Piece of cake, right? Well, not exactly. An investor will, firstly, need to have substantial capital to start this process. Then comes the market research and analysis part, and, of course, negotiations.",
      "words": 57,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (57 words; target 80-220)."
      ],
      "html": "<p>The job of a real estate investor is simple &#x2014; buy properties, improve, repair, and maintain purchased properties, and then sell them for an increased profit. Piece of cake, right? Well, not exactly. An investor will, firstly, need to have substantial capital to start this process. Then comes the market research and analysis part, and, of course, negotiations.</p>"
    },
    {
      "index": 23,
      "heading": "H4: 6. Real Estate Transaction Coordinator Jobs",
      "text": "A real estate transaction coordinator has the role of an intermediary between real estate agents, brokers, and their clients. The primary duties of a transaction coordinator are to handle all administrative tasks. This includes picking up deposit amounts and overseeing sales closures. Oftentimes, coordinators would enlist deadlines upon agents to meet the sales quota. They are also subjected to specific activities...",
      "words": 68,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (68 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>A real estate transaction coordinator has the role of an intermediary between real estate agents, brokers, and their clients. The primary duties of a transaction coordinator are to handle all administrative tasks. This includes picking up deposit amounts and overseeing sales closures. Oftentimes, coordinators would enlist deadlines upon agents to meet the sales quota. They are also subjected to specific activities and deadlines that they need to follow.</p>"
    },
    {
      "index": 25,
      "heading": "H4: 6. Real Estate Transaction Coordinator Jobs",
      "text": "Other than education, an applicant would need to have outstanding leadership skills to apply for this position successfully. Analytical skills are also essential to possess, as are impeccable problem-solving abilities too. All of these skills, as well as education, will aid tremendously with all administrative duties.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Other than education, an applicant would need to have outstanding leadership skills to apply for this position successfully. Analytical skills are also essential to possess, as are impeccable problem-solving abilities too. All of these skills, as well as education, will aid tremendously with all administrative duties.</p>"
    },
    {
      "index": 26,
      "heading": "H4: 7. Real Estate Accounting Jobs",
      "text": "Real estate accountants make periodic reports, help investors make the right investment, and provide various financial support. To become a real estate accountant, you would need to graduate with a Bachelor’s degree in accounting. Applicants must know how to prepare income statements, balance sheets, tax reports, and budget reports.",
      "words": 50,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (50 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Real estate accountants make periodic reports, help investors make the right investment, and provide various financial support. To become a real estate accountant, you would need to graduate with a Bachelor&#x2019;s degree in accounting. Applicants must know how to prepare income statements, balance sheets, tax reports, and budget reports.</p>"
    },
    {
      "index": 28,
      "heading": "H4: 8. Real Estate Attorney Jobs",
      "text": "The real estate attorney is responsible for all real estate matters and legal issues. Organizations usually hire attorneys to provide legal advice and prepare resolution forms and agendas. Attorneys can work both ways — helping real estate investors or clients in all legal matters, with the intention for everyone to comply with federal regulations, requirements, and laws.",
      "words": 56,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (56 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>The real estate attorney is responsible for all real estate matters and legal issues. Organizations usually hire attorneys to provide legal advice and prepare resolution forms and agendas. Attorneys can work both ways &#x2014; helping real estate investors or clients in all legal matters, with the intention for everyone to comply with federal regulations, requirements, and laws.</p>"
    },
    {
      "index": 29,
      "heading": "H4: 8. Real Estate Attorney Jobs",
      "text": "Applicants who’d love to get one of these high-paying real estate consulting jobs will need to have an education in law. With that in mind, a degree in law, preferably real estate and from a reputable school, is highly recommended. Formidable communication and interpersonal skills are essential, and the applicant must be aware of the different procedures and practices with real estate legal matters. Experience is...",
      "words": 85,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Applicants who&#x2019;d love to get one of these high-paying real estate consulting jobs will need to have an education in law. With that in mind, a degree in law, preferably real estate and from a reputable school, is highly recommended. Formidable communication and interpersonal skills are essential, and the applicant must be aware of the different procedures and practices with real estate legal matters. Experience is also vital, as many employers look for applicants to have at least two..."
    },
    {
      "index": 30,
      "heading": "H4: 9. Real Estate Marketing Jobs",
      "text": "Real estate marketing is all about improving the marketability of the real estate investment, and, of course, increasing the sales rates. Marketers help real estate investors to market their properties and investments in an efficient manner and to ensure sales. Some consider real estate marketers to be the same as sales agents as they receive a commission of each sale generated by their marketing efforts.",
      "words": 65,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (65 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Real estate marketing is all about improving the marketability of the real estate investment, and, of course, increasing the sales rates. Marketers help real estate investors to market their properties and investments in an efficient manner and to ensure sales. Some consider real estate marketers to be the same as sales agents as they receive a commission of each sale generated by their marketing efforts.</p>"
    },
    {
      "index": 32,
      "heading": "H4: 9. Real Estate Marketing Jobs",
      "text": "The basic requirements are a degree in marketing, with either graduation or post-graduation course. It is essential in order to possess the know-how and have the relevant skills. Analytical skills are also mandatory, as are communication and presentation skills. Many organizations require up to at least five years of experience and excellent knowledge of the real estate field.",
      "words": 58,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (58 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>The basic requirements are a degree in marketing, with either graduation or post-graduation course. It is essential in order to possess the know-how and have the relevant skills. Analytical skills are also mandatory, as are communication and presentation skills. Many organizations require up to at least five years of experience and excellent knowledge of the real estate field.</p>"
    },
    {
      "index": 33,
      "heading": "H4: 10. Real Estate Photography Jobs",
      "text": "Real estate photographers assist in marketing homes and commercial buildings that are put up for sale. They work closely with other real estate marketers and agents to provide the best photographic shots for printed materials, social media posts, or online listings. There is no formal education requirement or training to become a real estate photographer. Companies and organizations judge talent based on their ski...",
      "words": 67,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (67 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Real estate photographers assist in marketing homes and commercial buildings that are put up for sale. They work closely with other real estate marketers and agents to provide the best photographic shots for printed materials, social media posts, or online listings. There is no formal education requirement or training to become a real estate photographer. Companies and organizations judge talent based on their skills and past experiences.</p>"
    },
    {
      "index": 34,
      "heading": "H4: 10. Real Estate Photography Jobs",
      "text": "Photographers are somewhat different than most jobs in real estate, primarily because they don’t need knowledge in this field. However, they do need experience with the camera to capture the best exterior and interior shots for presentation and promotion.",
      "words": 40,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Photographers are somewhat different than most jobs in real estate, primarily because they don&#x2019;t need knowledge in this field. However, they do need experience with the camera to capture the best exterior and interior shots for presentation and promotion.</p>"
    },
    {
      "index": 36,
      "heading": "H4: 10. Real Estate Photography Jobs",
      "text": "This industry has a real depth. While many organizations require previous working experience, many entry-level real estate jobs are available to get you started. With an entry-level position, you can learn the ropes and gain valuable experience that will help you progress in your career. Coincidentally, most employers also offer on-the-job training, meaning you don’t have to worry about not knowing how to complete...",
      "words": 68,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (68 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>This industry has a real depth. While many organizations require previous working experience, many entry-level real estate jobs are available to get you started. With an entry-level position, you can learn the ropes and gain valuable experience that will help you progress in your career. Coincidentally, most employers also offer on-the-job training, meaning you don&#x2019;t have to worry about not knowing how to complete your daily tasks.</p>"
    },
    {
      "index": 41,
      "heading": "H4: 1. Real Estate Agent Jobs",
      "text": "As we have said before, this is the most common type of real estate job. It’s not easy becoming a real estate agent, though, as you need to be assertive but not overly aggressive. There is a fine line of balance that needs to be respected. Besides, you would need to be extremely knowledgeable about the real estate market, the regulations, and the best practices. You’d also need a valid license to have the authorit...",
      "words": 82,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>As we have said before, this is the most common type of real estate job. It&#x2019;s not easy becoming a real estate agent, though, as you need to be assertive but not overly aggressive. There is a fine line of balance that needs to be respected. Besides, you would need to be extremely knowledgeable about the real estate market, the regulations, and the best practices. You&#x2019;d also need a valid license to have the authority to buy and sell properties.</p>"
    },
    {
      "index": 43,
      "heading": "H5: Earning Potential:",
      "text": "[/vc_cta][vc_column_text]The average salary of real estate agents is estimated to be about $4,233 per month. However, sales agents are commission-based, meaning the better they are at selling properties, the higher the balance on their bank accounts will be. Real estate sales agents may receive compensation from $79 up to a whopping $119,991 per year.",
      "words": 58,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (58 words; target 80-220)."
      ],
      "html": "<p>[/vc_cta][vc_column_text]The average salary of real estate agents is estimated to be about &#x24;4,233 per month. However, sales agents are commission-based, meaning the better they are at selling properties, the higher the balance on their bank accounts will be. Real estate sales agents may receive compensation from &#x24;79 up to a whopping &#x24;119,991 per year.</p>"
    },
    {
      "index": 45,
      "heading": "H5: Earning Potential:",
      "text": "Speaking of which, real estate agents are often related to these jobs due to their similarities to help clients buy and sell properties. However, the difference is that brokers are managers or owners of brokerage firms, while sales agents are contractors who work under designated brokers.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Speaking of which, real estate agents are often related to these jobs due to their similarities to help clients buy and sell properties. However, the difference is that brokers are managers or owners of brokerage firms, while sales agents are contractors who work under designated brokers.</p>"
    },
    {
      "index": 47,
      "heading": "H5: Employment Growth Outlook:",
      "text": "[/vc_column_text][vc_column_text]Not only are brokers similar to real estate sales jobs, but they also have similar requirements for skills and qualities. They do differ in terms of responsibilities, though.[/vc_column_text][vc_cta h2=”” shape=”round” style=”outline” color=”sky” el_width=”md”]",
      "words": 41,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>[/vc_column_text][vc_column_text]Not only are brokers similar to real estate sales jobs, but they also have similar requirements for skills and qualities. They do differ in terms of responsibilities, though.[/vc_column_text][vc_cta h2=&#x201d;&#x201d; shape=&#x201d;round&#x201d; style=&#x201d;outline&#x201d; color=&#x201d;sky&#x201d; el_width=&#x201d;md&#x201d;]</p>"
    },
    {
      "index": 48,
      "heading": "H5: Earning Potential:",
      "text": "[/vc_cta][vc_column_text]A real estate salesperson salary is considerably lower than that of a real estate broker. Even though they are considered similar jobs, brokers are subjected to higher paychecks by a large margin. The average monthly wage for a broker amounts to a substantial sum of $6,350.",
      "words": 49,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220)."
      ],
      "html": "<p>[/vc_cta][vc_column_text]A real estate salesperson salary is considerably lower than that of a real estate broker. Even though they are considered similar jobs, brokers are subjected to higher paychecks by a large margin. The average monthly wage for a broker amounts to a substantial sum of &#x24;6,350.</p>"
    },
    {
      "index": 50,
      "heading": "H5: Earning Potential:",
      "text": "To work as an appraiser, you would need to be certified or licensed. However, you can still apply for work even without a license, but you’d be enlisted in one of the real estate appraiser trainee jobs until you successfully complete the course for license or certification.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>To work as an appraiser, you would need to be certified or licensed. However, you can still apply for work even without a license, but you&#x2019;d be enlisted in one of the real estate appraiser trainee jobs until you successfully complete the course for license or certification.</p>"
    },
    {
      "index": 52,
      "heading": "H5: Employment Growth Outlook:",
      "text": "[/vc_column_text][vc_column_text]The Bureau of Labor Statistics projects a 7% increase in new jobs within the next eight years. This means that about 5,600 new appraisal jobs in real estate will become available by 2028.[/vc_column_text][vc_cta h2=”” shape=”round” style=”outline” color=”sky” el_width=”md”]",
      "words": 47,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (47 words; target 80-220)."
      ],
      "html": "<p>[/vc_column_text][vc_column_text]The Bureau of Labor Statistics projects a 7% increase in new jobs within the next eight years. This means that about 5,600 new appraisal jobs in real estate will become available by 2028.[/vc_column_text][vc_cta h2=&#x201d;&#x201d; shape=&#x201d;round&#x201d; style=&#x201d;outline&#x201d; color=&#x201d;sky&#x201d; el_width=&#x201d;md&#x201d;]</p>"
    },
    {
      "index": 55,
      "heading": "H5: Employment Growth Outlook:",
      "text": "[/vc_column_text][vc_column_text]The Bureau of Labor Statistics projects a steady growth rate for property managers. This 7% increase means there will be about 26,500 new jobs for the next eight years or roughly 3,312 per month. It’s positive news, especially for those who want to start their real estate careers as property managers.[/vc_column_text][vc_cta h2=”” shape=”round” style=”outline” color=”sky” el_width=...",
      "words": 67,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (67 words; target 80-220)."
      ],
      "html": "<p>[/vc_column_text][vc_column_text]The Bureau of Labor Statistics projects a steady growth rate for property managers. This 7% increase means there will be about 26,500 new jobs for the next eight years or roughly 3,312 per month. It&#x2019;s positive news, especially for those who want to start their real estate careers as property managers.[/vc_column_text][vc_cta h2=&#x201d;&#x201d; shape=&#x201d;round&#x201d; style=&#x201d;outline&#x201d; color=&#x201d;sky&#x201d; el_width=&#x201d;md&#x2..."
    },
    {
      "index": 58,
      "heading": "H5: Employment Growth Outlook:",
      "text": "[/vc_column_text][vc_column_text]To apply for this real estate job, you would need to possess at least a Bachelor’s degree in property management or real estate. Apart from the educational requirements, here is a list of essential qualities you need to own to become a successful property manager.[/vc_column_text][vc_cta h2=”” shape=”round” style=”outline” color=”sky” el_width=”md”]",
      "words": 59,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (59 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>[/vc_column_text][vc_column_text]To apply for this real estate job, you would need to possess at least a Bachelor&#x2019;s degree in property management or real estate. Apart from the educational requirements, here is a list of essential qualities you need to own to become a successful property manager.[/vc_column_text][vc_cta h2=&#x201d;&#x201d; shape=&#x201d;round&#x201d; style=&#x201d;outline&#x201d; color=&#x201d;sky&#x201d; el_width=&#x201d;md&#x201d;]</p>"
    },
    {
      "index": 63,
      "heading": "H6: Here is a list of the most common, best paying, and highly sought-after careers in this field:",
      "text": "[/vc_toggle][vc_toggle title=”How do you make money as a real estate agent?” style=”round_outline” color=”sky” size=”sm” custom_font_container=”tag:h4|text_align:left” custom_use_theme_fonts=”yes” use_custom_heading=”true”]Real estate agents help people in the process of buying and selling various properties. For their help, they receive a flat fee or a percentage of the total selling price of the property. Since...",
      "words": 85,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>[/vc_toggle][vc_toggle title=&#x201d;How do you make money as a real estate agent?&#x201d; style=&#x201d;round_outline&#x201d; color=&#x201d;sky&#x201d; size=&#x201d;sm&#x201d; custom_font_container=&#x201d;tag:h4|text_align:left&#x201d; custom_use_theme_fonts=&#x201d;yes&#x201d; use_custom_heading=&#x201d;true&#x201d;]Real estate agents help people in the process of buying and selling various properties. For their help, they receive a flat fee or a percentage of the total selling price of..."
    },
    {
      "index": 64,
      "heading": "H6: Here is a list of the most common, best paying, and highly sought-after careers in this field:",
      "text": "Sales agents can receive payment in different ways. However, the most common method is commission. It depends primarily on the number of deals the agent has concluded, the fee that is split by the sponsoring broker, or the commission that is paid to the brokerage firm.[/vc_toggle][vc_toggle title=”Is real estate a good career path?” style=”round_outline” color=”sky” size=”sm” custom_font_container=”tag:h4|text_ali...",
      "words": 128,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Sales agents can receive payment in different ways. However, the most common method is commission. It depends primarily on the number of deals the agent has concluded, the fee that is split by the sponsoring broker, or the commission that is paid to the brokerage firm.[/vc_toggle][vc_toggle title=&#x201d;Is real estate a good career path?&#x201d; style=&#x201d;round_outline&#x201d; color=&#x201d;sky&#x201d; size=&#x201d;sm&#x201d; custom_font_container=&#x201d;tag:h4|text_align:left&#x201d..."
    },
    {
      "index": 65,
      "heading": "H6: There is no limit to success as long as you work hard and commit to your client’s needs at all times.",
      "text": "[/vc_toggle][vc_toggle title=”Do real estate agents have second jobs?” style=”round_outline” color=”sky” size=”sm” custom_font_container=”tag:h4|text_align:left” custom_use_theme_fonts=”yes” use_custom_heading=”true”]This is a bit of a subjective topic, as different people have different criteria for income, above all. The truth is, it will all depend on the skills and qualities of the sales agent. Most real estat...",
      "words": 76,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (76 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>[/vc_toggle][vc_toggle title=&#x201d;Do real estate agents have second jobs?&#x201d; style=&#x201d;round_outline&#x201d; color=&#x201d;sky&#x201d; size=&#x201d;sm&#x201d; custom_font_container=&#x201d;tag:h4|text_align:left&#x201d; custom_use_theme_fonts=&#x201d;yes&#x201d; use_custom_heading=&#x201d;true&#x201d;]This is a bit of a subjective topic, as different people have different criteria for income, above all. The truth is, it will all depend on the skills and qualities of the sales a..."
    },
    {
      "index": 66,
      "heading": "H6: There is no limit to success as long as you work hard and commit to your client’s needs at all times.",
      "text": "On the other hand, many individuals choose to work in real estate as part-time to complement their primary income. These types of part-time real estate jobs enable them to see if they are the right fit for real estate. However, the bottom line is that full-time real estate agents usually don’t have second jobs.[/vc_toggle][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=”Summary” font_container=”tag...",
      "words": 113,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>On the other hand, many individuals choose to work in real estate as part-time to complement their primary income. These types of part-time real estate jobs enable them to see if they are the right fit for real estate. However, the bottom line is that full-time real estate agents usually don&#x2019;t have second jobs.[/vc_toggle][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=&#x201d;Summary&#x201d; font_container=&#x201d;tag:h2|text_align:center&#x201d; use_theme_fonts=&#x..."
    },
    {
      "index": 67,
      "heading": "H6: There is no limit to success as long as you work hard and commit to your client’s needs at all times.",
      "text": "We’ve given you insight into the various real estate jobs, as well as what it takes to work in this field and the earning potential. To ease your job hunting worries, we also compiled a filtered list of the top jobs that real estate has to offer.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>We&#x2019;ve given you insight into the various real estate jobs, as well as what it takes to work in this field and the earning potential. To ease your job hunting worries, we also compiled a filtered list of the top jobs that real estate has to offer.</p>"
    }
  ],
  "citableParagraphs": [
    {
      "index": 35,
      "heading": "H4: 10. Real Estate Photography Jobs",
      "text": "To become a real estate photographer, you would need to have a strong real estate portfolio. This means you should have experience and comprehensive knowledge of photography, especially buildings and various properties.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=”2659″ img_size=”large”][vc_custom_heading text=”All You Need to Know About the Best Jobs in Real Estate” font_contain...",
      "words": 120,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>To become a real estate photographer, you would need to have a strong real estate portfolio. This means you should have experience and comprehensive knowledge of photography, especially buildings and various properties.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=&#x201d;2659&#x2033; img_size=&#x201d;large&#x201d;][vc_custom_heading text=&#x201d;All You Need to Know About the Best Jobs in Real Estate&#x201d; font_container=&#x201d;tag:h3|text_align:center..."
    },
    {
      "index": 44,
      "heading": "H5: Earning Potential:",
      "text": "With the BLS projecting an increase in new jobs within the next eight years, and with the outstanding earning potential, it’s no wonder real estate sales agents are in high demand.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=”2. Real Estate Broker Jobs” font_container=”tag:h4|text_align:left” use_theme_fonts=”yes”][vc_column_text]Real estate brokers are assisting landlords in th...",
      "words": 110,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>With the BLS projecting an increase in new jobs within the next eight years, and with the outstanding earning potential, it&#x2019;s no wonder real estate sales agents are in high demand.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=&#x201d;2. Real Estate Broker Jobs&#x201d; font_container=&#x201d;tag:h4|text_align:left&#x201d; use_theme_fonts=&#x201d;yes&#x201d;][vc_column_text]Real estate brokers are assisting landlords in the promotion of properties th..."
    },
    {
      "index": 49,
      "heading": "H5: Earning Potential:",
      "text": "Brokers, just like sales agents, are commission-based. They may receive compensation ranging from $66 up to a mind-blowing sum of $276,814 per year, depending on their sales targets and quota.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=”3. Real Estate Appraiser Jobs” font_container=”tag:h4|text_align:left” use_theme_fonts=”yes”][vc_column_text]Real estate appraisers are respons...",
      "words": 93,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>Brokers, just like sales agents, are commission-based. They may receive compensation ranging from &#x24;66 up to a mind-blowing sum of &#x24;276,814 per year, depending on their sales targets and quota.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=&#x201d;3. Real Estate Appraiser Jobs&#x201d; font_container=&#x201d;tag:h4|text_align:left&#x201d; use_theme_fonts=&#x201d;yes&#x201d;][vc_column_text]Real estate appraisers are responsible for analyzing and in..."
    },
    {
      "index": 53,
      "heading": "H5: Earning Potential:",
      "text": "[/vc_cta][vc_column_text]The salary for these real estate appraiser jobs is moderate, with reports indicating solid earnings. Namely, appraisers earn, on average, $4,261 per month. They may also receive additional cash compensation, ranging from $1,077 up to a staggering $45,721 per year.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=”4. Real Estate Property Manager Jobs” font_con...",
      "words": 102,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>[/vc_cta][vc_column_text]The salary for these real estate appraiser jobs is moderate, with reports indicating solid earnings. Namely, appraisers earn, on average, &#x24;4,261 per month. They may also receive additional cash compensation, ranging from &#x24;1,077 up to a staggering &#x24;45,721 per year.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=&#x201d;4. Real Estate Property Manager Jobs&#x201d; font_container=&#x201d;tag:h4|text_align:left&#x201d; us..."
    },
    {
      "index": 56,
      "heading": "H5: Earning Potential:",
      "text": "[/vc_cta][vc_column_text]The real estate salary for property managers isn’t as lucrative as other jobs in this field. Property managers earn a solid average monthly wage of $4,473. They may also receive additional cash compensation for performance-related bonuses, ranging from $1,200 up to a fantastic yearly sum of $16,980.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=”5. Leasing...",
      "words": 125,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>[/vc_cta][vc_column_text]The real estate salary for property managers isn&#x2019;t as lucrative as other jobs in this field. Property managers earn a solid average monthly wage of &#x24;4,473. They may also receive additional cash compensation for performance-related bonuses, ranging from &#x24;1,200 up to a fantastic yearly sum of &#x24;16,980.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=&#x201d;5. Leasing Agent &amp; Consultant&#x201d; font_container=&..."
    }
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

5 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": 6,
  "passing": 1,
  "failing": [
    {
      "heading": "Recent Posts",
      "headingHtml": "<h3 class=\"widget-title widget-title-footer pb40\">Recent Posts</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Movity",
      "headingHtml": "<h3 class=\"widget-title widget-title-footer pb40\">Movity</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sign in",
      "headingHtml": "<h3 class=\"title\">Sign in</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sign Up",
      "headingHtml": "<h3 class=\"title\">Sign Up</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Forgotten Password",
      "headingHtml": "<h3 class=\"title\">Forgotten Password</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: what, how, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Best Real Estate Jobs in the US",
      "html": "<h2 class=\"title\"> Best Real Estate Jobs in the US </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Movity – Find the real estate jobs in the US?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Movity – Find the real estate jobs in the US work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Movity – Find the real estate jobs in the US?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Movity – Find the real estate jobs in the US free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Movity – Find the real estate jobs in the US compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Movity – Find the real estate jobs in the US?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Movity – Find the real estate jobs in the US work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Movity – Find the real estate jobs in the US?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Movity – Find the real estate jobs in the US free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Movity – Find the real estate jobs in the US 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": 64289
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 64289
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 64289
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Best Real Estate Jobs in the US",
      "html": "<h2 class=\"title\"> Best Real Estate Jobs in the US </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Movity – Find the real estate jobs in the US?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Movity – Find the real estate jobs in the US work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Movity – Find the real estate jobs in the US?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Movity – Find the real estate jobs in the US free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Movity – Find the real estate jobs in the US compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Movity – Find the real estate jobs in the US?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Movity – Find the real estate jobs in the US work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Movity – Find the real estate jobs in the US?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Movity – Find the real estate jobs in the US free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Movity – Find the real estate jobs in the US compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 64289,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
          "compatibleContentType": false,
          "contentLength": 56672,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": true,
          "links": [
            "https://gmpg.org/xfn/11\">",
            "https://movity.com/xmlrpc.php\">",
            "/title",
            "/style",
            "https://fonts.gstatic.com'",
            "/rss+xml",
            "https://movity.com/feed/\"",
            "/rss+xml",
            "https://movity.com/comments/feed/\"",
            "/css'"
          ],
          "rawExcerpt": "\r\n\r\n\r\n<!DOCTYPE html>\r\n<html  >\r\n\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n\r\n    <!-- Mobile viewport optimized -->\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0,maximum-scale=1.0\">\r\n\r\n    <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n    <link rel=\"pingback\" href=\"https://movity.com/xmlrpc.php\">\r\n\r\n    <title>Page not found &#8211; Movity</title>\n<meta name='robots' content='max-image-preview:large' />\n\t<style>img:is([sizes=\"auto\" i], [sizes^=\"auto,\" i]) { contain-intrinsic-size: 3000px 1500px }</style>\n\t<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Feed\" href=\"https://movity.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Movity &raquo; Comm"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 146,
        "text": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
      },
      "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",
          "length": 146,
          "text": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
        }
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      }
    ]
  },
  "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",
            "length": 146
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 146
          }
        ]
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      }
    ]
  },
  "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"
      },
      "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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
      },
      "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://movity.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://movity.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://movity.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://movity.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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

50 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)

Evidence
{
  "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}

SEOSEOBrowser audit

Document does not have a meta description

50 Fail

Check name

Document does not have a meta description

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).

Evidence
{
  "description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/)."
}

SEOSEOBrowser audit

Links are not crawlable

50 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

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

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

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

50 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

1 warning found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

`[user-scalable="no"]` is used in the `<meta name="viewport">` element or the `[maximum-scale]` attribute is less than 5.

20 Fail

Check name

`[user-scalable="no"]` is used in the `<meta name="viewport">` element or the `[maximum-scale]` attribute is less than 5.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https://dequeuniversity.com/rules/axe/4.11/meta-viewport).

Evidence
{
  "description": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https://dequeuniversity.com/rules/axe/4.11/meta-viewport)."
}

Performance and AccessibilityPerformanceBrowser audit

Links do not have a discernible name

20 Fail

Check name

Links do not have a discernible name

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Links rely on color to be distinguishable.

20 Fail

Check name

Links rely on color to be distinguishable.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.11/link-in-text-block).

Evidence
{
  "description": "Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.11/link-in-text-block)."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

20 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

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

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

20 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 290 ms

Fix guidance

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

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

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