Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 23 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 71 out of 100
- SEO 92 out of 100
- Performance and Accessibility 54 out of 100
What AI sees of your website
Republic — Invest in Startups, Crypto and More
On Republic, anyone can invest in startups. Become an investor in cutting-edge private companies with as little as $50 ✅
Next step
Turn this report into a fix workflow
29 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 23 | Priority fix | 4 | 19 | 0 | View details |
| Discoverability | 29 | Priority fix | 2 | 7 | 0 | View details |
| Content Readiness | 33 | Priority fix | 2 | 8 | 0 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 71 | Needs work | 6 | 3 | 11 | View details |
| GEO Readiness | 78 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 60 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 72 | Needs work | 2 | 1 | 4 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 60 | Needs work | 7 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 3 | 2 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 54 | Needs work | 15 | 9 | 2 | View details |
| Performance | 41 | Priority fix | 12 | 6 | 2 | View details |
| Accessibility | 78 | Mostly ready | 3 | 3 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
54 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": 403,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
50 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": "default-src 'self' https:; font-src 'self' https: data: 'unsafe-inline'; img-src 'self' https: http: data: blob:; object-src 'none'; worker-src 'self' blob: data: https:; style-src 'self' https: 'unsafe-inline' 'unsafe-eval' data: fast.fonts.net; child-src 'self' blob: data: https:; media-src 'self' blob: data: https:; base-uri 'self'; connect-src 'self' https: data:; report-uri https://csp-report.browser-intake-datadoghq.com/api/v2/logs?dd-api-key=pub467dca44a41d8d41082204dce8e56cbe&dd-evp-origin=content-security-policy&ddsource=csp-report&ddtags=r-client%2Cenv-production; script-src 'strict-dynamic' 'unsafe-inline' https: http: blob: 'unsafe-hashes' 'nonce-RTRqUnpCaGxYUXV5emtudHFrb1FVcjZTNGJBVWlXRXZFLW1nVVVjMA==' 'sha256-rRMdkshZyJlCmDX27XnL7g3zXaxv7ei6Sg+yt4R3svU=' 'sha256-lo7ZdP6kFds+wf1WMWvn7MhcFVFJV44kAXODRevzRZ8='",
"cspFrameAncestors": false
}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": 403,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
},
{
"path": "/openapi.yaml",
"statusCode": 403,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
},
{
"path": "/swagger.json",
"statusCode": 403,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
},
{
"path": "/swagger.yaml",
"statusCode": 403,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
},
{
"path": "/api/openapi.json",
"statusCode": 403,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
},
{
"path": "/api/swagger.json",
"statusCode": 403,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
},
{
"path": "/docs/openapi.json",
"statusCode": 403,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
50 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
}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
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/webmcp.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/mcp.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI 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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/llms-full.txt",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
}
]
},
"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": 403,
"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": 548,
"excerpt": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <nav> landmark; skipped heading levels; 10 links missing accessible names; 1 buttons missing accessible names.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": false,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a class=\"link_link__g8mBw\" href=\"/\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"122\" height=\"30\" fill=\"none\" viewBox=\"0 0 430 104\"><g clip-path=\"url(#r-logo-blue-white_svg__a)\"><path fill=\"#0049FF\" d=\"M89.977 98.673 64.826 59.25a31.2 31.2 0 0 0 11.419-8.82 31.06 31.06 0 0 0 6.858-19.443C83.103 13.9 69.203 0 52.115 0H3.465A3.47 3.47 0 0 0 0 3.465v97.07A3.47 3.47 0 0 0 3.465 104h83.593a3.465 3.465 0 0 0 2.921-5.33zM52.115 6.706c13.388 0 24.282 10.894 24.282 24.282 0 5.61-1.858 10.878-5.372 15.",
"<a class=\"link_link__g8mBw\" href=\"/\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"122\" height=\"30\" fill=\"none\" viewBox=\"0 0 430 104\"><g clip-path=\"url(#r-logo-blue-white_svg__a)\"><path fill=\"#0049FF\" d=\"M89.977 98.673 64.826 59.25a31.2 31.2 0 0 0 11.419-8.82 31.06 31.06 0 0 0 6.858-19.443C83.103 13.9 69.203 0 52.115 0H3.465A3.47 3.47 0 0 0 0 3.465v97.07A3.47 3.47 0 0 0 3.465 104h83.593a3.465 3.465 0 0 0 2.921-5.33zM52.115 6.706c13.388 0 24.282 10.894 24.282 24.282 0 5.61-1.858 10.878-5.372 15.",
"<a class=\"link_link__g8mBw\" href=\"/\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"124\" height=\"30\" fill=\"none\" viewBox=\"0 0 430 104\"><g fill=\"#fff\" clip-path=\"url(#logo_white_svg__a)\"><path d=\"M89.977 98.673 64.826 59.25a31.2 31.2 0 0 0 11.419-8.82 31.06 31.06 0 0 0 6.858-19.443C83.103 13.9 69.203 0 52.115 0H3.465A3.47 3.47 0 0 0 0 3.465v97.07A3.47 3.47 0 0 0 3.465 104h83.593a3.465 3.465 0 0 0 2.921-5.33zM52.115 6.706c13.388 0 24.282 10.894 24.282 24.282 0 5.61-1.858 10.878-5.372 15.234a24.5 2",
"<a class=\"link_link__g8mBw\" href=\"https://facebook.com/joinrepublic\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" fill=\"currentColor\" class=\"svg-icon-light_svg__lb1dD svg-icon-light_svg_1x__ihvBz svg-icon-light_svg_legacy_vertical_alignment__OY3z6\" style=\"height:24px;width:24px\"><path d=\"M42.136 0A5.867 5.867 0 0 1 48 5.864v36.272A5.867 5.867 0 0 1 42.136 48h-9.982V29.914H38.4l1.188-7.746h-7.434v-5.026c0-2.119 1.038-4.185 4.367-4.185H39.9V6.363a41.213 41.213 0 0 0-6-.523c-6.",
"<a class=\"link_link__g8mBw\" href=\"https://instagram.com/joinrepublic\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" fill=\"currentColor\" class=\"svg-icon-light_svg__lb1dD svg-icon-light_svg_1x__ihvBz svg-icon-light_svg_legacy_vertical_alignment__OY3z6\" style=\"height:24px;width:24px\"><path d=\"M24 0c-6.52 0-7.334.03-9.894.144A17.7 17.7 0 0 0 8.28 1.26a11.753 11.753 0 0 0-4.252 2.768A11.71 11.71 0 0 0 1.26 8.28a17.658 17.658 0 0 0-1.116 5.826C.024 16.666 0 17.48 0 24s.03 7.334.144",
"<a class=\"link_link__g8mBw\" href=\"https://twitter.com/joinrepublic\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 38\" fill=\"currentColor\" class=\"svg-icon-light_svg__lb1dD svg-icon-light_svg_1x__ihvBz svg-icon-light_svg_legacy_vertical_alignment__OY3z6\" style=\"height:24px;width:24px\"><path d=\"M47.906 4.647a20 20 0 0 1-5.65 1.55A9.916 9.916 0 0 0 46.582.751a20.326 20.326 0 0 1-6.254 2.368 9.84 9.84 0 0 0-16.768 8.964A27.876 27.876 0 0 1 3.28 1.831a9.644 9.644 0 0 0-1.331 4.95 9.841",
"<a class=\"link_link__g8mBw\" href=\"https://www.linkedin.com/company/republic.co\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" fill=\"currentColor\" class=\"svg-icon-light_svg__lb1dD svg-icon-light_svg_1x__ihvBz svg-icon-light_svg_legacy_vertical_alignment__OY3z6\" style=\"height:24px;width:24px\"><path d=\"M40.894 40.901h-7.108V29.766c0-2.656-.054-6.074-3.7-6.074-3.706 0-4.272 2.89-4.272 5.878v11.331H18.7v-22.9h6.83v3.122h.092a7.491 7.491 0 0 1 6.74-3.7c7.2 0 8.534 4.74 8.534 10.91v",
"<a class=\"link_link__g8mBw\" href=\"https://rep.pub/discord-invite\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 70 60\" fill=\"currentColor\" class=\"svg-icon-light_svg__lb1dD svg-icon-light_svg_1x__ihvBz svg-icon-light_svg_legacy_vertical_alignment__OY3z6\" style=\"height:24px;width:24px\"><path d=\"M60.105 4.898A58.55 58.55 0 0 0 45.653.415a.22.22 0 0 0-.233.11 40.784 40.784 0 0 0-1.8 3.697c-5.456-.817-10.886-.817-16.23 0-.485-1.164-1.201-2.587-1.828-3.697a.228.228 0 0 0-.233-.11 58.386 5",
"<a target=\"_blank\" class=\"link_link__g8mBw\" href=\"https://play.google.com/store/apps/details?id=com.republicmobile&hl=en_US\"><img class=\"chakra-image css-1fngds0\" src=\"/_next/static/media/play-store.5f088d53.png\"></a>",
"<a target=\"_blank\" class=\"link_link__g8mBw\" href=\"https://apps.apple.com/us/app/id1475230022\"><img class=\"chakra-image css-39e85q\" src=\"/_next/static/media/app-store.86062c57.png\"></a>"
],
"inaccessibleButtons": [
"<button type=\"default\" class=\"button_main__tv1jD scroll-top-button_button__f8pFp button_default__iEj3g button_shapeCircle__9lm07\" data-testid=\"button\"><span class=\"scroll-top-button_icon__Hzis_\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 864 1000\" class=\"svg-icon-light_svg__lb1dD svg-icon-light_svg_1x__ihvBz\"><path d=\"M804 720 432 362 62 720q-26 22-50 0-24-24 0-50l396-390q26-26 48 0l396 390q24 26 0 50-26 22-48 0z\"/></svg></span></button>"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img class=\"chakra-image css-1fngds0\" src=\"/_next/static/media/play-store.5f088d53.png\">",
"<img class=\"chakra-image css-39e85q\" src=\"/_next/static/media/app-store.86062c57.png\">"
],
"skippedHeadingLevels": [
"h1: Innovation through tokenization",
"h2: Invest",
"h2: Raise",
"h2: Build",
"h2: What’s new",
"h2: US opportunities",
"h2: UK and EU opportunities",
"h2: Republic is a leader in real world assets, tokenization, and blockchain infrastructure",
"h4: Backed by 25+ VC and PE firms",
"h3: Revolut",
"h4: Raised to date",
"h4: Backed by",
"h3: Bobbie",
"h4: Raised to date",
"h4: Backed by",
"h3: Maven",
"h4: Raised to date",
"h4: Backed by",
"h3: Beacons",
"h4: Raised to date",
"h4: Backed by",
"h3: Avalanche’s rapid ascent culminated in a $42 million public token offering",
"h3: Carta partnered with Republic to provide superior cap table management",
"h3: Gumroad was the first business to reach $5M raised under the SEC’s new rule limit",
"h3: Firefly was the first private ground-based system to launch a rocket into orbit",
"h3: Star Atlas architected a galactic metaverse monetary policy and tokenomics",
"h3: Truth Arts revolutionizes NFTs by distributing $5M in free equity to holders",
"h3: AFC Wimbledon raised £2.4M on Republic to build a new stadium",
"h3: Revolut propelled Republic investors to over 5,000% growth",
"h3: Feminvest engaged the over 1,500+ female investors to raised $1M under 4 minutes",
"h3: Bobbie invited their earliest customers to invest in the Series A round",
"h3: Maven raises $20M Series A led by a16z after $750K Reg CF campaign on Republic",
"h3: Beacons helps creators monetize with AI tools",
"h3: Avalanche’s rapid ascent culminated in a $42 million public token offering",
"h3: Carta partnered with Republic to provide superior cap table management",
"h3: Gumroad was the first business to reach $5M raised under the SEC’s new rule limit",
"h3: Firefly was the first private ground-based system to launch a rocket into orbit",
"h3: Star Atlas architected a galactic metaverse monetary policy and tokenomics",
"h3: Truth Arts revolutionizes NFTs by distributing $5M in free equity to holders",
"h3: AFC Wimbledon raised £2.4M on Republic to build a new stadium",
"h3: Revolut propelled Republic investors to over 5,000% growth",
"h3: Feminvest engaged the over 1,500+ female investors to raised $1M under 4 minutes",
"h3: Bobbie invited their earliest customers to invest in the Series A round",
"h3: Maven raises $20M Series A led by a16z after $750K Reg CF campaign on Republic",
"h3: Beacons helps creators monetize with AI tools",
"h2: Services",
"h3: Raise capital",
"h3: Community engagement",
"h3: RWA tokenization",
"h3: On-chain infrastructure",
"h3: Advisory & research",
"h2: Buy, sell, and trade your private shares on our 24/7 secondary market",
"h2: Invest in one asset—gain access to Republic's evergreen portfolio of 750+ ventures",
"h2: Regulation-first",
"h2: The easiest way to secure, send, and hold digital assets",
"h3: Designed for real-world assets",
"h3: Issuer-ready by design",
"h3: Multichain, cross-platform",
"h3: Passwordless, seed-optional security",
"h2: Community unlocks capital.Republic is where it happens.",
"h5: For investors",
"h5: For startups",
"h5: Company"
]
},
"counts": {
"h1": 1,
"headings": 63,
"links": 91,
"inaccessibleLinks": 10,
"buttons": 15,
"inaccessibleButtons": 1,
"images": 83,
"imagesWithAlt": 81,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/agent-card.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
}
]
},
"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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
}
]
},
"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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/agent.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
}
]
},
"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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/agents.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
20 Fail
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": []
}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": []
}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": []
},
"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": []
}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": "republic.com",
"probes": [
{
"name": "_index._agents.republic.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.republic.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "republic.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: 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.linkedin.com/company/republic.co",
"text": "",
"html": "<a class=\"link_link__g8mBw\" href=\"https://www.linkedin.com/company/republic.co\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" fill=\"currentColor\" class=\"svg-icon-light_svg__lb1dD svg-icon-light_svg_1x__ihvBz svg-icon-light_svg_legacy_vertical_alignment__OY3z6\" style=\"height:24px;width:24px\"><path d=\"M40.894 40.901h-7.108V29.766c0-2.656-.054-6.074-3.7-6.074-3.706 0-4.272 2.89-4.272 5.878v11.331H18.7v-22.9h6.83v3.122h.092a7.491 7.491 0 0 1 6.74-3.7c7.2 0 8.534 4.74 8.534 10...."
},
{
"href": "/about",
"text": "About",
"html": "<a target=\"_self\" class=\"link_link__g8mBw link_inherit__fI_YO\" href=\"/about\">About</a>"
},
{
"href": "https://www.sec.gov/edgar/searchedgar/companysearch.html",
"text": "EDGAR database",
"html": "<a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"https://www.sec.gov/edgar/searchedgar/companysearch.html\">EDGAR database</a>"
}
],
"contactLinks": [
{
"href": "/raise",
"text": "Community raiseActivate your community’s support",
"html": "<a role=\"group\" href=\"/raise\" class=\"css-1w7dz11\"><div class=\"css-1p1atcg\"><p class=\"chakra-text css-miyyug\">Community raise</p><p class=\"chakra-text css-1w3bpu7\">Activate your community’s support</p></div><svg viewBox=\"0 0 24 24\" focusable=\"false\" class=\"chakra-icon css-16rca5x\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\"><path d=\"M4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929L10.2929 5.29289C10.6834 4.90237 11.3166 4.90237 11.7071 5.29289C12.0976 5.68342 12.0976 6.31658 11..."
},
{
"href": "/infrastructure",
"text": "InfrastructureTest- and main-net support, validator tooling, RPC infrastructure",
"html": "<a role=\"group\" href=\"/infrastructure\" class=\"css-1w7dz11\"><div class=\"css-1p1atcg\"><p class=\"chakra-text css-miyyug\">Infrastructure</p><p class=\"chakra-text css-1w3bpu7\">Test- and main-net support, validator tooling, RPC infrastructure</p></div><svg viewBox=\"0 0 24 24\" focusable=\"false\" class=\"chakra-icon css-16rca5x\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\"><path d=\"M4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929L10.2929 5.29289C10.6834 4.90237 11.3166 4.90237 11.7071 5.29289C1..."
},
{
"href": "/infrastructure",
"text": "Foundation supportNetwork tooling, validator monitoring and alerting",
"html": "<a role=\"group\" href=\"/infrastructure\" class=\"css-1w7dz11\"><div class=\"css-1p1atcg\"><p class=\"chakra-text css-miyyug\">Foundation support</p><p class=\"chakra-text css-1w3bpu7\">Network tooling, validator monitoring and alerting</p></div><svg viewBox=\"0 0 24 24\" focusable=\"false\" class=\"chakra-icon css-16rca5x\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\"><path d=\"M4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929L10.2929 5.29289C10.6834 4.90237 11.3166 4.90237 11.7071 5.29289C12.0976 5.68..."
},
{
"href": "/help",
"text": "FAQ",
"html": "<a target=\"_self\" class=\"link_link__g8mBw link_inherit__fI_YO\" href=\"/help\">FAQ</a>"
},
{
"href": "/help/category/fundraising",
"text": "FAQ",
"html": "<a target=\"_self\" class=\"link_link__g8mBw link_inherit__fI_YO\" href=\"/help/category/fundraising\">FAQ</a>"
},
{
"href": "/contact",
"text": "Contact",
"html": "<a target=\"_self\" class=\"link_link__g8mBw link_inherit__fI_YO\" href=\"/contact\">Contact</a>"
},
{
"href": "/help/can-i-invest",
"text": "investment criteria",
"html": "<a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/help/can-i-invest\">investment criteria</a>"
}
],
"privacyLinks": [
{
"href": "/privacy",
"text": "Privacy Policy",
"html": "<a target=\"_self\" class=\"link_link__g8mBw link_inherit__fI_YO\" href=\"/privacy\">Privacy Policy</a>"
},
{
"href": "/terms",
"text": "Terms of Use",
"html": "<a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/terms\">Terms of Use</a>"
},
{
"href": "/privacy",
"text": "Privacy Policy",
"html": "<a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/privacy\">Privacy Policy</a>"
},
{
"href": "/capital_r/download/terms",
"text": "Terms of Use",
"html": "<a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/capital_r/download/terms\">Terms of Use</a>"
},
{
"href": "/capital_r/download/privacy_policy",
"text": "Privacy Policy",
"html": "<a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/capital_r/download/privacy_policy\">Privacy Policy</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.linkedin.com/company/republic.co",
"text": "",
"html": "<a class=\"link_link__g8mBw\" href=\"https://www.linkedin.com/company/republic.co\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" fill=\"currentColor\" class=\"svg-icon-light_svg__lb1dD svg-icon-light_svg_1x__ihvBz svg-icon-light_svg_legacy_vertical_alignment__OY3z6\" style=\"height:24px;width:24px\"><path d=\"M40.894 40.901h-7.108V29.766c0-2.656-.054-6.074-3.7-6.074-3.706 0-4.272 2.89-4.272 5.878v11.331H18.7v-22.9h6.83v3.122h.092a7.491 7.491 0 0 1 6.74-3.7c7.2 0 8.534 4.74 8.534 10...."
},
{
"href": "/about",
"text": "About",
"html": "<a target=\"_self\" class=\"link_link__g8mBw link_inherit__fI_YO\" href=\"/about\">About</a>"
},
{
"href": "https://www.sec.gov/edgar/searchedgar/companysearch.html",
"text": "EDGAR database",
"html": "<a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"https://www.sec.gov/edgar/searchedgar/companysearch.html\">EDGAR database</a>"
}
],
"contactLinks": [
{
"href": "/raise",
"text": "Community raiseActivate your community’s support",
"html": "<a role=\"group\" href=\"/raise\" class=\"css-1w7dz11\"><div class=\"css-1p1atcg\"><p class=\"chakra-text css-miyyug\">Community raise</p><p class=\"chakra-text css-1w3bpu7\">Activate your community’s support</p></div><svg viewBox=\"0 0 24 24\" focusable=\"false\" class=\"chakra-icon css-16rca5x\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\"><path d=\"M4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929L10.2929 5.29289C10.6834 4.90237 11.3166 4.90237 11.7071 5.29289C12.0976 5.68342 12.0976 6.31658 11..."
},
{
"href": "/infrastructure",
"text": "InfrastructureTest- and main-net support, validator tooling, RPC infrastructure",
"html": "<a role=\"group\" href=\"/infrastructure\" class=\"css-1w7dz11\"><div class=\"css-1p1atcg\"><p class=\"chakra-text css-miyyug\">Infrastructure</p><p class=\"chakra-text css-1w3bpu7\">Test- and main-net support, validator tooling, RPC infrastructure</p></div><svg viewBox=\"0 0 24 24\" focusable=\"false\" class=\"chakra-icon css-16rca5x\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\"><path d=\"M4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929L10.2929 5.29289C10.6834 4.90237 11.3166 4.90237 11.7071 5.29289C1..."
},
{
"href": "/infrastructure",
"text": "Foundation supportNetwork tooling, validator monitoring and alerting",
"html": "<a role=\"group\" href=\"/infrastructure\" class=\"css-1w7dz11\"><div class=\"css-1p1atcg\"><p class=\"chakra-text css-miyyug\">Foundation support</p><p class=\"chakra-text css-1w3bpu7\">Network tooling, validator monitoring and alerting</p></div><svg viewBox=\"0 0 24 24\" focusable=\"false\" class=\"chakra-icon css-16rca5x\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\"><path d=\"M4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929L10.2929 5.29289C10.6834 4.90237 11.3166 4.90237 11.7071 5.29289C12.0976 5.68..."
},
{
"href": "/help",
"text": "FAQ",
"html": "<a target=\"_self\" class=\"link_link__g8mBw link_inherit__fI_YO\" href=\"/help\">FAQ</a>"
},
{
"href": "/help/category/fundraising",
"text": "FAQ",
"html": "<a target=\"_self\" class=\"link_link__g8mBw link_inherit__fI_YO\" href=\"/help/category/fundraising\">FAQ</a>"
},
{
"href": "/contact",
"text": "Contact",
"html": "<a target=\"_self\" class=\"link_link__g8mBw link_inherit__fI_YO\" href=\"/contact\">Contact</a>"
},
{
"href": "/help/can-i-invest",
"text": "investment criteria",
"html": "<a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/help/can-i-invest\">investment criteria</a>"
}
],
"privacyLinks": [
{
"href": "/privacy",
"text": "Privacy Policy",
"html": "<a target=\"_self\" class=\"link_link__g8mBw link_inherit__fI_YO\" href=\"/privacy\">Privacy Policy</a>"
},
{
"href": "/terms",
"text": "Terms of Use",
"html": "<a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/terms\">Terms of Use</a>"
},
{
"href": "/privacy",
"text": "Privacy Policy",
"html": "<a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/privacy\">Privacy Policy</a>"
},
{
"href": "/capital_r/download/terms",
"text": "Terms of Use",
"html": "<a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/capital_r/download/terms\">Terms of Use</a>"
},
{
"href": "/capital_r/download/privacy_policy",
"text": "Privacy Policy",
"html": "<a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/capital_r/download/privacy_policy\">Privacy Policy</a>"
}
],
"score": 40,
"weight": 22
}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": 16,
"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
50 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": 50,
"passing": 0,
"failing": [
{
"heading": "Invest",
"headingHtml": "<h2 class=\"chakra-heading css-1l8i8ra\">Invest</h2>",
"firstParagraph": "Start investing",
"paragraphHtml": "<p class=\"chakra-text css-q24muw\">Start investing</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Raise",
"headingHtml": "<h2 class=\"chakra-heading css-1l8i8ra\">Raise</h2>",
"firstParagraph": "Raise capital",
"paragraphHtml": "<p class=\"chakra-text css-q24muw\">Raise capital</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Build",
"headingHtml": "<h2 class=\"chakra-heading css-1l8i8ra\">Build</h2>",
"firstParagraph": "RWA tokenization",
"paragraphHtml": "<p class=\"chakra-text css-q24muw\">RWA tokenization</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "What’s new",
"headingHtml": "<h2 class=\"chakra-heading css-1twrg2y\">What’s new</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "US opportunities",
"headingHtml": "<h2 class=\"chakra-heading css-d036pg\">US opportunities</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "UK and EU opportunities",
"headingHtml": "<h2 class=\"chakra-heading css-d036pg\">UK and EU opportunities</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Republic is a leader in real world assets, tokenization, and blockchain infrastructure",
"headingHtml": "<h2 class=\"chakra-heading css-7g7sgd\">Republic is a leader in real world assets, tokenization, and blockchain infrastructure</h2>",
"firstParagraph": "Data as of 05/01/25",
"paragraphHtml": "<p class=\"chakra-text css-mg4v77\">Data as of 05/01/25</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Revolut",
"headingHtml": "<h3 class=\"chakra-text css-1yrald\">Revolut</h3>",
"firstParagraph": "Fintech",
"paragraphHtml": "<p class=\"chakra-text css-1vfp2j9\">Fintech</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Bobbie",
"headingHtml": "<h3 class=\"chakra-text css-1yrald\">Bobbie</h3>",
"firstParagraph": "Consumer",
"paragraphHtml": "<p class=\"chakra-text css-1vfp2j9\">Consumer</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Maven",
"headingHtml": "<h3 class=\"chakra-text css-1yrald\">Maven</h3>",
"firstParagraph": "Education",
"paragraphHtml": "<p class=\"chakra-text css-1vfp2j9\">Education</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Beacons",
"headingHtml": "<h3 class=\"chakra-text css-1yrald\">Beacons</h3>",
"firstParagraph": "Creator Economy",
"paragraphHtml": "<p class=\"chakra-text css-1vfp2j9\">Creator Economy</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Avalanche’s rapid ascent culminated in a $42 million public token offering",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Avalanche’s rapid ascent culminated in a $42 million public token offering</h3>",
"firstParagraph": "Series FSeries G",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Series F</span><span class=\"chakra-text css-1wugs07\">Series G</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Carta partnered with Republic to provide superior cap table management",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Carta partnered with Republic to provide superior cap table management</h3>",
"firstParagraph": "Community fundingReg CF",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Community funding</span><span class=\"chakra-text css-1wugs07\">Reg CF</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Gumroad was the first business to reach $5M raised under the SEC’s new rule limit",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Gumroad was the first business to reach $5M raised under the SEC’s new rule limit</h3>",
"firstParagraph": "7,331",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">7,331</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Firefly was the first private ground-based system to launch a rocket into orbit",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Firefly was the first private ground-based system to launch a rocket into orbit</h3>",
"firstParagraph": "Web3 advisoryToken Design",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Web3 advisory</span><span class=\"chakra-text css-1wugs07\">Token Design</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Star Atlas architected a galactic metaverse monetary policy and tokenomics",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Star Atlas architected a galactic metaverse monetary policy and tokenomics</h3>",
"firstParagraph": "Sharedopsâ„¢",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Sharedops™</span></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Truth Arts revolutionizes NFTs by distributing $5M in free equity to holders",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Truth Arts revolutionizes NFTs by distributing $5M in free equity to holders</h3>",
"firstParagraph": "Community fundingReg D",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Community funding</span><span class=\"chakra-text css-1wugs07\">Reg D</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "AFC Wimbledon raised £2.4M on Republic to build a new stadium",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">AFC Wimbledon raised £2.4M on Republic to build a new stadium</h3>",
"firstParagraph": "5,070",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">5,070</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Revolut propelled Republic investors to over 5,000% growth",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Revolut propelled Republic investors to over 5,000% growth</h3>",
"firstParagraph": "3,516",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">3,516</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Feminvest engaged the over 1,500+ female investors to raised $1M under 4 minutes",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Feminvest engaged the over 1,500+ female investors to raised $1M under 4 minutes</h3>",
"firstParagraph": "87.5%",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">87.5%</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Bobbie invited their earliest customers to invest in the Series A round",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Bobbie invited their earliest customers to invest in the Series A round</h3>",
"firstParagraph": "Backed by",
"paragraphHtml": "<p class=\"chakra-text css-5ixh76\">Backed by</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Maven raises $20M Series A led by a16z after $750K Reg CF campaign on Republic",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Maven raises $20M Series A led by a16z after $750K Reg CF campaign on Republic</h3>",
"firstParagraph": "Backed by",
"paragraphHtml": "<p class=\"chakra-text css-5ixh76\">Backed by</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Beacons helps creators monetize with AI tools",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Beacons helps creators monetize with AI tools</h3>",
"firstParagraph": "185",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">185</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Avalanche’s rapid ascent culminated in a $42 million public token offering",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Avalanche’s rapid ascent culminated in a $42 million public token offering</h3>",
"firstParagraph": "Series FSeries G",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Series F</span><span class=\"chakra-text css-1wugs07\">Series G</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Carta partnered with Republic to provide superior cap table management",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Carta partnered with Republic to provide superior cap table management</h3>",
"firstParagraph": "Community fundingReg CF",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Community funding</span><span class=\"chakra-text css-1wugs07\">Reg CF</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Gumroad was the first business to reach $5M raised under the SEC’s new rule limit",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Gumroad was the first business to reach $5M raised under the SEC’s new rule limit</h3>",
"firstParagraph": "7,331",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">7,331</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Firefly was the first private ground-based system to launch a rocket into orbit",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Firefly was the first private ground-based system to launch a rocket into orbit</h3>",
"firstParagraph": "Web3 advisoryToken Design",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Web3 advisory</span><span class=\"chakra-text css-1wugs07\">Token Design</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Star Atlas architected a galactic metaverse monetary policy and tokenomics",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Star Atlas architected a galactic metaverse monetary policy and tokenomics</h3>",
"firstParagraph": "Sharedopsâ„¢",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Sharedops™</span></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Truth Arts revolutionizes NFTs by distributing $5M in free equity to holders",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Truth Arts revolutionizes NFTs by distributing $5M in free equity to holders</h3>",
"firstParagraph": "Community fundingReg D",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Community funding</span><span class=\"chakra-text css-1wugs07\">Reg D</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "AFC Wimbledon raised £2.4M on Republic to build a new stadium",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">AFC Wimbledon raised £2.4M on Republic to build a new stadium</h3>",
"firstParagraph": "5,070",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">5,070</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Revolut propelled Republic investors to over 5,000% growth",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Revolut propelled Republic investors to over 5,000% growth</h3>",
"firstParagraph": "3,516",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">3,516</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Feminvest engaged the over 1,500+ female investors to raised $1M under 4 minutes",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Feminvest engaged the over 1,500+ female investors to raised $1M under 4 minutes</h3>",
"firstParagraph": "87.5%",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">87.5%</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Bobbie invited their earliest customers to invest in the Series A round",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Bobbie invited their earliest customers to invest in the Series A round</h3>",
"firstParagraph": "Backed by",
"paragraphHtml": "<p class=\"chakra-text css-5ixh76\">Backed by</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Maven raises $20M Series A led by a16z after $750K Reg CF campaign on Republic",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Maven raises $20M Series A led by a16z after $750K Reg CF campaign on Republic</h3>",
"firstParagraph": "Backed by",
"paragraphHtml": "<p class=\"chakra-text css-5ixh76\">Backed by</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Beacons helps creators monetize with AI tools",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Beacons helps creators monetize with AI tools</h3>",
"firstParagraph": "185",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">185</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Services",
"headingHtml": "<h2 class=\"chakra-heading css-1ji3gqy\">Services</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Raise capital",
"headingHtml": "<h3 class=\"chakra-heading css-1816cmy\">Raise capital</h3>",
"firstParagraph": "Early stage",
"paragraphHtml": "<p class=\"chakra-text css-miyyug\">Early stage</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Community engagement",
"headingHtml": "<h3 class=\"chakra-heading css-1816cmy\">Community engagement</h3>",
"firstParagraph": "Token launchpad",
"paragraphHtml": "<p class=\"chakra-text css-miyyug\">Token launchpad</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "RWA tokenization",
"headingHtml": "<h3 class=\"chakra-heading css-1816cmy\">RWA tokenization</h3>",
"firstParagraph": "Institutional funds",
"paragraphHtml": "<p class=\"chakra-text css-miyyug\">Institutional funds</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "On-chain infrastructure",
"headingHtml": "<h3 class=\"chakra-heading css-1816cmy\">On-chain infrastructure</h3>",
"firstParagraph": "Infrastructure",
"paragraphHtml": "<p class=\"chakra-text css-miyyug\">Infrastructure</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Advisory & research",
"headingHtml": "<h3 class=\"chakra-heading css-1816cmy\">Advisory & research</h3>",
"firstParagraph": "Token design",
"paragraphHtml": "<p class=\"chakra-text css-miyyug\">Token design</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Buy, sell, and trade your private shares on our 24/7 secondary market",
"headingHtml": "<h2 class=\"chakra-heading css-1nyyc11\">Buy, sell, and trade your private shares on our 24/7 secondary market</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Invest in one asset—gain access to Republic's evergreen portfolio of 750+ ventures",
"headingHtml": "<h2 class=\"chakra-heading css-1w6xllv\">Invest in one asset—gain access to Republic's evergreen portfolio of 750+ ventures</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Regulation-first",
"headingHtml": "<h2 class=\"chakra-heading css-16ivb7x\">Regulation-first</h2>",
"firstParagraph": "Globally licensed and trusted",
"paragraphHtml": "<p class=\"chakra-text css-11cphh6\">Globally licensed and trusted</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "The easiest way to secure, send, and hold digital assets",
"headingHtml": "<h2 class=\"chakra-heading css-7g7sgd\">The easiest way to secure, send, and hold digital assets</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Designed for real-world assets",
"headingHtml": "<h3 class=\"chakra-text css-1ipe9s6\">Designed for real-world assets</h3>",
"firstParagraph": "Connects to a licensed security token trading platform for compliant investing.",
"paragraphHtml": "<p class=\"chakra-text css-10ldw6d\">Connects to a licensed security token trading platform for compliant investing.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Issuer-ready by design",
"headingHtml": "<h3 class=\"chakra-text css-1ipe9s6\">Issuer-ready by design</h3>",
"firstParagraph": "Seamless integration into token launches and compliant platforms.",
"paragraphHtml": "<p class=\"chakra-text css-10ldw6d\">Seamless integration into token launches and compliant platforms.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Multichain, cross-platform",
"headingHtml": "<h3 class=\"chakra-text css-1ipe9s6\">Multichain, cross-platform</h3>",
"firstParagraph": "Works across multiple blockchains, on both web and mobile—no downloads needed.",
"paragraphHtml": "<p class=\"chakra-text css-10ldw6d\">Works across multiple blockchains, on both web and mobile—no downloads needed.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Passwordless, seed-optional security",
"headingHtml": "<h3 class=\"chakra-text css-1ipe9s6\">Passwordless, seed-optional security</h3>",
"firstParagraph": "Passkey login with optional seed phrase—secure and simple, no extra apps.",
"paragraphHtml": "<p class=\"chakra-text css-10ldw6d\">Passkey login with optional seed phrase—secure and simple, no extra apps.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Community unlocks capital.Republic is where it happens.",
"headingHtml": "<h2 class=\"chakra-heading css-107z0jk\"><span class=\"css-pelz90\">Community unlocks capital.</span><br><span class=\"css-35ezg3\">Republic is where it happens.</span></h2>",
"firstParagraph": "Giving everyone access to early-stage startup investing",
"paragraphHtml": "<p class=\"footer_footerSubTitle__Di3sS text_lineHeight1_3__30FfI\">Giving everyone access to early-stage startup investing</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 81/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 81/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: crypto, more, innovation, through, tokenization.
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
81/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 81/100 and needs improvement.
Evidence
{
"title": "Republic — Invest in Startups, Crypto and More",
"h1": "Innovation through tokenization",
"description": "On Republic, anyone can invest in startups. Become an investor in cutting-edge private companies with as little as $50 ✅",
"topicOverlap": 0.375,
"topicTerms": [
"republic",
"invest",
"startups",
"crypto",
"more",
"innovation",
"through",
"tokenization"
],
"descriptionTerms": [
"republic",
"anyone",
"invest",
"startups",
"become",
"investor",
"cutting",
"edge",
"private",
"companies",
"little"
],
"missingFromDescription": [
"crypto",
"more",
"innovation",
"through",
"tokenization"
],
"score": 81,
"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
7 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": 7,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 211,
"heading": "H5: Company",
"text": "This site (the “Site“) is owned and maintained by OpenDeal Inc., which is not a registered broker-dealer. OpenDeal Inc. does not give investment advice, endorsement, analysis or recommendations with respect to any securities. All securities listed here are being offered by, and all information included on this Site is the responsibility of, the applicable issuer of such securities. The intermediary facilitating th...",
"words": 71,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (71 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text_m__lLQzE\" style=\"--sp-m:0 0 16px 0\">This site (the “Site“) is owned and maintained by OpenDeal Inc., which is not a registered broker-dealer. OpenDeal Inc. does not give investment advice, endorsement, analysis or recommendations with respect to any securities. All securities listed here are being offered by, and all information included on this Site is the responsibility of, the applicable issuer of such securities. The intermediary facilitating the offering will..."
},
{
"index": 212,
"heading": "H5: Company",
"text": "All related securities activity is conducted by OpenDeal Broker LLC a registered broker-dealer, Member of FINRA | SiPC, an affiliate of OpenDeal Inc. and OpenDeal Portal LLC, located at 149 5th Avenue, 10th Floor, New York, NY 10010. Please check our background on FINRA’s BrokerCheck.",
"words": 45,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (45 words; target 80-220)."
],
"html": "<p class=\"text_m__lLQzE\" style=\"--sp-m:0 0 16px 0\">All related securities activity is conducted by OpenDeal Broker LLC a registered broker-dealer, Member of<!-- --> <a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"https://www.finra.org/\">FINRA</a> <!-- -->|<!-- --> <a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"https://www.sipc.org/\">SiPC</a>, an affiliate of OpenDeal Inc. and OpenDeal Portal LLC, located at 149 5th Avenue, 10th Floor, N..."
},
{
"index": 214,
"heading": "H5: Company",
"text": "Neither OpenDeal Inc., OpenDeal Portal LLC nor OpenDeal Broker LLC make investment recommendations and no communication, through this Site, or in any other medium, should be construed as a recommendation for any security offered on or off this investment platform. Investment opportunities posted on this Site are private placements of securities that are not publicly traded, involve a high degree of risk, may lose...",
"words": 249,
"hasEvidence": false,
"reasons": [
"Too long for a citation-ready passage (249 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text_m__lLQzE\" style=\"--sp-m:0 0 16px 0\">Neither OpenDeal Inc., OpenDeal Portal LLC nor OpenDeal Broker LLC make investment recommendations and no communication, through this Site, or in any other medium, should be construed as a recommendation for any security offered on or off this investment platform. Investment opportunities posted on this Site are private placements of securities that are not publicly traded, involve a high degree of risk, may lose value including the total los..."
},
{
"index": 215,
"heading": "H5: Company",
"text": "By accessing the Site and any pages thereof, you agree to be bound by the OpenDeal Portal’s Terms of Use and Privacy Policy and/or OpenDeal Broker’s Terms of Use and Privacy Policy. Please also see OpenDeal Broker’s Business Continuity Plan and Additional Risk Disclosures. All issuers offering securities under regulation crowdfunding as hosted by OpenDeal Portal LLC are listed on the All Companies Page. The inclus...",
"words": 145,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text_m__lLQzE\" style=\"--sp-m:0 0 16px 0\">By accessing the Site and any pages thereof, you agree to be bound by the OpenDeal Portal’s<!-- --> <a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/terms\">Terms of Use</a> <!-- -->and<!-- --> <a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/privacy\">Privacy Policy</a> <!-- -->and/or OpenDeal Broker’s<!-- --> <a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI..."
},
{
"index": 217,
"heading": "H5: Company",
"text": "Investments in private companies are particularly risky and may result in total loss of invested capital. Past performance of a security or a company does not guarantee future results or returns. Only investors who understand the risks of early stage investment and who meet the Republic's investment criteria may invest.",
"words": 50,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (50 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text_m__lLQzE\" style=\"--sp-m:0 0 16px 0\">Investments in private companies are particularly risky and may result in total loss of invested capital. Past performance of a security or a company does not guarantee future results or returns. Only investors who understand the<!-- --> <a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"/risks\">risks of early stage investment</a> <!-- -->and who meet the Republic's<!-- --> <a class=\"link_link__g8mBw link_underli..."
},
{
"index": 218,
"heading": "H5: Company",
"text": "Neither OpenDeal Inc., OpenDeal Portal LLC nor OpenDeal Broker LLC verify information provided by companies on this Site and makes no assurance as to the completeness or accuracy of any such information. Additional information about companies fundraising on the Site can be found by searching the EDGAR database, or the offering documentation located on the Site when the offering does not require an EDGAR filing.",
"words": 65,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (65 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text_m__lLQzE\" style=\"--sp-m:0 0 16px 0\">Neither OpenDeal Inc., OpenDeal Portal LLC nor OpenDeal Broker LLC verify information provided by companies on this Site and makes no assurance as to the completeness or accuracy of any such information. Additional information about companies fundraising on the Site can be found by searching the<!-- --> <a class=\"link_link__g8mBw link_underline__6BUSw link_inherit__fI_YO\" href=\"https://www.sec.gov/edgar/searchedgar/companysearch.html\">EDGAR d..."
},
{
"index": 219,
"heading": "H5: Company",
"text": "Republic and its affiliates are not and do not operate or act as a bank. Certain banking services are provided by BitGo Trust Company, a South Dakota-chartered trust company and registered money services business. BitGo Trust Company is not an FDIC member. Digital (crypto) assets and investment products are not insured by the FDIC, may lose value, and are not deposits or other obligations of BitGo Trust Company an...",
"words": 80,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text_m__lLQzE\" style=\"--sp-m:0 0 16px 0\">Republic and its affiliates are not and do not operate or act as a bank. Certain banking services are provided by BitGo Trust Company, a South Dakota-chartered trust company and registered money services business. BitGo Trust Company is not an FDIC member. Digital (crypto) assets and investment products are not insured by the FDIC, may lose value, and are not deposits or other obligations of BitGo Trust Company and are not guaranteed by BitGo..."
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
50 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": 50,
"passing": 0,
"failing": [
{
"heading": "Invest",
"headingHtml": "<h2 class=\"chakra-heading css-1l8i8ra\">Invest</h2>",
"firstParagraph": "Start investing",
"paragraphHtml": "<p class=\"chakra-text css-q24muw\">Start investing</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Raise",
"headingHtml": "<h2 class=\"chakra-heading css-1l8i8ra\">Raise</h2>",
"firstParagraph": "Raise capital",
"paragraphHtml": "<p class=\"chakra-text css-q24muw\">Raise capital</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Build",
"headingHtml": "<h2 class=\"chakra-heading css-1l8i8ra\">Build</h2>",
"firstParagraph": "RWA tokenization",
"paragraphHtml": "<p class=\"chakra-text css-q24muw\">RWA tokenization</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "What’s new",
"headingHtml": "<h2 class=\"chakra-heading css-1twrg2y\">What’s new</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "US opportunities",
"headingHtml": "<h2 class=\"chakra-heading css-d036pg\">US opportunities</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "UK and EU opportunities",
"headingHtml": "<h2 class=\"chakra-heading css-d036pg\">UK and EU opportunities</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Republic is a leader in real world assets, tokenization, and blockchain infrastructure",
"headingHtml": "<h2 class=\"chakra-heading css-7g7sgd\">Republic is a leader in real world assets, tokenization, and blockchain infrastructure</h2>",
"firstParagraph": "Data as of 05/01/25",
"paragraphHtml": "<p class=\"chakra-text css-mg4v77\">Data as of 05/01/25</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Revolut",
"headingHtml": "<h3 class=\"chakra-text css-1yrald\">Revolut</h3>",
"firstParagraph": "Fintech",
"paragraphHtml": "<p class=\"chakra-text css-1vfp2j9\">Fintech</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Bobbie",
"headingHtml": "<h3 class=\"chakra-text css-1yrald\">Bobbie</h3>",
"firstParagraph": "Consumer",
"paragraphHtml": "<p class=\"chakra-text css-1vfp2j9\">Consumer</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Maven",
"headingHtml": "<h3 class=\"chakra-text css-1yrald\">Maven</h3>",
"firstParagraph": "Education",
"paragraphHtml": "<p class=\"chakra-text css-1vfp2j9\">Education</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Beacons",
"headingHtml": "<h3 class=\"chakra-text css-1yrald\">Beacons</h3>",
"firstParagraph": "Creator Economy",
"paragraphHtml": "<p class=\"chakra-text css-1vfp2j9\">Creator Economy</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Avalanche’s rapid ascent culminated in a $42 million public token offering",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Avalanche’s rapid ascent culminated in a $42 million public token offering</h3>",
"firstParagraph": "Series FSeries G",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Series F</span><span class=\"chakra-text css-1wugs07\">Series G</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Carta partnered with Republic to provide superior cap table management",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Carta partnered with Republic to provide superior cap table management</h3>",
"firstParagraph": "Community fundingReg CF",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Community funding</span><span class=\"chakra-text css-1wugs07\">Reg CF</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Gumroad was the first business to reach $5M raised under the SEC’s new rule limit",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Gumroad was the first business to reach $5M raised under the SEC’s new rule limit</h3>",
"firstParagraph": "7,331",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">7,331</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Firefly was the first private ground-based system to launch a rocket into orbit",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Firefly was the first private ground-based system to launch a rocket into orbit</h3>",
"firstParagraph": "Web3 advisoryToken Design",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Web3 advisory</span><span class=\"chakra-text css-1wugs07\">Token Design</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Star Atlas architected a galactic metaverse monetary policy and tokenomics",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Star Atlas architected a galactic metaverse monetary policy and tokenomics</h3>",
"firstParagraph": "Sharedopsâ„¢",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Sharedops™</span></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Truth Arts revolutionizes NFTs by distributing $5M in free equity to holders",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Truth Arts revolutionizes NFTs by distributing $5M in free equity to holders</h3>",
"firstParagraph": "Community fundingReg D",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Community funding</span><span class=\"chakra-text css-1wugs07\">Reg D</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "AFC Wimbledon raised £2.4M on Republic to build a new stadium",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">AFC Wimbledon raised £2.4M on Republic to build a new stadium</h3>",
"firstParagraph": "5,070",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">5,070</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Revolut propelled Republic investors to over 5,000% growth",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Revolut propelled Republic investors to over 5,000% growth</h3>",
"firstParagraph": "3,516",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">3,516</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Feminvest engaged the over 1,500+ female investors to raised $1M under 4 minutes",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Feminvest engaged the over 1,500+ female investors to raised $1M under 4 minutes</h3>",
"firstParagraph": "87.5%",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">87.5%</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Bobbie invited their earliest customers to invest in the Series A round",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Bobbie invited their earliest customers to invest in the Series A round</h3>",
"firstParagraph": "Backed by",
"paragraphHtml": "<p class=\"chakra-text css-5ixh76\">Backed by</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Maven raises $20M Series A led by a16z after $750K Reg CF campaign on Republic",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Maven raises $20M Series A led by a16z after $750K Reg CF campaign on Republic</h3>",
"firstParagraph": "Backed by",
"paragraphHtml": "<p class=\"chakra-text css-5ixh76\">Backed by</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Beacons helps creators monetize with AI tools",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Beacons helps creators monetize with AI tools</h3>",
"firstParagraph": "185",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">185</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Avalanche’s rapid ascent culminated in a $42 million public token offering",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Avalanche’s rapid ascent culminated in a $42 million public token offering</h3>",
"firstParagraph": "Series FSeries G",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Series F</span><span class=\"chakra-text css-1wugs07\">Series G</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Carta partnered with Republic to provide superior cap table management",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Carta partnered with Republic to provide superior cap table management</h3>",
"firstParagraph": "Community fundingReg CF",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Community funding</span><span class=\"chakra-text css-1wugs07\">Reg CF</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Gumroad was the first business to reach $5M raised under the SEC’s new rule limit",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Gumroad was the first business to reach $5M raised under the SEC’s new rule limit</h3>",
"firstParagraph": "7,331",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">7,331</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Firefly was the first private ground-based system to launch a rocket into orbit",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Firefly was the first private ground-based system to launch a rocket into orbit</h3>",
"firstParagraph": "Web3 advisoryToken Design",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Web3 advisory</span><span class=\"chakra-text css-1wugs07\">Token Design</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Star Atlas architected a galactic metaverse monetary policy and tokenomics",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Star Atlas architected a galactic metaverse monetary policy and tokenomics</h3>",
"firstParagraph": "Sharedopsâ„¢",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Sharedops™</span></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Truth Arts revolutionizes NFTs by distributing $5M in free equity to holders",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Truth Arts revolutionizes NFTs by distributing $5M in free equity to holders</h3>",
"firstParagraph": "Community fundingReg D",
"paragraphHtml": "<p class=\"chakra-stack css-cl1dj1\"><span class=\"chakra-text css-1wugs07\">Community funding</span><span class=\"chakra-text css-1wugs07\">Reg D</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "AFC Wimbledon raised £2.4M on Republic to build a new stadium",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">AFC Wimbledon raised £2.4M on Republic to build a new stadium</h3>",
"firstParagraph": "5,070",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">5,070</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Revolut propelled Republic investors to over 5,000% growth",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Revolut propelled Republic investors to over 5,000% growth</h3>",
"firstParagraph": "3,516",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">3,516</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Feminvest engaged the over 1,500+ female investors to raised $1M under 4 minutes",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Feminvest engaged the over 1,500+ female investors to raised $1M under 4 minutes</h3>",
"firstParagraph": "87.5%",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">87.5%</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Bobbie invited their earliest customers to invest in the Series A round",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Bobbie invited their earliest customers to invest in the Series A round</h3>",
"firstParagraph": "Backed by",
"paragraphHtml": "<p class=\"chakra-text css-5ixh76\">Backed by</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Maven raises $20M Series A led by a16z after $750K Reg CF campaign on Republic",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Maven raises $20M Series A led by a16z after $750K Reg CF campaign on Republic</h3>",
"firstParagraph": "Backed by",
"paragraphHtml": "<p class=\"chakra-text css-5ixh76\">Backed by</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Beacons helps creators monetize with AI tools",
"headingHtml": "<h3 class=\"chakra-text css-1all5mf\">Beacons helps creators monetize with AI tools</h3>",
"firstParagraph": "185",
"paragraphHtml": "<p class=\"chakra-text css-gmg3xt\">185</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Services",
"headingHtml": "<h2 class=\"chakra-heading css-1ji3gqy\">Services</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Raise capital",
"headingHtml": "<h3 class=\"chakra-heading css-1816cmy\">Raise capital</h3>",
"firstParagraph": "Early stage",
"paragraphHtml": "<p class=\"chakra-text css-miyyug\">Early stage</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Community engagement",
"headingHtml": "<h3 class=\"chakra-heading css-1816cmy\">Community engagement</h3>",
"firstParagraph": "Token launchpad",
"paragraphHtml": "<p class=\"chakra-text css-miyyug\">Token launchpad</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "RWA tokenization",
"headingHtml": "<h3 class=\"chakra-heading css-1816cmy\">RWA tokenization</h3>",
"firstParagraph": "Institutional funds",
"paragraphHtml": "<p class=\"chakra-text css-miyyug\">Institutional funds</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "On-chain infrastructure",
"headingHtml": "<h3 class=\"chakra-heading css-1816cmy\">On-chain infrastructure</h3>",
"firstParagraph": "Infrastructure",
"paragraphHtml": "<p class=\"chakra-text css-miyyug\">Infrastructure</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Advisory & research",
"headingHtml": "<h3 class=\"chakra-heading css-1816cmy\">Advisory & research</h3>",
"firstParagraph": "Token design",
"paragraphHtml": "<p class=\"chakra-text css-miyyug\">Token design</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Buy, sell, and trade your private shares on our 24/7 secondary market",
"headingHtml": "<h2 class=\"chakra-heading css-1nyyc11\">Buy, sell, and trade your private shares on our 24/7 secondary market</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Invest in one asset—gain access to Republic's evergreen portfolio of 750+ ventures",
"headingHtml": "<h2 class=\"chakra-heading css-1w6xllv\">Invest in one asset—gain access to Republic's evergreen portfolio of 750+ ventures</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Regulation-first",
"headingHtml": "<h2 class=\"chakra-heading css-16ivb7x\">Regulation-first</h2>",
"firstParagraph": "Globally licensed and trusted",
"paragraphHtml": "<p class=\"chakra-text css-11cphh6\">Globally licensed and trusted</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "The easiest way to secure, send, and hold digital assets",
"headingHtml": "<h2 class=\"chakra-heading css-7g7sgd\">The easiest way to secure, send, and hold digital assets</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Designed for real-world assets",
"headingHtml": "<h3 class=\"chakra-text css-1ipe9s6\">Designed for real-world assets</h3>",
"firstParagraph": "Connects to a licensed security token trading platform for compliant investing.",
"paragraphHtml": "<p class=\"chakra-text css-10ldw6d\">Connects to a licensed security token trading platform for compliant investing.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Issuer-ready by design",
"headingHtml": "<h3 class=\"chakra-text css-1ipe9s6\">Issuer-ready by design</h3>",
"firstParagraph": "Seamless integration into token launches and compliant platforms.",
"paragraphHtml": "<p class=\"chakra-text css-10ldw6d\">Seamless integration into token launches and compliant platforms.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Multichain, cross-platform",
"headingHtml": "<h3 class=\"chakra-text css-1ipe9s6\">Multichain, cross-platform</h3>",
"firstParagraph": "Works across multiple blockchains, on both web and mobile—no downloads needed.",
"paragraphHtml": "<p class=\"chakra-text css-10ldw6d\">Works across multiple blockchains, on both web and mobile—no downloads needed.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Passwordless, seed-optional security",
"headingHtml": "<h3 class=\"chakra-text css-1ipe9s6\">Passwordless, seed-optional security</h3>",
"firstParagraph": "Passkey login with optional seed phrase—secure and simple, no extra apps.",
"paragraphHtml": "<p class=\"chakra-text css-10ldw6d\">Passkey login with optional seed phrase—secure and simple, no extra apps.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Community unlocks capital.Republic is where it happens.",
"headingHtml": "<h2 class=\"chakra-heading css-107z0jk\"><span class=\"css-pelz90\">Community unlocks capital.</span><br><span class=\"css-35ezg3\">Republic is where it happens.</span></h2>",
"firstParagraph": "Giving everyone access to early-stage startup investing",
"paragraphHtml": "<p class=\"footer_footerSubTitle__Di3sS text_lineHeight1_3__30FfI\">Giving everyone access to early-stage startup investing</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 84/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 84/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: crypto, more, innovation, through, tokenization.
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
84/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 84/100 and needs improvement.
Evidence
{
"title": "Republic — Invest in Startups, Crypto and More",
"h1": "Innovation through tokenization",
"description": "On Republic, anyone can invest in startups. Become an investor in cutting-edge private companies with as little as $50 ✅",
"topicOverlap": 0.375,
"definitionCount": 16,
"topicTerms": [
"republic",
"invest",
"startups",
"crypto",
"more",
"innovation",
"through",
"tokenization"
],
"descriptionTerms": [
"republic",
"anyone",
"invest",
"startups",
"become",
"investor",
"cutting",
"edge",
"private",
"companies",
"little"
],
"missingFromDescription": [
"crypto",
"more",
"innovation",
"through",
"tokenization"
],
"score": 84,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Invest",
"html": "<h2 class=\"chakra-heading css-1l8i8ra\">Invest</h2>"
},
{
"text": "Raise",
"html": "<h2 class=\"chakra-heading css-1l8i8ra\">Raise</h2>"
},
{
"text": "Build",
"html": "<h2 class=\"chakra-heading css-1l8i8ra\">Build</h2>"
},
{
"text": "What’s new",
"html": "<h2 class=\"chakra-heading css-1twrg2y\">What’s new</h2>"
},
{
"text": "US opportunities",
"html": "<h2 class=\"chakra-heading css-d036pg\">US opportunities</h2>"
},
{
"text": "UK and EU opportunities",
"html": "<h2 class=\"chakra-heading css-d036pg\">UK and EU opportunities</h2>"
},
{
"text": "Republic is a leader in real world assets, tokenization, and blockchain infrastructure",
"html": "<h2 class=\"chakra-heading css-7g7sgd\">Republic is a leader in real world assets, tokenization, and blockchain infrastructure</h2>"
},
{
"text": "Services",
"html": "<h2 class=\"chakra-heading css-1ji3gqy\">Services</h2>"
},
{
"text": "Buy, sell, and trade your private shares on our 24/7 secondary market",
"html": "<h2 class=\"chakra-heading css-1nyyc11\">Buy, sell, and trade your private shares on our 24/7 secondary market</h2>"
},
{
"text": "Invest in one asset—gain access to Republic's evergreen portfolio of 750+ ventures",
"html": "<h2 class=\"chakra-heading css-1w6xllv\">Invest in one asset—gain access to Republic's evergreen portfolio of 750+ ventures</h2>"
},
{
"text": "Regulation-first",
"html": "<h2 class=\"chakra-heading css-16ivb7x\">Regulation-first</h2>"
},
{
"text": "The easiest way to secure, send, and hold digital assets",
"html": "<h2 class=\"chakra-heading css-7g7sgd\">The easiest way to secure, send, and hold digital assets</h2>"
},
{
"text": "Community unlocks capital.Republic is where it happens.",
"html": "<h2 class=\"chakra-heading css-107z0jk\"><span class=\"css-pelz90\">Community unlocks capital.</span><br><span class=\"css-35ezg3\">Republic is where it happens.</span></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Republic — Invest in Startups, Crypto and More?",
"pattern": {}
},
{
"id": "how",
"label": "How does Republic — Invest in Startups, Crypto and More work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Republic — Invest in Startups, Crypto and More?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Republic — Invest in Startups, Crypto and More free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Republic — Invest in Startups, Crypto and More compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Republic — Invest in Startups, Crypto and More work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Republic — Invest in Startups, Crypto and More?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Republic — Invest in Startups, Crypto and More free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Republic — Invest in Startups, Crypto and More compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
83 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "initial-scale=1.0, width=device-width, minimum-scale=1.0",
"visibleWords": 2302,
"htmlBytes": 366927,
"imagesMissingDimensions": [
{
"src": "/_next/static/media/[email protected]",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Photo of Nikolay Storonsky\" src=\"/_next/static/media/[email protected]\" srcset=\"/_next/static/media/[email protected] 1x, /_next/static/media/[email protected] 2x\" class=\"chakra-image css-n6g5ku\">"
},
{
"src": "/_next/static/media/logo-revolut.b4b26ffa.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Revolut logo\" src=\"/_next/static/media/logo-revolut.b4b26ffa.png\" class=\"chakra-image css-1d2yt7n\">"
},
{
"src": "/_next/static/media/logo-groundforce-capital.248cd40e.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Groundforce Capital logo\" src=\"/_next/static/media/logo-groundforce-capital.248cd40e.png\" class=\"chakra-image css-qtnhpi\">"
},
{
"src": "/_next/static/media/logo-softbank.320f4018.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"SoftBank logo\" src=\"/_next/static/media/logo-softbank.320f4018.png\" class=\"chakra-image css-qtnhpi\">"
},
{
"src": "/_next/static/media/[email protected]",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Photo of Laura Modi\" src=\"/_next/static/media/[email protected]\" srcset=\"/_next/static/media/[email protected] 1x, /_next/static/media/[email protected] 2x\" class=\"chakra-image css-n6g5ku\">"
},
{
"src": "/_next/static/media/logo-bobbie.15c4bf48.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Bobbie logo\" src=\"/_next/static/media/logo-bobbie.15c4bf48.png\" class=\"chakra-image css-1d2yt7n\">"
},
{
"src": "/_next/static/media/logo-vmg.fddc93a4.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VMG logo\" src=\"/_next/static/media/logo-vmg.fddc93a4.png\" class=\"chakra-image css-qtnhpi\">"
},
{
"src": "/_next/static/media/[email protected]",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Photo of Gagan Biyani\" src=\"/_next/static/media/[email protected]\" srcset=\"/_next/static/media/[email protected] 1x, /_next/static/media/[email protected] 2x\" class=\"chakra-image css-n6g5ku\">"
},
{
"src": "/_next/static/media/logo-maven.273b3b24.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Maven logo\" src=\"/_next/static/media/logo-maven.273b3b24.png\" class=\"chakra-image css-1d2yt7n\">"
},
{
"src": "/_next/static/media/logo-andreesseen-horowitz.1b4ecaec.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Andreessen Horowitz logo\" src=\"/_next/static/media/logo-andreesseen-horowitz.1b4ecaec.png\" class=\"chakra-image css-qtnhpi\">"
},
{
"src": "/_next/static/media/logo-first-round.80b53776.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"First Round logo\" src=\"/_next/static/media/logo-first-round.80b53776.png\" class=\"chakra-image css-qtnhpi\">"
},
{
"src": "/_next/static/media/[email protected]",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Photo of Neal Jean\" src=\"/_next/static/media/[email protected]\" srcset=\"/_next/static/media/[email protected] 1x, /_next/static/media/[email protected] 2x\" class=\"chakra-image css-n6g5ku\">"
},
{
"src": "/_next/static/media/logo-beacons.4f513fc1.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Beacons logo\" src=\"/_next/static/media/logo-beacons.4f513fc1.png\" class=\"chakra-image css-1d2yt7n\">"
},
{
"src": "/_next/static/media/logo-andreesseen-horowitz.1b4ecaec.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Andreessen Horowitz logo\" src=\"/_next/static/media/logo-andreesseen-horowitz.1b4ecaec.png\" class=\"chakra-image css-qtnhpi\">"
},
{
"src": "/_next/static/media/logo-y-combinator.535cb5f5.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Y Combinator logo\" src=\"/_next/static/media/logo-y-combinator.535cb5f5.png\" class=\"chakra-image css-qtnhpi\">"
},
{
"src": "/_next/static/media/logo-avalanche.8088e628.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Avalanche logo\" src=\"/_next/static/media/logo-avalanche.8088e628.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-carta.a5c5c55c.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Carta logo\" src=\"/_next/static/media/logo-carta.a5c5c55c.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-gumroad.e5d0a0a6.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Gumroad logo\" src=\"/_next/static/media/logo-gumroad.e5d0a0a6.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-firefly.853e8f73.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Firefly logo\" src=\"/_next/static/media/logo-firefly.853e8f73.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-staratlas.74739b57.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Star Atlas logo\" src=\"/_next/static/media/logo-staratlas.74739b57.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-trutharts.21ce49ce.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Truth Arts logo\" src=\"/_next/static/media/logo-trutharts.21ce49ce.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-afc.213f63cd.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"AFC Wimbledon logo\" src=\"/_next/static/media/logo-afc.213f63cd.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-softbank.320f4018.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"SoftBank logo\" src=\"/_next/static/media/logo-softbank.320f4018.png\" class=\"chakra-image css-fhn29r\">"
},
{
"src": "/_next/static/media/logo-groundforce.248cd40e.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"GroundForce Capital logo\" src=\"/_next/static/media/logo-groundforce.248cd40e.png\" class=\"chakra-image css-fhn29r\">"
},
{
"src": "/_next/static/media/logo-revolut.1a816a34.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Revolut logo\" src=\"/_next/static/media/logo-revolut.1a816a34.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-feminvest.dbd8da55.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Feminvest logo\" src=\"/_next/static/media/logo-feminvest.dbd8da55.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-vmg.fddc93a4.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VMG logo\" src=\"/_next/static/media/logo-vmg.fddc93a4.png\" class=\"chakra-image css-fhn29r\">"
},
{
"src": "/_next/static/media/logo-bobbie.af75596b.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Bobbie logo\" src=\"/_next/static/media/logo-bobbie.af75596b.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-andreessen-horowitz.1b4ecaec.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Andreessen Horowitz logo\" src=\"/_next/static/media/logo-andreessen-horowitz.1b4ecaec.png\" class=\"chakra-image css-fhn29r\">"
},
{
"src": "/_next/static/media/logo-first-round.80b53776.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"First Round logo\" src=\"/_next/static/media/logo-first-round.80b53776.png\" class=\"chakra-image css-fhn29r\">"
},
{
"src": "/_next/static/media/logo-maven.5ad84fcb.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Maven logo\" src=\"/_next/static/media/logo-maven.5ad84fcb.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-andreessen-horowitz.1b4ecaec.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Andreessen Horowitz logo\" src=\"/_next/static/media/logo-andreessen-horowitz.1b4ecaec.png\" class=\"chakra-image css-hro2ag\">"
},
{
"src": "/_next/static/media/logo-y-combinator.535cb5f5.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Y Combinator logo\" src=\"/_next/static/media/logo-y-combinator.535cb5f5.png\" class=\"chakra-image css-hro2ag\">"
},
{
"src": "/_next/static/media/logo-beacons.fabbd8e0.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Beacons logo\" src=\"/_next/static/media/logo-beacons.fabbd8e0.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-avalanche.8088e628.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Avalanche logo\" src=\"/_next/static/media/logo-avalanche.8088e628.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-carta.a5c5c55c.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Carta logo\" src=\"/_next/static/media/logo-carta.a5c5c55c.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-gumroad.e5d0a0a6.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Gumroad logo\" src=\"/_next/static/media/logo-gumroad.e5d0a0a6.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-firefly.853e8f73.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Firefly logo\" src=\"/_next/static/media/logo-firefly.853e8f73.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-staratlas.74739b57.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Star Atlas logo\" src=\"/_next/static/media/logo-staratlas.74739b57.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-trutharts.21ce49ce.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Truth Arts logo\" src=\"/_next/static/media/logo-trutharts.21ce49ce.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-afc.213f63cd.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"AFC Wimbledon logo\" src=\"/_next/static/media/logo-afc.213f63cd.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-softbank.320f4018.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"SoftBank logo\" src=\"/_next/static/media/logo-softbank.320f4018.png\" class=\"chakra-image css-fhn29r\">"
},
{
"src": "/_next/static/media/logo-groundforce.248cd40e.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"GroundForce Capital logo\" src=\"/_next/static/media/logo-groundforce.248cd40e.png\" class=\"chakra-image css-fhn29r\">"
},
{
"src": "/_next/static/media/logo-revolut.1a816a34.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Revolut logo\" src=\"/_next/static/media/logo-revolut.1a816a34.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-feminvest.dbd8da55.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Feminvest logo\" src=\"/_next/static/media/logo-feminvest.dbd8da55.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-vmg.fddc93a4.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VMG logo\" src=\"/_next/static/media/logo-vmg.fddc93a4.png\" class=\"chakra-image css-fhn29r\">"
},
{
"src": "/_next/static/media/logo-bobbie.af75596b.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Bobbie logo\" src=\"/_next/static/media/logo-bobbie.af75596b.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-andreessen-horowitz.1b4ecaec.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Andreessen Horowitz logo\" src=\"/_next/static/media/logo-andreessen-horowitz.1b4ecaec.png\" class=\"chakra-image css-fhn29r\">"
},
{
"src": "/_next/static/media/logo-first-round.80b53776.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"First Round logo\" src=\"/_next/static/media/logo-first-round.80b53776.png\" class=\"chakra-image css-fhn29r\">"
},
{
"src": "/_next/static/media/logo-maven.5ad84fcb.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Maven logo\" src=\"/_next/static/media/logo-maven.5ad84fcb.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/logo-andreessen-horowitz.1b4ecaec.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Andreessen Horowitz logo\" src=\"/_next/static/media/logo-andreessen-horowitz.1b4ecaec.png\" class=\"chakra-image css-hro2ag\">"
},
{
"src": "/_next/static/media/logo-y-combinator.535cb5f5.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Y Combinator logo\" src=\"/_next/static/media/logo-y-combinator.535cb5f5.png\" class=\"chakra-image css-hro2ag\">"
},
{
"src": "/_next/static/media/logo-beacons.fabbd8e0.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Beacons logo\" src=\"/_next/static/media/logo-beacons.fabbd8e0.png\" class=\"chakra-image css-ajpm4c\">"
},
{
"src": "/_next/static/media/pic-logos.16b4e92d.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Company logos\" src=\"/_next/static/media/pic-logos.16b4e92d.png\" class=\"chakra-image css-9kpbas\">"
},
{
"src": "/_next/static/media/logo-note.95bfd0f3.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Republic Note\" src=\"/_next/static/media/logo-note.95bfd0f3.png\" class=\"chakra-image css-10akunl\">"
},
{
"src": "/_next/static/media/logo-alto.e4c0df96.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Alto\" src=\"/_next/static/media/logo-alto.e4c0df96.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-avalanche.6cc1b9e2.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Avalanche\" src=\"/_next/static/media/logo-avalanche.6cc1b9e2.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-bobbie.03530fc7.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Bobbie\" src=\"/_next/static/media/logo-bobbie.03530fc7.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-carta.3c17356c.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Carta\" src=\"/_next/static/media/logo-carta.3c17356c.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-goterra.5277ae6d.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Goterra\" src=\"/_next/static/media/logo-goterra.5277ae6d.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-gumroad.cd4993b2.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Gumroad\" src=\"/_next/static/media/logo-gumroad.cd4993b2.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-inside.28ea56e1.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Inside\" src=\"/_next/static/media/logo-inside.28ea56e1.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-klarna.cf2cb8c8.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Klarna\" src=\"/_next/static/media/logo-klarna.cf2cb8c8.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-maven.c8fb7547.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Maven\" src=\"/_next/static/media/logo-maven.c8fb7547.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-plaid.c9839f1c.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Plaid\" src=\"/_next/static/media/logo-plaid.c9839f1c.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-robinhood.f3b2b959.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Robinhood\" src=\"/_next/static/media/logo-robinhood.f3b2b959.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-spacex.6278abee.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"SpaceX\" src=\"/_next/static/media/logo-spacex.6278abee.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-alto.e4c0df96.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Alto\" src=\"/_next/static/media/logo-alto.e4c0df96.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-avalanche.6cc1b9e2.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Avalanche\" src=\"/_next/static/media/logo-avalanche.6cc1b9e2.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-bobbie.03530fc7.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Bobbie\" src=\"/_next/static/media/logo-bobbie.03530fc7.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-carta.3c17356c.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Carta\" src=\"/_next/static/media/logo-carta.3c17356c.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-goterra.5277ae6d.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Goterra\" src=\"/_next/static/media/logo-goterra.5277ae6d.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-gumroad.cd4993b2.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Gumroad\" src=\"/_next/static/media/logo-gumroad.cd4993b2.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-inside.28ea56e1.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Inside\" src=\"/_next/static/media/logo-inside.28ea56e1.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-klarna.cf2cb8c8.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Klarna\" src=\"/_next/static/media/logo-klarna.cf2cb8c8.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-maven.c8fb7547.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Maven\" src=\"/_next/static/media/logo-maven.c8fb7547.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-plaid.c9839f1c.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Plaid\" src=\"/_next/static/media/logo-plaid.c9839f1c.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-robinhood.f3b2b959.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Robinhood\" src=\"/_next/static/media/logo-robinhood.f3b2b959.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/logo-spacex.6278abee.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"SpaceX\" src=\"/_next/static/media/logo-spacex.6278abee.png\" class=\"chakra-image css-ejsd0r\">"
},
{
"src": "/_next/static/media/play-store.5f088d53.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Android store logo\" class=\"chakra-image css-1wbtuw3\" src=\"/_next/static/media/play-store.5f088d53.png\">"
},
{
"src": "/_next/static/media/app-store.86062c57.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Apple store logo\" class=\"chakra-image css-1wbtuw3\" src=\"/_next/static/media/app-store.86062c57.png\">"
},
{
"src": "/_next/static/media/play-store.5f088d53.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"chakra-image css-1fngds0\" src=\"/_next/static/media/play-store.5f088d53.png\">"
},
{
"src": "/_next/static/media/app-store.86062c57.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"chakra-image css-39e85q\" src=\"/_next/static/media/app-store.86062c57.png\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/api/context",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/context",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Invest",
"html": "<h2 class=\"chakra-heading css-1l8i8ra\">Invest</h2>"
},
{
"text": "Raise",
"html": "<h2 class=\"chakra-heading css-1l8i8ra\">Raise</h2>"
},
{
"text": "Build",
"html": "<h2 class=\"chakra-heading css-1l8i8ra\">Build</h2>"
},
{
"text": "What’s new",
"html": "<h2 class=\"chakra-heading css-1twrg2y\">What’s new</h2>"
},
{
"text": "US opportunities",
"html": "<h2 class=\"chakra-heading css-d036pg\">US opportunities</h2>"
},
{
"text": "UK and EU opportunities",
"html": "<h2 class=\"chakra-heading css-d036pg\">UK and EU opportunities</h2>"
},
{
"text": "Republic is a leader in real world assets, tokenization, and blockchain infrastructure",
"html": "<h2 class=\"chakra-heading css-7g7sgd\">Republic is a leader in real world assets, tokenization, and blockchain infrastructure</h2>"
},
{
"text": "Services",
"html": "<h2 class=\"chakra-heading css-1ji3gqy\">Services</h2>"
},
{
"text": "Buy, sell, and trade your private shares on our 24/7 secondary market",
"html": "<h2 class=\"chakra-heading css-1nyyc11\">Buy, sell, and trade your private shares on our 24/7 secondary market</h2>"
},
{
"text": "Invest in one asset—gain access to Republic's evergreen portfolio of 750+ ventures",
"html": "<h2 class=\"chakra-heading css-1w6xllv\">Invest in one asset—gain access to Republic's evergreen portfolio of 750+ ventures</h2>"
},
{
"text": "Regulation-first",
"html": "<h2 class=\"chakra-heading css-16ivb7x\">Regulation-first</h2>"
},
{
"text": "The easiest way to secure, send, and hold digital assets",
"html": "<h2 class=\"chakra-heading css-7g7sgd\">The easiest way to secure, send, and hold digital assets</h2>"
},
{
"text": "Community unlocks capital.Republic is where it happens.",
"html": "<h2 class=\"chakra-heading css-107z0jk\"><span class=\"css-pelz90\">Community unlocks capital.</span><br><span class=\"css-35ezg3\">Republic is where it happens.</span></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Republic — Invest in Startups, Crypto and More?",
"pattern": {}
},
{
"id": "how",
"label": "How does Republic — Invest in Startups, Crypto and More work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Republic — Invest in Startups, Crypto and More?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Republic — Invest in Startups, Crypto and More free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Republic — Invest in Startups, Crypto and More compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Republic — Invest in Startups, Crypto and More work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Republic — Invest in Startups, Crypto and More?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Republic — Invest in Startups, Crypto and More free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Republic — Invest in Startups, Crypto and More 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 registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization 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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549,
"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 registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 3992,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/title",
"/html;",
"/cdn-cgi/styles/cf.errors.css",
"/cdn-cgi/styles/cf.errors.ie.css",
"/style",
"/script",
"/head",
"/div",
"/h1",
"/span"
],
"rawExcerpt": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
}
},
"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 registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549,
"text": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi/styles/cf.errors.ie.css\" /><![endif]-->\n<style>body{margin:0;padding:0}</style>\n\n\n<!--[if gte IE 10]><!-->\n<script>\n if (!navigator.cookieEnabled) {\n window.addEventListener('DOMContentLoaded', function () {\n var cookieEl = document.getElementById('cookie-alert');\n cookieEl.style.display = 'block';\n })\n }\n</script>\n<!--<![endif]-->\n\n</head>\n<body>\n <div id=\"cf-wrapper\">\n <div class=\"cf-alert cf-alert-error cf-cookie-error\" id=\"cookie-alert\" data-translate=\"enable_cookies\">Please enable cookies.</div>\n <div id=\"cf-error-details\" class=\"cf-error-details-wrapper\">\n <div class=\"cf-wrapper cf-header cf-error-overview\">\n <h1 data-translate=\"block_headline\">Sorry, you have been blocked</h1>\n <h2 class=\"cf-subheadline\"><span data-translate=\"unable_to_access\">You are unable to access</span> republic.com</h2>\n </div><!-- /.header -->\n\n <div class=\"cf-section cf-highlight\">\n <div class=\"cf-wrapper\">\n <div class=\"cf-screenshot-container cf-screenshot-full\">\n \n <span class=\"cf-no-screenshot error\"></span>\n \n </div>\n </div>\n </div><!-- /.captcha-container -->\n\n <div class=\"cf-section cf-wrapper\">\n <div class=\"cf-columns two\">\n <div class=\"cf-column\">\n <h2 data-translate=\"blocked_why_headline\">Why have I been blocked?</h2>\n\n <p data-translate=\"blocked_why_detail\">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>\n </div>\n\n <div class=\"cf-column\">\n <h2 data-translate=\"blocked_resolve_headline\">What can I do to resolve this?</h2>\n\n <p data-translate=\"blocked_resolve_detail\">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>\n </div>\n </div>\n </div><!-- /.section -->\n\n <div class=\"cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300\">\n <p class=\"text-13\">\n <span class=\"cf-footer-item sm:block sm:mb-1\">Cloudflare Ray ID: <strong class=\"font-semibold\">a0a4e9704e2490cd</strong></span>\n <span class=\"cf-footer-separator sm:hidden\">•</span>\n <span id=\"cf-footer-item-ip\" class=\"cf-footer-item hidden sm:block sm:mb-1\">\n Your IP:\n <button type=\"button\" id=\"cf-footer-ip-reveal\" class=\"cf-footer-ip-reveal-btn\">Click to reveal</button>\n <span class=\"hidden\" id=\"cf-footer-ip\">206.189.131.254</span>\n <span class=\"cf-footer-separator sm:hidden\">•</span>\n </span>\n <span class=\"cf-footer-item sm:block sm:mb-1\"><span>Performance & security by</span> <a rel=\"noopener noreferrer\" href=\"https://www.cloudflare.com/5xx-error-landing\" id=\"brand_link\" target=\"_blank\">Cloudflare</a></span>\n \n </p>\n <script>(function(){functio"
},
"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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549,
"text": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi/styles/cf.errors.ie.css\" /><![endif]-->\n<style>body{margin:0;padding:0}</style>\n\n\n<!--[if gte IE 10]><!-->\n<script>\n if (!navigator.cookieEnabled) {\n window.addEventListener('DOMContentLoaded', function () {\n var cookieEl = document.getElementById('cookie-alert');\n cookieEl.style.display = 'block';\n })\n }\n</script>\n<!--<![endif]-->\n\n</head>\n<body>\n <div id=\"cf-wrapper\">\n <div class=\"cf-alert cf-alert-error cf-cookie-error\" id=\"cookie-alert\" data-translate=\"enable_cookies\">Please enable cookies.</div>\n <div id=\"cf-error-details\" class=\"cf-error-details-wrapper\">\n <div class=\"cf-wrapper cf-header cf-error-overview\">\n <h1 data-translate=\"block_headline\">Sorry, you have been blocked</h1>\n <h2 class=\"cf-subheadline\"><span data-translate=\"unable_to_access\">You are unable to access</span> republic.com</h2>\n </div><!-- /.header -->\n\n <div class=\"cf-section cf-highlight\">\n <div class=\"cf-wrapper\">\n <div class=\"cf-screenshot-container cf-screenshot-full\">\n \n <span class=\"cf-no-screenshot error\"></span>\n \n </div>\n </div>\n </div><!-- /.captcha-container -->\n\n <div class=\"cf-section cf-wrapper\">\n <div class=\"cf-columns two\">\n <div class=\"cf-column\">\n <h2 data-translate=\"blocked_why_headline\">Why have I been blocked?</h2>\n\n <p data-translate=\"blocked_why_detail\">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>\n </div>\n\n <div class=\"cf-column\">\n <h2 data-translate=\"blocked_resolve_headline\">What can I do to resolve this?</h2>\n\n <p data-translate=\"blocked_resolve_detail\">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>\n </div>\n </div>\n </div><!-- /.section -->\n\n <div class=\"cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300\">\n <p class=\"text-13\">\n <span class=\"cf-footer-item sm:block sm:mb-1\">Cloudflare Ray ID: <strong class=\"font-semibold\">a0a4e9704e2790cd</strong></span>\n <span class=\"cf-footer-separator sm:hidden\">•</span>\n <span id=\"cf-footer-item-ip\" class=\"cf-footer-item hidden sm:block sm:mb-1\">\n Your IP:\n <button type=\"button\" id=\"cf-footer-ip-reveal\" class=\"cf-footer-ip-reveal-btn\">Click to reveal</button>\n <span class=\"hidden\" id=\"cf-footer-ip\">206.189.131.254</span>\n <span class=\"cf-footer-separator sm:hidden\">•</span>\n </span>\n <span class=\"cf-footer-item sm:block sm:mb-1\"><span>Performance & security by</span> <a rel=\"noopener noreferrer\" href=\"https://www.cloudflare.com/5xx-error-landing\" id=\"brand_link\" target=\"_blank\">Cloudflare</a></span>\n \n </p>\n <script>(function(){functio"
}
},
"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": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 4549
}
]
},
"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": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 403,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
},
"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://republic.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://republic.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://republic.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://republic.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}SEOSEOBrowser audit
Links do not have descriptive text
100 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
1 link found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "1 link found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityAccessibilityBrowser audit
`[aria-*]` attributes do not match their roles
33 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[aria-*]` attributes do not match their roles
Check name
`[aria-*]` attributes do not match their roles
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr)."
}Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
33 Fail
Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
Check name
Background and foreground colors do not have a sufficient contrast ratio.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}Performance and AccessibilityAccessibilityBrowser audit
Buttons do not have an accessible name
33 Fail
Performance and AccessibilityAccessibilityBrowser audit
Buttons do not have an accessible name
Check name
Buttons do not have an accessible name
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name)."
}Performance and AccessibilityPerformanceBrowser audit
Forced reflow
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
Check name
Links do not have a discernible name
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).
References
https://web.dev/learn/performance/Evidence
{
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
5.7Â s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "5.7Â s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 5704.24099999998
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 1,097Â KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 1,097Â 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": 320
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 410Â ms
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 410Â ms",
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
7 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
45/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 18,
"displayValue": "3.9Â s",
"numericValue": 3863.5372213354813
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "30Â ms",
"numericValue": 25.967429999999997
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 16,
"displayValue": "410Â ms",
"numericValue": 407.99999999999864
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 20,
"displayValue": "3.3Â s",
"numericValue": 3311.445799231462
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 98,
"displayValue": "0.6Â s",
"numericValue": 641.0099793610705
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "2,400Â ms",
"numericValue": 2400.4999999999964
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 200Â ms",
"numericValue": 204
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 11,
"displayValue": "8.0Â s",
"numericValue": 7960.013763502068
}
]
}Performance and AccessibilityPerformanceBrowser audit
Duplicated JavaScript
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Duplicated JavaScript
Check name
Duplicated JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 1Â KiB
Fix guidance
Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity.
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 1Â KiB",
"description": "Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity."
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 92Â KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 92Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}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 |
|---|---|---|---|
| 41/100 | Level 2, Agent-Limited | Current report |