Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 24 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 0 out of 100
- GEO, AIO and AEO 61 out of 100
- SEO 85 out of 100
- Performance and Accessibility 88 out of 100
What AI sees of your website

10X10
10X10 Skip to content EMPLOYER RECRUITER ABOUT EMPLOYER RECRUITER ABOUT GET STARTED Hire the best tech talent, 10x faster AI automation with a human touch START HIRING NOW No upfront cost. Same day setup Trusted by Hundreds of Companies Trusted by Hundreds of...
Next step
Turn this report into a fix workflow
31 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 | 24 | Priority fix | 4 | 18 | 1 | View details |
| Discoverability | 29 | Priority fix | 2 | 7 | 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 | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 61 | Needs work | 6 | 5 | 9 | View details |
| GEO Readiness | 62 | Needs work | 2 | 1 | 3 | View details |
| AIO Readiness | 58 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 63 | Needs work | 2 | 2 | 3 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 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 | 88 | Mostly ready | 23 | 3 | 1 | View details |
| Performance | 88 | Mostly ready | 14 | 3 | 1 | View details |
| Accessibility | 87 | Mostly ready | 9 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
51 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\t<meta charset=\"UTF-8\">\n\t<title>Page not found</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-pa"
},
"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\t<meta charset=\"UTF-8\">\n\t<title>Page not found</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-pa"
},
{
"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\t<meta charset=\"UTF-8\">\n\t<title>Page not found</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-pa"
},
{
"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\t<meta charset=\"UTF-8\">\n\t<title>Page not found</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-pa"
},
{
"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\t<meta charset=\"UTF-8\">\n\t<title>Page not found</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-pa"
},
{
"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\t<meta charset=\"UTF-8\">\n\t<title>Page not found</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-pa"
},
{
"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\t<meta charset=\"UTF-8\">\n\t<title>Page not found</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-pa"
},
{
"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\t<meta charset=\"UTF-8\">\n\t<title>Page not found</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-pa"
}
]
},
"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 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": 64978
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}AI 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; charset=UTF-8",
"length": 0
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
}
]
},
"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".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=UTF-8"
},
"issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 18796,
"excerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<title>10X10</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpc",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 65029
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 65029
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 65029
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; invalid h1 (found 0); 4 links missing accessible names; 0/4 applicable form inputs have autocomplete attributes (4 missing); missing alt text on >10% of images.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": false,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": false,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"https://www.10by10.io\"> <img width=\"192\" height=\"102\" src=\"https://www.10by10.io/wp-content/uploads/2019/09/10x10-Logo-White_LightBlue_3x.png\" class=\"attachment-large size-large wp-image-2599\" alt> </a>",
"<a href=\"https://www.10by10.io\"> <img width=\"192\" height=\"102\" src=\"https://www.10by10.io/wp-content/uploads/2019/09/10x10-Logo-White_LightBlue_3x.png\" class=\"attachment-large size-large wp-image-2599\" alt> </a>",
"<a href=\"https://www.ycombinator.com/\" target=\"_blank\"> <img width=\"243\" height=\"70\" src=\"https://www.10by10.io/wp-content/uploads/2019/08/2.-Home-Untitled-Zeplin-4.png\" class=\"attachment-large size-large wp-image-1791\" alt> </a>",
"<a href=\"https://www.elefund.com/\" target=\"_blank\"> <img width=\"100\" height=\"28\" src=\"https://www.10by10.io/wp-content/uploads/2019/09/elefantastic.png\" class=\"attachment-large size-large wp-image-2210\" alt> </a>"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Enter your work email\" required=\"required\">",
"<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Work Email\" required=\"required\">",
"<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Enter your name\">",
"<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Enter your email\" required=\"required\">"
],
"imagesMissingAlt": [
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/download.png\" style=\"display: block; margin-bottom: 20px; width: 70px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/Yota-e1582079743368.png\" style=\"display: block; margin-bottom: 20px; width: 160px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/OuUrrEqX_400x400.png\" style=\"display: block; margin-bottom: 20px; width: 80px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/05/distru-logo-with-text.png\" style=\"display: block; margin-bottom: 20px; width: 80px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/05/download.jpeg\" style=\"display: block; margin-bottom: 20px; width: 80px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/09/Panther_Labs_Logo-scaled.jpg\" style=\"display: block; margin-bottom: 20px; width: 160px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/09/download.png\" style=\"display: block; margin-bottom: 20px; width: 80px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/05/5ff625defc6855b48719f890_Combo-Logo_Gradient_Padded.png\" style=\"display: block; margin-bottom: 100px; width: 100px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2019/08/[email protected]\" style=\"display: block; margin-bottom: 20px; width: 130px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/05/download.png\" style=\"display: block; margin-bottom: 20px; width: 130px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/Screen-Shot-2020-02-21-at-5.18.17-PM.png\" style=\"display: block; margin-bottom: 20px; width: 110px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2019/08/[email protected]\" style=\"display: block; margin-bottom: 20px; width: 100px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/Strive.png\" style=\"display: block; margin-bottom: 20px; width: 90px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/06/dexcithlryrr56lqcicn.png\" style=\"display: block; margin-bottom: 20px; width: 90px;\">",
"<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/06/jzquzfnitew8sihggsuv.png\" style=\"display: block; margin-bottom: 20px; width: 90px;\">"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 0,
"headings": 15,
"links": 32,
"inaccessibleLinks": 4,
"buttons": 3,
"inaccessibleButtons": 0,
"images": 56,
"imagesWithAlt": 41,
"autocompleteInputs": 4,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 4
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 65029
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 65029
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 65029
}
]
},
"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": 64978
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
}
]
},
"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": 64978
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
}
]
},
"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
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
20 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": []
}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
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
20 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": []
}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
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
20 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://www.10by10.io/wp-json/",
"rel": "https://api.w.org/"
},
{
"url": "https://www.10by10.io/wp-json/wp/v2/pages/1703",
"rel": "alternate",
"type": "application/json"
},
{
"url": "https://www.10by10.io/",
"rel": "shortlink"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}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 04:11: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": "www.10by10.io",
"probes": [
{
"name": "_index._agents.www.10by10.io",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.10by10.io",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.10by10.io",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "10by10.io",
"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."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="form_fields[email]"> is missing tool-param-description.<input name="form_fields[email]"> is missing tool-param-description.<input name="form_fields[name]"> is missing tool-param-description.<input name="form_fields[email]"> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 3,
"formsWithTags": 0,
"totalInteractive": 39,
"interactiveWithTags": 0,
"totalCount": 42,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"form_fields[email]\"> is missing tool-param-description.",
"<input name=\"form_fields[email]\"> is missing tool-param-description.",
"<input name=\"form_fields[name]\"> is missing tool-param-description.",
"<input name=\"form_fields[email]\"> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 4,
"issues": [
"<input name=\"form_fields[email]\"> is missing tool-param-description.",
"<input name=\"form_fields[email]\"> is missing tool-param-description.",
"<input name=\"form_fields[name]\"> is missing tool-param-description.",
"<input name=\"form_fields[email]\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"form_fields[email]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"form_fields[email]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"form_fields[name]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"form_fields[email]\"> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 3,
"formsWithTags": 0,
"totalInteractive": 39,
"interactiveWithTags": 0,
"totalCount": 42,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"form_fields[email]\"> is missing tool-param-description.",
"<input name=\"form_fields[email]\"> is missing tool-param-description.",
"<input name=\"form_fields[name]\"> is missing tool-param-description.",
"<input name=\"form_fields[email]\"> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 3,
"formsWithTags": 0,
"totalInteractive": 39,
"interactiveWithTags": 0,
"totalCount": 42,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"form_fields[email]\"> is missing tool-param-description.",
"<input name=\"form_fields[email]\"> is missing tool-param-description.",
"<input name=\"form_fields[name]\"> is missing tool-param-description.",
"<input name=\"form_fields[email]\"> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 25/100 and needs a fix.
11 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 25/100 and needs a fix.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: 10x10.
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
25/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 25/100 and needs a fix.
Evidence
{
"title": "10X10",
"h1": "",
"description": "",
"topicOverlap": 0,
"topicTerms": [
"10x10"
],
"descriptionTerms": [],
"missingFromDescription": [
"10x10"
],
"score": 25,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
10 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
No JSON-LD structured data was detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 0/100 and needs a fix.
Evidence
{
"schemaCount": 0,
"mismatches": [],
"score": 0,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.10by10.io/about/",
"text": "ABOUT",
"html": "<a href=\"https://www.10by10.io/about/\" class=\"elementor-item\">ABOUT</a>"
},
{
"href": "https://www.10by10.io/about/",
"text": "ABOUT",
"html": "<a href=\"https://www.10by10.io/about/\" class=\"elementor-item\" tabindex=\"-1\">ABOUT</a>"
},
{
"href": "https://www.10by10.io/about/",
"text": "About",
"html": "<a href=\"https://www.10by10.io/about/\"> <span class=\"elementor-icon-list-text\">About</span> </a>"
}
],
"contactLinks": [
{
"href": "https://www.10by10.io/contact/",
"text": "Apply Here",
"html": "<a style=\"color: #2f2f2f;\" href=\"https://www.10by10.io/contact/\"><strong>Apply Here</strong></a>"
},
{
"href": "https://www.10by10.io/contact/",
"text": "See Jobs",
"html": "<a href=\"https://www.10by10.io/contact/\"> <span class=\"elementor-icon-list-text\">See Jobs</span> </a>"
},
{
"href": "https://www.10by10.io/contact/",
"text": "Start Hiring",
"html": "<a href=\"https://www.10by10.io/contact/\"> <span class=\"elementor-icon-list-text\">Start Hiring</span> </a>"
},
{
"href": "https://www.10by10.io/contact/",
"text": "Contact",
"html": "<a href=\"https://www.10by10.io/contact/\"> <span class=\"elementor-icon-list-text\">Contact</span> </a>"
},
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a style=\"color: #ffffff;\" href=\"mailto:[email protected]\">[email protected]</a>"
}
],
"privacyLinks": [
{
"href": "https://www.10by10.io/tos",
"text": "Terms",
"html": "<a style=\"color: #ffffff; padding-left: 8px; padding-right: 4px;\" href=\"https://www.10by10.io/tos\">Terms</a>"
},
{
"href": "https://www.iubenda.com/privacy-policy/73371936",
"text": "Privacy",
"html": "<a style=\"color: #ffffff; padding-left: 5px;\" href=\"https://www.iubenda.com/privacy-policy/73371936\">Privacy</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.10by10.io/about/",
"text": "ABOUT",
"html": "<a href=\"https://www.10by10.io/about/\" class=\"elementor-item\">ABOUT</a>"
},
{
"href": "https://www.10by10.io/about/",
"text": "ABOUT",
"html": "<a href=\"https://www.10by10.io/about/\" class=\"elementor-item\" tabindex=\"-1\">ABOUT</a>"
},
{
"href": "https://www.10by10.io/about/",
"text": "About",
"html": "<a href=\"https://www.10by10.io/about/\"> <span class=\"elementor-icon-list-text\">About</span> </a>"
}
],
"contactLinks": [
{
"href": "https://www.10by10.io/contact/",
"text": "Apply Here",
"html": "<a style=\"color: #2f2f2f;\" href=\"https://www.10by10.io/contact/\"><strong>Apply Here</strong></a>"
},
{
"href": "https://www.10by10.io/contact/",
"text": "See Jobs",
"html": "<a href=\"https://www.10by10.io/contact/\"> <span class=\"elementor-icon-list-text\">See Jobs</span> </a>"
},
{
"href": "https://www.10by10.io/contact/",
"text": "Start Hiring",
"html": "<a href=\"https://www.10by10.io/contact/\"> <span class=\"elementor-icon-list-text\">Start Hiring</span> </a>"
},
{
"href": "https://www.10by10.io/contact/",
"text": "Contact",
"html": "<a href=\"https://www.10by10.io/contact/\"> <span class=\"elementor-icon-list-text\">Contact</span> </a>"
},
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a style=\"color: #ffffff;\" href=\"mailto:[email protected]\">[email protected]</a>"
}
],
"privacyLinks": [
{
"href": "https://www.10by10.io/tos",
"text": "Terms",
"html": "<a style=\"color: #ffffff; padding-left: 8px; padding-right: 4px;\" href=\"https://www.10by10.io/tos\">Terms</a>"
},
{
"href": "https://www.iubenda.com/privacy-policy/73371936",
"text": "Privacy",
"html": "<a style=\"color: #ffffff; padding-left: 5px;\" href=\"https://www.iubenda.com/privacy-policy/73371936\">Privacy</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 35/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 35/100 and needs a fix.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: 10x10.
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
35/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 35/100 and needs a fix.
Evidence
{
"title": "10X10",
"h1": "",
"description": "",
"topicOverlap": 0,
"definitionCount": 10,
"topicTerms": [
"10x10"
],
"descriptionTerms": [],
"missingFromDescription": [
"10x10"
],
"score": 35,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/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, JSON-LD structured data.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
60/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 60/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 10,
"schemaBlocks": 0,
"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",
"JSON-LD structured data"
],
"score": 60,
"weight": 24
}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
14 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": 15,
"passing": 1,
"failing": [
{
"heading": "Hire the best tech talent, 10x faster",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Hire the best tech talent, 10x faster</h2>",
"firstParagraph": "AI automation with a human touch",
"paragraphHtml": "<p>AI automation with a human touch</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "How 10x10 Works For You",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">How 10x10 Works For You</h2>",
"firstParagraph": "Only qualified and interested candidates presented. Companies interview over 70% of our candidates (3.5x better than industry average).",
"paragraphHtml": "<p>Only qualified and interested candidates presented. Companies interview over 70% of our candidates (3.5x better than industry average).</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "START HIRING TODAY",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">START HIRING TODAY</h2>",
"firstParagraph": "Same day fast setup",
"paragraphHtml": "<p>Same day fast setup</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Created by Engineers to Hire The Best Engineers",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Created by Engineers to Hire The Best Engineers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "70%",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">70%</h2>",
"firstParagraph": "candidateprogression",
"paragraphHtml": "<p>candidate<br>progression</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "100+",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">100+</h2>",
"firstParagraph": "Invite-only and individually vetted top Bay Area tech recruiters on our platform",
"paragraphHtml": "<p>Invite-only and individually vetted top Bay Area tech recruiters on our platform</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "$$$$",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">$<span style=\"color: #cfcfcf\">$$$</span></h2>",
"firstParagraph": "Absolutely free to use. Only pay when a hire is made.",
"paragraphHtml": "<p>Absolutely free to use. Only pay when a hire is made.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "VP of Engineering Eventbrite",
"headingHtml": "<h3 class=\"elementor-image-box-title\">VP of Engineering Eventbrite</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "VP of Engineering StyleSeat",
"headingHtml": "<h3 class=\"elementor-image-box-title\">VP of Engineering StyleSeat</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sr. Engineering Director Paypal",
"headingHtml": "<h3 class=\"elementor-image-box-title\">Sr. Engineering Director Paypal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sr. Engineering Director Yahoo!",
"headingHtml": "<h3 class=\"elementor-image-box-title\">Sr. Engineering Director Yahoo!</h3>",
"firstParagraph": "VP of Engineering Eventbrite​",
"paragraphHtml": "<p>VP of Engineering Eventbrite​</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Hire Candidates From",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Hire Candidates From </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Access Hundreds of Recruiting Agencies Networks",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Access Hundreds of Recruiting Agencies Networks</h2>",
"firstParagraph": "10×10 hand selects and vets all agencies to ensure we have the top 10% of tech recruiters.",
"paragraphHtml": "<p>10×10 hand selects and vets all agencies to ensure we have the top 10% of tech recruiters.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Start Hiring Engineers Today",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Start Hiring Engineers Today</h2>",
"firstParagraph": "Let’s chat about who your ideal candidate is:",
"paragraphHtml": "<p>Let’s chat about who your ideal candidate is:</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
19 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": 19,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 5,
"heading": "H2: We Make Hiring 10x Easier And 10x Faster",
"text": "10x10 was recommended to us by one of our investors and I am so glad that I gave them a try. They provide a one-stop shop to access a wide range of top candidates across the US and provide us a curated list of highly qualified candidates who are interested in joining our founding team. They nailed it and helped us hire a top notch engineer in a month! I look forward to continuing our partnership with them to grow...",
"words": 91,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align:left;\">10x10 was recommended to us by one of our investors and I am so glad that I gave them a try. They provide a one-stop shop to access a wide range of top candidates across the US and provide us a curated list of highly qualified candidates who are interested in joining our founding team. They nailed it and helped us hire a top notch engineer in a month! I look forward to continuing our partnership with them to grow our team and am happy to endorse their service. <br>..."
},
{
"index": 6,
"heading": "H2: We Make Hiring 10x Easier And 10x Faster",
"text": "Finding high-caliber technical talent has been a huge challenge. 10x10 is a pleasure to work with and we are very happy with the engineers they helped us find and hire. Their magic sauce of combining AI with an army of human recruiters delivers standout candidates that sets them apart from the traditional recruiting solutions.Watch video",
"words": 56,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (56 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align:left;\"><br><br>Finding high-caliber technical talent has been a huge challenge. 10x10 is a pleasure to work with and we are very happy with the engineers they helped us find and hire. Their magic sauce of combining AI with an army of human recruiters delivers standout candidates that sets them apart from the traditional recruiting solutions.<br><a href=\"https://vimeo.com/423450697\"><u><b>Watch video</b></u></a></p>"
},
{
"index": 7,
"heading": "H2: We Make Hiring 10x Easier And 10x Faster",
"text": "We had been looking for engineers with very specific skills because we work in the blockchain space and we have a very high bar for recruiting. I looked for several months for candidates with no success, using varied approaches from sourcing myself to talking to recruiters. I worked with 10x10 for about a month and hired two engineers. These engineers are working out great! They're rock stars and I'm really happy...",
"words": 86,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align:left;\">We had been looking for engineers with very specific skills because we work in the blockchain space and we have a very high bar for recruiting. I looked for several months for candidates with no success, using varied approaches from sourcing myself to talking to recruiters. I worked with 10x10 for about a month and hired two engineers. These engineers are working out great! They're rock stars and I'm really happy to have them on the team. I highly recomme..."
},
{
"index": 8,
"heading": "H2: We Make Hiring 10x Easier And 10x Faster",
"text": "What has surprised me the most is 10x10’s technical expertise - We have a very high technical bar and they understood all my feedback and more importantly they acted on them right away. I felt that throughout this entire process they were my partners, not just someone trying to make a hire. I can't recommend them enough to anybody looking for recruiters that both understand your problems technically and are willin...",
"words": 82,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align:left;\"> <br>What has surprised me the most is 10x10’s technical expertise - We have a very high technical bar and they understood all my feedback and more importantly they acted on them right away. I felt that throughout this entire process they were my partners, not just someone trying to make a hire. I can't recommend them enough to anybody looking for recruiters that both understand your problems technically and are willing to help you improve processes. Th..."
},
{
"index": 12,
"heading": "H2: We Make Hiring 10x Easier And 10x Faster",
"text": "10x10 helped Panther scale its engineering team during the pandemic, finding high quality candidates at a time when the market was at its hottest. 10x10 took the time to understand roles, requirements, and our interview process, and seamlessly integrated with our team.",
"words": 42,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align:left;\">10x10 helped Panther scale its engineering team during the pandemic, finding high quality candidates at a time when the market was at its hottest. 10x10 took the time to understand roles, requirements, and our interview process, and seamlessly integrated with our team. <br><br> </p>"
},
{
"index": 14,
"heading": "H2: We Make Hiring 10x Easier And 10x Faster",
"text": "10x10 was recommended by the lead investor in our seed round, and we are so glad they did. We had very specific ideas about the engineers and designers we were seeking and 10x10 not only found us candidates but really worked to understand the specific qualifications and aesthetics that were crucial in these key hires. 10x10 was our partner through a rigorous candidate screening process and we're happy to announce...",
"words": 85,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align:left;\">10x10 was recommended by the lead investor in our seed round, and we are so glad they did. We had very specific ideas about the engineers and designers we were seeking and 10x10 not only found us candidates but really worked to understand the specific qualifications and aesthetics that were crucial in these key hires. 10x10 was our partner through a rigorous candidate screening process and we're happy to announce that they filled ALL the open roles we had. We..."
},
{
"index": 15,
"heading": "H2: We Make Hiring 10x Easier And 10x Faster",
"text": "10x10 was referred to us as the go-to recruiting service for startups and they delivered! We hired 2 top-notch marketers within 2 months in today’s competitive market. They partner with a large network of recruiters across the US and introduced us to great candidates outside of our referral network.",
"words": 50,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (50 words; target 80-220)."
],
"html": "<p style=\"text-align:left;\">10x10 was referred to us as the go-to recruiting service for startups and they delivered! We hired 2 top-notch marketers within 2 months in today’s competitive market. They partner with a large network of recruiters across the US and introduced us to great candidates outside of our referral network. <br><br> </p>"
},
{
"index": 16,
"heading": "H2: We Make Hiring 10x Easier And 10x Faster",
"text": "10x10 was referred to us by another recruiter and we are so glad we found them. They only send us qualified candidates and we chose over 90% of them to interview. We very much appreciate their partnership in hiring a highly sought after senior engineer with many competing offers.",
"words": 49,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (49 words; target 80-220)."
],
"html": "<p style=\"text-align:left;\"><br><br>10x10 was referred to us by another recruiter and we are so glad we found them. They only send us qualified candidates and we chose over 90% of them to interview. We very much appreciate their partnership in hiring a highly sought after senior engineer with many competing offers. <br><br> </p>"
},
{
"index": 17,
"heading": "H2: We Make Hiring 10x Easier And 10x Faster",
"text": "10x10 has built an impressive service. They turn up great candidates -- a difficult task in mobile robotics, the small and specialized labor market we compete in. They take the time to understand what we need and consistently present us with appealing candidates, several of whom we've hired. 10x10 is attentive, efficient, and effective -- a pleasure to work with.",
"words": 58,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align:left;\"><br>10x10 has built an impressive service. They turn up great candidates -- a difficult task in mobile robotics, the small and specialized labor market we compete in. They take the time to understand what we need and consistently present us with appealing candidates, several of whom we've hired. 10x10 is attentive, efficient, and effective -- a pleasure to work with.<br></p>"
},
{
"index": 18,
"heading": "H2: We Make Hiring 10x Easier And 10x Faster",
"text": "Hiring top tier engineering talent is a battle in today’s competitive market and we are glad to be able to tap into 10x10’s deep network of the best recruiters. We had very specific technical requirements and a high bar for our engineering candidates. 10x10 was able to understand our requirements, quickly build a pipeline and refine it effectively based on our feedback. As a result, we were able to close our first...",
"words": 104,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align:left;\">Hiring top tier engineering talent is a battle in today’s competitive market and we are glad to be able to tap into 10x10’s deep network of the best recruiters. We had very specific technical requirements and a high bar for our engineering candidates. 10x10 was able to understand our requirements, quickly build a pipeline and refine it effectively based on our feedback. As a result, we were able to close our first great engineer within a month. 10x10..."
},
{
"index": 19,
"heading": "H2: We Make Hiring 10x Easier And 10x Faster",
"text": "10×10’s quality and speed are outstanding, setting a very high bar for all hiring solutions. In one month, I’ve interviewed over 90% of the great candidates they shared. We’ve made three successful hires with their help.",
"words": 40,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220)."
],
"html": "<p style=\"text-align:left;\"><br><br>10×10’s quality and speed are outstanding, setting a very high bar for all hiring solutions. In one month, I’ve interviewed over 90% of the great candidates they shared. We’ve made three successful hires with their help.<br><br><br></p>"
},
{
"index": 22,
"heading": "H2: We Make Hiring 10x Easier And 10x Faster",
"text": "I’ve worked with some great technical recruiters but 10x10 went above and beyond in helping to source and close quality candidates. They helped us navigate tricky candidate timelines and collaborated on high-touch closing strategies to make a successful hire together. 10x10 brings the quality and delight to the challenging hiring environment in Silicon Valley.",
"words": 55,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (55 words; target 80-220)."
],
"html": "<p style=\"text-align:left;\"><br><br>I’ve worked with some great technical recruiters but 10x10 went above and beyond in helping to source and close quality candidates. They helped us navigate tricky candidate timelines and collaborated on high-touch closing strategies to make a successful hire together. 10x10 brings the quality and delight to the challenging hiring environment in Silicon Valley. <br><br></p>"
},
{
"index": 31,
"heading": "H2: $$$$",
"text": "Going through a period of hyper-growth is exciting but exhausting at the same time, It’s crazy hard to hire fast while maintaining quality. It’s getting even harder in today’s candidate’s market. I like to share my experience of hiring 1000s engineers at both public companies and startups to help you hire the top talent you deserve 10 times easier and 10 times faster.",
"words": 67,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (67 words; target 80-220)."
],
"html": "<p><span id=\"docs-internal-guid-19f197e3-7fff-532d-7602-185ba5faf151\"><span style=\"font-size: 10pt; font-family: 'Open Sans', sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Going through a period of hyper-growth is exciting but exhausting at the same time, It’s crazy hard to hire fast while maintaining quality. It’s getting even harder in today&#..."
},
{
"index": 32,
"heading": "H2: $$$$",
"text": "95% of the qualified candidates are not looking for jobs and won’t apply to your job postings. Let our AI help you discover your future employees. We know you are busy and our high touch human recruiters will pitch your jobs and follow up with candidates through out the interview process for you to maximize your hiring success.",
"words": 59,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (59 words; target 80-220)."
],
"html": "<p><span style=\"font-size: 10pt; font-family: 'Open Sans', sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">95% of the qualified candidates are not looking for jobs and won’t apply to your job postings. Let our AI help you discover your future employees. We know you are busy and our high touch human recruiters will pitch your jobs and follow up with candi..."
},
{
"index": 38,
"heading": "H2: Access Hundreds of Recruiting Agencies Networks",
"text": "You get a high ratio of submittals to placement because 10x10 partners closely with employers to provide recruiters with clear job requirements for clients my candidates are excited to interview with. Their AI technology uncovers your existing candidates that match new job orders automatically and creates additional passive income opportunities for me. I’m very impressed with 10x10, and the feedback I hear from my...",
"words": 76,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (76 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align:left;\">You get a high ratio of submittals to placement because 10x10 partners closely with employers to provide recruiters with clear job requirements for clients my candidates are excited to interview with. Their AI technology uncovers your existing candidates that match new job orders automatically and creates additional passive income opportunities for me. I’m very impressed with 10x10, and the feedback I hear from my placed candidates tells me that their employ..."
},
{
"index": 39,
"heading": "H2: Access Hundreds of Recruiting Agencies Networks",
"text": "Working with the team at 10by10.io has been a great experience! April and her team have been nothing short of amazing in terms of the wide variety of roles on which to work, their outstanding communication, transparency and commitment to everyone’s success. As a seasoned Executive Search Recruiter, I’ve worked with many teams. April’s is by far the best. So good in fact, I made a lucrative placement in the first s...",
"words": 82,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align:left;\">Working with the team at 10by10.io has been a great experience! April and her team have been nothing short of amazing in terms of the wide variety of roles on which to work, their outstanding communication, transparency and commitment to everyone’s success. As a seasoned Executive Search Recruiter, I’ve worked with many teams. April’s is by far the best. So good in fact, I made a lucrative placement in the first six weeks of my partnership with..."
},
{
"index": 40,
"heading": "H2: Access Hundreds of Recruiting Agencies Networks",
"text": "In just a few months, we’ve already made three placements. Our candidates were thankful they had the opportunity to be introduced to additional clients, and are very happy in the jobs they landed. The team at 10×10 has been a pleasure to work with. They are incredibly knowledgeable about their clients, professional, and responsive. We look forward to many more placements.",
"words": 63,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (63 words; target 80-220)."
],
"html": "<p style=\"text-align:left;\">In just a few months, we’ve already made three placements. Our candidates were thankful they had the opportunity to be introduced to additional clients, and are very happy in the jobs they landed. The team at 10×10 has been a pleasure to work with. They are incredibly knowledgeable about their clients, professional, and responsive. We look forward to many more placements.</p>"
},
{
"index": 41,
"heading": "H2: Access Hundreds of Recruiting Agencies Networks",
"text": "10by10 has opened up my business to a number of new reqs, many of which I already had perfect candidates in mind for right off the bat. I've been able to make placements due to the speed and attentiveness to the 10by10.io team. I'm looking forward to growing and shifting more of my recruitment efforts to the 10by10 platform. 10by10 platform provides all the information needs to hit the ground running and is very e...",
"words": 78,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (78 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align:left;\">10by10 has opened up my business to a number of new reqs, many of which I already had perfect candidates in mind for right off the bat. I've been able to make placements due to the speed and attentiveness to the 10by10.io team. I'm looking forward to growing and shifting more of my recruitment efforts to the 10by10 platform. 10by10 platform provides all the information needs to hit the ground running and is very easy to use.</p>"
},
{
"index": 42,
"heading": "H2: Access Hundreds of Recruiting Agencies Networks",
"text": "We have had the pleasure of working with 10×10 this past year and made several placements. Their professionalism, experience, and knowledge of Silicon Valley has made our relationship a great collaboration. With our partnership, we have changed both the lives of the candidates we placed and the companies we serve. We look forward to continuing a long lasting relationship!",
"words": 60,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (60 words; target 80-220)."
],
"html": "<p style=\"text-align:left;\">We have had the pleasure of working with 10×10 this past year and made several placements. Their professionalism, experience, and knowledge of Silicon Valley has made our relationship a great collaboration. With our partnership, we have changed both the lives of the candidates we placed and the companies we serve. We look forward to continuing a long lasting relationship!</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}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
35 image(s) are missing width/height attributes. 3 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1904,
"htmlBytes": 176806,
"imagesMissingDimensions": [
{
"src": "https://www.10by10.io/wp-content/uploads/2020/02/download.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/download.png\" style=\"display: block; margin-bottom: 20px; width: 70px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/02/IMG_1531-scaled-e1582164026362.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/IMG_1531-scaled-e1582164026362.jpg\" alt=\"Barr Moses, Co-founder & CEO, Series A\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/02/Yota-e1582079743368.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/Yota-e1582079743368.png\" style=\"display: block; margin-bottom: 20px; width: 160px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/02/Basil-Hashem-2019-WithJacket-CloseCrop-scaled.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/Basil-Hashem-2019-WithJacket-CloseCrop-scaled.jpg\" alt=\"Basil Hashem, VP Product Development, Series A\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/02/OuUrrEqX_400x400.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/OuUrrEqX_400x400.png\" style=\"display: block; margin-bottom: 20px; width: 80px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/02/download-1.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/download-1.jpeg\" alt=\"Peter DePaulo, Head of Developer Experience, Series A\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/05/distru-logo-with-text.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/05/distru-logo-with-text.png\" style=\"display: block; margin-bottom: 20px; width: 80px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/05/951052-large-e1590541975920.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/05/951052-large-e1590541975920.jpeg\" alt=\"Johnny Ji, CTO, Seed\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2021/05/download.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/05/download.jpeg\" style=\"display: block; margin-bottom: 20px; width: 80px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2021/05/140793-medium_jpg.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/05/140793-medium_jpg.jpeg\" alt=\"Darin Matuzic, Recruiting Manager, Series C\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2021/09/Panther_Labs_Logo-scaled.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/09/Panther_Labs_Logo-scaled.jpg\" style=\"display: block; margin-bottom: 20px; width: 160px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2021/09/1557864551080.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/09/1557864551080.jpeg\" alt=\"Joren McReynolds, VP of Engineering, Series A\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2021/09/download.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/09/download.png\" style=\"display: block; margin-bottom: 20px; width: 80px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2021/09/zilo-790.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/09/zilo-790.jpg\" alt=\"Steven Puri, Founder & Chief Strategy Officer, Seed\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2021/05/5ff625defc6855b48719f890_Combo-Logo_Gradient_Padded.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/05/5ff625defc6855b48719f890_Combo-Logo_Gradient_Padded.png\" style=\"display: block; margin-bottom: 100px; width: 100px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2021/05/zy5Oi6qS_400x400.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/05/zy5Oi6qS_400x400.jpeg\" alt=\"Carl Liu, Co-founder, Seed\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2019/08/[email protected]",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2019/08/[email protected]\" style=\"display: block; margin-bottom: 20px; width: 130px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2019/08/0-e1571263539508.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2019/08/0-e1571263539508.jpg\" alt=\"Melanie Graf, Director of Talent Acquisition, Series D\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/05/download.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/05/download.png\" style=\"display: block; margin-bottom: 20px; width: 130px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/05/Bob-e1589038373925.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/05/Bob-e1589038373925.jpeg\" alt=\"Bob Hall, COO, Series A\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/02/Screen-Shot-2020-02-21-at-5.18.17-PM.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/Screen-Shot-2020-02-21-at-5.18.17-PM.png\" style=\"display: block; margin-bottom: 20px; width: 110px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/02/download.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/download.jpeg\" alt=\"Nilesh Dalvi, Co-founder, Seed\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2019/08/[email protected]",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2019/08/[email protected]\" style=\"display: block; margin-bottom: 20px; width: 100px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2019/08/Suren_Markosian_owler_20190130_132315_original-e1582150444655.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2019/08/Suren_Markosian_owler_20190130_132315_original-e1582150444655.png\" alt=\"Suren Markosian, CEO, Series C\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/02/Strive.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/02/Strive.png\" style=\"display: block; margin-bottom: 20px; width: 90px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2019/08/Capture.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2019/08/Capture.png\" alt=\"Will Houghteling, CEO, Seed\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/06/dexcithlryrr56lqcicn.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/06/dexcithlryrr56lqcicn.png\" style=\"display: block; margin-bottom: 20px; width: 90px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/06/0_WoSVaV3Ha-zbxP5O-e1592444821581.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/06/0_WoSVaV3Ha-zbxP5O-e1592444821581.jpeg\" alt=\"Samik Bhowal, VP of Engineering, Series B\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/06/jzquzfnitew8sihggsuv.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/06/jzquzfnitew8sihggsuv.png\" style=\"display: block; margin-bottom: 20px; width: 90px;\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2020/06/1_RrQYFnZaufZEaHJyL1yYDw-scaled-e1592445134338.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2020/06/1_RrQYFnZaufZEaHJyL1yYDw-scaled-e1592445134338.jpeg\" alt=\"Bruno Faviero, Co-founder & COO, Seed\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2021/04/IMG_1104-2-e1619124701981.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2021/04/IMG_1104-2-e1619124701981.jpeg\" alt=\"Tangerine Search\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2019/08/kellynelson.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2019/08/kellynelson.png\" alt=\"Kelly Nelson, MA, Owner\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2019/08/3-4.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2019/08/3-4.png\" alt=\"Anne, Founder\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2019/08/5b02df747b9a8c043be0792f_PROFILE-e1582348631483.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2019/08/5b02df747b9a8c043be0792f_PROFILE-e1582348631483.jpg\" alt=\"Michele Snethkamp, Independent Tech Recruiter\">"
},
{
"src": "https://www.10by10.io/wp-content/uploads/2019/09/black-and-white-boy-casual-555790-e1571263436165.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.10by10.io/wp-content/uploads/2019/09/black-and-white-boy-casual-555790-e1571263436165.jpg\" alt=\"Ryan, Founder & CEO\">"
}
],
"possibleDialogs": [
"<div data-elementor-type=\"popup\" data-elementor-id=\"2636\" class=\"elementor elementor-2636 elementor-location-popup\" data-elementor-settings=\"{"entrance_animation":"fadeInDown","exit_animation":"fadeInDown","entrance_animation_duration":{"unit":"px","size":"1","sizes":[]},"a11y_navigation":"yes","timing":{"devices":"yes","devices_devices&quo...",
"<div class=\"elementor-element elementor-element-5546279 elementor-button-align-center popup-form elementor-widget elementor-widget-form\" data-id=\"5546279\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{"button_width":"100","step_next_label":"Next","step_previous_label":"Previous","step_type":"number_text","step_icon_shape":"circle"}\" data-widget_type=\"form.default\"> <div class=...",
"<link rel=\"stylesheet\" id=\"e-popup-css\" href=\"https://www.10by10.io/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=4.1.0\" media=\"all\">"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
14 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": 15,
"passing": 1,
"failing": [
{
"heading": "Hire the best tech talent, 10x faster",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Hire the best tech talent, 10x faster</h2>",
"firstParagraph": "AI automation with a human touch",
"paragraphHtml": "<p>AI automation with a human touch</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "How 10x10 Works For You",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">How 10x10 Works For You</h2>",
"firstParagraph": "Only qualified and interested candidates presented. Companies interview over 70% of our candidates (3.5x better than industry average).",
"paragraphHtml": "<p>Only qualified and interested candidates presented. Companies interview over 70% of our candidates (3.5x better than industry average).</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "START HIRING TODAY",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">START HIRING TODAY</h2>",
"firstParagraph": "Same day fast setup",
"paragraphHtml": "<p>Same day fast setup</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Created by Engineers to Hire The Best Engineers",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Created by Engineers to Hire The Best Engineers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "70%",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">70%</h2>",
"firstParagraph": "candidateprogression",
"paragraphHtml": "<p>candidate<br>progression</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "100+",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">100+</h2>",
"firstParagraph": "Invite-only and individually vetted top Bay Area tech recruiters on our platform",
"paragraphHtml": "<p>Invite-only and individually vetted top Bay Area tech recruiters on our platform</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "$$$$",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">$<span style=\"color: #cfcfcf\">$$$</span></h2>",
"firstParagraph": "Absolutely free to use. Only pay when a hire is made.",
"paragraphHtml": "<p>Absolutely free to use. Only pay when a hire is made.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "VP of Engineering Eventbrite",
"headingHtml": "<h3 class=\"elementor-image-box-title\">VP of Engineering Eventbrite</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "VP of Engineering StyleSeat",
"headingHtml": "<h3 class=\"elementor-image-box-title\">VP of Engineering StyleSeat</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sr. Engineering Director Paypal",
"headingHtml": "<h3 class=\"elementor-image-box-title\">Sr. Engineering Director Paypal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sr. Engineering Director Yahoo!",
"headingHtml": "<h3 class=\"elementor-image-box-title\">Sr. Engineering Director Yahoo!</h3>",
"firstParagraph": "VP of Engineering Eventbrite​",
"paragraphHtml": "<p>VP of Engineering Eventbrite​</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Hire Candidates From",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Hire Candidates From </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Access Hundreds of Recruiting Agencies Networks",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Access Hundreds of Recruiting Agencies Networks</h2>",
"firstParagraph": "10×10 hand selects and vets all agencies to ensure we have the top 10% of tech recruiters.",
"paragraphHtml": "<p>10×10 hand selects and vets all agencies to ensure we have the top 10% of tech recruiters.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Start Hiring Engineers Today",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Start Hiring Engineers Today</h2>",
"firstParagraph": "Let’s chat about who your ideal candidate is:",
"paragraphHtml": "<p>Let’s chat about who your ideal candidate is:</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Hire the best tech talent, 10x faster",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Hire the best tech talent, 10x faster</h2>"
},
{
"text": "How 10x10 Works For You",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">How 10x10 Works For You</h2>"
},
{
"text": "We Make Hiring 10x Easier And 10x Faster",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">We Make Hiring 10x Easier And 10x Faster</h2>"
},
{
"text": "START HIRING TODAY",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">START HIRING TODAY</h2>"
},
{
"text": "Created by Engineers to Hire The Best Engineers",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Created by Engineers to Hire The Best Engineers</h2>"
},
{
"text": "70%",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">70%</h2>"
},
{
"text": "100+",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">100+</h2>"
},
{
"text": "$$$$",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">$<span style=\"color: #cfcfcf\">$$$</span></h2>"
},
{
"text": "Hire Candidates From",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Hire Candidates From </h2>"
},
{
"text": "Access Hundreds of Recruiting Agencies Networks",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Access Hundreds of Recruiting Agencies Networks</h2>"
},
{
"text": "Start Hiring Engineers Today",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Start Hiring Engineers Today</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is 10X10?",
"pattern": {}
},
{
"id": "how",
"label": "How does 10X10 work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use 10X10?",
"pattern": {}
},
{
"id": "cost",
"label": "Is 10X10 free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does 10X10 compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is 10X10?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use 10X10?",
"pattern": {}
},
{
"id": "cost",
"label": "Is 10X10 free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does 10X10 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": 65029
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
}
]
},
"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, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Hire the best tech talent, 10x faster",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Hire the best tech talent, 10x faster</h2>"
},
{
"text": "How 10x10 Works For You",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">How 10x10 Works For You</h2>"
},
{
"text": "We Make Hiring 10x Easier And 10x Faster",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">We Make Hiring 10x Easier And 10x Faster</h2>"
},
{
"text": "START HIRING TODAY",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">START HIRING TODAY</h2>"
},
{
"text": "Created by Engineers to Hire The Best Engineers",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Created by Engineers to Hire The Best Engineers</h2>"
},
{
"text": "70%",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">70%</h2>"
},
{
"text": "100+",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">100+</h2>"
},
{
"text": "$$$$",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">$<span style=\"color: #cfcfcf\">$$$</span></h2>"
},
{
"text": "Hire Candidates From",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Hire Candidates From </h2>"
},
{
"text": "Access Hundreds of Recruiting Agencies Networks",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Access Hundreds of Recruiting Agencies Networks</h2>"
},
{
"text": "Start Hiring Engineers Today",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Start Hiring Engineers Today</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is 10X10?",
"pattern": {}
},
{
"id": "how",
"label": "How does 10X10 work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use 10X10?",
"pattern": {}
},
{
"id": "cost",
"label": "Is 10X10 free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does 10X10 compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is 10X10?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use 10X10?",
"pattern": {}
},
{
"id": "cost",
"label": "Is 10X10 free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does 10X10 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 supported identity type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.
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": 64978,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
"compatibleContentType": false,
"contentLength": 61127,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": true,
"links": [
"/title",
"/style",
"/;max-age=31536000;SameSite=Lax;Secure';document.addEventListener('DOMContentLoaded',function()",
"/script",
"//client.crisp.chat'",
"/rss+xml",
"https://www.10by10.io/feed/\"",
"https://www.monsterinsights.com/",
"/*",
"/style"
],
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<title>Page not found</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-pa"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978,
"text": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<title>Page not found</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:0}html.sdui-panel-open #sdui-panel-placeholder{display:none}}</style>\n\t\t<script>try{if(!document.documentElement.classList.contains('sdui-panel-open')&&localStorage.getItem('site-designer-ui-panel-open')==='true'){document.documentElement.classList.add('sdui-panel-open');document.cookie='sdui_panel_open=1;path=/;max-age=31536000;SameSite=Lax;Secure';document.addEventListener('DOMContentLoaded',function(){if(!document.getElementById('sdui-panel-placeholder')){var p=document.createElement('div');p.id='sdui-panel-placeholder';document.body.appendChild(p)}})}}catch(e){}</script>\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel='dns-prefetch' href='//client.crisp.chat' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\" » Feed\" href=\"https://www.10by10.io/feed/\" />\n\t\t<!-- This site uses the Google Analytics by MonsterInsights plugin v10.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->\n\t\t<!-- Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel. -->\n\t\t\t\t\t<!-- No tracking code set -->\n\t\t\t\t<!-- / Google Analytics by MonsterInsights -->\n\t\t<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<link rel='stylesheet' id='hfe-widgets-style-css' href='https://www.10by10.io/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=2.8.8' media='all' />\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<link rel='stylesheet' id='wp-block-library-css' href='https://www.10by10.io/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4' media='all' />\n<style id='classic-theme-styles-inline-css'>\n/*! This file is auto-generated */\n.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}\n/*# sourceURL=/wp-includes/css/classic-themes.min.css */\n</style>\n<style id='global-styles-inline-css'>\n:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #f"
},
"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": 64978,
"text": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<title>Page not found</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:0}html.sdui-panel-open #sdui-panel-placeholder{display:none}}</style>\n\t\t<script>try{if(!document.documentElement.classList.contains('sdui-panel-open')&&localStorage.getItem('site-designer-ui-panel-open')==='true'){document.documentElement.classList.add('sdui-panel-open');document.cookie='sdui_panel_open=1;path=/;max-age=31536000;SameSite=Lax;Secure';document.addEventListener('DOMContentLoaded',function(){if(!document.getElementById('sdui-panel-placeholder')){var p=document.createElement('div');p.id='sdui-panel-placeholder';document.body.appendChild(p)}})}}catch(e){}</script>\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel='dns-prefetch' href='//client.crisp.chat' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\" » Feed\" href=\"https://www.10by10.io/feed/\" />\n\t\t<!-- This site uses the Google Analytics by MonsterInsights plugin v10.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->\n\t\t<!-- Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel. -->\n\t\t\t\t\t<!-- No tracking code set -->\n\t\t\t\t<!-- / Google Analytics by MonsterInsights -->\n\t\t<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<link rel='stylesheet' id='hfe-widgets-style-css' href='https://www.10by10.io/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=2.8.8' media='all' />\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<link rel='stylesheet' id='wp-block-library-css' href='https://www.10by10.io/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4' media='all' />\n<style id='classic-theme-styles-inline-css'>\n/*! This file is auto-generated */\n.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}\n/*# sourceURL=/wp-includes/css/classic-themes.min.css */\n</style>\n<style id='global-styles-inline-css'>\n:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #f"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"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": 64978
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 64978
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"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\t<meta charset=\"UTF-8\">\n\t<title>Page not found</title>\n<meta name='robots' content='max-image-preview:large' />\n\t\t<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-pa"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.10by10.io"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.10by10.io/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.10by10.io/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.10by10.io/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}SEOSEOBrowser audit
Document does not have a meta description
50 Fail
SEOSEOBrowser audit
Document does not have a meta description
Check name
Document does not have a meta description
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).
Evidence
{
"description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/)."
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
50 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}Performance and AccessibilityPerformanceBrowser audit
Font display
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Font display
Check name
Font display
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 640Â ms
Fix guidance
Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 640Â ms",
"description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
25 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
13 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 20Â 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 20Â 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": 10
}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 |
|---|---|---|---|
| 50/100 | Level 3, Bot-Aware | Current report |