Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 35 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 0 out of 100
- GEO, AIO and AEO 79 out of 100
- SEO 92 out of 100
- Performance and Accessibility 64 out of 100
What AI sees of your website
Text and mobile messaging platform | Hustle (employee-owned)
An all-in-one platform offering peer-to-peer and Broadcast texting, video, and voice communications – everything organizations need to reach people where they are.
Next step
Turn this report into a fix workflow
29 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 35 | Priority fix | 6 | 16 | 1 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 38 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 79 | Mostly ready | 7 | 2 | 11 | View details |
| GEO Readiness | 86 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 79 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 72 | Needs work | 2 | 1 | 4 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 0 | Priority fix | 4 | 5 | 0 | View details |
| Security & Trust | 0 | Priority fix | 0 | 5 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 64 | Needs work | 15 | 6 | 5 | View details |
| Performance | 51 | Needs work | 13 | 6 | 5 | View details |
| Accessibility | 88 | Mostly ready | 2 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
55 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij7c6h909x\" />\n <title>Page not found</title>\n\n<!-- The SEO Framework by Sybre Waaijer -->\n<meta name=\"robots\" content=\"max-snippet:-1,max-image-preview:standard,max-video-preview:-1\" />\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required name"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" 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; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij7c6h909x\" />\n <title>Page not found</title>\n\n<!-- The SEO Framework by Sybre Waaijer -->\n<meta name=\"robots\" content=\"max-snippet:-1,max-image-preview:standard,max-video-preview:-1\" />\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required name"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij7c6h909x\" />\n <title>Page not found</title>\n\n<!-- The SEO Framework by Sybre Waaijer -->\n<meta name=\"robots\" content=\"max-snippet:-1,max-image-preview:standard,max-video-preview:-1\" />\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required name"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij7c6h909x\" />\n <title>Page not found</title>\n\n<!-- The SEO Framework by Sybre Waaijer -->\n<meta name=\"robots\" content=\"max-snippet:-1,max-image-preview:standard,max-video-preview:-1\" />\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required name"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij7c6h909x\" />\n <title>Page not found</title>\n\n<!-- The SEO Framework by Sybre Waaijer -->\n<meta name=\"robots\" content=\"max-snippet:-1,max-image-preview:standard,max-video-preview:-1\" />\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required name"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij7c6h909x\" />\n <title>Page not found</title>\n\n<!-- The SEO Framework by Sybre Waaijer -->\n<meta name=\"robots\" content=\"max-snippet:-1,max-image-preview:standard,max-video-preview:-1\" />\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required name"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij7c6h909x\" />\n <title>Page not found</title>\n\n<!-- The SEO Framework by Sybre Waaijer -->\n<meta name=\"robots\" content=\"max-snippet:-1,max-image-preview:standard,max-video-preview:-1\" />\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required name"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij7c6h909x\" />\n <title>Page not found</title>\n\n<!-- The SEO Framework by Sybre Waaijer -->\n<meta name=\"robots\" content=\"max-snippet:-1,max-image-preview:standard,max-video-preview:-1\" />\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required name"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"Organization",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://hustle.com/wp-json/",
"rel": "https://api.w.org/",
"type": "application/json"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5468
},
{
"path": "/.well-known/mcp.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5525
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5561
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
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; charset=UTF-8",
"length": 89411
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 146
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 146
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
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, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie".
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, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie\".",
"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": 15756,
"excerpt": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: skipped heading levels; 43 links missing accessible names; 6 buttons missing accessible names.
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": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a class=\"relative z-50 w-16 lg:w-32 text-black\" href=\"https://hustle.com/\" data-header-target=\"logo\"> <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 132 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M128.053 12.683C129.256 14.2963 128.43 16.2662 126.796 17.1662C123.767 18.833 120.125 19.2061 115.394 18.3146C115.442 18.0102 115.505 17.6964 115.583 17.3728C116.249 14.5922 118.229 12.3291 120.867 11.333C123.257 10.398 126.367 10.4199 128.053 12.",
"<a href=\"https://www.stfranciswinery.com/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/StFrancis-300x300.png\" alt> </a>",
"<a href=\"https://www.dutchbros.com/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/DutchBros-300x300.png\" alt> </a>",
"<a href=\"https://www.phila.gov/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/CityofPhiladelphia-300x300.png\" alt> </a>",
"<a href=\"https://www.unitedwayla.org/\" target> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/UWGLA-300x300.png\" alt> </a>",
"<a href=\"http://colby-sawyer.edu/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/ColbySawyer-1-300x300.png\" alt> </a>",
"<a href=\"https://www.ju.edu/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/JacksonvilleUnv-1-300x300.png\" alt> </a>",
"<a href=\"https://www1.nyc.gov/site/mayorspeu/index.page\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/NYC-300x300.png\" alt> </a>",
"<a href=\"https://www.tufts.edu/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/Tufts-300x300.png\" alt> </a>",
"<a href=\"https://www.raicestexas.org/take-action/?ms=actionnetwork\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/RAICES-300x300.png\" alt> </a>",
"<a href=\"https://www.acluohio.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/ACLUOhio-300x300.png\" alt> </a>",
"<a href=\"https://www.brandeis.edu/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/Brandeis-300x300.png\" alt> </a>",
"<a href=\"https://www.hrc.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/HRC-300x300.png\" alt> </a>",
"<a href=\"https://www.faircount.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/FairCount-300x300.png\" alt> </a>",
"<a href=\"https://www.fredhutch.org/en.html\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/FredHutch-300x300.png\" alt> </a>",
"<a href=\"https://www.hopkins.edu/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/Hopkins-300x300.png\" alt> </a>",
"<a href=\"https://idepsca.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/IDEPSCA-300x300.png\" alt> </a>",
"<a href=\"https://www.newschool.edu/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/TNS-300x300.png\" alt> </a>",
"<a href=\"https://www.nea.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/NEA-300x300.png\" alt> </a>",
"<a href=\"https://www.nynice.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/NICE-300x300.png\" alt> </a>",
"<a href=\"https://www.pih.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/PIH-300x300.png\" alt> </a>",
"<a href=\"https://www.supportuw.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/UnvWisconsinFoundation-300x300.png\" alt> </a>",
"<a href=\"https://www.uwalumni.com/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/UnvWisconsinAlumni-300x300.png\" alt> </a>",
"<a href=\"https://asianhealthservices.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/AHS-300x300.png\" alt> </a>",
"<a href=\"https://www.mica.edu/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/MICA-300x300.png\" alt> </a>",
"<a href=\"https://www.seiu-uhw.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/SEIU-UHW-1-300x300.png\" alt> </a>",
"<a href=\"https://www.kqed.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/KQED-1-300x300.png\" alt> </a>",
"<a href=\"https://www.alz.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/AlzheimersAssc-1-300x300.png\" alt> </a>",
"<a href=\"https://powertofly.com/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/PowerToFly-300x300.png\" alt> </a>",
"<a href=\"https://www.stfranciswinery.com/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/StFrancis-300x300.png\" alt> </a>",
"<a href=\"https://www.dutchbros.com/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/DutchBros-300x300.png\" alt> </a>",
"<a href=\"https://www.phila.gov/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/CityofPhiladelphia-300x300.png\" alt> </a>",
"<a href=\"https://www.unitedwayla.org/\" target> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/UWGLA-300x300.png\" alt> </a>",
"<a href=\"http://colby-sawyer.edu/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/ColbySawyer-1-300x300.png\" alt> </a>",
"<a href=\"https://www.ju.edu/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/JacksonvilleUnv-1-300x300.png\" alt> </a>",
"<a href=\"https://www1.nyc.gov/site/mayorspeu/index.page\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/NYC-300x300.png\" alt> </a>",
"<a href=\"https://www.tufts.edu/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/Tufts-300x300.png\" alt> </a>",
"<a href=\"https://www.raicestexas.org/take-action/?ms=actionnetwork\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/RAICES-300x300.png\" alt> </a>",
"<a href=\"https://www.acluohio.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/ACLUOhio-300x300.png\" alt> </a>",
"<a href=\"https://hustle.com\" class=\"block w-24 text-white md:w-36 lg:w-48\"> <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 132 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M128.053 12.683C129.256 14.2963 128.43 16.2662 126.796 17.1662C123.767 18.833 120.125 19.2061 115.394 18.3146C115.442 18.0102 115.505 17.6964 115.583 17.3728C116.249 14.5922 118.229 12.3291 120.867 11.333C123.257 10.398 126.367 10.4199 128.053 12.6813V12.683ZM128.01 19.4428",
"<a href=\"https://www.facebook.com/Hustle.Inc/\" class=\"block w-6 h-6 transition hover:text-blue-highlight\" target=\"_blank\"> <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24.5462 1.46718C24.5462 1.08364 24.3818 0.754898 24.1078 0.480946C23.8339 0.261784 23.5051 0.0974121 23.1764 0.0974121H1.36976C0.931439 0.0974121 0.602696 0.261784 0.383534 0.480946C0.109581 0.754898 0 1.08364 0 1.46718V23.2738C0 23.6573 0.109581 23.9861 0.383534 24.",
"<a href=\"https://twitter.com/Hustle\" class=\"block w-6 h-6 transition hover:text-blue-highlight\" target=\"_blank\"> <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 31 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M27.5023 6.68781C28.6769 5.80273 29.734 4.74064 30.6149 3.44252C29.4404 3.97357 28.2658 4.3276 27.0912 4.44561C28.3832 3.61954 29.3229 2.49844 29.7927 1.02331C28.5594 1.73137 27.2674 2.26242 25.8579 2.49844C25.2706 1.90839 24.5659 1.43635 23.8024 1.08232C23.0389 0.728285 22.216",
"<a href=\"https://www.linkedin.com/company/hustle-texting/\" class=\"block w-6 h-6 transition hover:text-blue-highlight\" target=\"_blank\"> <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23.4081 0.55127C23.8464 0.55127 24.2847 0.770431 24.6135 1.09917C24.9422 1.42792 25.1614 1.86624 25.1614 2.30457V23.3441C25.1614 23.8372 24.9422 24.2756 24.6135 24.6043C24.2847 24.933 23.8464 25.0974 23.4081 25.0974H2.36853C1.87542 25.0974 1.43709 24.933 "
],
"inaccessibleButtons": [
"<button class=\"w-full h-full focus:outline-none\" data-action=\"click->header#toggleMenu\"> <span data-header-target=\"menuButton\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.29999 16.3H20.7V17.7H3.29999V16.3ZM3.29999 11.3H20.7V12.7H3.29999V11.3ZM20.7 6.30005V7.70005H3.29999V6.30005H20.7Z\" fill=\"currentColor\"/> </svg></span> <span data-header-target=\"closeButton\" class=\"hidden text-white\"><",
"<button class=\"fixed inset-0 w-full h-full\" data-action=\"click->modal#closeModal\"></button>",
"<button class=\"absolute top-4 right-4 md:right-8 text-black w-4 h-4 lg:w-6 lg:h-6 lg:top-[1.5rem] lg:top-[1.5rem]\" data-action=\"click->modal#closeModal\"> <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.643 11.0001L21.9596 20.3168L20.3168 21.9596L11.0001 12.643L1.68342 21.9596L0.0405278 20.3168L9.3572 11.0001L0.0405273 1.68342L1.68342 0.0405273L11.0001 9.3572L20.3168 0.0405278L21.9596 1.683",
"<button class=\"fixed inset-0 w-full h-full\" data-action=\"click->modal#closeModal\"></button>",
"<button class=\"absolute top-4 right-4 md:right-8 text-black w-4 h-4 lg:w-6 lg:h-6 lg:top-[1.5rem] lg:top-[1.5rem]\" data-action=\"click->modal#closeModal\"> <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.643 11.0001L21.9596 20.3168L20.3168 21.9596L11.0001 12.643L1.68342 21.9596L0.0405278 20.3168L9.3572 11.0001L0.0405273 1.68342L1.68342 0.0405273L11.0001 9.3572L20.3168 0.0405278L21.9596 1.683",
"<button class=\"modal-close\"> <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.643 11.0001L21.9596 20.3168L20.3168 21.9596L11.0001 12.643L1.68342 21.9596L0.0405278 20.3168L9.3572 11.0001L0.0405273 1.68342L1.68342 0.0405273L11.0001 9.3572L20.3168 0.0405278L21.9596 1.68342L12.643 11.0001Z\" fill=\"currentColor\"/> </svg> </button>"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=516516365216297&ev=PageView&noscript=1\">"
],
"skippedHeadingLevels": [
"h1: Text, Video, and Voice Communication",
"h2: All your mobile communications in one place.",
"h2: We’ve helped thousands of organizations send over one billion text messages.",
"h2: Hustle’s Conversational Video Platform",
"h3: Hustle Clips",
"h3: Personalized Clips",
"h3: Hustle Stories",
"h2: Hustle gets it done.",
"h2: Why Text Message Marketing?",
"h6: Hustle’s Privacy Policy was updated on August 30, 2024.",
"h5: Subscribe to our newsletter",
"h2: Ready to Hustle?",
"h2: Before you go..."
]
},
"counts": {
"h1": 1,
"headings": 13,
"links": 115,
"inaccessibleLinks": 43,
"buttons": 10,
"inaccessibleButtons": 6,
"images": 58,
"imagesWithAlt": 57,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
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; charset=UTF-8",
"length": 89411
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
}
]
},
"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": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5591
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5552
}
]
},
"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; charset=UTF-8",
"length": 89411
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
}
]
},
"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; charset=UTF-8",
"length": 89411
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
}
]
},
"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": "Wed, 10 Jun 2026 16:57:07 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
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": "hustle.com",
"probes": [
{
"name": "_index._agents.hustle.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.hustle.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "hustle.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
9 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://hustle.com/resource/a-letter-from-jesse-hustles-ceo/?utm_source=website&utm_medium=banner&utm_campaign=may2026announcement",
"text": "Read about it here",
"html": "<a href=\"https://hustle.com/resource/a-letter-from-jesse-hustles-ceo/?utm_source=website&utm_medium=banner&utm_campaign=may2026announcement\" target=\"_blank\" class=\"font-semibold tracking-wide text-center cursor-pointer rounded-full py-2 px-4 text-white text-xs bg-blue-deep\">Read about it here</a>"
},
{
"href": "https://hustle.com/about-us/",
"text": "About Us",
"html": "<a class=\"flex items-center relative z-10 leading-tight px-4 rounded-full whitespace-nowrap transition py-2 font-bold text-2xl lg:text-base lg:leading-tight xl:text-xl menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children flex items-center lg:justify-start\" href=\"https://hustle.com/about-us/\"><span>About Us</span><span class=\"chevron w-4 h-4 ml-4 mb-[2px]\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 10 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.37..."
},
{
"href": "https://www.linkedin.com/company/hustle-texting/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/hustle-texting/\" class=\"block w-6 h-6 transition hover:text-blue-highlight\" target=\"_blank\"> <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23.4081 0.55127C23.8464 0.55127 24.2847 0.770431 24.6135 1.09917C24.9422 1.42792 25.1614 1.86624 25.1614 2.30457V23.3441C25.1614 23.8372 24.9422 24.2756 24.6135 24.6043C24.2847 24.933 23.8464 25.0974 23.4081 25.0974H2.36853C1.87542 25.0974 1.43709 24.9..."
},
{
"href": "https://hustle.com/about-us/",
"text": "About Us",
"html": "<a class=\"block leading-none py-1 font-bold\" href=\"https://hustle.com/about-us/\"><span>About Us</span></a>"
}
],
"contactLinks": [
{
"href": "https://www.supportuw.org/",
"text": "",
"html": "<a href=\"https://www.supportuw.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/UnvWisconsinFoundation-300x300.png\" alt> </a>"
},
{
"href": "https://help.hustle.com/hc/en-us",
"text": "Help Center",
"html": "<a class=\"block leading-none py-1 font-medium\" href=\"https://help.hustle.com/hc/en-us\" target=\"_blank\"><span>Help Center</span></a>"
},
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a class=\"block leading-none py-1 font-medium\" href=\"mailto:[email protected]\"><span>[email protected]</span></a>"
}
],
"privacyLinks": [
{
"href": "https://hustle.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://hustle.com/privacy-policy/\">Privacy Policy</a>"
},
{
"href": "https://hustle.com/terms-and-conditions/",
"text": "Terms and Conditions",
"html": "<a href=\"https://hustle.com/terms-and-conditions/\">Terms and Conditions</a>"
},
{
"href": "https://hustle.com/privacy-policy/",
"text": "Hustle Privacy Policy",
"html": "<a href=\"https://hustle.com/privacy-policy/\">Hustle Privacy Policy</a>"
},
{
"href": "/terms-and-conditions",
"text": "terms and conditions",
"html": "<a href=\"/terms-and-conditions\">terms and conditions</a>"
},
{
"href": "/privacy-policy",
"text": "privacy policy",
"html": "<a href=\"/privacy-policy\">privacy policy</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://hustle.com/resource/a-letter-from-jesse-hustles-ceo/?utm_source=website&utm_medium=banner&utm_campaign=may2026announcement",
"text": "Read about it here",
"html": "<a href=\"https://hustle.com/resource/a-letter-from-jesse-hustles-ceo/?utm_source=website&utm_medium=banner&utm_campaign=may2026announcement\" target=\"_blank\" class=\"font-semibold tracking-wide text-center cursor-pointer rounded-full py-2 px-4 text-white text-xs bg-blue-deep\">Read about it here</a>"
},
{
"href": "https://hustle.com/about-us/",
"text": "About Us",
"html": "<a class=\"flex items-center relative z-10 leading-tight px-4 rounded-full whitespace-nowrap transition py-2 font-bold text-2xl lg:text-base lg:leading-tight xl:text-xl menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children flex items-center lg:justify-start\" href=\"https://hustle.com/about-us/\"><span>About Us</span><span class=\"chevron w-4 h-4 ml-4 mb-[2px]\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 10 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.37..."
},
{
"href": "https://www.linkedin.com/company/hustle-texting/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/hustle-texting/\" class=\"block w-6 h-6 transition hover:text-blue-highlight\" target=\"_blank\"> <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23.4081 0.55127C23.8464 0.55127 24.2847 0.770431 24.6135 1.09917C24.9422 1.42792 25.1614 1.86624 25.1614 2.30457V23.3441C25.1614 23.8372 24.9422 24.2756 24.6135 24.6043C24.2847 24.933 23.8464 25.0974 23.4081 25.0974H2.36853C1.87542 25.0974 1.43709 24.9..."
},
{
"href": "https://hustle.com/about-us/",
"text": "About Us",
"html": "<a class=\"block leading-none py-1 font-bold\" href=\"https://hustle.com/about-us/\"><span>About Us</span></a>"
}
],
"contactLinks": [
{
"href": "https://www.supportuw.org/",
"text": "",
"html": "<a href=\"https://www.supportuw.org/\" target=\"_blank\"> <img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/UnvWisconsinFoundation-300x300.png\" alt> </a>"
},
{
"href": "https://help.hustle.com/hc/en-us",
"text": "Help Center",
"html": "<a class=\"block leading-none py-1 font-medium\" href=\"https://help.hustle.com/hc/en-us\" target=\"_blank\"><span>Help Center</span></a>"
},
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a class=\"block leading-none py-1 font-medium\" href=\"mailto:[email protected]\"><span>[email protected]</span></a>"
}
],
"privacyLinks": [
{
"href": "https://hustle.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://hustle.com/privacy-policy/\">Privacy Policy</a>"
},
{
"href": "https://hustle.com/terms-and-conditions/",
"text": "Terms and Conditions",
"html": "<a href=\"https://hustle.com/terms-and-conditions/\">Terms and Conditions</a>"
},
{
"href": "https://hustle.com/privacy-policy/",
"text": "Hustle Privacy Policy",
"html": "<a href=\"https://hustle.com/privacy-policy/\">Hustle Privacy Policy</a>"
},
{
"href": "/terms-and-conditions",
"text": "terms and conditions",
"html": "<a href=\"/terms-and-conditions\">terms and conditions</a>"
},
{
"href": "/privacy-policy",
"text": "privacy policy",
"html": "<a href=\"/privacy-policy\">privacy policy</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
10 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": 10,
"passing": 0,
"failing": [
{
"heading": "All your mobile communications in one place.",
"headingHtml": "<h2 class=\"tracking-tight font-bold text-5xl leading-none lg:text-7xl lg:leading-none xl:text-[5.3125rem] xl:leading-none mt-6 text-center md:text-left\"> All your mobile communications <br><span class=\"emphasis\">in one place.</span> </h2>",
"firstParagraph": "Engage your audience through text, calls, and video messages – all from one platform. Broadcast thousands of messages simultaneously, automate custom responses, or have live 1:1 conversations. Transform the relationship between your contacts and your brand, inspire action, drive conversions, and increase ROI.",
"paragraphHtml": "<p>Engage your audience through text, calls, and video messages – all from one platform. Broadcast thousands of messages simultaneously, automate custom responses, or have live 1:1 conversations. Transform the relationship between your contacts and your brand, inspire action, drive conversions, and increase ROI.</p>",
"words": 43,
"direct": false,
"issue": "First paragraph is 43 words and does not look like a concise direct answer."
},
{
"heading": "We’ve helped thousands of organizations send over one billion text messages.",
"headingHtml": "<h2 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl text-center font-bold mt-4 md:mt-6 md:mx-auto md:max-w-xl lg:max-w-2xl xl:max-w-2xl\"> We’ve helped thousands of organizations send over one billion text messages. </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hustle’s Conversational Video Platform",
"headingHtml": "<h2 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl text-white text-center\"> Hustle’s Conversational Video Platform </h2>",
"firstParagraph": "Engage your community in a new way by texting them videos that spark conversation. Leverage your existing short-form videos from social media, or personalize each video to wow your VIPs.",
"paragraphHtml": "<p>Engage your community in a new way by texting them videos that spark conversation. Leverage your existing short-form videos from social media, or personalize each video to wow your VIPs.</p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "Hustle Clips",
"headingHtml": "<h3 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl my-4 font-bold\"> Hustle Clips </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Personalized Clips",
"headingHtml": "<h3 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl my-4 font-bold\"> Personalized Clips </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hustle Stories",
"headingHtml": "<h3 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl my-4 font-bold\"> Hustle Stories </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hustle gets it done.",
"headingHtml": "<h2 class=\"tracking-tight font-bold text-3xl leading-none md:text-4xl lg:text-5xl xl:text-[3.125rem] mt-4\"> Hustle gets it done. </h2>",
"firstParagraph": "See how organizations of every kind—from big brands and universities to unions and advocacy groups—drive results with Hustle.",
"paragraphHtml": "<p>See how organizations of every kind—from big brands and universities to unions and advocacy groups—drive results with Hustle.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Why Text Message Marketing?",
"headingHtml": "<h2 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl font-bold mt-4 xl:pr-24\"> Why Text Message Marketing? </h2>",
"firstParagraph": "",
"paragraphHtml": "<p> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Ready to Hustle?",
"headingHtml": "<h2 class=\"tracking-tight font-bold text-5xl leading-none lg:text-6xl lg:leading-none xl:text-[4.375rem] xl:leading-none w-full text-center text-blue-deep md:flex-1 md:text-left\"> Ready to Hustle? </h2>",
"firstParagraph": "Have questions? We have answers. Schedule a demo to learn more.",
"paragraphHtml": "<p><strong>Have questions? We have answers.</strong> Schedule a demo to learn more.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Before you go...",
"headingHtml": "<h2 class=\"tracking-tight font-bold text-3xl leading-none md:text-4xl lg:text-5xl xl:text-[3.125rem]\"> Before you go... </h2>",
"firstParagraph": "See why text marketing gets 98% open rates and what that could mean for your campaigns.",
"paragraphHtml": "<p>See why text marketing gets <strong style=\"color:#00B8DC;\">98% open rates</strong> and what that could mean for your campaigns.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 79/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 79/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: text, mobile, messaging, hustle, employee, owned, communication.
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
79/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 79/100 and needs improvement.
Evidence
{
"title": "Text and mobile messaging platform | Hustle (employee-owned)",
"h1": "Text, Video, and Voice Communication",
"description": "An all-in-one platform offering peer-to-peer and Broadcast texting, video, and voice communications – everything organizations need to reach people where they are.",
"topicOverlap": 0.3,
"topicTerms": [
"text",
"mobile",
"messaging",
"platform",
"hustle",
"employee",
"owned",
"video",
"voice",
"communication"
],
"descriptionTerms": [
"all",
"one",
"platform",
"offering",
"peer",
"broadcast",
"texting",
"video",
"voice",
"communications",
"everything",
"organizations",
"need",
"reach",
"people",
"where",
"they"
],
"missingFromDescription": [
"text",
"mobile",
"messaging",
"hustle",
"employee",
"owned",
"communication"
],
"score": 79,
"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
56 image(s) are missing width/height attributes. 14 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, shrink-to-fit=no",
"visibleWords": 977,
"htmlBytes": 156260,
"imagesMissingDimensions": [
{
"src": "https://hustle.com/wp-content/uploads/2021/08/StFrancis-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/StFrancis-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/DutchBros-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/DutchBros-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/CityofPhiladelphia-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/CityofPhiladelphia-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/UWGLA-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/UWGLA-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/ColbySawyer-1-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/ColbySawyer-1-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/JacksonvilleUnv-1-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/JacksonvilleUnv-1-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/NYC-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/NYC-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Tufts-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/Tufts-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/RAICES-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/RAICES-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/ACLUOhio-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/ACLUOhio-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Brandeis-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/Brandeis-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/HRC-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/HRC-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/FairCount-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/FairCount-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/FredHutch-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/FredHutch-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Hopkins-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/Hopkins-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/IDEPSCA-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/IDEPSCA-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/TNS-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/TNS-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/NEA-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/NEA-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/NICE-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/NICE-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/PIH-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/PIH-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/UnvWisconsinFoundation-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/UnvWisconsinFoundation-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/UnvWisconsinAlumni-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/UnvWisconsinAlumni-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/AHS-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/AHS-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/MICA-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/MICA-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/SEIU-UHW-1-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/SEIU-UHW-1-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/KQED-1-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/KQED-1-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/AlzheimersAssc-1-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/AlzheimersAssc-1-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/PowerToFly-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/PowerToFly-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/StFrancis-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/StFrancis-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/DutchBros-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/DutchBros-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/CityofPhiladelphia-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/CityofPhiladelphia-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/UWGLA-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/UWGLA-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/ColbySawyer-1-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/ColbySawyer-1-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/JacksonvilleUnv-1-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/JacksonvilleUnv-1-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/NYC-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/NYC-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Tufts-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/Tufts-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/RAICES-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/RAICES-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/ACLUOhio-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-16 md:w-24 xl:w-32\" src=\"https://hustle.com/wp-content/uploads/2021/08/ACLUOhio-300x300.png\" alt>"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/SEIU-UHW-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"block w-12 md:w-16 lg:w-24\" src=\"https://hustle.com/wp-content/uploads/2021/08/SEIU-UHW-300x300.png\" alt=\"SEIU-UHW\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/NYC-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"block w-12 md:w-16 lg:w-24\" src=\"https://hustle.com/wp-content/uploads/2021/08/NYC-300x300.png\" alt=\"Mayor’s People Engagement Unit New York City\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/KQED-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"block w-12 md:w-16 lg:w-24\" src=\"https://hustle.com/wp-content/uploads/2021/08/KQED-300x300.png\" alt=\"KQED\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/AlzheimersAssc-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"block w-12 md:w-16 lg:w-24\" src=\"https://hustle.com/wp-content/uploads/2021/08/AlzheimersAssc-300x300.png\" alt=\"Alzheimer's Association, NYC Chapter\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/JacksonvilleUnv-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"block w-12 md:w-16 lg:w-24\" src=\"https://hustle.com/wp-content/uploads/2021/08/JacksonvilleUnv-300x300.png\" alt=\"Jacksonville University, Advancement Office\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Tufts-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"block w-12 md:w-16 lg:w-24\" src=\"https://hustle.com/wp-content/uploads/2021/08/Tufts-300x300.png\" alt=\"Tufts Fund for Arts, Sciences & Engineering\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/ColbySawyer-300x300.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"block w-12 md:w-16 lg:w-24\" src=\"https://hustle.com/wp-content/uploads/2021/08/ColbySawyer-300x300.png\" alt=\"Office of Advancement, Colby-Sawyer College\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2023/04/NAACP-Signature-01-300x71.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"block w-12 md:w-16 lg:w-24\" src=\"https://hustle.com/wp-content/uploads/2023/04/NAACP-Signature-01-300x71.png\" alt=\"NAACP\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Politics-150x150.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"headshot block w-10 h-10 rounded-full border-2 md:w-12 md:h-12 lg:w-16 lg:h-16\" src=\"https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Politics-150x150.png\" alt=\"Tyler Sterling\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_LaborandUnions-150x150.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"headshot block w-10 h-10 rounded-full border-2 md:w-12 md:h-12 lg:w-16 lg:h-16\" src=\"https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_LaborandUnions-150x150.png\" alt=\"Jennifer Saldana\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Government-150x150.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"headshot block w-10 h-10 rounded-full border-2 md:w-12 md:h-12 lg:w-16 lg:h-16\" src=\"https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Government-150x150.png\" alt=\"Adrienne Lever\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Commercial-150x150.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"headshot block w-10 h-10 rounded-full border-2 md:w-12 md:h-12 lg:w-16 lg:h-16\" src=\"https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Commercial-150x150.png\" alt=\"Taylor Beard\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Commercial-150x150.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"headshot block w-10 h-10 rounded-full border-2 md:w-12 md:h-12 lg:w-16 lg:h-16\" src=\"https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Commercial-150x150.png\" alt=\"Alex Schoeneck\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Education-150x150.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"headshot block w-10 h-10 rounded-full border-2 md:w-12 md:h-12 lg:w-16 lg:h-16\" src=\"https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Education-150x150.png\" alt=\"Lauren Griffith\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Education-150x150.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"headshot block w-10 h-10 rounded-full border-2 md:w-12 md:h-12 lg:w-16 lg:h-16\" src=\"https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Education-150x150.png\" alt=\"Lauren Smith\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Education-150x150.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"headshot block w-10 h-10 rounded-full border-2 md:w-12 md:h-12 lg:w-16 lg:h-16\" src=\"https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Education-150x150.png\" alt=\"Luke Gorman\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Politics-150x150.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"headshot block w-10 h-10 rounded-full border-2 md:w-12 md:h-12 lg:w-16 lg:h-16\" src=\"https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_Politics-150x150.png\" alt=\"Tyler Sterling\">"
},
{
"src": "https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_LaborandUnions-150x150.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"headshot block w-10 h-10 rounded-full border-2 md:w-12 md:h-12 lg:w-16 lg:h-16\" src=\"https://hustle.com/wp-content/uploads/2021/08/Testimonial_ColorCoded_LaborandUnions-150x150.png\" alt=\"Jennifer Saldana\">"
}
],
"possibleDialogs": [
"<div id=\"demo-modal\" class=\"modal fixed top-0 left-0 z-50 w-full h-full overflow-scroll px-4 py-8 lg:pb-12 lg:pt-[12.5vh] bg-blue-deep bg-opacity-90\" data-controller=\"modal\" data-modal-open-value=\"false\"> <button class=\"fixed inset-0 w-full h-full\" data-action=\"click->modal#closeModal\"></button> <div class=\"modal__body relative mx-auto w-full max-w-lg bg-white px-8 py-12 md:p-8 rounded-[30px] rounded-bl-none md:max-w-3xl lg:max-w-4xl xl:max-w-5xl lg:p-12 lg:rounded-[40px] lg:rounded-bl-non...",
"<div class=\"modal__body relative mx-auto w-full max-w-lg bg-white px-8 py-12 md:p-8 rounded-[30px] rounded-bl-none md:max-w-3xl lg:max-w-4xl xl:max-w-5xl lg:p-12 lg:rounded-[40px] lg:rounded-bl-none\"> <div class=\"flex flex-wrap md:-mx-4\"> <div class=\"w-full md:w-1/2 md:px-4 md:pt-12\"> <div class=\"md:sticky md:top-0\"> <div class=\"font-bold text-[2.15rem] leading-none lg:text-6xl lg:leading-none xl:text-[4.375rem] xl:leading-none\"> Let's talk </div> <div class=\"swiper-container h-[3.75rem]...",
"<div id=\"newsletter-modal\" class=\"modal fixed top-0 left-0 z-50 w-full h-full overflow-scroll px-4 py-8 lg:pb-12 lg:pt-[12.5vh] bg-blue-deep bg-opacity-90\" data-controller=\"modal\" data-modal-open-value=\"false\"> <button class=\"fixed inset-0 w-full h-full\" data-action=\"click->modal#closeModal\"></button> <div class=\"modal__body relative mx-auto w-full max-w-lg bg-white px-8 py-12 md:p-8 rounded-[30px] rounded-bl-none md:max-w-3xl lg:max-w-4xl xl:max-w-5xl lg:p-12 lg:rounded-[40px] lg:rounded-...",
"<div class=\"modal__body relative mx-auto w-full max-w-lg bg-white px-8 py-12 md:p-8 rounded-[30px] rounded-bl-none md:max-w-3xl lg:max-w-4xl xl:max-w-5xl lg:p-12 lg:rounded-[40px] lg:rounded-bl-none\"> <div class=\"flex flex-wrap md:-mx-4\"> <div class=\"w-full md:w-1/2 md:px-4 md:pt-12\"> <h5 class=\"tracking-tight font-bold text-3xl leading-none md:text-4xl lg:text-5xl xl:text-[3.125rem]\"> Subscribe to our newsletter </h5> <div class=\"copy mt-4\"> <p>Stay up-to-date on the latest news, tips &...",
"<dialog class=\"wp-block-modal\" id=\"exit-modal\"> <div class=\"modal-body\"> <div class=\"modal-header\"> <h2 class=\"tracking-tight font-bold text-3xl leading-none md:text-4xl lg:text-5xl xl:text-[3.125rem]\"> Before you go... </h2> <div class=\"modal-description\"> <p>See why text marketing gets <strong style=\"color:#00B8DC;\">98% open rates</strong> and what that could mean for your campaigns.</p> </div> </div> <div class=\"modal-inner\"> <div class=\"modal-image\"> <img src=\"https://hustle.com/wp-conten...",
"<div class=\"modal-body\"> <div class=\"modal-header\"> <h2 class=\"tracking-tight font-bold text-3xl leading-none md:text-4xl lg:text-5xl xl:text-[3.125rem]\"> Before you go... </h2> <div class=\"modal-description\"> <p>See why text marketing gets <strong style=\"color:#00B8DC;\">98% open rates</strong> and what that could mean for your campaigns.</p> </div> </div> <div class=\"modal-inner\"> <div class=\"modal-image\"> <img src=\"https://hustle.com/wp-content/uploads/2026/01/modal_image.png\" alt width=\"83...",
"<div class=\"modal-header\"> <h2 class=\"tracking-tight font-bold text-3xl leading-none md:text-4xl lg:text-5xl xl:text-[3.125rem]\"> Before you go... </h2> <div class=\"modal-description\"> <p>See why text marketing gets <strong style=\"color:#00B8DC;\">98% open rates</strong> and what that could mean for your campaigns.</p> </div> </div>",
"<div class=\"modal-description\"> <p>See why text marketing gets <strong style=\"color:#00B8DC;\">98% open rates</strong> and what that could mean for your campaigns.</p> </div>",
"<div class=\"modal-inner\"> <div class=\"modal-image\"> <img src=\"https://hustle.com/wp-content/uploads/2026/01/modal_image.png\" alt width=\"838\" height=\"1040\"> </div> <div class=\"modal-form\" data-controller=\"iframe-resizer\"> <iframe src=\"https://go.hustle.com/l/884913/2024-10-09/nlnm7\" style=\"width: 100%; height: 350px; border: none; overflow: hidden;\" id=\"iFrameResizer1\" scrolling=\"no\"></iframe> </div> </div>",
"<div class=\"modal-image\"> <img src=\"https://hustle.com/wp-content/uploads/2026/01/modal_image.png\" alt width=\"838\" height=\"1040\"> </div>",
"<div class=\"modal-form\" data-controller=\"iframe-resizer\"> <iframe src=\"https://go.hustle.com/l/884913/2024-10-09/nlnm7\" style=\"width: 100%; height: 350px; border: none; overflow: hidden;\" id=\"iFrameResizer1\" scrolling=\"no\"></iframe> </div>",
"<div class=\"modal-legal\"> By subscribing with your mobile number and email, you agree to receive text messages and emails from Hustle about promotions, product updates, account alerts, and company news. You can unsubscribe at andy time by replying STOP to any message you receive from us. Consent is not a condition of purchase. Message frequency may vary. Message and data rates may apply. Text message opt-ins are excluded from information sharing with third parties. T-Mobile is not liable for...",
"<button class=\"modal-close\"> <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.643 11.0001L21.9596 20.3168L20.3168 21.9596L11.0001 12.643L1.68342 21.9596L0.0405278 20.3168L9.3572 11.0001L0.0405273 1.68342L1.68342 0.0405273L11.0001 9.3572L20.3168 0.0405278L21.9596 1.68342L12.643 11.0001Z\" fill=\"currentColor\"/> </svg> </button>",
"<script src=\"https://hustle.com/wp-content/themes/hustle/public/scripts/blocks/modal.js\" id=\"hustle/blocks/modal.js-js\"></script>"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
1 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 2,
"heading": "H2: All your mobile communications in one place.",
"text": "Engage your audience through text, calls, and video messages – all from one platform. Broadcast thousands of messages simultaneously, automate custom responses, or have live 1:1 conversations. Transform the relationship between your contacts and your brand, inspire action, drive conversions, and increase ROI.",
"words": 43,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220)."
],
"html": "<p>Engage your audience through text, calls, and video messages – all from one platform. Broadcast thousands of messages simultaneously, automate custom responses, or have live 1:1 conversations. Transform the relationship between your contacts and your brand, inspire action, drive conversions, and increase ROI.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
10 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": 10,
"passing": 0,
"failing": [
{
"heading": "All your mobile communications in one place.",
"headingHtml": "<h2 class=\"tracking-tight font-bold text-5xl leading-none lg:text-7xl lg:leading-none xl:text-[5.3125rem] xl:leading-none mt-6 text-center md:text-left\"> All your mobile communications <br><span class=\"emphasis\">in one place.</span> </h2>",
"firstParagraph": "Engage your audience through text, calls, and video messages – all from one platform. Broadcast thousands of messages simultaneously, automate custom responses, or have live 1:1 conversations. Transform the relationship between your contacts and your brand, inspire action, drive conversions, and increase ROI.",
"paragraphHtml": "<p>Engage your audience through text, calls, and video messages – all from one platform. Broadcast thousands of messages simultaneously, automate custom responses, or have live 1:1 conversations. Transform the relationship between your contacts and your brand, inspire action, drive conversions, and increase ROI.</p>",
"words": 43,
"direct": false,
"issue": "First paragraph is 43 words and does not look like a concise direct answer."
},
{
"heading": "We’ve helped thousands of organizations send over one billion text messages.",
"headingHtml": "<h2 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl text-center font-bold mt-4 md:mt-6 md:mx-auto md:max-w-xl lg:max-w-2xl xl:max-w-2xl\"> We’ve helped thousands of organizations send over one billion text messages. </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hustle’s Conversational Video Platform",
"headingHtml": "<h2 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl text-white text-center\"> Hustle’s Conversational Video Platform </h2>",
"firstParagraph": "Engage your community in a new way by texting them videos that spark conversation. Leverage your existing short-form videos from social media, or personalize each video to wow your VIPs.",
"paragraphHtml": "<p>Engage your community in a new way by texting them videos that spark conversation. Leverage your existing short-form videos from social media, or personalize each video to wow your VIPs.</p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "Hustle Clips",
"headingHtml": "<h3 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl my-4 font-bold\"> Hustle Clips </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Personalized Clips",
"headingHtml": "<h3 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl my-4 font-bold\"> Personalized Clips </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hustle Stories",
"headingHtml": "<h3 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl my-4 font-bold\"> Hustle Stories </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hustle gets it done.",
"headingHtml": "<h2 class=\"tracking-tight font-bold text-3xl leading-none md:text-4xl lg:text-5xl xl:text-[3.125rem] mt-4\"> Hustle gets it done. </h2>",
"firstParagraph": "See how organizations of every kind—from big brands and universities to unions and advocacy groups—drive results with Hustle.",
"paragraphHtml": "<p>See how organizations of every kind—from big brands and universities to unions and advocacy groups—drive results with Hustle.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Why Text Message Marketing?",
"headingHtml": "<h2 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl font-bold mt-4 xl:pr-24\"> Why Text Message Marketing? </h2>",
"firstParagraph": "",
"paragraphHtml": "<p> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Ready to Hustle?",
"headingHtml": "<h2 class=\"tracking-tight font-bold text-5xl leading-none lg:text-6xl lg:leading-none xl:text-[4.375rem] xl:leading-none w-full text-center text-blue-deep md:flex-1 md:text-left\"> Ready to Hustle? </h2>",
"firstParagraph": "Have questions? We have answers. Schedule a demo to learn more.",
"paragraphHtml": "<p><strong>Have questions? We have answers.</strong> Schedule a demo to learn more.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Before you go...",
"headingHtml": "<h2 class=\"tracking-tight font-bold text-3xl leading-none md:text-4xl lg:text-5xl xl:text-[3.125rem]\"> Before you go... </h2>",
"firstParagraph": "See why text marketing gets 98% open rates and what that could mean for your campaigns.",
"paragraphHtml": "<p>See why text marketing gets <strong style=\"color:#00B8DC;\">98% open rates</strong> and what that could mean for your campaigns.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 3,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 83/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 83/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: text, mobile, messaging, hustle, employee, owned, communication.
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
83/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 83/100 and needs improvement.
Evidence
{
"title": "Text and mobile messaging platform | Hustle (employee-owned)",
"h1": "Text, Video, and Voice Communication",
"description": "An all-in-one platform offering peer-to-peer and Broadcast texting, video, and voice communications – everything organizations need to reach people where they are.",
"topicOverlap": 0.3,
"definitionCount": 3,
"topicTerms": [
"text",
"mobile",
"messaging",
"platform",
"hustle",
"employee",
"owned",
"video",
"voice",
"communication"
],
"descriptionTerms": [
"all",
"one",
"platform",
"offering",
"peer",
"broadcast",
"texting",
"video",
"voice",
"communications",
"everything",
"organizations",
"need",
"reach",
"people",
"where",
"they"
],
"missingFromDescription": [
"text",
"mobile",
"messaging",
"hustle",
"employee",
"owned",
"communication"
],
"score": 83,
"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, how, 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": "All your mobile communications in one place.",
"html": "<h2 class=\"tracking-tight font-bold text-5xl leading-none lg:text-7xl lg:leading-none xl:text-[5.3125rem] xl:leading-none mt-6 text-center md:text-left\"> All your mobile communications <br><span class=\"emphasis\">in one place.</span> </h2>"
},
{
"text": "We’ve helped thousands of organizations send over one billion text messages.",
"html": "<h2 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl text-center font-bold mt-4 md:mt-6 md:mx-auto md:max-w-xl lg:max-w-2xl xl:max-w-2xl\"> We’ve helped thousands of organizations send over one billion text messages. </h2>"
},
{
"text": "Hustle’s Conversational Video Platform",
"html": "<h2 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl text-white text-center\"> Hustle’s Conversational Video Platform </h2>"
},
{
"text": "Hustle gets it done.",
"html": "<h2 class=\"tracking-tight font-bold text-3xl leading-none md:text-4xl lg:text-5xl xl:text-[3.125rem] mt-4\"> Hustle gets it done. </h2>"
},
{
"text": "Why Text Message Marketing?",
"html": "<h2 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl font-bold mt-4 xl:pr-24\"> Why Text Message Marketing? </h2>"
},
{
"text": "Ready to Hustle?",
"html": "<h2 class=\"tracking-tight font-bold text-5xl leading-none lg:text-6xl lg:leading-none xl:text-[4.375rem] xl:leading-none w-full text-center text-blue-deep md:flex-1 md:text-left\"> Ready to Hustle? </h2>"
},
{
"text": "Before you go...",
"html": "<h2 class=\"tracking-tight font-bold text-3xl leading-none md:text-4xl lg:text-5xl xl:text-[3.125rem]\"> Before you go... </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Text and mobile messaging platform?",
"pattern": {}
},
{
"id": "how",
"label": "How does Text and mobile messaging platform work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Text and mobile messaging platform?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Text and mobile messaging platform free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Text and mobile messaging platform compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Text and mobile messaging platform?",
"pattern": {}
},
{
"id": "how",
"label": "How does Text and mobile messaging platform work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Text and mobile messaging platform free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Text and mobile messaging platform compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
},
{
"path": "/api/context",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5477
},
{
"path": "/context",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5465
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, 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": "All your mobile communications in one place.",
"html": "<h2 class=\"tracking-tight font-bold text-5xl leading-none lg:text-7xl lg:leading-none xl:text-[5.3125rem] xl:leading-none mt-6 text-center md:text-left\"> All your mobile communications <br><span class=\"emphasis\">in one place.</span> </h2>"
},
{
"text": "We’ve helped thousands of organizations send over one billion text messages.",
"html": "<h2 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl text-center font-bold mt-4 md:mt-6 md:mx-auto md:max-w-xl lg:max-w-2xl xl:max-w-2xl\"> We’ve helped thousands of organizations send over one billion text messages. </h2>"
},
{
"text": "Hustle’s Conversational Video Platform",
"html": "<h2 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl text-white text-center\"> Hustle’s Conversational Video Platform </h2>"
},
{
"text": "Hustle gets it done.",
"html": "<h2 class=\"tracking-tight font-bold text-3xl leading-none md:text-4xl lg:text-5xl xl:text-[3.125rem] mt-4\"> Hustle gets it done. </h2>"
},
{
"text": "Why Text Message Marketing?",
"html": "<h2 class=\"tracking-tight font-semibold text-lg leading-none md:text-xl lg:text-2xl xl:text-3xl font-bold mt-4 xl:pr-24\"> Why Text Message Marketing? </h2>"
},
{
"text": "Ready to Hustle?",
"html": "<h2 class=\"tracking-tight font-bold text-5xl leading-none lg:text-6xl lg:leading-none xl:text-[4.375rem] xl:leading-none w-full text-center text-blue-deep md:flex-1 md:text-left\"> Ready to Hustle? </h2>"
},
{
"text": "Before you go...",
"html": "<h2 class=\"tracking-tight font-bold text-3xl leading-none md:text-4xl lg:text-5xl xl:text-[3.125rem]\"> Before you go... </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Text and mobile messaging platform?",
"pattern": {}
},
{
"id": "how",
"label": "How does Text and mobile messaging platform work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Text and mobile messaging platform?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Text and mobile messaging platform free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Text and mobile messaging platform compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Text and mobile messaging platform?",
"pattern": {}
},
{
"id": "how",
"label": "How does Text and mobile messaging platform work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Text and mobile messaging platform free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Text and mobile messaging platform 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; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; 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; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; 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 server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"compatibleContentType": false,
"contentLength": 83411,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": false,
"links": [
"/title",
"/ld+json",
"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required",
"https://hustle.com/#/schema/Organization\",\"name\":\"Hustle\",\"url\":\"https://hustle.com/\"}},{\"@type\":\"WebPage\",\"name\":\"Page",
"https://hustle.com/#/schema/WebSite\"},\"breadcrumb\":{\"@type\":\"BreadcrumbList\",\"@id\":\"https://hustle.com/#/schema/BreadcrumbList\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":\"https://hustle.com/\",\"name\":\"Hustle\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Page",
"/script",
"//www.googletagmanager.com'",
"//fonts.googleapis.com'",
"/*",
"/style"
],
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij7c6h909x\" />\n <title>Page not found</title>\n\n<!-- The SEO Framework by Sybre Waaijer -->\n<meta name=\"robots\" content=\"max-snippet:-1,max-image-preview:standard,max-video-preview:-1\" />\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required name"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411,
"text": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij7c6h909x\" />\n <title>Page not found</title>\n\n<!-- The SEO Framework by Sybre Waaijer -->\n<meta name=\"robots\" content=\"max-snippet:-1,max-image-preview:standard,max-video-preview:-1\" />\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required name=search_term_string\"},\"publisher\":{\"@type\":\"Organization\",\"@id\":\"https://hustle.com/#/schema/Organization\",\"name\":\"Hustle\",\"url\":\"https://hustle.com/\"}},{\"@type\":\"WebPage\",\"name\":\"Page not found\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https://hustle.com/#/schema/WebSite\"},\"breadcrumb\":{\"@type\":\"BreadcrumbList\",\"@id\":\"https://hustle.com/#/schema/BreadcrumbList\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":\"https://hustle.com/\",\"name\":\"Hustle\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Page not found\"}]}}]}</script>\n<!-- / The SEO Framework by Sybre Waaijer | 0.88ms meta | 0.09ms boot -->\n\n<link rel='dns-prefetch' href='//www.googletagmanager.com' />\n<link rel='dns-prefetch' href='//fonts.googleapis.com' />\n<style id='wp-img-auto-sizes-contain-inline-css'>\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<style id='wp-emoji-styles-inline-css'>\n\n\timg.wp-smiley, img.emoji {\n\t\tdisplay: inline !important;\n\t\tborder: none !important;\n\t\tbox-shadow: none !important;\n\t\theight: 1em !important;\n\t\twidth: 1em !important;\n\t\tmargin: 0 0.07em !important;\n\t\tvertical-align: -0.1em !important;\n\t\tbackground: none !important;\n\t\tpadding: 0 !important;\n\t}\n/*# sourceURL=wp-emoji-styles-inline-css */\n</style>\n<style id='wp-block-library-inline-css'>\n:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-al"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411,
"text": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij7c6h909x\" />\n <title>Page not found</title>\n\n<!-- The SEO Framework by Sybre Waaijer -->\n<meta name=\"robots\" content=\"max-snippet:-1,max-image-preview:standard,max-video-preview:-1\" />\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required name=search_term_string\"},\"publisher\":{\"@type\":\"Organization\",\"@id\":\"https://hustle.com/#/schema/Organization\",\"name\":\"Hustle\",\"url\":\"https://hustle.com/\"}},{\"@type\":\"WebPage\",\"name\":\"Page not found\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https://hustle.com/#/schema/WebSite\"},\"breadcrumb\":{\"@type\":\"BreadcrumbList\",\"@id\":\"https://hustle.com/#/schema/BreadcrumbList\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":\"https://hustle.com/\",\"name\":\"Hustle\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Page not found\"}]}}]}</script>\n<!-- / The SEO Framework by Sybre Waaijer | 1.09ms meta | 0.08ms boot -->\n\n<link rel='dns-prefetch' href='//www.googletagmanager.com' />\n<link rel='dns-prefetch' href='//fonts.googleapis.com' />\n<style id='wp-img-auto-sizes-contain-inline-css'>\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<style id='wp-emoji-styles-inline-css'>\n\n\timg.wp-smiley, img.emoji {\n\t\tdisplay: inline !important;\n\t\tborder: none !important;\n\t\tbox-shadow: none !important;\n\t\theight: 1em !important;\n\t\twidth: 1em !important;\n\t\tmargin: 0 0.07em !important;\n\t\tvertical-align: -0.1em !important;\n\t\tbackground: none !important;\n\t\tpadding: 0 !important;\n\t}\n/*# sourceURL=wp-emoji-styles-inline-css */\n</style>\n<style id='wp-block-library-inline-css'>\n:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-al"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 14,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 2,
"match": "admin login"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 89411
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 14,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 2,
"match": "admin login"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"facebook-domain-verification\" content=\"fomt3b9ipgha6054470zij7c6h909x\" />\n <title>Page not found</title>\n\n<!-- The SEO Framework by Sybre Waaijer -->\n<meta name=\"robots\" content=\"max-snippet:-1,max-image-preview:standard,max-video-preview:-1\" />\n<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://hustle.com/#/schema/WebSite\",\"url\":\"https://hustle.com/\",\"name\":\"Hustle\",\"inLanguage\":\"en-US\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://hustle.com/search/{search_term_string}/\"},\"query-input\":\"required name"
},
"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://hustle.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://hustle.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://hustle.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://hustle.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 14,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 2,
"match": "admin login"
}
]
},
"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
3 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": "3 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
Issues were logged in the `Issues` panel in Chrome Devtools
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
Check name
Issues were logged in the `Issues` panel in Chrome Devtools
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Evidence
{
"description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}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
2 warnings 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": "2 warnings 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
Avoid large layout shifts
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Avoid large layout shifts
Check name
Avoid large layout shifts
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
1 layout shift found
Fix guidance
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "1 layout shift found",
"description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
}Performance and AccessibilityPerformanceBrowser audit
Forced reflow
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
9 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
Reduce JavaScript execution time
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
2.9 s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "2.9 s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 2948.204999999995
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 430 ms
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 430 ms",
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
5 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 5,889 KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 5,889 KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 6030536
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
5 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
5 Warning
Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
Check name
Reduce unused CSS
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 41 KiB
Fix guidance
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 41 KiB",
"description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
5 Warning
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 1,733 KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 1,733 KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
5 Warning
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 260 KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 260 KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
2 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
77/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": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 81,
"displayValue": "160 ms",
"numericValue": 159
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 87,
"displayValue": "1.4 s",
"numericValue": 1386.9439162429742
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 97,
"displayValue": "0.7 s",
"numericValue": 725.7130850414411
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 13,
"displayValue": "720 ms",
"numericValue": 716.1492455466952
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 99,
"displayValue": "0.7 s",
"numericValue": 725.7130850414411
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10 ms",
"numericValue": 5
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 36,
"displayValue": "5.3 s",
"numericValue": 5279.02150301883
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "60 ms",
"numericValue": 61.13551499999999
}
]
}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 |
|---|---|---|---|
| 45/100 | Level 2, Agent-Limited | Current report |