Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 39 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 20 out of 100
- GEO, AIO and AEO 80 out of 100
- SEO 100 out of 100
- Performance and Accessibility 73 out of 100
What AI sees of your website
Your mortgage platform to grow your home financing business | Morty
Morty’s platform gives you the independence to run your mortgage business your way with the resources, infrastructure and technology you need to be successful in today’s mortgage industry.
Next step
Turn this report into a fix workflow
28 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.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 39 | Priority fix | 9 | 15 | 0 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 50 | Needs work | 5 | 6 | 0 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 80 | Mostly ready | 7 | 2 | 11 | View details |
| GEO Readiness | 88 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 80 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 72 | Needs work | 2 | 1 | 4 | View details |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 20 | Priority fix | 5 | 4 | 0 | View details |
| Security & Trust | 20 | Priority fix | 1 | 4 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 73 | Needs work | 17 | 6 | 4 | View details |
| Performance | 66 | Needs work | 8 | 5 | 4 | View details |
| Accessibility | 87 | Mostly ready | 9 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
49 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
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
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\"><link rel=\"mask-icon\" href=\"/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"><meta name=\"robots\" content=\"noindex\"><meta name=\"generator\" content=\"Astro v5.6.1\"><title>Morty — Page Not Found</title><meta name=\"description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expe"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
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
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\"><link rel=\"mask-icon\" href=\"/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"><meta name=\"robots\" content=\"noindex\"><meta name=\"generator\" content=\"Astro v5.6.1\"><title>Morty — Page Not Found</title><meta name=\"description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expe"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\"><link rel=\"mask-icon\" href=\"/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"><meta name=\"robots\" content=\"noindex\"><meta name=\"generator\" content=\"Astro v5.6.1\"><title>Morty — Page Not Found</title><meta name=\"description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expe"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\"><link rel=\"mask-icon\" href=\"/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"><meta name=\"robots\" content=\"noindex\"><meta name=\"generator\" content=\"Astro v5.6.1\"><title>Morty — Page Not Found</title><meta name=\"description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expe"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\"><link rel=\"mask-icon\" href=\"/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"><meta name=\"robots\" content=\"noindex\"><meta name=\"generator\" content=\"Astro v5.6.1\"><title>Morty — Page Not Found</title><meta name=\"description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expe"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\"><link rel=\"mask-icon\" href=\"/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"><meta name=\"robots\" content=\"noindex\"><meta name=\"generator\" content=\"Astro v5.6.1\"><title>Morty — Page Not Found</title><meta name=\"description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expe"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\"><link rel=\"mask-icon\" href=\"/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"><meta name=\"robots\" content=\"noindex\"><meta name=\"generator\" content=\"Astro v5.6.1\"><title>Morty — Page Not Found</title><meta name=\"description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expe"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\"><link rel=\"mask-icon\" href=\"/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"><meta name=\"robots\" content=\"noindex\"><meta name=\"generator\" content=\"Astro v5.6.1\"><title>Morty — Page Not Found</title><meta name=\"description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expe"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
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 DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"Organization"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
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
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.
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
Markdown content type
Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "(none)".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html"
},
"issue": "Content-Type \"text/html\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": ""
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
"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": 10115,
"excerpt": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/a",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
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
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": 47545
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
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
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",
"length": 47545
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark.
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img src=\"data:image/webp;base64,UklGRv4FAABXRUJQVlA4WAoAAAAwAAAAJgAAJwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4U",
"<img src=\"data:image/webp;base64,UklGRgAFAABXRUJQVlA4WAoAAAAwAAAAJgAAJwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4U",
"<img src=\"data:image/webp;base64,UklGRuQEAABXRUJQVlA4WAoAAAAwAAAAJgAAJwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4U"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 21,
"links": 66,
"inaccessibleLinks": 0,
"buttons": 12,
"inaccessibleButtons": 0,
"images": 35,
"imagesWithAlt": 32,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
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
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": 47545
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
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
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": 47545
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
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
Frame protection
Frame protection is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
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
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": 47545
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
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
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": 47545
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
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
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": 47545
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
}
]
},
"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
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
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
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": 47545
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
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
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.morty.com",
"probes": [
{
"name": "_index._agents.www.morty.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.morty.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.morty.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "morty.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
9 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://linkedin.com/company/morty-inc",
"text": "LinkedIn Icon/LinkedIn",
"html": "<a href=\"https://linkedin.com/company/morty-inc\" class=\"text-sidewalk-900\"> <span class=\"sr-only\">LinkedIn</span> <svg width=\"12px\" height=\"12px\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\" class=\"h-4 w-4\"> <title>Icon/LinkedIn</title> <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"> <g transform=\"translate(-206.000000, -4968.000000)\" fill=\"currentColor\"> <g transform=\"translate(203.000000, 4939.000000)\"> <g transform=\"translate(1.000000, 27.000000)\"> <g transform..."
},
{
"href": "/about",
"text": "About Us",
"html": "<a href=\"/about\" class=\"body-text text-sm leading-6 text-sidewalk-600 hover:underline hover:text-morton-700\"> About Us </a>"
},
{
"href": "https://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/1429243",
"text": "NMLS Consumer Access",
"html": "<a class=\"underline hover:text-morton-700\" href=\"https://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/1429243\" rel=\"”nofollow”\" target=\"_blank\">NMLS Consumer Access</a>"
}
],
"contactLinks": [
{
"href": "/contact-sales",
"text": "See How It Works",
"html": "<a href=\"/contact-sales\" class=\"pointer inline-block text-button rounded-3xl py-3 px-5 text-center border hidden sm:inline-flex bg-white border-white text-morton-700 hover:bg-morton-50\">See How It Works</a>"
},
{
"href": "/contact-sales",
"text": "Talk to Sales",
"html": "<a href=\"/contact-sales\" class=\"pointer inline-block text-button rounded-3xl py-3 px-5 text-center text-morton-700 border border-morton-700 bg-white hover:bg-whitealpha-500 undefined\">Talk to Sales</a>"
},
{
"href": "/products/compliance-infrastructure",
"text": "Explore back-office support",
"html": "<a href=\"/products/compliance-infrastructure\" class=\"pointer inline-block text-button rounded-3xl py-3 px-5 text-center text-hardwood-30 bg-morton-700 hover:bg-hardwood-900 undefined\"> Explore back-office support </a>"
},
{
"href": "/contact-sales",
"text": "Talk to Sales",
"html": "<a href=\"/contact-sales\" class=\"pointer inline-block text-button rounded-3xl py-3 px-5 text-center text-morton-700 border border-morton-700 bg-white hover:bg-whitealpha-500 undefined\">Talk to Sales</a>"
},
{
"href": "/contact-sales",
"text": "Bespoke Solution",
"html": "<a href=\"/contact-sales\" class=\"body-text text-sm leading-6 text-sidewalk-600 hover:underline hover:text-morton-700\"> Bespoke Solution </a>"
},
{
"href": "/contact-sales",
"text": "Contact Sales",
"html": "<a href=\"/contact-sales\" class=\"body-text text-sm leading-6 text-sidewalk-600 hover:underline hover:text-morton-700\"> Contact Sales </a>"
},
{
"href": "/contact-sales",
"text": "Partnerships",
"html": "<a href=\"/contact-sales\" class=\"body-text text-sm leading-6 text-sidewalk-600 hover:underline hover:text-morton-700\"> Partnerships </a>"
},
{
"href": "/contact",
"text": "Contact",
"html": "<a href=\"/contact\" class=\"body-text text-sm leading-6 text-sidewalk-600 hover:underline hover:text-morton-700\"> Contact </a>"
}
],
"privacyLinks": [
{
"href": "https://www.morty.com/legal/tos",
"text": "Terms",
"html": "<a class=\"hover:underline hover:text-morton-700\" href=\"https://www.morty.com/legal/tos\" target=\"_blank\">Terms</a>"
},
{
"href": "https://www.morty.com/legal/privacy",
"text": "Privacy",
"html": "<a class=\"hover:underline hover:text-morton-700\" href=\"https://www.morty.com/legal/privacy\" target=\"_blank\">Privacy</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://linkedin.com/company/morty-inc",
"text": "LinkedIn Icon/LinkedIn",
"html": "<a href=\"https://linkedin.com/company/morty-inc\" class=\"text-sidewalk-900\"> <span class=\"sr-only\">LinkedIn</span> <svg width=\"12px\" height=\"12px\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\" class=\"h-4 w-4\"> <title>Icon/LinkedIn</title> <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"> <g transform=\"translate(-206.000000, -4968.000000)\" fill=\"currentColor\"> <g transform=\"translate(203.000000, 4939.000000)\"> <g transform=\"translate(1.000000, 27.000000)\"> <g transform..."
},
{
"href": "/about",
"text": "About Us",
"html": "<a href=\"/about\" class=\"body-text text-sm leading-6 text-sidewalk-600 hover:underline hover:text-morton-700\"> About Us </a>"
},
{
"href": "https://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/1429243",
"text": "NMLS Consumer Access",
"html": "<a class=\"underline hover:text-morton-700\" href=\"https://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/1429243\" rel=\"”nofollow”\" target=\"_blank\">NMLS Consumer Access</a>"
}
],
"contactLinks": [
{
"href": "/contact-sales",
"text": "See How It Works",
"html": "<a href=\"/contact-sales\" class=\"pointer inline-block text-button rounded-3xl py-3 px-5 text-center border hidden sm:inline-flex bg-white border-white text-morton-700 hover:bg-morton-50\">See How It Works</a>"
},
{
"href": "/contact-sales",
"text": "Talk to Sales",
"html": "<a href=\"/contact-sales\" class=\"pointer inline-block text-button rounded-3xl py-3 px-5 text-center text-morton-700 border border-morton-700 bg-white hover:bg-whitealpha-500 undefined\">Talk to Sales</a>"
},
{
"href": "/products/compliance-infrastructure",
"text": "Explore back-office support",
"html": "<a href=\"/products/compliance-infrastructure\" class=\"pointer inline-block text-button rounded-3xl py-3 px-5 text-center text-hardwood-30 bg-morton-700 hover:bg-hardwood-900 undefined\"> Explore back-office support </a>"
},
{
"href": "/contact-sales",
"text": "Talk to Sales",
"html": "<a href=\"/contact-sales\" class=\"pointer inline-block text-button rounded-3xl py-3 px-5 text-center text-morton-700 border border-morton-700 bg-white hover:bg-whitealpha-500 undefined\">Talk to Sales</a>"
},
{
"href": "/contact-sales",
"text": "Bespoke Solution",
"html": "<a href=\"/contact-sales\" class=\"body-text text-sm leading-6 text-sidewalk-600 hover:underline hover:text-morton-700\"> Bespoke Solution </a>"
},
{
"href": "/contact-sales",
"text": "Contact Sales",
"html": "<a href=\"/contact-sales\" class=\"body-text text-sm leading-6 text-sidewalk-600 hover:underline hover:text-morton-700\"> Contact Sales </a>"
},
{
"href": "/contact-sales",
"text": "Partnerships",
"html": "<a href=\"/contact-sales\" class=\"body-text text-sm leading-6 text-sidewalk-600 hover:underline hover:text-morton-700\"> Partnerships </a>"
},
{
"href": "/contact",
"text": "Contact",
"html": "<a href=\"/contact\" class=\"body-text text-sm leading-6 text-sidewalk-600 hover:underline hover:text-morton-700\"> Contact </a>"
}
],
"privacyLinks": [
{
"href": "https://www.morty.com/legal/tos",
"text": "Terms",
"html": "<a class=\"hover:underline hover:text-morton-700\" href=\"https://www.morty.com/legal/tos\" target=\"_blank\">Terms</a>"
},
{
"href": "https://www.morty.com/legal/privacy",
"text": "Privacy",
"html": "<a class=\"hover:underline hover:text-morton-700\" href=\"https://www.morty.com/legal/privacy\" target=\"_blank\">Privacy</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
17 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": 20,
"passing": 3,
"failing": [
{
"heading": "What you unlock with Morty",
"headingHtml": "<h2 class=\"text-body text-2xl md:text-3xl font-bold text-morton-900\" data-astro-cid-hdjbjvdg> What you unlock with Morty </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Everything in one place.",
"headingHtml": "<h2 class=\"text-heading text-morton-900 text-center\"> Everything in <span class=\"font-sans font-bold\">one</span> place. </h2>",
"firstParagraph": "A complete solution for launching and scaling mortgage: licensing, LOS, pricing, digital storefront, automation, and more — all fully integrated and ready to go.",
"paragraphHtml": "<p class=\"mt-4 text-subtitle text-xl text-sidewalk-800 text-center max-w-3xl mx-auto\"> A complete solution for launching and scaling mortgage: licensing, LOS, pricing, digital storefront, automation, and more — all fully integrated and ready to go. </p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Full tech stack",
"headingHtml": "<h3 class=\"text-body text-lg font-semibold text-morton-900\"> Full tech stack </h3>",
"firstParagraph": "A complete suite of in-house tools—POS, PPE, LOS, and client experiences—built to scale with you and continuously shaped by customer feedback and evolving market needs.",
"paragraphHtml": "<p class=\"mt-4 max-w-lg text-body\"> A complete suite of in-house tools—POS, PPE, LOS, and client experiences—built to scale with you and continuously shaped by customer feedback and evolving market needs. </p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Mortgage infrastructure",
"headingHtml": "<h3 class=\"text-body text-lg font-semibold text-morton-900\"> Mortgage infrastructure </h3>",
"firstParagraph": "Plug into a growing network of lenders and loan products—all through Morty’s integrated platform. We’re continually adding new partners to expand your options and grow the marketplace.",
"paragraphHtml": "<p class=\"mt-4 max-w-lg text-body\"> Plug into a growing network of lenders and loan products—all through Morty’s integrated platform. We’re continually adding new partners to expand your options and grow the marketplace. </p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "AI-assisted tools",
"headingHtml": "<h3 class=\"text-body text-lg font-semibold text-morton-900\"> AI-assisted tools </h3>",
"firstParagraph": "Leverage proprietary AI to simplify decision-making, automate workflows, and move faster with fewer resources.",
"paragraphHtml": "<p class=\"mt-4 max-w-lg text-body\"> Leverage proprietary AI to simplify decision-making, automate workflows, and move faster with fewer resources. </p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Customized build-out",
"headingHtml": "<h3 class=\"text-body text-lg font-semibold text-morton-900\"> Customized build-out </h3>",
"firstParagraph": "Choose from tiered offerings and pricing as you grow—flexible setup to match your goals, brand, and business stage.",
"paragraphHtml": "<p class=\"mt-4 max-w-lg text-body\"> Choose from tiered offerings and pricing as you grow—flexible setup to match your goals, brand, and business stage. </p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Compliance handling",
"headingHtml": "<h3 class=\"text-body text-lg font-semibold text-morton-900\"> Compliance handling </h3>",
"firstParagraph": "We manage regulatory, licensing, and compliance in-house—and can help you with MU1 brokerage filings when you're ready.",
"paragraphHtml": "<p class=\"mt-4 max-w-lg text-body\"> We manage regulatory, licensing, and compliance in-house—and can help you with MU1 brokerage filings when you're ready. </p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Unlock the full mortgage market.",
"headingHtml": "<h2 class=\"text-body text-2xl text-white text-center pb-8\"> Unlock the full mortgage market. </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Stay compliant, skip complexity.",
"headingHtml": "<h2 class=\"text-heading text-morton-900 leading-none\"> Stay <span class=\"font-sans font-bold\">compliant</span>, skip complexity. </h2>",
"firstParagraph": "Morty handles licensing, lender setup, and reporting — so you can grow without the back-office burden.",
"paragraphHtml": "<p class=\"mt-4 text-subtitle text-sidewalk-900\"> Morty handles licensing, lender setup, and reporting — so you can grow without the back-office burden. </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "All-in-one platform.",
"headingHtml": "<h2 class=\"text-heading text-morton-900 leading-none\"> <span class=\"font-sans font-bold\">All-in-one platform.</span> </h2>",
"firstParagraph": "One platform for everything: licensing, origination, fulfillment, technology, marketing — and growth.",
"paragraphHtml": "<p class=\"mt-4 text-subtitle text-sidewalk-900\"> One platform for everything: licensing, origination, fulfillment, technology, marketing — and growth. </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "See what you can do with Morty",
"headingHtml": "<h2 class=\"text-heading text-white text-center\"> See what <span class=\"font-sans font-bold\">you can do</span> with Morty </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Footer",
"headingHtml": "<h2 id=\"footer-heading\" class=\"sr-only\">Footer</h2>",
"firstParagraph": "Making mortgage better for everyone.",
"paragraphHtml": "<p class=\"text-body text-lg leading-6 text-sidewalk-600\"> Making mortgage better for everyone. </p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Products",
"headingHtml": "<h3 class=\"body-text text-sm leading-6 tracking-widest text-sidewalk-900 uppercase font-bold\"> Products </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Solutions",
"headingHtml": "<h3 class=\"body-text text-sm leading-6 tracking-widest text-sidewalk-900 uppercase font-bold\"> Solutions </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resources",
"headingHtml": "<h3 class=\"body-text text-sm leading-6 tracking-widest text-sidewalk-900 uppercase font-bold\"> Resources </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Homebuyers",
"headingHtml": "<h3 class=\"body-text text-sm leading-6 tracking-widest text-sidewalk-900 uppercase mt-8 font-bold\"> Homebuyers </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get Started",
"headingHtml": "<h3 class=\"body-text text-sm leading-6 tracking-widest text-sidewalk-900 uppercase font-bold\"> Get Started </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: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
1 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 16,
"heading": "H2: Frequently asked questions",
"text": "“Morty's platform is internet-based and very user-friendly. If you're tech-savvy, it's perfect for you. Morty’s team is great—and something that's very noticeable is if you have an idea or feedback, it doesn't fall on deaf ears. They do what they have to do to implement.”",
"words": 47,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>“Morty's platform is internet-based and very user-friendly. If you're tech-savvy, it's perfect for you. Morty’s team is great—and something that's very noticeable is if you have an idea or feedback, it doesn't fall on deaf ears. They do what they have to do to implement.”</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
17 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": 20,
"passing": 3,
"failing": [
{
"heading": "What you unlock with Morty",
"headingHtml": "<h2 class=\"text-body text-2xl md:text-3xl font-bold text-morton-900\" data-astro-cid-hdjbjvdg> What you unlock with Morty </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Everything in one place.",
"headingHtml": "<h2 class=\"text-heading text-morton-900 text-center\"> Everything in <span class=\"font-sans font-bold\">one</span> place. </h2>",
"firstParagraph": "A complete solution for launching and scaling mortgage: licensing, LOS, pricing, digital storefront, automation, and more — all fully integrated and ready to go.",
"paragraphHtml": "<p class=\"mt-4 text-subtitle text-xl text-sidewalk-800 text-center max-w-3xl mx-auto\"> A complete solution for launching and scaling mortgage: licensing, LOS, pricing, digital storefront, automation, and more — all fully integrated and ready to go. </p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Full tech stack",
"headingHtml": "<h3 class=\"text-body text-lg font-semibold text-morton-900\"> Full tech stack </h3>",
"firstParagraph": "A complete suite of in-house tools—POS, PPE, LOS, and client experiences—built to scale with you and continuously shaped by customer feedback and evolving market needs.",
"paragraphHtml": "<p class=\"mt-4 max-w-lg text-body\"> A complete suite of in-house tools—POS, PPE, LOS, and client experiences—built to scale with you and continuously shaped by customer feedback and evolving market needs. </p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Mortgage infrastructure",
"headingHtml": "<h3 class=\"text-body text-lg font-semibold text-morton-900\"> Mortgage infrastructure </h3>",
"firstParagraph": "Plug into a growing network of lenders and loan products—all through Morty’s integrated platform. We’re continually adding new partners to expand your options and grow the marketplace.",
"paragraphHtml": "<p class=\"mt-4 max-w-lg text-body\"> Plug into a growing network of lenders and loan products—all through Morty’s integrated platform. We’re continually adding new partners to expand your options and grow the marketplace. </p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "AI-assisted tools",
"headingHtml": "<h3 class=\"text-body text-lg font-semibold text-morton-900\"> AI-assisted tools </h3>",
"firstParagraph": "Leverage proprietary AI to simplify decision-making, automate workflows, and move faster with fewer resources.",
"paragraphHtml": "<p class=\"mt-4 max-w-lg text-body\"> Leverage proprietary AI to simplify decision-making, automate workflows, and move faster with fewer resources. </p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Customized build-out",
"headingHtml": "<h3 class=\"text-body text-lg font-semibold text-morton-900\"> Customized build-out </h3>",
"firstParagraph": "Choose from tiered offerings and pricing as you grow—flexible setup to match your goals, brand, and business stage.",
"paragraphHtml": "<p class=\"mt-4 max-w-lg text-body\"> Choose from tiered offerings and pricing as you grow—flexible setup to match your goals, brand, and business stage. </p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Compliance handling",
"headingHtml": "<h3 class=\"text-body text-lg font-semibold text-morton-900\"> Compliance handling </h3>",
"firstParagraph": "We manage regulatory, licensing, and compliance in-house—and can help you with MU1 brokerage filings when you're ready.",
"paragraphHtml": "<p class=\"mt-4 max-w-lg text-body\"> We manage regulatory, licensing, and compliance in-house—and can help you with MU1 brokerage filings when you're ready. </p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Unlock the full mortgage market.",
"headingHtml": "<h2 class=\"text-body text-2xl text-white text-center pb-8\"> Unlock the full mortgage market. </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Stay compliant, skip complexity.",
"headingHtml": "<h2 class=\"text-heading text-morton-900 leading-none\"> Stay <span class=\"font-sans font-bold\">compliant</span>, skip complexity. </h2>",
"firstParagraph": "Morty handles licensing, lender setup, and reporting — so you can grow without the back-office burden.",
"paragraphHtml": "<p class=\"mt-4 text-subtitle text-sidewalk-900\"> Morty handles licensing, lender setup, and reporting — so you can grow without the back-office burden. </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "All-in-one platform.",
"headingHtml": "<h2 class=\"text-heading text-morton-900 leading-none\"> <span class=\"font-sans font-bold\">All-in-one platform.</span> </h2>",
"firstParagraph": "One platform for everything: licensing, origination, fulfillment, technology, marketing — and growth.",
"paragraphHtml": "<p class=\"mt-4 text-subtitle text-sidewalk-900\"> One platform for everything: licensing, origination, fulfillment, technology, marketing — and growth. </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "See what you can do with Morty",
"headingHtml": "<h2 class=\"text-heading text-white text-center\"> See what <span class=\"font-sans font-bold\">you can do</span> with Morty </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Footer",
"headingHtml": "<h2 id=\"footer-heading\" class=\"sr-only\">Footer</h2>",
"firstParagraph": "Making mortgage better for everyone.",
"paragraphHtml": "<p class=\"text-body text-lg leading-6 text-sidewalk-600\"> Making mortgage better for everyone. </p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Products",
"headingHtml": "<h3 class=\"body-text text-sm leading-6 tracking-widest text-sidewalk-900 uppercase font-bold\"> Products </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Solutions",
"headingHtml": "<h3 class=\"body-text text-sm leading-6 tracking-widest text-sidewalk-900 uppercase font-bold\"> Solutions </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resources",
"headingHtml": "<h3 class=\"body-text text-sm leading-6 tracking-widest text-sidewalk-900 uppercase font-bold\"> Resources </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Homebuyers",
"headingHtml": "<h3 class=\"body-text text-sm leading-6 tracking-widest text-sidewalk-900 uppercase mt-8 font-bold\"> Homebuyers </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get Started",
"headingHtml": "<h3 class=\"body-text text-sm leading-6 tracking-widest text-sidewalk-900 uppercase font-bold\"> Get Started </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: grow, home, financing, powered.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 85/100 and needs improvement.
Evidence
{
"title": "Your mortgage platform to grow your home financing business | Morty",
"h1": "Your mortgage business, powered by Morty.",
"description": "Morty’s platform gives you the independence to run your mortgage business your way with the resources, infrastructure and technology you need to be successful in today’s mortgage industry.",
"topicOverlap": 0.5,
"topicTerms": [
"mortgage",
"platform",
"grow",
"home",
"financing",
"business",
"morty",
"powered"
],
"descriptionTerms": [
"morty",
"platform",
"gives",
"independence",
"run",
"mortgage",
"business",
"way",
"resources",
"infrastructure",
"technology",
"need",
"successful",
"today",
"industry"
],
"missingFromDescription": [
"grow",
"home",
"financing",
"powered"
],
"score": 85,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 4,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
24 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width",
"visibleWords": 1095,
"htmlBytes": 112869,
"imagesMissingDimensions": [
{
"src": "/_astro/bento_1_tech.8KDY9__5.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Morty's proprietary technology\" src=\"/_astro/bento_1_tech.8KDY9__5.webp\" class=\"h-40 md:50 lg:h-80 object-cover object-left\">"
},
{
"src": "/_astro/bento2_mortgage_infrastrcture.B-ZWFIkl.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Mortgage infrastructure\" src=\"/_astro/bento2_mortgage_infrastrcture.B-ZWFIkl.webp\" class=\"h-40 md:50 lg:h-80 object-cover object-left\">"
},
{
"src": "/_astro/bento3_ai.NtaIxqXn.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"AI toolset\" src=\"/_astro/bento3_ai.NtaIxqXn.webp\" class=\"h-40 md:50 lg:h-80 object-cover object-left\">"
},
{
"src": "/_astro/bento4_configs.DuXMLrQd.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Configure your brokerage\" src=\"/_astro/bento4_configs.DuXMLrQd.webp\" class=\"h-40 md:50 lg:h-80 object-cover object-left\">"
},
{
"src": "/_astro/bento5_pf.CIm0qKfI.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Compliance at Morty\" src=\"/_astro/bento5_pf.CIm0qKfI.webp\" class=\"h-40 md:50 lg:h-80 object-cover object-left\">"
},
{
"src": "/_astro/credithuman_white.BFrQS2rJ.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/_astro/credithuman_white.BFrQS2rJ.png\" alt=\"Credit Human\" class=\"max-h-full max-w-full object-contain opacity-100\" loading=\"lazy\">"
},
{
"src": "data:image/png;base64,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",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAScAAAA+CAYAAABp9N2mAAABCGlDQ1BJQ0MgUHJvZmlsZQAAeJxjYGA8wQAELAYMDLl5JUVB7k4KEZFRCuwPGBiBEAwSk4sLGHADoKpv1yBqL+viUYcLcKakFicD6Q9ArFIEtBxopAiQLZIOYWuA2EkQtg2IXV5SUAJkB4DYRSFBzkB2CpCtkY7ETkJiJxcUgdT3ANk2uTmlyQh3M/Ck5oUGA2kOIJZhKGYIYnBncAL5H6IkfxEDg8VXBgbmCQixpJkMDNtbGRgkbiHEVBYwMPC3MDBsO48QQ4RJQWJRIliIBYiZ0tIYGD4tZ2DgjWRgEL7AwMAVDQsIHG5TALvNnSEfCNMZchhSgSKeDHkMyQx6QJYRgwGDIYMZAKbWPz9HbOBQAAALIklEQVR4nO3deYxdVR3A8U/boZSylVK0UTCgFRCUVERwASMGU..."
},
{
"src": "/_astro/rocket_mortgage_logo_white.CWBb2ejj.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/_astro/rocket_mortgage_logo_white.CWBb2ejj.png\" alt=\"Rocket Mortgage\" class=\"max-h-full max-w-full object-contain opacity-100\" loading=\"lazy\">"
},
{
"src": "/_astro/spring_eq_white.DvZB3TyU.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/_astro/spring_eq_white.DvZB3TyU.png\" alt=\"Spring EQ\" class=\"max-h-full max-w-full object-contain opacity-100\" loading=\"lazy\">"
},
{
"src": "/_astro/theloanstore_white.Ddv3EU_S.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/_astro/theloanstore_white.Ddv3EU_S.png\" alt=\"The Loan Store\" class=\"max-h-full max-w-full object-contain opacity-100\" loading=\"lazy\">"
},
{
"src": "/_astro/bluepoint_white.Hcqh6Gy-.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/_astro/bluepoint_white.Hcqh6Gy-.png\" alt=\"Bluepoint\" class=\"max-h-full max-w-full object-contain opacity-100\" loading=\"lazy\">"
},
{
"src": "/_astro/orion_white.D-OK4_3o.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/_astro/orion_white.D-OK4_3o.png\" alt=\"Orion\" class=\"max-h-full max-w-full object-contain opacity-100\" loading=\"lazy\">"
},
{
"src": "data:image/png;base64,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",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ0AAAAvCAYAAAD5JMioAAANX0lEQVR4nO1d4XXbOBL+sG//L6+C8CpYXgXLqyDaCqJUEKUC0RVIqUBKBXIqEFOBlAqoq4DaCr77gRljCIKk7cSWneh7T08RMBgMZgYzAEgjDle8KJDMAJQA3gEoAORSdQRwBvAVQO2cq59ZtCt+NpDMSC5JtrwfGpIbksWlZb/ileERzpbCgeT80mO54hWA5Ow7nS1G8xqcz11agCmQLAH8Bb++KUzVGcAJfo1z65w7PbNcOYBMPgBweogMJFcAFo/s/gTgRvr+gLDu69Q757aP5P9rguRc0sZ9sX/KWU4yJ7mQftqRSLMRhxzjtXlYALvjvSZZkSzlsxO5qgGZmqfUyU8DUeL+EUZRbDhh9AfIkjE42kMwaGw+zOFKkSGj18tceO9Frp3QLUkWJLcj8hQ/Qic/HUSR7..."
},
{
"src": "/_astro/ardi_white.BANi0qx-.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/_astro/ardi_white.BANi0qx-.png\" alt=\"Ardi\" class=\"max-h-full max-w-full object-contain opacity-100\" loading=\"lazy\">"
},
{
"src": "/_astro/newfi_white.BARU-tSH.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/_astro/newfi_white.BARU-tSH.png\" alt=\"NewFi\" class=\"max-h-full max-w-full object-contain opacity-100\" loading=\"lazy\">"
},
{
"src": "/_astro/PRMG_white.BIsENZs-.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/_astro/PRMG_white.BIsENZs-.png\" alt=\"PRMG\" class=\"max-h-full max-w-full object-contain opacity-100\" loading=\"lazy\">"
},
{
"src": "data:image/webp;base64,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",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/webp;base64,UklGRv4FAABXRUJQVlA4WAoAAAAwAAAAJgAAJwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAA..."
},
{
"src": "data:image/webp;base64,UklGRgAFAABXRUJQVlA4WAoAAAAwAAAAJgAAJwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZBTFBIkwAAAA1wlW1vncQBkfCjYJXQOaAKNgc8OMDBQcE2JYCDTQHBQVDA1UJazncRMQH0hBycRB7p4IRxIzaQ92qd1JTiwoUDEHuT7G8uih1Vk8ldmQoPwUdltKFj8mVwLZYj+aNLOtdSTsR+LmahaprLDCnk7z+CpyK0pkJFC/lYxdC3Wc6G07XJMNwN1C4bOOnhQubtIE5PCQBWUDggdgIAADAOAJ0BKicAKAA+MRSIQyIhIRcaBZggAwS0AFiP0LJt+naCQF/131AZwD9kP1J327gK/LP/Un4P/KQo6v415LR7BmUPx0ejP0AP7HzDfP3ojf67gAAaGLsyKJlVziytM6HkajD4ujHhJJHQt2C4X0jE6ghodnDgEzQAAP7/2LmCN8e304wEpee5NLzJQZtnkm/wekuYiPrW4C2882Y+5I1hO6+ryaPuzq8ke5rb0f6HN374T9ubaHVdu5o45G/4mrhjD6VvnYwHiBMEPVmVE6eszsyeUUgxvrQnKP1/LU1/W3Cjjck26sQt5ZM5CCqjqSCHud86pGfEjTdxkEacyz2fWZjc8DfOgE/o7Y/0sLnfkDgJk7rN38zW/e2EXLK4moBCv6Bi/hBavUZM/MukugC0rhTNUBT4b/81Wf//GixB/+PvQLJApfTE9cqj4cCe03L9gE0vVf49OnvsYALj/U6uH0//CsrB+cHt4yX7eCgdSPITJ0xmgcioZIbRyU//TppJLWgBj0l5xsuaGp7wOtFPiPLgXL8Txlyen/4XWXpXBbbUsJp2My5xvPH2GIs30P/TFfuUTv7+me60TYTdQYLGPEFJ+kcWO9DRzqB0d9YK+tPIFw9cl6WJ0cbpkVOv14eTq+wn8uhPp5PA5fxKcBycFDTOrmU3xz4M7hkrMdMb/pNTQ9zvFgAmNDz3F/6oO+90uDneb5TDqxfwF/BS8gjHB77JPziDtANWjNd6M/zZspJgtSdrDAVRvoozO/afUxPw5nhub5G3fICoq5f9MHuH3/V4KY1CpNsUH4QAxoRub/04fmQKCoRdsC2/m//6WtWDMgAAAA==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/webp;base64,UklGRgAFAABXRUJQVlA4WAoAAAAwAAAAJgAAJwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAA..."
},
{
"src": "data:image/webp;base64,UklGRuQEAABXRUJQVlA4WAoAAAAwAAAAJgAAJwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZBTFBIAQEAAA1wlm17lXwRFuGzwUjglgAabCaABocEYgIhgZhAaLAGLgIVhJ09/4sIRW6jRnAA7cO0r4A4LfK5hxR6hj1rUziKAtYpHI41pnH6lq3O2hrtElBbjkVGZE6tNTGRQrhObMNku06Y9y3DKOTDhkZyaUZUqwGb1QZGTADTMG2TBIRYFHbk2ltI2Gp9ZJUMzcjcOcBQgCmMdD1Yt1nnEDg5Sac2odpxvomE2xFaOiLK+3qu0aIwI+Ogoj7CxSbdi6euiFM6g/Sg15UeFBXHEWLV5P0x+wmKTtgxcizCrY8geF31P59MJA38VbqQidtyR5XZcmN658SQ0cUBlaN2YDiAG4MGAFZQOCDsAQAAUAwAnQEqJwAoAD4tEIdCoaENVgNUDAFiWwAnTNVgifEch/vx4H31Y5DkBpAPsA95b0I+bN1D3oAeWZ+0fwgfuZ6QzvSsQr+0D4o/4zlGDsFwd+jjQWGyUpQ732futsf1U6cBlsBFoesQLgAA/v6brf//rtHPcI/6Zyp5dsSMRpf2Z5DkLZo7lSSqc7yT0G6cDTgxReYd5T/34Td6Ju5/CPOZRaMezAjEr3dAx5ya+WL44T1g5almA4+I8x20/24UGR9nkk+XV7wU+5FXMQp5etJ9CYdaYXgAuswwXA39qiw+SfeKpv6grXf/miYLHNXlItgv//lMdPR5v/jsM87IoKt0wR3m2v/lyajlqER74v1yIsu5QJJSPxDFk/yPi3Xjrf8wH5o/vQEyi2UPxuFhwYcEC2HH1J7dE+y/DNgcXDUB032tf1Tz/+lh+DdWiXv/jtHRMCOO5Hh+QOiCxyLwqbeYxwCcpyR+/i1zaSv6TPPWnaZNXn4NeJd+KWazEy/+PGvQ3pB6jDR8gYGCjA3Jz65T3LiQV+thDszYol4Fe19HvVHid3iHKylxm5IJVTRB1ynpfr/1F10ARG9/9rRCuZlXXjgywsQ8Gep6GhDtbALjJrnHwFXkfHDYyoS85vNGjoLSDJNnhVUncAAA",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/webp;base64,UklGRuQEAABXRUJQVlA4WAoAAAAwAAAAJgAAJwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAA..."
},
{
"src": "data:image/webp;base64,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",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/webp;base64,UklGRvYMAABXRUJQVlA4WAoAAAAwAAAAEwEARwAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAA..."
},
{
"src": "/_astro/joey.rY1YJSvM.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/_astro/joey.rY1YJSvM.webp\" alt=\"Joey Gutter\" class=\"max-w-[4rem] rounded-full bg-sidewalk-900\">"
},
{
"src": "data:image/webp;base64,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",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/webp;base64,UklGRoIHAABXRUJQVlA4WAoAAAAwAAAAFQEAGQAASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAA..."
},
{
"src": "/_astro/ron.BRYJRfGK.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/_astro/ron.BRYJRfGK.webp\" alt=\"Ron Radziminsky\" class=\"max-w-[4rem] rounded-full bg-sidewalk-900\">"
},
{
"src": "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20388.71%20120.52'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%232a3989;}%3c/style%3e%3c/defs%3e%3cg%20id='Layer_1-2'%3e%3cpath%20class='cls-1'%20d='m68.9,4.78h18.99v92.36h-16.33v-54.47l-21.84,54.47h-12.2L15.68,42.67v54.47H0V4.78h18.98l24.97,65.94L68.92,4.78h-.02Zm215.41-3.68l-.15-1.1h-4.9l-12.24,14.27v11.07h-12.61v15.34h12.61v39.37c0,10.54,2.86,17.08,17.08,17.08h15.78v-15.7h-15.57v-40.75h18.17v-15.34h-18.17V1.1h0Zm85.98,24.22l-.18.43c-.17.41-15.08,37.23-18.38,45.36-3.29-8.12-18.17-44.94-18.33-45.36l-.17-.43h-18.35l27.99,67.6-4.41,11.3h-15.54v16.3h9.58c12.39,0,17.3-1.81,21.77-12.47l34.44-82.73h-18.42Zm-208.25,35.92c0-15.65-11.27-22.77-21.73-22.77s-21.73,7.13-21.73,22.77,11.27,22.77,21.73,22.77,21.73-7.13,21.73-22.77m-21.73-38.51c21.59,0,38.51,16.92,38.51,38.51s-16.92,38.51-38.51,38.51-38.51-16.92-38.51-38.51,16.92-38.51,38.51-38.51m83.83.02c-6.77,0-12.79,3-15.14,10.1h0s-.01.03-.02.05v-.2l-.84-7.36h-15.15v71.79h17.29v-48.56c0-8.02,3.01-12.34,8.46-12.34,4.88,0,7.35,3.45,7.35,10.25v9.77h17.29v-10.78c0-14.44-7.01-22.73-19.23-22.73'/%3e%3c/g%3e%3c/svg%3e",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"h-12\" src=\"data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20388.71%20120.52'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%232a3989;}%3c/style%3e%3c/defs%3e%3cg%20id='Layer_1-2'%3e%3cpath%20class='cls-1'%20d='m68.9,4.78h18.99v92.36h-16.33v-54.47l-21.84,54.47h-12.2L15.68,42.67v54.47H0V4.78h18.98l24.97,65.94L68.92,4.78h-.02Zm2..."
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: how, benefits, cost, compare.
Details
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": "What you unlock with Morty",
"html": "<h2 class=\"text-body text-2xl md:text-3xl font-bold text-morton-900\" data-astro-cid-hdjbjvdg> What you unlock with Morty </h2>"
},
{
"text": "Everything in one place.",
"html": "<h2 class=\"text-heading text-morton-900 text-center\"> Everything in <span class=\"font-sans font-bold\">one</span> place. </h2>"
},
{
"text": "Easy to start. Built to scale.",
"html": "<h2 class=\"text-heading text-morton-900\"> Easy to start. Built to <span class=\"font-sans font-bold\">scale.</span> </h2>"
},
{
"text": "Unlock the full mortgage market.",
"html": "<h2 class=\"text-body text-2xl text-white text-center pb-8\"> Unlock the full mortgage market. </h2>"
},
{
"text": "Stay compliant, skip complexity.",
"html": "<h2 class=\"text-heading text-morton-900 leading-none\"> Stay <span class=\"font-sans font-bold\">compliant</span>, skip complexity. </h2>"
},
{
"text": "Frequently asked questions",
"html": "<h2 class=\"text-heading text-4xl lg:text-5xl font-sans text-morton-900 leading-none font-bold\">Frequently asked questions</h2>"
},
{
"text": "All-in-one platform.",
"html": "<h2 class=\"text-heading text-morton-900 leading-none\"> <span class=\"font-sans font-bold\">All-in-one platform.</span> </h2>"
},
{
"text": "See what you can do with Morty",
"html": "<h2 class=\"text-heading text-white text-center\"> See what <span class=\"font-sans font-bold\">you can do</span> with Morty </h2>"
},
{
"text": "Footer",
"html": "<h2 id=\"footer-heading\" class=\"sr-only\">Footer</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Your mortgage platform to grow your home fina...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Your mortgage platform to grow your home fina... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Your mortgage platform to grow your home fina...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Your mortgage platform to grow your home fina... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Your mortgage platform to grow your home fina... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Your mortgage platform to grow your home fina... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Your mortgage platform to grow your home fina...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Your mortgage platform to grow your home fina... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Your mortgage platform to grow your home fina... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: grow, home, financing, powered.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
88/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 88/100 and needs improvement.
Evidence
{
"title": "Your mortgage platform to grow your home financing business | Morty",
"h1": "Your mortgage business, powered by Morty.",
"description": "Morty’s platform gives you the independence to run your mortgage business your way with the resources, infrastructure and technology you need to be successful in today’s mortgage industry.",
"topicOverlap": 0.5,
"definitionCount": 4,
"topicTerms": [
"mortgage",
"platform",
"grow",
"home",
"financing",
"business",
"morty",
"powered"
],
"descriptionTerms": [
"morty",
"platform",
"gives",
"independence",
"run",
"mortgage",
"business",
"way",
"resources",
"infrastructure",
"technology",
"need",
"successful",
"today",
"industry"
],
"missingFromDescription": [
"grow",
"home",
"financing",
"powered"
],
"score": 88,
"weight": 18
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
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
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",
"length": 47545
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
}
]
},
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: how, benefits, cost, compare.
Details
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": "What you unlock with Morty",
"html": "<h2 class=\"text-body text-2xl md:text-3xl font-bold text-morton-900\" data-astro-cid-hdjbjvdg> What you unlock with Morty </h2>"
},
{
"text": "Everything in one place.",
"html": "<h2 class=\"text-heading text-morton-900 text-center\"> Everything in <span class=\"font-sans font-bold\">one</span> place. </h2>"
},
{
"text": "Easy to start. Built to scale.",
"html": "<h2 class=\"text-heading text-morton-900\"> Easy to start. Built to <span class=\"font-sans font-bold\">scale.</span> </h2>"
},
{
"text": "Unlock the full mortgage market.",
"html": "<h2 class=\"text-body text-2xl text-white text-center pb-8\"> Unlock the full mortgage market. </h2>"
},
{
"text": "Stay compliant, skip complexity.",
"html": "<h2 class=\"text-heading text-morton-900 leading-none\"> Stay <span class=\"font-sans font-bold\">compliant</span>, skip complexity. </h2>"
},
{
"text": "Frequently asked questions",
"html": "<h2 class=\"text-heading text-4xl lg:text-5xl font-sans text-morton-900 leading-none font-bold\">Frequently asked questions</h2>"
},
{
"text": "All-in-one platform.",
"html": "<h2 class=\"text-heading text-morton-900 leading-none\"> <span class=\"font-sans font-bold\">All-in-one platform.</span> </h2>"
},
{
"text": "See what you can do with Morty",
"html": "<h2 class=\"text-heading text-white text-center\"> See what <span class=\"font-sans font-bold\">you can do</span> with Morty </h2>"
},
{
"text": "Footer",
"html": "<h2 id=\"footer-heading\" class=\"sr-only\">Footer</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Your mortgage platform to grow your home fina...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Your mortgage platform to grow your home fina... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Your mortgage platform to grow your home fina...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Your mortgage platform to grow your home fina... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Your mortgage platform to grow your home fina... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Your mortgage platform to grow your home fina... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Your mortgage platform to grow your home fina...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Your mortgage platform to grow your home fina... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Your mortgage platform to grow your home fina... 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
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.
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
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
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",
"length": 47545,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
"compatibleContentType": false,
"contentLength": 46139,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": true,
"links": [
"/fonts-dev.css",
"/favicons/apple-touch-icon.png",
"/png",
"/favicons/favicon-32x32.png",
"/png",
"/favicons/favicon-16x16.png",
"/favicons/safari-pinned-tab.svg",
"/title",
"https://www.morty.com/\"><meta",
"https://morty-cms.s3.us-east-2.amazonaws.com/public/Morty_Logo_Square.png\"><meta"
],
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\"><link rel=\"mask-icon\" href=\"/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"><meta name=\"robots\" content=\"noindex\"><meta name=\"generator\" content=\"Astro v5.6.1\"><title>Morty — Page Not Found</title><meta name=\"description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expe"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; 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": 47545,
"text": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\"><link rel=\"mask-icon\" href=\"/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"><meta name=\"robots\" content=\"noindex\"><meta name=\"generator\" content=\"Astro v5.6.1\"><title>Morty — Page Not Found</title><meta name=\"description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expert mortgage guidance for a seamless homebuying experience.\"><meta property=\"og:title\" content=\"Morty — Page Not Found\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:url\" content=\"https://www.morty.com/\"><meta property=\"og:image\" content=\"https://morty-cms.s3.us-east-2.amazonaws.com/public/Morty_Logo_Square.png\"><meta property=\"og:description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expert mortgage guidance for a seamless homebuying experience.\"><meta name=\"twitter:card\" content=\"summary_large_image\"><meta name=\"twitter:site\" content=\"@HiMorty\"><meta name=\"twitter:title\" content=\"Morty — Page Not Found\"><meta name=\"twitter:description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expert mortgage guidance for a seamless homebuying experience.\"><meta name=\"twitter:image\" content=\"https://morty-cms.s3.us-east-2.amazonaws.com/public/Morty_Logo_Square.png\"><script type=\"application/ld+json\"></script><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-WJ6S4KFH');</script><script>(function(){const segmentApiKey = \"F9LUUShvCTQuGKevSyRTm3BPZK8JtAdc\";\n\n !(function () {\n var analytics = (window.analytics = window.analytics || []);\n if (!analytics.initialize)\n if (analytics.invoked)\n window.console &&\n console.error &&\n console.error('Segment snippet included twice.');\n else {\n analytics.invoked = !0;\n analytics.methods = [\n 'trackSubmit',\n 'trackClick',\n 'trackLink',\n 'trackForm',\n 'pageview',\n 'identify',\n 'reset',\n 'group',\n 'track',\n 'ready',\n 'alias',\n 'debug',\n 'page',\n 'once',\n 'off',\n 'on',\n 'addSourceMiddleware',\n 'addIntegrationMiddleware',\n 'setAnonymousId',\n 'addDestinationMiddleware',\n ];\n analytics.factory = function (e) {\n return function () {\n var t = Array.prototype.slice.call(arguments);\n t.unshift(e);\n analytics.push(t);\n return analytics;\n };\n };\n for (var e = 0; e < analytics.methods.length; e++) {\n var key = analytics.methods[e];\n analytics[key] = analytics.factory(key);\n }\n console.log({ segmentApiKey });\n analytics.load = function (key, e) {\n var t = document.createElement('script');\n t.type = 'text/javascript';\n t.async = !0;\n t.src =\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": 47545,
"text": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\"><link rel=\"mask-icon\" href=\"/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"><meta name=\"robots\" content=\"noindex\"><meta name=\"generator\" content=\"Astro v5.6.1\"><title>Morty — Page Not Found</title><meta name=\"description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expert mortgage guidance for a seamless homebuying experience.\"><meta property=\"og:title\" content=\"Morty — Page Not Found\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:url\" content=\"https://www.morty.com/\"><meta property=\"og:image\" content=\"https://morty-cms.s3.us-east-2.amazonaws.com/public/Morty_Logo_Square.png\"><meta property=\"og:description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expert mortgage guidance for a seamless homebuying experience.\"><meta name=\"twitter:card\" content=\"summary_large_image\"><meta name=\"twitter:site\" content=\"@HiMorty\"><meta name=\"twitter:title\" content=\"Morty — Page Not Found\"><meta name=\"twitter:description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expert mortgage guidance for a seamless homebuying experience.\"><meta name=\"twitter:image\" content=\"https://morty-cms.s3.us-east-2.amazonaws.com/public/Morty_Logo_Square.png\"><script type=\"application/ld+json\"></script><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-WJ6S4KFH');</script><script>(function(){const segmentApiKey = \"F9LUUShvCTQuGKevSyRTm3BPZK8JtAdc\";\n\n !(function () {\n var analytics = (window.analytics = window.analytics || []);\n if (!analytics.initialize)\n if (analytics.invoked)\n window.console &&\n console.error &&\n console.error('Segment snippet included twice.');\n else {\n analytics.invoked = !0;\n analytics.methods = [\n 'trackSubmit',\n 'trackClick',\n 'trackLink',\n 'trackForm',\n 'pageview',\n 'identify',\n 'reset',\n 'group',\n 'track',\n 'ready',\n 'alias',\n 'debug',\n 'page',\n 'once',\n 'off',\n 'on',\n 'addSourceMiddleware',\n 'addIntegrationMiddleware',\n 'setAnonymousId',\n 'addDestinationMiddleware',\n ];\n analytics.factory = function (e) {\n return function () {\n var t = Array.prototype.slice.call(arguments);\n t.unshift(e);\n analytics.push(t);\n return analytics;\n };\n };\n for (var e = 0; e < analytics.methods.length; e++) {\n var key = analytics.methods[e];\n analytics[key] = analytics.factory(key);\n }\n console.log({ segmentApiKey });\n analytics.load = function (key, e) {\n var t = document.createElement('script');\n t.type = 'text/javascript';\n t.async = !0;\n t.src =\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": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
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
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
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
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
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
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": 47545
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html",
"length": 47545
}
]
},
"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": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
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
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
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": "<!DOCTYPE html><html lang=\"en\" class=\"scroll-smooth\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width\"><link rel=\"stylesheet\" href=\"/fonts-dev.css\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\"><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\"><link rel=\"mask-icon\" href=\"/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\"><meta name=\"robots\" content=\"noindex\"><meta name=\"generator\" content=\"Astro v5.6.1\"><title>Morty — Page Not Found</title><meta name=\"description\" content=\"Morty is an online mortgage broker. We work with homebuyers around the country to find thousands of competitive loan options and provide expe"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.morty.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.morty.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.morty.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.morty.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": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.
Check name
Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.11/aria-required-children).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.11/aria-required-children)."
}Performance and AccessibilityPerformanceBrowser audit
Definition list items are not wrapped in `<dl>` elements
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Definition list items are not wrapped in `<dl>` elements
Check name
Definition list items are not wrapped in `<dl>` elements
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.11/dlitem).
References
https://web.dev/learn/performance/Evidence
{
"description": "Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.11/dlitem)."
}Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
Check name
Document does not have a main landmark.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).
References
https://web.dev/learn/performance/Evidence
{
"description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)."
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "image-aspect-ratio",
"title": "Displays images with incorrect aspect ratio",
"score": 0
}
]
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 3,305 KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 3,305 KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 3383945
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 301 KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 301 KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 26 KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 26 KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
4 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
63/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 93,
"displayValue": "1.1 s",
"numericValue": 1053.4831706818704
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 130 ms",
"numericValue": 129
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "40 ms",
"numericValue": 36.21059999999999
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 18,
"displayValue": "3.4 s",
"numericValue": 3407.4215197186304
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 51,
"displayValue": "4.4 s",
"numericValue": 4441.74492409107
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 24,
"displayValue": "350 ms",
"numericValue": 354
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 100,
"displayValue": "0.3 s",
"numericValue": 291.00364232722916
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 19,
"displayValue": "620 ms",
"numericValue": 617.5
}
]
}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.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 52/100 | Level 3, Bot-Aware | Current report |