Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 29 out of 100
- Agent Ease of Use 12 out of 100
- Security & Trust 0 out of 100
- GEO, AIO and AEO 67 out of 100
- SEO 92 out of 100
- Performance and Accessibility 83 out of 100
What AI sees of your website
Otter Meeting Agent - AI Notetaker, Transcription, Insights
Otter AI Meeting Agent supports real-time transcription, live chat, automated summaries, insights, and action items.
Next step
Turn this report into a fix workflow
30 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 | 29 | Priority fix | 6 | 17 | 1 | View details |
| Discoverability | 33 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 46 | Priority fix | 3 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 12 | Priority fix | 6 | 35 | 3 | View details |
| API | 17 | Priority fix | 1 | 8 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 1 | 11 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | 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 | 67 | Needs work | 4 | 3 | 12 | View details |
| GEO Readiness | 80 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 58 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 63 | Needs work | 1 | 1 | 5 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 40 | Priority fix | 4 | 5 | 0 | View details |
| Security & Trust | 0 | Priority fix | 0 | 5 | 0 | View details |
| AI Training Exposure | 100 | Strong | 4 | 0 | 0 | |
| Performance and Accessibility | 83 | Mostly ready | 19 | 2 | 2 | View details |
| Performance | 78 | Mostly ready | 13 | 2 | 2 | View details |
| Accessibility | 92 | Strong | 6 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
53 items need attention
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": []
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
33 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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}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
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
33 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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
{
"path": "/openapi.yaml",
"statusCode": 200,
"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\" xmlns:og=\"http://ogp.me/ns#\" xmlns:fb=\"http://ogp.me/ns/fb#\" data-critters-container=\"\"><head>\n <meta charset=\"utf-8\">\n <title>Otter Voice Meeting Notes - Otter.ai</title>\n <base href=\"/\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0\">\n <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\">\n <link rel=\"manifest\" href=\"/manifest.json\">\n <link rel=\"preconnect\" href=\"https://accounts.google.com\">\n <script>\n function detectIE() {\n var uaStr = window.navigator.userAgent;\n if (!uaStr) {\n return 0;\n }\n var msie = uaStr.indexOf('MSIE ');\n if (msie > -1) {\n return Number.parseInt(uaStr.substring(msie + 5, uaStr.indexO"
},
{
"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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
{
"path": "/swagger.yaml",
"statusCode": 200,
"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\" xmlns:og=\"http://ogp.me/ns#\" xmlns:fb=\"http://ogp.me/ns/fb#\" data-critters-container=\"\"><head>\n <meta charset=\"utf-8\">\n <title>Otter Voice Meeting Notes - Otter.ai</title>\n <base href=\"/\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0\">\n <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\">\n <link rel=\"manifest\" href=\"/manifest.json\">\n <link rel=\"preconnect\" href=\"https://accounts.google.com\">\n <script>\n function detectIE() {\n var uaStr = window.navigator.userAgent;\n if (!uaStr) {\n return 0;\n }\n var msie = uaStr.indexOf('MSIE ');\n if (msie > -1) {\n return Number.parseInt(uaStr.substring(msie + 5, uaStr.indexO"
},
{
"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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
{
"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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
{
"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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
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": 146
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
25 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": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 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".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" 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; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "accept-encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "accept-encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 23016,
"excerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 21:59:58 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"home.otter.ai\" data-wf-page=\"654929480c8d6e2becfa1921\" data-wf-site=\"618e9316785b3582a5178502\" lang=\"en\"><head><meta",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
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": 146
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html",
"length": 146
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 146
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
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": 146
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 146
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 146
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; missing <footer> landmark; 5 links missing accessible names; 5 buttons missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).
Details
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": false,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"/\" aria-current=\"page\" class=\"brand_new w-nav-brand w--current\"><div class=\"nav_logo w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 57 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M36.1707 0.304565C34.6356 0.304565 33.3867 1.55337 33.3867 3.08845V18.7112C33.3867 20.2463 34.6356 21.4951 36.1707 21.4951C37.7058 21.4951 38.9546 20.2463 38.9546 18.7112V3.08845C38.9546 1.55337 37.7058 0.304565 36.1707 0.304565Z\" fill=\"currentColo",
"<a href=\"/blog\" class=\"nav__dropdown-inner-new_visual w-inline-block\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc3b85ee0d2ba08c8a7423_dropdown_img.avif\" alt class=\"img-cover\"></a>",
"<a href=\"#\" class=\"video-mute is-top-aligned w-inline-block\"><div class=\"video-mute-state\"><div class=\"video-play_icon w-embed\"><svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M27.25 22.25L23.75 18.75\" stroke=\"black\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M23.75 22.25L27.25 18.75\" stroke=\"black\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M21.25 12.75L16.5 16.75H13.75C1",
"<a href=\"/\" aria-current=\"page\" class=\"footer-logo w-inline-block w--current\"><div class=\"footer-logo-embed w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 80 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M51.4596 0.432373C53.8478 0.432373 55.7839 2.36844 55.7839 4.7567V26.8108C55.7839 29.199 53.8478 31.1351 51.4596 31.1351C49.0713 31.1351 47.1353 29.199 47.1353 26.8108V4.7567C47.1353 2.36844 49.0713 0.432373 51.4596 0.432373Z\"",
"<a href=\"https://go.onelink.me/KBef/3aei1tmc?af_qr=true\" class=\"w-inline-block\"><img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/68b1c310f3bb6bf2c7d469f1_download-otter-qr.svg\" loading=\"lazy\" width=\"86\" height=\"86\" alt widt class=\"footer-qr\"></a>"
],
"inaccessibleButtons": [
"<button type=\"button\" data-w-bg-video-control=\"true\" aria-controls=\"dcb7c8c6-ea60-a020-0e71-d036967e878b-video\" class=\"w-backgroundvideo-backgroundvideoplaypausebutton video-play hide w-background-video--control\"><span><div class=\"video-play_icon w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"32\" cy=\"32\" r=\"32\" fill=\"black\" fill-opacity=\"0.8\"/> <rect opacity=\"0.01\" x=\"4.57031\" y=\"4.57178\" width=\"54.8571\" height=\"54.8571\" f",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0001\" aria-labelledby=\"ot-header-id-C0001 ot-status-id-C0001\"></button>",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0002\" aria-labelledby=\"ot-header-id-C0002\"></button>",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0003\" aria-labelledby=\"ot-header-id-C0003\"></button>",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0004\" aria-labelledby=\"ot-header-id-C0004\"></button>"
],
"missingAutocompleteInputs": [
"<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search…\" aria-label=\"Cookie list search\">"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 13,
"links": 112,
"inaccessibleLinks": 5,
"buttons": 18,
"inaccessibleButtons": 5,
"images": 100,
"imagesWithAlt": 100,
"autocompleteInputs": 1,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 1
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 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": 146
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 146
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 146
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
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": 146
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 146
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 146
}
]
},
"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": 146
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html",
"length": 146
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
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": 146
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html",
"length": 146
}
]
},
"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": 146
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html",
"length": 146
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
20 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.
20 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
HSTS header
HSTS header is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": null
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
20 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.
20 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
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
19 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: 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
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Tue, 09 Jun 2026 22:00:11 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
17 Fail
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
Needs attention
AI context endpoint
Issue
Content-Type "text/html" is not JSON, Markdown, or text/plain.
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
50/100
Status
fail
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 failed at "Validate resource body".
Validation steps
Validate resource body
Content-Type "text/html" is not JSON, Markdown, or text/plain.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/api/ai/context",
"statusCode": 200,
"contentType": "text/html"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Content-Type \"text/html\" is not JSON, Markdown, or text/plain.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" xmlns:og=\"http://ogp.me/ns#\" xmlns:fb=\"http://ogp.me/ns/fb#\" data-critters-container=\"\"><head>\n <meta charset=\"utf-8\">\n <title>Otter Voice Meeting Notes - Otter.ai</title>\n <base href=\"/\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0\">\n <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\">\n <link rel=\"manifest\" href=\"/manifest.json\">\n <link rel=\"preconnect\" href=\"https://accounts.google.com\">\n <script>\n function detectIE() {\n var uaStr = window.navigator.userAgent;\n if (!uaStr) {\n return 0;\n }\n var msie = uaStr.indexOf('MSIE ');\n if (msie > -1) {\n return Number.parseInt(uaStr.substring(msie + 5, uaStr.indexO"
},
"issue": "Content-Type \"text/html\" is not JSON, Markdown, or text/plain.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}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": "otter.ai",
"probes": [
{
"name": "_index._agents.otter.ai",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.otter.ai",
"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": "otter.ai",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Validate resource body".
13 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Validate resource body".
Needs attention
llms.txt
Issue
llms.txt response did not match the expected shape. Content-Type "text/html" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
50/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Validate resource body".
Validation steps
Validate resource body
llms.txt response did not match the expected shape. Content-Type "text/html" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/llms.txt",
"statusCode": 200,
"contentType": "text/html"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"issue": "llms.txt response did not match the expected shape. Content-Type \"text/html\" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).",
"compatibleContentType": false,
"hasTitle": false,
"contentLength": 29382,
"linkCount": 108,
"links": [
"/ns",
"/fb",
"/title",
"/x-icon",
"/favicon.ico",
"/manifest.json",
"/accounts.google.com",
"/');",
"/');",
"/';"
],
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" xmlns:og=\"http://ogp.me/ns#\" xmlns:fb=\"http://ogp.me/ns/fb#\" data-critters-container=\"\"><head>\n <meta charset=\"utf-8\">\n <title>Otter Voice Meeting Notes - Otter.ai</title>\n <base href=\"/\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0\">\n <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\">\n <link rel=\"manifest\" href=\"/manifest.json\">\n <link rel=\"preconnect\" href=\"https://accounts.google.com\">\n <script>\n function detectIE() {\n var uaStr = window.navigator.userAgent;\n if (!uaStr) {\n return 0;\n }\n var msie = uaStr.indexOf('MSIE ');\n if (msie > -1) {\n return Number.parseInt(uaStr.substring(msie + 5, uaStr.indexO"
},
"issue": "llms.txt response did not match the expected shape. Content-Type \"text/html\" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="ot-group-id-C0002"> is missing tool-param-description.<input name="ot-group-id-C0003"> is missing tool-param-description.<input name="ot-group-id-C0004"> is missing tool-param-description.<input name="vendor-search-handler"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 138,
"interactiveWithTags": 0,
"totalCount": 138,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 12,
"issues": [
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"ot-group-id-C0002\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"ot-group-id-C0003\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"ot-group-id-C0004\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"vendor-search-handler\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 138,
"interactiveWithTags": 0,
"totalCount": 138,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 138,
"interactiveWithTags": 0,
"totalCount": 138,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
10 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
No JSON-LD structured data was detected.
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: Visible structured data match
Score
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 0/100 and needs a fix.
Evidence
{
"schemaCount": 0,
"mismatches": [],
"score": 0,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
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": "/press",
"text": "PressDiscover the latest product and company news.",
"html": "<a href=\"/press\" class=\"nav__dropdown-link-new w-inline-block\"><div class=\"nav__dropdown-link-new_inner\"><div class=\"nav__dropdown-link-new_text-wrap\"><div class=\"text-color-blue\"><div class=\"text-weight-bold\"><div class=\"text-size-small\">Press</div></div></div><div class=\"text-color-black\"><p class=\"text-size-tiny\">Discover the latest product and company news.</p></div></div></div></a>"
},
{
"href": "https://www.linkedin.com/company/otter-ai/mycompany/",
"text": "LinkedIn",
"html": "<a underline-link href=\"https://www.linkedin.com/company/otter-ai/mycompany/\" target=\"_blank\" class=\"footer-link\">LinkedIn</a>"
}
],
"contactLinks": [
{
"href": "https://help.otter.ai/hc/en-us?_gl=1*3ab6if*_gcl_au*NjMyOTM1Mzk0LjE3Mzg1Mzg4MTA.*_ga*NTEyNTUzNzIuMTY3NTUzODMyNg..*_ga_F0G9HT49XE*MTc0MjQ5NDQ3My4xMzI4LjEuMTc0MjUxOTAzNi41Mi4wLjY4NzE1NDU1Mw..*_fplc*SkJuaFFIN0dXcWtDa041bnBIdDI4dWUzQWppRjM0V1AzJTJCR3A1bnJ4enh6N1NYTzNaSDRzQ0FIcXRaS3JtMWlMZGpVTjRzJTJCdUFHbFMlMkY0czdtY3EzMDE2RG9pWWFSeUc4VlNTWEVlREU3ZlR4U2xxJTJGak1JZk0wQTVnbVAwZ1ElM0QlM0Q.*_ga_718GRVQGD7*MTc0MjQ5NDQ3My4yMjEuMS4xNzQyNTE5MDI5LjYwLjAuNjE3MzkwNjkz",
"text": "Help CenterFind FAQs, troubleshooting tips, and setup guides.",
"html": "<a href=\"https://help.otter.ai/hc/en-us?_gl=1*3ab6if*_gcl_au*NjMyOTM1Mzk0LjE3Mzg1Mzg4MTA.*_ga*NTEyNTUzNzIuMTY3NTUzODMyNg..*_ga_F0G9HT49XE*MTc0MjQ5NDQ3My4xMzI4LjEuMTc0MjUxOTAzNi41Mi4wLjY4NzE1NDU1Mw..*_fplc*SkJuaFFIN0dXcWtDa041bnBIdDI4dWUzQWppRjM0V1AzJTJCR3A1bnJ4enh6N1NYTzNaSDRzQ0FIcXRaS3JtMWlMZGpVTjRzJTJCdUFHbFMlMkY0czdtY3EzMDE2RG9pWWFSeUc4VlNTWEVlREU3ZlR4U2xxJTJGak1JZk0wQTVnbVAwZ1ElM0QlM0Q.*_ga_718GRVQGD7*MTc0MjQ5NDQ3My4yMjEuMS4xNzQyNTE5MDI5LjYwLjAuNjE3MzkwNjkz\" class=\"nav__dropdown-link-new..."
},
{
"href": "/demo?utm_content=homepage",
"text": "Contact sales",
"html": "<a href=\"/demo?utm_content=homepage\" class=\"button-new is-secondary is-alternate is-large w-inline-block\"><div>Contact sales</div></a>"
},
{
"href": "https://help.otter.ai/hc/en-us?_gl=1*1djb34*_ga*Nzk4MjYxNDczLjE2OTc3NDYzNDY.*_ga_F0G9HT49XE*MTc0MjgxNTU4Mi40NS4xLjE3NDI4MjQzMzguNTguMC45NzA2ODY5MTI.*_ga_718GRVQGD7*MTc0MjgxNTU4Mi40NS4xLjE3NDI4MjQzMzguNjAuMC45NTU5ODQ3Mjc.",
"text": "Help Center",
"html": "<a underline-link href=\"https://help.otter.ai/hc/en-us?_gl=1*1djb34*_ga*Nzk4MjYxNDczLjE2OTc3NDYzNDY.*_ga_F0G9HT49XE*MTc0MjgxNTU4Mi40NS4xLjE3NDI4MjQzMzguNTguMC45NzA2ODY5MTI.*_ga_718GRVQGD7*MTc0MjgxNTU4Mi40NS4xLjE3NDI4MjQzMzguNjAuMC45NTU5ODQ3Mjc.\" class=\"footer-link\">Help Center</a>"
}
],
"privacyLinks": [
{
"href": "/privacy-policy",
"text": "Privacy policy",
"html": "<a underline-link href=\"/privacy-policy\" class=\"footer-link\">Privacy policy</a>"
},
{
"href": "/terms-of-service",
"text": "Terms of service",
"html": "<a underline-link href=\"/terms-of-service\" class=\"footer-link\">Terms of service</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
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": "/press",
"text": "PressDiscover the latest product and company news.",
"html": "<a href=\"/press\" class=\"nav__dropdown-link-new w-inline-block\"><div class=\"nav__dropdown-link-new_inner\"><div class=\"nav__dropdown-link-new_text-wrap\"><div class=\"text-color-blue\"><div class=\"text-weight-bold\"><div class=\"text-size-small\">Press</div></div></div><div class=\"text-color-black\"><p class=\"text-size-tiny\">Discover the latest product and company news.</p></div></div></div></a>"
},
{
"href": "https://www.linkedin.com/company/otter-ai/mycompany/",
"text": "LinkedIn",
"html": "<a underline-link href=\"https://www.linkedin.com/company/otter-ai/mycompany/\" target=\"_blank\" class=\"footer-link\">LinkedIn</a>"
}
],
"contactLinks": [
{
"href": "https://help.otter.ai/hc/en-us?_gl=1*3ab6if*_gcl_au*NjMyOTM1Mzk0LjE3Mzg1Mzg4MTA.*_ga*NTEyNTUzNzIuMTY3NTUzODMyNg..*_ga_F0G9HT49XE*MTc0MjQ5NDQ3My4xMzI4LjEuMTc0MjUxOTAzNi41Mi4wLjY4NzE1NDU1Mw..*_fplc*SkJuaFFIN0dXcWtDa041bnBIdDI4dWUzQWppRjM0V1AzJTJCR3A1bnJ4enh6N1NYTzNaSDRzQ0FIcXRaS3JtMWlMZGpVTjRzJTJCdUFHbFMlMkY0czdtY3EzMDE2RG9pWWFSeUc4VlNTWEVlREU3ZlR4U2xxJTJGak1JZk0wQTVnbVAwZ1ElM0QlM0Q.*_ga_718GRVQGD7*MTc0MjQ5NDQ3My4yMjEuMS4xNzQyNTE5MDI5LjYwLjAuNjE3MzkwNjkz",
"text": "Help CenterFind FAQs, troubleshooting tips, and setup guides.",
"html": "<a href=\"https://help.otter.ai/hc/en-us?_gl=1*3ab6if*_gcl_au*NjMyOTM1Mzk0LjE3Mzg1Mzg4MTA.*_ga*NTEyNTUzNzIuMTY3NTUzODMyNg..*_ga_F0G9HT49XE*MTc0MjQ5NDQ3My4xMzI4LjEuMTc0MjUxOTAzNi41Mi4wLjY4NzE1NDU1Mw..*_fplc*SkJuaFFIN0dXcWtDa041bnBIdDI4dWUzQWppRjM0V1AzJTJCR3A1bnJ4enh6N1NYTzNaSDRzQ0FIcXRaS3JtMWlMZGpVTjRzJTJCdUFHbFMlMkY0czdtY3EzMDE2RG9pWWFSeUc4VlNTWEVlREU3ZlR4U2xxJTJGak1JZk0wQTVnbVAwZ1ElM0QlM0Q.*_ga_718GRVQGD7*MTc0MjQ5NDQ3My4yMjEuMS4xNzQyNTE5MDI5LjYwLjAuNjE3MzkwNjkz\" class=\"nav__dropdown-link-new..."
},
{
"href": "/demo?utm_content=homepage",
"text": "Contact sales",
"html": "<a href=\"/demo?utm_content=homepage\" class=\"button-new is-secondary is-alternate is-large w-inline-block\"><div>Contact sales</div></a>"
},
{
"href": "https://help.otter.ai/hc/en-us?_gl=1*1djb34*_ga*Nzk4MjYxNDczLjE2OTc3NDYzNDY.*_ga_F0G9HT49XE*MTc0MjgxNTU4Mi40NS4xLjE3NDI4MjQzMzguNTguMC45NzA2ODY5MTI.*_ga_718GRVQGD7*MTc0MjgxNTU4Mi40NS4xLjE3NDI4MjQzMzguNjAuMC45NTU5ODQ3Mjc.",
"text": "Help Center",
"html": "<a underline-link href=\"https://help.otter.ai/hc/en-us?_gl=1*1djb34*_ga*Nzk4MjYxNDczLjE2OTc3NDYzNDY.*_ga_F0G9HT49XE*MTc0MjgxNTU4Mi40NS4xLjE3NDI4MjQzMzguNTguMC45NzA2ODY5MTI.*_ga_718GRVQGD7*MTc0MjgxNTU4Mi40NS4xLjE3NDI4MjQzMzguNjAuMC45NTU5ODQ3Mjc.\" class=\"footer-link\">Help Center</a>"
}
],
"privacyLinks": [
{
"href": "/privacy-policy",
"text": "Privacy policy",
"html": "<a underline-link href=\"/privacy-policy\" class=\"footer-link\">Privacy policy</a>"
},
{
"href": "/terms-of-service",
"text": "Terms of service",
"html": "<a underline-link href=\"/terms-of-service\" class=\"footer-link\">Terms of service</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.
4 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
6 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": 7,
"passing": 1,
"failing": [
{
"heading": "Like having your own executive assistant",
"headingHtml": "<h2 class=\"heading-style-h1\">Like having your own executive assistant</h2>",
"firstParagraph": "Send it to meetings, or record them from your device. Otter captures the full conversation, tracks takeaways, and handles follow-ups without ever taking a day off.",
"paragraphHtml": "<p class=\"text-size-regular\">Send it to meetings, or record them from your device. Otter captures the full conversation, tracks takeaways, and handles follow-ups without ever taking a day off.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Whatever you do, Otter works for you",
"headingHtml": "<h2 class=\"heading-style-h2\">Whatever you do, Otter works for you</h2>",
"firstParagraph": "Capture sales call notes, get live coaching tips, automate follow-ups, and drive sales efficiency with CRM.",
"paragraphHtml": "<p class=\"text-size-regular\">Capture sales call notes, get live coaching tips, automate follow-ups, and drive sales efficiency with CRM.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Trusted by teams, loved by people",
"headingHtml": "<h3 class=\"heading-style-h1\">Trusted by teams, loved by people</h3>",
"firstParagraph": "But don’t take our word for it.",
"paragraphHtml": "<p class=\"text-size-regular\">But don’t take our word for it.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Connect to your favorite apps",
"headingHtml": "<h3 class=\"heading-style-h1\">Connect to your favorite apps</h3>",
"firstParagraph": "Countless integrations automatically connect your meetings to tools like Slack, Zoom, Salesforce, Google Drive, and many others.",
"paragraphHtml": "<p class=\"text-size-regular\">Countless integrations automatically connect your meetings to tools like Slack, Zoom, Salesforce, Google Drive, and many others. </p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Privacy Preference Center",
"headingHtml": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Cookie List",
"headingHtml": "<h3>Cookie List</h3>",
"firstParagraph": "",
"paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 70/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 70/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema, JSON-LD structured data.
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
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 70/100 and needs improvement.
Evidence
{
"hasSummary": true,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 13,
"schemaBlocks": 0,
"missingSignals": [
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema",
"JSON-LD structured data"
],
"score": 70,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
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: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 3,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}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
4 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": 4,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 97,
"heading": "H4: Strictly Necessary Cookies",
"text": "These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store a...",
"words": 80,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0001\">These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally i..."
},
{
"index": 98,
"heading": "H4: Performance Cookies",
"text": "These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor...",
"words": 78,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (78 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0002\">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance..."
},
{
"index": 99,
"heading": "H4: Functional Cookies",
"text": "These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.",
"words": 48,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (48 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0003\">These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</p>"
},
{
"index": 100,
"heading": "H4: Targeting Cookies",
"text": "These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.",
"words": 65,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (65 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0004\">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 84/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 84/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: notetaker, now, also, conversational, knowledge, engine.
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
84/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 84/100 and needs improvement.
Evidence
{
"title": "Otter Meeting Agent - AI Notetaker, Transcription, Insights",
"h1": "Your AI notetaker is now also your Conversational Knowledge Engine",
"description": "Otter AI Meeting Agent supports real-time transcription, live chat, automated summaries, insights, and action items.",
"topicOverlap": 0.45454545454545453,
"topicTerms": [
"otter",
"meeting",
"agent",
"notetaker",
"transcription",
"insights",
"now",
"also",
"conversational",
"knowledge",
"engine"
],
"descriptionTerms": [
"otter",
"meeting",
"agent",
"supports",
"real",
"time",
"transcription",
"live",
"chat",
"automated",
"summaries",
"insights",
"action",
"items"
],
"missingFromDescription": [
"notetaker",
"now",
"also",
"conversational",
"knowledge",
"engine"
],
"score": 84,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
96 image(s) are missing width/height attributes. 3 possible modal/interstitial element(s) detected.
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
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 2178,
"htmlBytes": 337961,
"imagesMissingDimensions": [
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc3a840a0a1f98ac461772_dropdown_circle1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc3a840a0a1f98ac461772_dropdown_circle1.png\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc3a840a0a1f98ac461778_dropdown_circle2.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc3a840a0a1f98ac461778_dropdown_circle2.png\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc3a840a0a1f98ac461774_dropdown_circle3.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc3a840a0a1f98ac461774_dropdown_circle3.png\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/68b717cb5f2b668f081df225_sdr-agent-circle.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/68b717cb5f2b668f081df225_sdr-agent-circle.png\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc3a840a0a1f98ac461776_dropdown_circle4.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc3a840a0a1f98ac461776_dropdown_circle4.png\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc3b85ee0d2ba08c8a7423_dropdown_img.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc3b85ee0d2ba08c8a7423_dropdown_img.avif\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0367d5ad3fbc59c5ecdf3_hot-gradient.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0367d5ad3fbc59c5ecdf3_hot-gradient.avif\" alt class=\"button-gradient-bottom\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0367d5ad3fbc59c5ecdf3_hot-gradient.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0367d5ad3fbc59c5ecdf3_hot-gradient.avif\" loading=\"lazy\" alt class=\"button-gradient-bottom\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e18e5721ebc3692a58387d_618e9316785b3582a5178502_67d99b7c978ce7b1089828f4_Otter%20-%20Landing%20Video%201x1-poster-00001.jpg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img class=\"video-thumbnail\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e18e5721ebc3692a58387d_618e9316785b3582a5178502_67d99b7c978ce7b1089828f4_Otter%20-%20Landing%20Video%201x1-poster-00001.jpg\" alt sizes=\"(max-width: 720px) 100vw, 720px\" loading=\"eager\" fetchpriority=\"high\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e18e5721ebc3692a58387d_618e9316785b3582a5178502_67d99b7c978ce7b1089828f4_Otter%20-%20Landing%20Video%201x1-poster-00001-p-500..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d9a03d4b21ebdb8930e480_draper.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d9a03d4b21ebdb8930e480_draper.avif\" loading=\"lazy\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d9a03c14cfc46c38e67258_brown.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d9a03c14cfc46c38e67258_brown.avif\" loading=\"lazy\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d9a0424159ef00c676ac0a_savage.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d9a0424159ef00c676ac0a_savage.avif\" loading=\"lazy\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82ab84159b65f4eaabc_b1c029dc3f18e239d38dc64900191ea0_logo-salesforce.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82ab84159b65f4eaabc_b1c029dc3f18e239d38dc64900191ea0_logo-salesforce.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82aabe0cec635bddb9c_d1546c95f9753392a2cdf36a3acf39c0_logo-harvard.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82aabe0cec635bddb9c_d1546c95f9753392a2cdf36a3acf39c0_logo-harvard.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2bf18741e52b4069c_ee69e6e1a688affaccba3aa02ede0b82_nbc_universal.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2bf18741e52b4069c_ee69e6e1a688affaccba3aa02ede0b82_nbc_universal.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2b0e7e01d72ef9448_e8f9b2494e9e5d6f76e7321093307c26_amazon.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2b0e7e01d72ef9448_e8f9b2494e9e5d6f76e7321093307c26_amazon.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de19b4c59d9f6303cc3_ede70156a4e2accb6e682882db89a474_ibm.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de19b4c59d9f6303cc3_ede70156a4e2accb6e682882db89a474_ibm.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82a034f0ef337c54ab6_3d8dad0cb6a1ab1f23a584b5c42b5b73_logo-grant.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82a034f0ef337c54ab6_3d8dad0cb6a1ab1f23a584b5c42b5b73_logo-grant.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de28805b88e980eb99b_98c0461a636c3f0a646f8f93beea9a2e_walgreens.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de28805b88e980eb99b_98c0461a636c3f0a646f8f93beea9a2e_walgreens.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82938168d0b153afd03_de62202c1b906b7d5ce2a18a933f8747_logo-mastercard.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82938168d0b153afd03_de62202c1b906b7d5ce2a18a933f8747_logo-mastercard.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82ab84159b65f4eaabc_b1c029dc3f18e239d38dc64900191ea0_logo-salesforce.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82ab84159b65f4eaabc_b1c029dc3f18e239d38dc64900191ea0_logo-salesforce.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82aabe0cec635bddb9c_d1546c95f9753392a2cdf36a3acf39c0_logo-harvard.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82aabe0cec635bddb9c_d1546c95f9753392a2cdf36a3acf39c0_logo-harvard.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2bf18741e52b4069c_ee69e6e1a688affaccba3aa02ede0b82_nbc_universal.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2bf18741e52b4069c_ee69e6e1a688affaccba3aa02ede0b82_nbc_universal.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2b0e7e01d72ef9448_e8f9b2494e9e5d6f76e7321093307c26_amazon.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2b0e7e01d72ef9448_e8f9b2494e9e5d6f76e7321093307c26_amazon.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de19b4c59d9f6303cc3_ede70156a4e2accb6e682882db89a474_ibm.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de19b4c59d9f6303cc3_ede70156a4e2accb6e682882db89a474_ibm.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82a034f0ef337c54ab6_3d8dad0cb6a1ab1f23a584b5c42b5b73_logo-grant.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82a034f0ef337c54ab6_3d8dad0cb6a1ab1f23a584b5c42b5b73_logo-grant.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de28805b88e980eb99b_98c0461a636c3f0a646f8f93beea9a2e_walgreens.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de28805b88e980eb99b_98c0461a636c3f0a646f8f93beea9a2e_walgreens.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82938168d0b153afd03_de62202c1b906b7d5ce2a18a933f8747_logo-mastercard.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82938168d0b153afd03_de62202c1b906b7d5ce2a18a933f8747_logo-mastercard.svg\" alt class=\"hp_hero-container-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8d0b77f6c3eb435214cc_397f63dc4ab563ff369504b311566798_questions-when%402x.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8d0b77f6c3eb435214cc_397f63dc4ab563ff369504b311566798_questions-when%402x.avif\" loading=\"eager\" sizes=\"(max-width: 1200px) 100vw, 1200px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8d0b77f6c3eb435214cc_397f63dc4ab563ff369504b311566798_questions-when%402x-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8d0b77f6c3eb435214cc_397f63dc4ab563ff369504b311566798_ques..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/69efd6421d22145e7e71d32d_8bb7ffcbd5ffe595b266f99c77401e94_otter-desktop-app-card.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/69efd6421d22145e7e71d32d_8bb7ffcbd5ffe595b266f99c77401e94_otter-desktop-app-card.png\" loading=\"lazy\" sizes=\"(max-width: 1280px) 100vw, 1280px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/69efd6421d22145e7e71d32d_8bb7ffcbd5ffe595b266f99c77401e94_otter-desktop-app-card-p-500.png 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/69efd6421d22145e7e71d32d_8bb7ffcbd5ffe595b266f99c77401e94_o..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f829fa47061c2a7795_6531726b67dd4167b39b56158e25e02a_live-transcription%402x.png",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f829fa47061c2a7795_6531726b67dd4167b39b56158e25e02a_live-transcription%402x.png\" loading=\"eager\" sizes=\"(max-width: 1600px) 100vw, 1600px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f829fa47061c2a7795_6531726b67dd4167b39b56158e25e02a_live-transcription%402x-p-500.png 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f829fa47061c2a7795_6531726b67dd4167b39b56158e25e02..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f844bf929b1b5fca54_d177f2aaae5ab951d7777304b67dc609_live-transcription-mobile%402x.png",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f844bf929b1b5fca54_d177f2aaae5ab951d7777304b67dc609_live-transcription-mobile%402x.png\" loading=\"eager\" sizes=\"(max-width: 1600px) 100vw, 1600px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f844bf929b1b5fca54_d177f2aaae5ab951d7777304b67dc609_live-transcription-mobile%402x-p-500.png 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f844bf929b1b5fca54_d177f2aaae5ab951d..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e3386c3addb9324aac9e13_df6bff6ed6c9d9897a6178b6b2aab558_gist-dashboard%402x.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e3386c3addb9324aac9e13_df6bff6ed6c9d9897a6178b6b2aab558_gist-dashboard%402x.avif\" loading=\"eager\" sizes=\"(max-width: 1200px) 100vw, 1200px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e3386c3addb9324aac9e13_df6bff6ed6c9d9897a6178b6b2aab558_gist-dashboard%402x-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e3386c3addb9324aac9e13_df6bff6ed6c9d9897a6178b6b2aab558_gist..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db730353397f9e13533f5c_f82a11b7fa429b598bc3cc35329ca46e_card-action-cards%402x.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db730353397f9e13533f5c_f82a11b7fa429b598bc3cc35329ca46e_card-action-cards%402x.avif\" loading=\"eager\" sizes=\"(max-width: 952px) 100vw, 952px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db730353397f9e13533f5c_f82a11b7fa429b598bc3cc35329ca46e_card-action-cards%402x-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db730353397f9e13533f5c_f82a11b7fa429b598bc3cc35329ca46e_..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8213063b673e507e76c9_a5599e998f0ee03dc1fcd37652b7cfbe_card-insights-visual%402x.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8213063b673e507e76c9_a5599e998f0ee03dc1fcd37652b7cfbe_card-insights-visual%402x.avif\" loading=\"eager\" sizes=\"(max-width: 1600px) 100vw, 1600px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8213063b673e507e76c9_a5599e998f0ee03dc1fcd37652b7cfbe_card-insights-visual%402x-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8213063b673e507e76c9_a5599e998f0ee03dc1fcd3765..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e32da06b9adad5879953c2_cb7a53f669814c251e0c9df245136c1d_card-keep-your-projects%402x.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e32da06b9adad5879953c2_cb7a53f669814c251e0c9df245136c1d_card-keep-your-projects%402x.avif\" loading=\"eager\" sizes=\"(max-width: 1600px) 100vw, 1600px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e32da06b9adad5879953c2_cb7a53f669814c251e0c9df245136c1d_card-keep-your-projects%402x-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e32da06b9adad5879953c2_cb7a53f669814c251e0..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0367d5ad3fbc59c5ecdf3_hot-gradient.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0367d5ad3fbc59c5ecdf3_hot-gradient.avif\" loading=\"lazy\" alt class=\"button-gradient-bottom\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/698525f9431f36a30e3fee7f_choose-dashboard-visual.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/698525f9431f36a30e3fee7f_choose-dashboard-visual.avif\" loading=\"eager\" sizes=\"(max-width: 1114px) 100vw, 1114px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/698525f9431f36a30e3fee7f_choose-dashboard-visual-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/698525f9431f36a30e3fee7f_choose-dashboard-visual.avif 1114w\" alt class=\"hp-assistant_choose\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/69851bdf2beb7b12afc368b8_assistant-bottom-deco.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/69851bdf2beb7b12afc368b8_assistant-bottom-deco.png\" loading=\"lazy\" alt class=\"hp-assistant_bottom-deco\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3ef290cb2b0dd6148d_scale-dashboard-visual.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3ef290cb2b0dd6148d_scale-dashboard-visual.avif\" loading=\"eager\" sizes=\"(max-width: 1200px) 100vw, 1200px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3ef290cb2b0dd6148d_scale-dashboard-visual-p-500.png 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3ef290cb2b0dd6148d_scale-dashboard-visual.avif 1200w\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3fd1baa04d549db098_ai-chat-visual.avif",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3fd1baa04d549db098_ai-chat-visual.avif\" loading=\"eager\" sizes=\"(max-width: 1200px) 100vw, 1200px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3fd1baa04d549db098_ai-chat-visual-p-500.png 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3fd1baa04d549db098_ai-chat-visual-p-800.png 800w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3fd1baa04d549db09..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b7998455b3434cadc_avatar-laura%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b7998455b3434cadc_avatar-laura%402x.avif\" loading=\"lazy\" alt class=\"hp-testi_avatar\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc67547e3a8582822a4879_aiden-logo%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc67547e3a8582822a4879_aiden-logo%402x.avif\" loading=\"lazy\" alt class=\"icon-height-small\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b988e9e141c967fe0_laura-background%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b988e9e141c967fe0_laura-background%402x.avif\" loading=\"lazy\" sizes=\"(max-width: 1316px) 100vw, 1316px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b988e9e141c967fe0_laura-background%402x-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b988e9e141c967fe0_laura-background%402x.avif 1316w\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b7be752b1536a48b4_avatar-tim%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b7be752b1536a48b4_avatar-tim%402x.avif\" loading=\"lazy\" alt class=\"hp-testi_avatar\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b963e6d4f87d5266a_tim-background%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b963e6d4f87d5266a_tim-background%402x.avif\" loading=\"lazy\" sizes=\"(max-width: 1316px) 100vw, 1316px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b963e6d4f87d5266a_tim-background%402x-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b963e6d4f87d5266a_tim-background%402x.avif 1316w\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b9d756fdc9a2c0b48_avatar-tony%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b9d756fdc9a2c0b48_avatar-tony%402x.avif\" loading=\"lazy\" alt class=\"hp-testi_avatar\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b8c78d78138a40c8f_tony-background%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b8c78d78138a40c8f_tony-background%402x.avif\" loading=\"lazy\" sizes=\"(max-width: 1316px) 100vw, 1316px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b8c78d78138a40c8f_tony-background%402x-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b8c78d78138a40c8f_tony-background%402x.avif 1316w\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67da124d2369c5818e4ec569_faster-follow-ups-background%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67da124d2369c5818e4ec569_faster-follow-ups-background%402x.avif\" loading=\"lazy\" sizes=\"(max-width: 1600px) 100vw, 1600px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67da124d2369c5818e4ec569_faster-follow-ups-background%402x-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67da124d2369c5818e4ec569_faster-follow-ups-background%402x-p-800.avif 800w, https://cdn.prod.website-..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b9f88d3b341fed526_avatar-matt%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17b9f88d3b341fed526_avatar-matt%402x.avif\" loading=\"lazy\" alt class=\"hp-testi_avatar\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca233e4d1a9805dea06d9_candium-dial-logo%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca233e4d1a9805dea06d9_candium-dial-logo%402x.avif\" loading=\"lazy\" alt class=\"icon-height-small\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17be4d1a9805de94636_matt-background%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17be4d1a9805de94636_matt-background%402x.avif\" loading=\"lazy\" sizes=\"(max-width: 1316px) 100vw, 1316px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17be4d1a9805de94636_matt-background%402x-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17be4d1a9805de94636_matt-background%402x-p-800.avif 800w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dc..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17be85363bb952f2510_avatar-brandon%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17be85363bb952f2510_avatar-brandon%402x.avif\" loading=\"lazy\" alt class=\"hp-testi_avatar\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca216bf7f7c2300f3f888_voziq-ai-logo%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca216bf7f7c2300f3f888_voziq-ai-logo%402x.avif\" loading=\"lazy\" alt class=\"icon-height-small\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17bb1ebe4682ce2140e_brandon-background%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17bb1ebe4682ce2140e_brandon-background%402x.avif\" loading=\"lazy\" sizes=\"(max-width: 1316px) 100vw, 1316px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17bb1ebe4682ce2140e_brandon-background%402x-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca17bb1ebe4682ce2140e_brandon-background%402x.avif 1316w\" alt class=\"img-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67da1b1cf2925a9edfdafef5_hours-saved-background%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67da1b1cf2925a9edfdafef5_hours-saved-background%402x.avif\" loading=\"lazy\" sizes=\"(max-width: 1600px) 100vw, 1600px\" srcset=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67da1b1cf2925a9edfdafef5_hours-saved-background%402x-p-500.avif 500w, https://cdn.prod.website-files.com/618e9316785b3582a5178502/67da1b1cf2925a9edfdafef5_hours-saved-background%402x-p-800.avif 800w, https://cdn.prod.website-files.com/618e9316..."
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87369fa6150b8a4ac4f0_icon-zoom%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87369fa6150b8a4ac4f0_icon-zoom%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d05bb4cfaac3d65ac3137d_dropbox%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d05bb4cfaac3d65ac3137d_dropbox%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736ed5d0abe02eefed4_icon-google-calendar%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736ed5d0abe02eefed4_icon-google-calendar%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873615a3ca5294d4d043_icon-google-docs%402x.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873615a3ca5294d4d043_icon-google-docs%402x.png\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736e6d8868780f53cb0_icon-google-meet%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736e6d8868780f53cb0_icon-google-meet%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87369fa6150b8a4ac4f0_icon-zoom%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87369fa6150b8a4ac4f0_icon-zoom%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d05bb4cfaac3d65ac3137d_dropbox%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d05bb4cfaac3d65ac3137d_dropbox%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736ed5d0abe02eefed4_icon-google-calendar%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736ed5d0abe02eefed4_icon-google-calendar%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873615a3ca5294d4d043_icon-google-docs%402x.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873615a3ca5294d4d043_icon-google-docs%402x.png\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736e6d8868780f53cb0_icon-google-meet%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736e6d8868780f53cb0_icon-google-meet%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87369fa6150b8a4ac4f0_icon-zoom%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87369fa6150b8a4ac4f0_icon-zoom%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d05bb4cfaac3d65ac3137d_dropbox%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d05bb4cfaac3d65ac3137d_dropbox%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736ed5d0abe02eefed4_icon-google-calendar%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736ed5d0abe02eefed4_icon-google-calendar%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873615a3ca5294d4d043_icon-google-docs%402x.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873615a3ca5294d4d043_icon-google-docs%402x.png\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736e6d8868780f53cb0_icon-google-meet%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736e6d8868780f53cb0_icon-google-meet%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535a9_icon-hubspot%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535a9_icon-hubspot%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535ac_icon-jira%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535ac_icon-jira%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c2d_icon-notion%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c2d_icon-notion%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736cca2b2e561cc975d_icon-salesforce%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736cca2b2e561cc975d_icon-salesforce%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873657029a523f173ccb_icon-slack%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873657029a523f173ccb_icon-slack%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c30_icon-asana%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c30_icon-asana%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535a9_icon-hubspot%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535a9_icon-hubspot%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535ac_icon-jira%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535ac_icon-jira%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c2d_icon-notion%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c2d_icon-notion%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736cca2b2e561cc975d_icon-salesforce%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736cca2b2e561cc975d_icon-salesforce%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873657029a523f173ccb_icon-slack%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873657029a523f173ccb_icon-slack%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c30_icon-asana%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c30_icon-asana%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535a9_icon-hubspot%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535a9_icon-hubspot%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535ac_icon-jira%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535ac_icon-jira%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c2d_icon-notion%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c2d_icon-notion%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736cca2b2e561cc975d_icon-salesforce%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736cca2b2e561cc975d_icon-salesforce%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873657029a523f173ccb_icon-slack%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873657029a523f173ccb_icon-slack%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c30_icon-asana%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c30_icon-asana%402x.avif\" loading=\"lazy\" alt class=\"integrations_block-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0367d5ad3fbc59c5ecdf3_hot-gradient.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0367d5ad3fbc59c5ecdf3_hot-gradient.avif\" loading=\"lazy\" alt class=\"button-gradient-bottom\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d02a5813522aacd1c0868b_cta-line.svg",
"width": "Auto",
"height": "",
"loading": "lazy",
"html": "<img width=\"Auto\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d02a5813522aacd1c0868b_cta-line.svg\" class=\"cta-blobs_line\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0367d5ad3fbc59c5ecdf3_hot-gradient.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0367d5ad3fbc59c5ecdf3_hot-gradient.avif\" loading=\"lazy\" alt class=\"button-gradient-bottom\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d05cb02024219f508f42aa_otter-footer-hover%402x.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d05cb02024219f508f42aa_otter-footer-hover%402x.avif\" loading=\"lazy\" alt class=\"footer-logo-gradient\">"
},
{
"src": "https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d04d720978961f84fc5300_5e483ca0425acaa261ab6dce33dbcceb_otter-footer.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d04d720978961f84fc5300_5e483ca0425acaa261ab6dce33dbcceb_otter-footer.svg\" loading=\"eager\" alt class=\"footer-letters\">"
},
{
"src": "https://cdn.cookielaw.org/logos/static/ot_company_logo.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/static/ot_company_logo.png\">"
},
{
"src": "https://cdn.cookielaw.org/logos/static/powered_by_logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Powered by Onetrust\" src=\"https://cdn.cookielaw.org/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\">"
}
],
"possibleDialogs": [
"<div role=\"alertdialog\" aria-describedby=\"onetrust-policy-text\" aria-label=\"Privacy\"><div class=\"ot-sdk-container\"><div class=\"ot-sdk-row\"><div id=\"onetrust-group-container\" class=\"ot-sdk-eight ot-sdk-columns\"><div class=\"banner_logo\"></div><div id=\"onetrust-policy\"><div id=\"onetrust-policy-text\">By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. </div></div></d...",
"<div role=\"alertdialog\" aria-modal=\"true\" aria-describedby=\"ot-pc-desc\" style=\"height: 100%;\" aria-label=\"Privacy Preference Center\"><!-- Close Button --><div class=\"ot-pc-header\"><!-- Logo Tag --><div class=\"ot-pc-logo\" role=\"img\" aria-label=\"Company Logo\"><img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/static/ot_company_logo.png\"></div><button id=\"close-pc-btn-handler\" class=\"ot-close-icon\" aria-label=\"Close\" style=\"background-image: url("https://cdn.cookielaw.org/logos/st...",
"<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\"><div class=\"ot-fltr-opts\"><div class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</span></div></div></div><div class=\"ot-fltr-btns\"><button id=\"filter-apply-handler\">Apply</b..."
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
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
6 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": 7,
"passing": 1,
"failing": [
{
"heading": "Like having your own executive assistant",
"headingHtml": "<h2 class=\"heading-style-h1\">Like having your own executive assistant</h2>",
"firstParagraph": "Send it to meetings, or record them from your device. Otter captures the full conversation, tracks takeaways, and handles follow-ups without ever taking a day off.",
"paragraphHtml": "<p class=\"text-size-regular\">Send it to meetings, or record them from your device. Otter captures the full conversation, tracks takeaways, and handles follow-ups without ever taking a day off.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Whatever you do, Otter works for you",
"headingHtml": "<h2 class=\"heading-style-h2\">Whatever you do, Otter works for you</h2>",
"firstParagraph": "Capture sales call notes, get live coaching tips, automate follow-ups, and drive sales efficiency with CRM.",
"paragraphHtml": "<p class=\"text-size-regular\">Capture sales call notes, get live coaching tips, automate follow-ups, and drive sales efficiency with CRM.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Trusted by teams, loved by people",
"headingHtml": "<h3 class=\"heading-style-h1\">Trusted by teams, loved by people</h3>",
"firstParagraph": "But don’t take our word for it.",
"paragraphHtml": "<p class=\"text-size-regular\">But don’t take our word for it.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Connect to your favorite apps",
"headingHtml": "<h3 class=\"heading-style-h1\">Connect to your favorite apps</h3>",
"firstParagraph": "Countless integrations automatically connect your meetings to tools like Slack, Zoom, Salesforce, Google Drive, and many others.",
"paragraphHtml": "<p class=\"text-size-regular\">Countless integrations automatically connect your meetings to tools like Slack, Zoom, Salesforce, Google Drive, and many others. </p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Privacy Preference Center",
"headingHtml": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Cookie List",
"headingHtml": "<h3>Cookie List</h3>",
"firstParagraph": "",
"paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 86/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 86/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: notetaker, now, also, conversational, knowledge, engine.
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
86/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 86/100 and needs improvement.
Evidence
{
"title": "Otter Meeting Agent - AI Notetaker, Transcription, Insights",
"h1": "Your AI notetaker is now also your Conversational Knowledge Engine",
"description": "Otter AI Meeting Agent supports real-time transcription, live chat, automated summaries, insights, and action items.",
"topicOverlap": 0.45454545454545453,
"definitionCount": 13,
"topicTerms": [
"otter",
"meeting",
"agent",
"notetaker",
"transcription",
"insights",
"now",
"also",
"conversational",
"knowledge",
"engine"
],
"descriptionTerms": [
"otter",
"meeting",
"agent",
"supports",
"real",
"time",
"transcription",
"live",
"chat",
"automated",
"summaries",
"insights",
"action",
"items"
],
"missingFromDescription": [
"notetaker",
"now",
"also",
"conversational",
"knowledge",
"engine"
],
"score": 86,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
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: what, 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": "Like having your own executive assistant",
"html": "<h2 class=\"heading-style-h1\">Like having your own executive assistant</h2>"
},
{
"text": "Whatever you do, Otter works for you",
"html": "<h2 class=\"heading-style-h2\">Whatever you do, Otter works for you</h2>"
},
{
"text": "Privacy Preference Center",
"html": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Otter Meeting Agent - AI Notetaker, Transcrip...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Otter Meeting Agent - AI Notetaker, Transcrip... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Otter Meeting Agent - AI Notetaker, Transcrip...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Otter Meeting Agent - AI Notetaker, Transcrip... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Otter Meeting Agent - AI Notetaker, Transcrip... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Otter Meeting Agent - AI Notetaker, Transcrip...?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Otter Meeting Agent - AI Notetaker, Transcrip...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Otter Meeting Agent - AI Notetaker, Transcrip... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Otter Meeting Agent - AI Notetaker, Transcrip... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}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: what, 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": "Like having your own executive assistant",
"html": "<h2 class=\"heading-style-h1\">Like having your own executive assistant</h2>"
},
{
"text": "Whatever you do, Otter works for you",
"html": "<h2 class=\"heading-style-h2\">Whatever you do, Otter works for you</h2>"
},
{
"text": "Privacy Preference Center",
"html": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Otter Meeting Agent - AI Notetaker, Transcrip...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Otter Meeting Agent - AI Notetaker, Transcrip... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Otter Meeting Agent - AI Notetaker, Transcrip...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Otter Meeting Agent - AI Notetaker, Transcrip... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Otter Meeting Agent - AI Notetaker, Transcrip... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Otter Meeting Agent - AI Notetaker, Transcrip...?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Otter Meeting Agent - AI Notetaker, Transcrip...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Otter Meeting Agent - AI Notetaker, Transcrip... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Otter Meeting Agent - AI Notetaker, Transcrip... 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; missing credential 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; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{"field":"agent_auth.register_uri","issue":"Missing URL."}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": true,
"statusCode": 200,
"contentType": "text/html",
"length": 31608,
"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; missing credential type language.",
"compatibleContentType": false,
"contentLength": 29382,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"http://ogp.me/ns#\"",
"http://ogp.me/ns/fb#\"",
"/title",
"/x-icon",
"/favicon.ico",
"/manifest.json",
"https://accounts.google.com\">",
"/');",
"/');",
"https://www.google.com/chrome/';"
],
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" xmlns:og=\"http://ogp.me/ns#\" xmlns:fb=\"http://ogp.me/ns/fb#\" data-critters-container=\"\"><head>\n <meta charset=\"utf-8\">\n <title>Otter Voice Meeting Notes - Otter.ai</title>\n <base href=\"/\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0\">\n <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\">\n <link rel=\"manifest\" href=\"/manifest.json\">\n <link rel=\"preconnect\" href=\"https://accounts.google.com\">\n <script>\n function detectIE() {\n var uaStr = window.navigator.userAgent;\n if (!uaStr) {\n return 0;\n }\n var msie = uaStr.indexOf('MSIE ');\n if (msie > -1) {\n return Number.parseInt(uaStr.substring(msie + 5, uaStr.indexO"
}
},
"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; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html",
"length": 146,
"text": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"issuer": "https://otter.ai",
"authorization_endpoint": "https://otter.ai/oauth2/authorize",
"token_endpoint": "https://otter.ai/oauth/token",
"revocation_endpoint": "https://otter.ai/oauth/revoke_token",
"introspection_endpoint": "https://otter.ai/oauth/introspect",
"registration_endpoint": "https://otter.ai/oauth/register",
"scopes_supported": [
"profile:read",
"conversations:read"
],
"response_types_supported": [
"code"
],
"code_challenge_methods_supported": [
"plain",
"S256"
],
"token_endpoint_auth_methods_supported": [
"none",
"client_secret_post",
"client_secret_basic"
],
"grant_types_supported": [
"authorization_code",
"refresh_token"
]
},
"rawExcerpt": "{\"issuer\":\"https://otter.ai\",\"authorization_endpoint\":\"https://otter.ai/oauth2/authorize\",\"token_endpoint\":\"https://otter.ai/oauth/token\",\"revocation_endpoint\":\"https://otter.ai/oauth/revoke_token\",\"introspection_endpoint\":\"https://otter.ai/oauth/introspect\",\"registration_endpoint\":\"https://otter.ai/oauth/register\",\"scopes_supported\":[\"profile:read\",\"conversations:read\"],\"response_types_supported\":[\"code\"],\"code_challenge_methods_supported\":[\"plain\",\"S256\"],\"token_endpoint_auth_methods_supported\":[\"none\",\"client_secret_post\",\"client_secret_basic\"],\"grant_types_supported\":[\"authorization_code\",\"refresh_token\"]}",
"issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
"hasAgentAuth": false,
"supportedIdentityTypes": [],
"credentialTypesSupported": [],
"registerUriIssues": [
{
"field": "agent_auth.register_uri",
"issue": "Missing URL."
}
],
"claimUrlIssues": [],
"revocationUrlIssues": []
},
"issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": false
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
3 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 3,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Like having your own executive assistant",
"isQuestion": false,
"html": "<h2 class=\"heading-style-h1\">Like having your own executive assistant</h2>"
},
{
"index": 2,
"text": "Whatever you do, Otter works for you",
"isQuestion": false,
"html": "<h2 class=\"heading-style-h2\">Whatever you do, Otter works for you</h2>"
},
{
"index": 3,
"text": "Privacy Preference Center",
"isQuestion": false,
"html": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>"
}
],
"score": 75,
"weight": 4
}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 Discovery response did not match the expected shape. missing: authorization_endpoint, token_endpoint; endpoint issues: [{"field":"authorization_endpoint","issue":"Missing URL."},{"field":"token_endpoint","issue":"Missing URL."}]; missing response_types_supported; missing grant_types_supported.
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
Validate resource body
OAuth Discovery response did not match the expected shape. missing: authorization_endpoint, token_endpoint; endpoint issues: [{"field":"authorization_endpoint","issue":"Missing URL."},{"field":"token_endpoint","issue":"Missing URL."}]; missing response_types_supported; missing grant_types_supported.
Probe authorization endpoint with an authorization-code request
authorization_endpoint is missing from discovery metadata.
Reject unregistered authorization redirects
authorization_endpoint is missing from discovery metadata.
Probe token endpoint with advertised grant type
token_endpoint is missing from discovery metadata.
Fetch and validate jwks_uri
jwks_uri did not return usable JWK entries for the advertised signing algorithms.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/openid-configuration",
"statusCode": 200,
"contentType": "application/json"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth Discovery response did not match the expected shape. missing: authorization_endpoint, token_endpoint; endpoint issues: [{\"field\":\"authorization_endpoint\",\"issue\":\"Missing URL.\"},{\"field\":\"token_endpoint\",\"issue\":\"Missing URL.\"}]; missing response_types_supported; missing grant_types_supported.",
"compatibleContentType": true,
"missing": [
"authorization_endpoint",
"token_endpoint"
],
"endpointIssues": [
{
"field": "authorization_endpoint",
"issue": "Missing URL."
},
{
"field": "token_endpoint",
"issue": "Missing URL."
}
],
"issuer": "https://otter.ai",
"jwksUri": "https://otter.ai/.well-known/jwks.json",
"responseTypesSupported": [],
"grantTypesSupported": [],
"idTokenSigningAlgValuesSupported": [
"EdDSA",
"RS256"
],
"rawExcerpt": "{\"issuer\":\"https://otter.ai\",\"jwks_uri\":\"https://otter.ai/.well-known/jwks.json\",\"id_token_signing_alg_values_supported\":[\"EdDSA\",\"RS256\"]}"
},
"issue": "OAuth Discovery response did not match the expected shape. missing: authorization_endpoint, token_endpoint; endpoint issues: [{\"field\":\"authorization_endpoint\",\"issue\":\"Missing URL.\"},{\"field\":\"token_endpoint\",\"issue\":\"Missing URL.\"}]; missing response_types_supported; missing grant_types_supported.",
"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."
},
{
"id": "authorization-endpoint",
"title": "Probe authorization endpoint with an authorization-code request",
"status": "fail",
"evidence": {
"url": ""
},
"issue": "authorization_endpoint is missing from discovery metadata.",
"howToFix": "Advertise only implemented OAuth/OIDC endpoints."
},
{
"id": "authorization-redirect-safety",
"title": "Reject unregistered authorization redirects",
"status": "fail",
"evidence": {
"url": ""
},
"issue": "authorization_endpoint is missing from discovery metadata.",
"howToFix": "Validate clients and redirect_uri values before redirecting."
},
{
"id": "token-endpoint",
"title": "Probe token endpoint with advertised grant type",
"status": "fail",
"evidence": {
"url": ""
},
"issue": "token_endpoint is missing from discovery metadata.",
"howToFix": "Advertise only implemented OAuth/OIDC endpoints."
},
{
"id": "jwks",
"title": "Fetch and validate jwks_uri",
"status": "fail",
"evidence": {
"jwksUri": "https://otter.ai/.well-known/jwks.json",
"statusCode": 200,
"contentType": "application/json"
},
"issue": "jwks_uri did not return usable JWK entries for the advertised signing algorithms.",
"howToFix": "Implement the advertised jwks_uri route with usable JWK metadata or remove it from discovery metadata until it exists."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": true
}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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://otter.ai"
},
"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": 200,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://otter.ai/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 200,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://otter.ai/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 200,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://otter.ai/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": false
}SEOSEOBrowser audit
Links do not have descriptive text
100 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
7 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "7 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
1 warning found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "1 warning found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
Check name
Links do not have a discernible name
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).
References
https://web.dev/learn/performance/Evidence
{
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
13 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 1,532Â 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 1,532Â 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
13 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 47Â 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 47Â 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
5 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
79/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": "interactive",
"title": "Time to Interactive",
"score": 53,
"displayValue": "4.3Â s",
"numericValue": 4314.746710372654
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 100,
"displayValue": "0.5Â s",
"numericValue": 527.6018069308665
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 280Â ms",
"numericValue": 275
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "140Â ms",
"numericValue": 143.2008
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 77,
"displayValue": "1.6Â s",
"numericValue": 1647.786427703778
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 35,
"displayValue": "450Â ms",
"numericValue": 450.5000000000009
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 72,
"displayValue": "180Â ms",
"numericValue": 183.00000000000045
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 98,
"displayValue": "0.8Â s",
"numericValue": 772.9985104098645
}
]
}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 |
|---|---|---|---|
| 54/100 | Level 3, Bot-Aware | Current report |