Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 58 out of 100
- Agent Ease of Use 18 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 75 out of 100
- SEO 100 out of 100
- Performance and Accessibility 66 out of 100
What AI sees of your website
Circle | The complete community platform
Build a home for your community, events, and courses — all under your own brand.
Next step
Turn this report into a fix workflow
23 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 | 58 | Needs work | 15 | 9 | 0 | View details |
| Discoverability | 67 | Needs work | 5 | 4 | 0 | View details |
| Content Readiness | 67 | Needs work | 9 | 2 | 0 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 18 | Priority fix | 8 | 31 | 4 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 41 | Priority fix | 3 | 7 | 3 | View details |
| Skill Discovery | 12 | Priority fix | 1 | 11 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 75 | Mostly ready | 6 | 0 | 14 | |
| GEO Readiness | 79 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 85 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 63 | Needs work | 1 | 0 | 6 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| 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 | 66 | Needs work | 20 | 3 | 3 | View details |
| Performance | 53 | Needs work | 14 | 2 | 3 | View details |
| Accessibility | 91 | Strong | 6 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
42 items need attention
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
50 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/plain; 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": "Not Found"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
50 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
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
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": null,
"cspFrameAncestors": false
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "/sitemap.xml",
"rel": "sitemap",
"type": "application/xml"
},
{
"url": "/llms.txt",
"rel": "llms-txt"
},
{
"url": "/llms-full.txt",
"rel": "llms-txt-full"
},
{
"url": "/.well-known/agent-skills/markdown-negotiation/SKILL.md",
"rel": "describedby",
"type": "text/markdown"
},
{
"url": "/",
"rel": "alternate",
"type": "text/markdown"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0np38gfi.zm1l.js\"/><script src=\"/_next/static/chunks/0o2pg6lyby.wf.js\" async=\"\"></script><script src=\"/_next/static/chunks/144~j65021tzh.js\" async=\"\"></script><script src=\"/_next/static/chunks/0z6od303gcjzb.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0sp5ix~szrbil.js\" async=\"\"></script><script src=\"/_next/static/chunks/0x.73w57rn4ou.js\" async=\"\"></script><script src=\"/_next/static/chunks/0h8ea52.j.8fg.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><title>Circle</title><meta property=\"og:title\" content=\"Circle\"/><meta property=\"og:image\" con"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0np38gfi.zm1l.js\"/><script src=\"/_next/static/chunks/0o2pg6lyby.wf.js\" async=\"\"></script><script src=\"/_next/static/chunks/144~j65021tzh.js\" async=\"\"></script><script src=\"/_next/static/chunks/0z6od303gcjzb.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0sp5ix~szrbil.js\" async=\"\"></script><script src=\"/_next/static/chunks/0x.73w57rn4ou.js\" async=\"\"></script><script src=\"/_next/static/chunks/0h8ea52.j.8fg.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><title>Circle</title><meta property=\"og:title\" content=\"Circle\"/><meta property=\"og:image\" con"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0np38gfi.zm1l.js\"/><script src=\"/_next/static/chunks/0o2pg6lyby.wf.js\" async=\"\"></script><script src=\"/_next/static/chunks/144~j65021tzh.js\" async=\"\"></script><script src=\"/_next/static/chunks/0z6od303gcjzb.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0sp5ix~szrbil.js\" async=\"\"></script><script src=\"/_next/static/chunks/0x.73w57rn4ou.js\" async=\"\"></script><script src=\"/_next/static/chunks/0h8ea52.j.8fg.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><title>Circle</title><meta property=\"og:title\" content=\"Circle\"/><meta property=\"og:image\" con"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0np38gfi.zm1l.js\"/><script src=\"/_next/static/chunks/0o2pg6lyby.wf.js\" async=\"\"></script><script src=\"/_next/static/chunks/144~j65021tzh.js\" async=\"\"></script><script src=\"/_next/static/chunks/0z6od303gcjzb.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0sp5ix~szrbil.js\" async=\"\"></script><script src=\"/_next/static/chunks/0x.73w57rn4ou.js\" async=\"\"></script><script src=\"/_next/static/chunks/0h8ea52.j.8fg.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><title>Circle</title><meta property=\"og:title\" content=\"Circle\"/><meta property=\"og:image\" con"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0np38gfi.zm1l.js\"/><script src=\"/_next/static/chunks/0o2pg6lyby.wf.js\" async=\"\"></script><script src=\"/_next/static/chunks/144~j65021tzh.js\" async=\"\"></script><script src=\"/_next/static/chunks/0z6od303gcjzb.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0sp5ix~szrbil.js\" async=\"\"></script><script src=\"/_next/static/chunks/0x.73w57rn4ou.js\" async=\"\"></script><script src=\"/_next/static/chunks/0h8ea52.j.8fg.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><title>Circle</title><meta property=\"og:title\" content=\"Circle\"/><meta property=\"og:image\" con"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0np38gfi.zm1l.js\"/><script src=\"/_next/static/chunks/0o2pg6lyby.wf.js\" async=\"\"></script><script src=\"/_next/static/chunks/144~j65021tzh.js\" async=\"\"></script><script src=\"/_next/static/chunks/0z6od303gcjzb.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0sp5ix~szrbil.js\" async=\"\"></script><script src=\"/_next/static/chunks/0x.73w57rn4ou.js\" async=\"\"></script><script src=\"/_next/static/chunks/0h8ea52.j.8fg.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><title>Circle</title><meta property=\"og:title\" content=\"Circle\"/><meta property=\"og:image\" con"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0np38gfi.zm1l.js\"/><script src=\"/_next/static/chunks/0o2pg6lyby.wf.js\" async=\"\"></script><script src=\"/_next/static/chunks/144~j65021tzh.js\" async=\"\"></script><script src=\"/_next/static/chunks/0z6od303gcjzb.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0sp5ix~szrbil.js\" async=\"\"></script><script src=\"/_next/static/chunks/0x.73w57rn4ou.js\" async=\"\"></script><script src=\"/_next/static/chunks/0h8ea52.j.8fg.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><title>Circle</title><meta property=\"og:title\" content=\"Circle\"/><meta property=\"og:image\" con"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
50 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; invalid h1 (found 0).
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": false,
"headingOrder": true,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img role=\"presentation\" loading=\"eager\" fetchpriority=\"high\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F01a56eda801943e2b9673d4c92983abc?width=2000\" sizes=\"(max-width: 998px) 203vw, 145vw\">",
"<img role=\"presentation\" loading=\"eager\" fetchpriority=\"high\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fe48f5fc8dcbe4fb7ad934dcc9612d11e?width=2000\" sizes=\"(max-width: 998px) 203vw, 145vw\">",
"<img role=\"presentation\" loading=\"eager\" fetchpriority=\"high\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4b3ba42c6a3541fbb79740036ca07b31?width=1620\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4b3ba42c6a3541fbb79740036ca07b31?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4b3ba42c6a3541fbb79740036ca07b31?width=200 200w, https://",
"<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fa7ef414f2188427ba43a7dc4a042d611?width=1920\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fa7ef414f2188427ba43a7dc4a042d611?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fa7ef414f2188427ba43a7dc4a042d611?width=200 200w, https://c",
"<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F300c153899984109a689c2611cee2f98\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F300c153899984109a689c2611cee2f98?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F300c153899984109a689c2611cee2f98?width=200 200w, https://cdn.builder.",
"<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fb6a8936b098a4c8798edd7824ba343a5\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fb6a8936b098a4c8798edd7824ba343a5?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fb6a8936b098a4c8798edd7824ba343a5?width=200 200w, https://cdn.builder.",
"<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F8ebe31c7962e4812b5fd26514d83c6f3\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F8ebe31c7962e4812b5fd26514d83c6f3?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F8ebe31c7962e4812b5fd26514d83c6f3?width=200 200w, https://cdn.builder.",
"<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F04b0799536e2460ba07c3a5b7239e644\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F04b0799536e2460ba07c3a5b7239e644?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F04b0799536e2460ba07c3a5b7239e644?width=200 200w, https://cdn.builder.",
"<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F2453b6ca0ff949c28a2c70ebecd5b765\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F2453b6ca0ff949c28a2c70ebecd5b765?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F2453b6ca0ff949c28a2c70ebecd5b765?width=200 200w, https://cdn.builder.",
"<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F31eb3a46816d4a37985f80aea122ba1f?width=48\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F31eb3a46816d4a37985f80aea122ba1f?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F31eb3a46816d4a37985f80aea122ba1f?width=200 200w, https://cdn",
"<img role=\"presentation\" loading=\"eager\" fetchpriority=\"high\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F52aef41782914bb0bfced9292532d316?width=1440\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F52aef41782914bb0bfced9292532d316?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F52aef41782914bb0bfced9292532d316?width=200 200w, https://",
"<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4dc47224527f484bbeaca85fab0804ad?width=1280\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4dc47224527f484bbeaca85fab0804ad?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4dc47224527f484bbeaca85fab0804ad?width=200 200w, https://c"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 0,
"headings": 34,
"links": 60,
"inaccessibleLinks": 0,
"buttons": 48,
"inaccessibleButtons": 0,
"images": 126,
"imagesWithAlt": 114,
"autocompleteInputs": 2,
"inputsWithAutocomplete": 2,
"missingAutocompleteInputs": 0
}
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
50 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/plain; charset=utf-8",
"length": 9
}
]
},
"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".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 12649
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 13546
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 13540
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 12657
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 12681
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 13554
}
]
},
"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.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 12647
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 13544
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 12649
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 13546
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Validate resource body".
16 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Validate resource body".
Needs attention
MCP Server Card
Issue
MCP Server Card response is missing required fields or has invalid transports.
Details
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
38/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Validate resource body".
Validation steps
Validate resource body
MCP Server Card response is missing required fields or has invalid transports.
Missing required fields
- protocolVersion
- transports array
Verify advertised MCP transport endpoints
At least one same-origin transport failed MCP initialize or advertised capability list probes. See probes[].capabilityProbes for the exact method, status, JSON-RPC error, and response excerpt.
Verify advertised MCP tool execution
MCP discovery passed, but no advertised tool could be safely executed by this scanner.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/mcp/server-card.json",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"$schema": "https://modelcontextprotocol.io/schema/mcp-server-card.json",
"serverInfo": {
"name": "Circle",
"title": "Circle Community MCP",
"version": "1.0.0",
"description": "Connect your Circle community to Claude, ChatGPT, Gemini, or any MCP-compatible LLM. Manage members, pull live data, and take action."
},
"transport": {
"type": "streamable-http",
"url": "https://api.circle.so/mcp"
},
"capabilities": {
"tools": {},
"resources": {},
"prompts": {}
},
"documentation": "https://circle.so/mcp",
"contact": {
"url": "https://circle.so/contact"
}
},
"rawExcerpt": "{\n \"$schema\": \"https://modelcontextprotocol.io/schema/mcp-server-card.json\",\n \"serverInfo\": {\n \"name\": \"Circle\",\n \"title\": \"Circle Community MCP\",\n \"version\": \"1.0.0\",\n \"description\": \"Connect your Circle community to Claude, ChatGPT, Gemini, or any MCP-compatible LLM. Manage members, pull live data, and take action.\"\n },\n \"transport\": {\n \"type\": \"streamable-http\",\n \"url\": \"https://api.circle.so/mcp\"\n },\n \"capabilities\": {\n \"tools\": {},\n \"resources\": {},\n \"prompts\": {}\n },\n \"documentation\": \"https://circle.so/mcp\",\n \"contact\": {\n \"url\": \"https://circle.so/contact\"\n }\n}",
"issue": "MCP Server Card response is missing required fields or has invalid transports.",
"issueDetails": [
{
"title": "Missing required fields",
"items": [
"protocolVersion",
"transports array"
]
}
],
"missing": [
"protocolVersion",
"transports array"
],
"protocolVersion": "",
"transportCount": 0,
"transports": [],
"invalidTransports": [],
"capabilityKeys": [
"tools",
"resources",
"prompts"
]
},
"issue": "MCP Server Card response is missing required fields or has invalid transports.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request.",
"issueDetails": [
{
"title": "Missing required fields",
"items": [
"protocolVersion",
"transports array"
]
}
]
},
{
"id": "endpoint-verification",
"title": "Verify advertised MCP transport endpoints",
"status": "fail",
"evidence": {
"probes": []
},
"issue": "At least one same-origin transport failed MCP initialize or advertised capability list probes. See probes[].capabilityProbes for the exact method, status, JSON-RPC error, and response excerpt.",
"howToFix": "Expose a real MCP endpoint for advertised transports, or remove transports that point to ordinary HTTP APIs."
},
{
"id": "tool-execution",
"title": "Verify advertised MCP tool execution",
"status": "warning",
"evidence": {
"probes": []
},
"issue": "MCP discovery passed, but no advertised tool could be safely executed by this scanner.",
"howToFix": "Implement tools/call for advertised tools, or report the MCP card as discovery-only until tools are executable."
}
]
}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": "circle.so",
"probes": [
{
"name": "_index._agents.circle.so",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.circle.so",
"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": "circle.so",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate resource body".
13 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate resource body".
Needs attention
Agent Skills index
Issue
Agent Skills Index response did not match the expected shape. invalid skills: [{"index":0,"name":"markdown-negotiation","missing":["digest"],"invalid":["type must be skill-md or archive"]}].
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
33/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Validate resource body".
Validation steps
Validate resource body
Agent Skills Index response did not match the expected shape. invalid skills: [{"index":0,"name":"markdown-negotiation","missing":["digest"],"invalid":["type must be skill-md or archive"]}].
Fetch advertised SKILL.md files
One or more advertised skill URLs were missing, did not look like SKILL.md Markdown, or failed digest verification.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/agent-skills/index.json",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"$schema": "https://raw.githubusercontent.com/cloudflare/agent-skills-discovery-rfc/main/schemas/v0.2.0/index.json",
"version": "0.2.0",
"skills": [
{
"name": "markdown-negotiation",
"type": "capability",
"description": "This origin supports content negotiation for agents: if you send an `Accept: text/markdown` (or `text/x-markdown`) header, the server will return a markdown representation of the same resource instead of HTML.",
"url": "https://circle.so/.well-known/agent-skills/markdown-negotiation/SKILL.md",
"sha256": "9045e10cf8f954a5e0c9fd84e0d259dc3039150678ae0527a80238d3dfb77755"
}
]
},
"rawExcerpt": "{\n \"$schema\": \"https://raw.githubusercontent.com/cloudflare/agent-skills-discovery-rfc/main/schemas/v0.2.0/index.json\",\n \"version\": \"0.2.0\",\n \"skills\": [\n {\n \"name\": \"markdown-negotiation\",\n \"type\": \"capability\",\n \"description\": \"This origin supports content negotiation for agents: if you send an `Accept: text/markdown` (or `text/x-markdown`) header, the server will return a markdown representation of the same resource instead of HTML.\",\n \"url\": \"https://circle.so/.well-known/agent-skills/markdown-negotiation/SKILL.md\",\n \"sha256\": \"9045e10cf8f954a5e0c9fd84e0d259dc3039150678ae0527a80238d3dfb77755\"\n }\n ]\n}",
"issue": "Agent Skills Index response did not match the expected shape. invalid skills: [{\"index\":0,\"name\":\"markdown-negotiation\",\"missing\":[\"digest\"],\"invalid\":[\"type must be skill-md or archive\"]}].",
"schema": "https://raw.githubusercontent.com/cloudflare/agent-skills-discovery-rfc/main/schemas/v0.2.0/index.json",
"version": "0.2.0",
"skillCount": 1,
"validSkillCount": 0,
"invalidSkills": [
{
"index": 0,
"name": "markdown-negotiation",
"missing": [
"digest"
],
"invalid": [
"type must be skill-md or archive"
]
}
],
"skills": [
{
"name": "markdown-negotiation",
"type": "capability",
"description": "This origin supports content negotiation for agents: if you send an `Accept: text/markdown` (or `text/x-markdown`) header, the server will return a markdown representation of the same resource instead of HTML.",
"url": "https://circle.so/.well-known/agent-skills/markdown-negotiation/SKILL.md",
"sha256": "9045e10cf8f954a5e0c9fd84e0d259dc3039150678ae0527a80238d3dfb77755"
}
]
},
"issue": "Agent Skills Index response did not match the expected shape. invalid skills: [{\"index\":0,\"name\":\"markdown-negotiation\",\"missing\":[\"digest\"],\"invalid\":[\"type must be skill-md or archive\"]}].",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
},
{
"id": "skill-documents",
"title": "Fetch advertised SKILL.md files",
"status": "fail",
"evidence": {
"checkedCount": 1,
"totalCount": 1,
"checked": [
{
"url": "https://circle.so/.well-known/agent-skills/markdown-negotiation/SKILL.md",
"statusCode": 200,
"contentType": "text/markdown; charset=utf-8",
"hasSkillHeading": true,
"length": 1277,
"advertisedDigest": "",
"actualDigest": "",
"digestMatches": false
}
]
},
"issue": "One or more advertised skill URLs were missing, did not look like SKILL.md Markdown, or failed digest verification.",
"howToFix": "Make every advertised skill URL return Markdown with a top-level heading and a matching sha256 digest, or remove broken entries from the index."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Validate resource body".
13 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Validate resource body".
Needs attention
mcp.json
Issue
mcp.json response did not match the expected MCP server metadata shape. missing: protocolVersion.
Details
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
50/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 "Validate resource body".
Validation steps
Validate resource body
mcp.json response did not match the expected MCP server metadata shape. missing: protocolVersion.
Missing required fields
- protocolVersion
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/mcp/server-card.json",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"$schema": "https://modelcontextprotocol.io/schema/mcp-server-card.json",
"serverInfo": {
"name": "Circle",
"title": "Circle Community MCP",
"version": "1.0.0",
"description": "Connect your Circle community to Claude, ChatGPT, Gemini, or any MCP-compatible LLM. Manage members, pull live data, and take action."
},
"transport": {
"type": "streamable-http",
"url": "https://api.circle.so/mcp"
},
"capabilities": {
"tools": {},
"resources": {},
"prompts": {}
},
"documentation": "https://circle.so/mcp",
"contact": {
"url": "https://circle.so/contact"
}
},
"rawExcerpt": "{\n \"$schema\": \"https://modelcontextprotocol.io/schema/mcp-server-card.json\",\n \"serverInfo\": {\n \"name\": \"Circle\",\n \"title\": \"Circle Community MCP\",\n \"version\": \"1.0.0\",\n \"description\": \"Connect your Circle community to Claude, ChatGPT, Gemini, or any MCP-compatible LLM. Manage members, pull live data, and take action.\"\n },\n \"transport\": {\n \"type\": \"streamable-http\",\n \"url\": \"https://api.circle.so/mcp\"\n },\n \"capabilities\": {\n \"tools\": {},\n \"resources\": {},\n \"prompts\": {}\n },\n \"documentation\": \"https://circle.so/mcp\",\n \"contact\": {\n \"url\": \"https://circle.so/contact\"\n }\n}",
"issue": "mcp.json response did not match the expected MCP server metadata shape. missing: protocolVersion.",
"issueDetails": [
{
"title": "Missing required fields",
"items": [
"protocolVersion"
]
}
],
"missing": [
"protocolVersion"
],
"protocolVersion": "",
"transportCount": 1,
"transports": [
{
"type": "streamable-http",
"url": "https://api.circle.so/mcp"
}
],
"invalidTransports": [],
"toolCount": 0,
"capabilityKeys": [
"tools",
"resources",
"prompts"
]
},
"issue": "mcp.json response did not match the expected MCP server metadata shape. missing: protocolVersion.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities.",
"issueDetails": [
{
"title": "Missing required fields",
"items": [
"protocolVersion"
]
}
]
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 53/100 and needs improvement.
7 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 53/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: circle, complete, platform.
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
53/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 53/100 and needs improvement.
Evidence
{
"title": "Circle | The complete community platform",
"h1": "",
"description": "Build a home for your community, events, and courses — all under your own brand.",
"topicOverlap": 0.25,
"topicTerms": [
"circle",
"complete",
"community",
"platform"
],
"descriptionTerms": [
"build",
"home",
"community",
"events",
"courses",
"all",
"under",
"own",
"brand"
],
"missingFromDescription": [
"circle",
"complete",
"platform"
],
"score": 53,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, 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
60/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: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": true,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [
"Circle"
],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.linkedin.com/company/circleco/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/circleco/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"LinkedIn\" class=\"relative w-[24px] h-[24px] hover:opacity-70 transition-opacity\"><img alt loading=\"lazy\" width=\"24\" height=\"24\" decoding=\"async\" data-nimg=\"1\" class=\"object-contain w-full h-full\" style=\"color:transparent;filter:brightness(0) saturate(100%) invert(49%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(93%) contrast(88%)\" srcset=\"/_next/image?url=%2Fimages%2Ffooter%2Fli..."
},
{
"href": "https://www.linkedin.com/company/circleco/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/circleco/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"LinkedIn\" class=\"relative w-[24px] h-[24px] hover:opacity-70 transition-opacity\"><img alt loading=\"lazy\" width=\"24\" height=\"24\" decoding=\"async\" data-nimg=\"1\" class=\"object-contain w-full h-full\" style=\"color:transparent;filter:brightness(0) saturate(100%) invert(49%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(93%) contrast(88%)\" srcset=\"/_next/image?url=%2Fimages%2Ffooter%2Fli..."
}
],
"contactLinks": [
{
"href": "https://help.circle.so",
"text": "Knowledge base",
"html": "<a href=\"https://help.circle.so\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"font-medium text-body-sm leading-5 tracking-[-0.25px] text-textSubdue hover:text-[#0a0a0a] transition-colors\">Knowledge base</a>"
}
],
"privacyLinks": [
{
"href": "/privacy",
"text": "Privacy Policy",
"html": "<a class=\"font-medium text-body-xs leading-[18px] tracking-[-0.1px] transition-colors text-textSubdue hover:text-[#0a0a0a]\" href=\"/privacy\">Privacy Policy</a>"
},
{
"href": "/terms",
"text": "Terms",
"html": "<a class=\"font-medium text-body-xs leading-[18px] tracking-[-0.1px] transition-colors text-textSubdue hover:text-[#0a0a0a]\" href=\"/terms\">Terms</a>"
}
],
"score": 60,
"weight": 20
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
6 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
75/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="spam_bot"> is missing a label.<input name="spam_bot"> is missing tool-param-description.<input name="email"> is missing tool-param-description.<input name="spam_bot"> is missing a label.<input name="spam_bot"> is missing tool-param-description.<input name="email"> is missing tool-param-description.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 112,
"interactiveWithTags": 0,
"totalCount": 114,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"spam_bot\"> is missing a label.",
"<input name=\"spam_bot\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"spam_bot\"> is missing a label.",
"<input name=\"spam_bot\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 6,
"issues": [
"<input name=\"spam_bot\"> is missing a label.",
"<input name=\"spam_bot\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"spam_bot\"> is missing a label.",
"<input name=\"spam_bot\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"spam_bot\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"spam_bot\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"spam_bot\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"spam_bot\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "pass",
"evidence": {
"staticSignals": {
"detected": true,
"matched": [
"webmcp",
"navigator.modelContext"
]
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 112,
"interactiveWithTags": 0,
"totalCount": 114,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"spam_bot\"> is missing a label.",
"<input name=\"spam_bot\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"spam_bot\"> is missing a label.",
"<input name=\"spam_bot\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": true,
"matched": [
"webmcp",
"navigator.modelContext"
]
},
"coverage": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 112,
"interactiveWithTags": 0,
"totalCount": 114,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"spam_bot\"> is missing a label.",
"<input name=\"spam_bot\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"spam_bot\"> is missing a label.",
"<input name=\"spam_bot\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
34 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": 34,
"passing": 0,
"failing": [
{
"heading": "JayShetty",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Jay<br>Shetty</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AliAbdaal",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Ali<br>Abdaal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Anne-LaureLe Cunff",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Anne-Laure<br>Le Cunff</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "TimFerriss",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Tim<br>Ferriss</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "MelRobbins",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Mel<br>Robbins</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "BrendonBurchard",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Brendon<br>Burchard</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Dr.Becky",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Dr.<br>Becky</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "PatFlynn",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Pat<br>Flynn</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "GloAtanmo",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Glo<br>Atanmo</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "KevinRose",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Kevin<br>Rose</h3>",
"firstParagraph": "Give your members a space they’ll actually want to be in.",
"paragraphHtml": "<p class=\"font-medium max-w-[560px] text-base xl:text-lg text-neutral-950 tracking-[-0.25px] max-md:tracking-[-0.10px] leading-[150%] xl:leading-[133.333%]\">Give your members a space they’ll actually want to be in.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Organize the chaos into one cohesive platform",
"headingHtml": "<h3 class=\"heading\">Organize the chaos into one <strong style=\"color: rgba(10, 10, 10, 1);\" class>cohesive platform</strong></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Customize to your unique brand, build credibility",
"headingHtml": "<h3 class=\"heading\"><strong style=\"color: rgba(10, 10, 10, 1);\" class>Customize</strong> to your unique brand, build credibility</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Understand your community with analytics",
"headingHtml": "<h3 class=\"heading\">Understand your community with <strong style=\"color: rgba(10, 10, 10, 1);\" class>analytics</strong></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Engage authentically with live events",
"headingHtml": "<h3 class=\"heading\">Engage authentically with <strong style=\"color: rgba(10, 10, 10, 1);\" class>live events</strong></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Drive more revenue with paywalls",
"headingHtml": "<h3 class=\"heading\">Drive more revenue with <strong style=\"color: rgba(10, 10, 10, 1);\" class>paywalls</strong></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Discover the best digital experiences, curated just for you",
"headingHtml": "<h3 class=\"heading\">Discover the best <strong style=\"color: rgba(10, 10, 10, 1);\" class>digital experiences, curated just for you</strong></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Keep your community engaged with gamification and marketing",
"headingHtml": "<h3 class=\"heading\">Keep your community engaged with <strong style=\"color: rgba(10, 10, 10, 1);\" class>gamification and marketing</strong></h3>",
"firstParagraph": "Recognized as a G2 Leader, Circle is where the best go to build.",
"paragraphHtml": "<p>Recognized as a G2 Leader, Circle is where the best go to build.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Tim Slade",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Tim Slade</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Dana Malstaff",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Dana Malstaff</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Dave Gerhardt",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Dave Gerhardt</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tamara Grominsky",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Tamara Grominsky</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pat Flynn",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Pat Flynn</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Noele Flowers",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Noele Flowers</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Seth David",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Seth David</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Mila Clarke",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Mila Clarke</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Ali Abdaal",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Ali Abdaal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Felippe Nardi",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Felippe Nardi</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Recognized as a G2 Leader",
"headingHtml": "<h3 class=\"heading\">Recognized as a G2 Leader</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Website",
"headingHtml": "<h3 class=\"font-semibold text-body-xs leading-5 tracking-[0.7px] uppercase text-[#0a0a0a]\">Website</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Community",
"headingHtml": "<h3 class=\"font-semibold text-body-xs leading-5 tracking-[0.7px] uppercase text-[#0a0a0a]\">Community</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Grow & Earn",
"headingHtml": "<h3 class=\"font-semibold text-body-xs leading-5 tracking-[0.7px] uppercase text-[#0a0a0a]\">Grow & Earn</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI & Automation",
"headingHtml": "<h3 class=\"font-semibold text-body-xs leading-5 tracking-[0.7px] uppercase text-[#0a0a0a]\">AI & Automation</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Learn more",
"headingHtml": "<h3 class=\"font-semibold text-body-xs leading-5 tracking-[0.7px] uppercase text-[#0a0a0a]\">Learn more</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get help",
"headingHtml": "<h3 class=\"font-semibold text-body-xs leading-5 tracking-[0.7px] uppercase text-[#0a0a0a]\">Get help</h3>",
"firstParagraph": "SOC 2 Certified",
"paragraphHtml": "<p class=\"font-medium text-[10px] leading-[12px] uppercase whitespace-pre-line text-textSubdue\">SOC 2 Certified</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
34 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 0,
"questionH2s": [],
"hasFaq": true,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, 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
60/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 evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": true,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [
"Circle"
],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.linkedin.com/company/circleco/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/circleco/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"LinkedIn\" class=\"relative w-[24px] h-[24px] hover:opacity-70 transition-opacity\"><img alt loading=\"lazy\" width=\"24\" height=\"24\" decoding=\"async\" data-nimg=\"1\" class=\"object-contain w-full h-full\" style=\"color:transparent;filter:brightness(0) saturate(100%) invert(49%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(93%) contrast(88%)\" srcset=\"/_next/image?url=%2Fimages%2Ffooter%2Fli..."
},
{
"href": "https://www.linkedin.com/company/circleco/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/circleco/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"LinkedIn\" class=\"relative w-[24px] h-[24px] hover:opacity-70 transition-opacity\"><img alt loading=\"lazy\" width=\"24\" height=\"24\" decoding=\"async\" data-nimg=\"1\" class=\"object-contain w-full h-full\" style=\"color:transparent;filter:brightness(0) saturate(100%) invert(49%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(93%) contrast(88%)\" srcset=\"/_next/image?url=%2Fimages%2Ffooter%2Fli..."
}
],
"contactLinks": [
{
"href": "https://help.circle.so",
"text": "Knowledge base",
"html": "<a href=\"https://help.circle.so\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"font-medium text-body-sm leading-5 tracking-[-0.25px] text-textSubdue hover:text-[#0a0a0a] transition-colors\">Knowledge base</a>"
}
],
"privacyLinks": [
{
"href": "/privacy",
"text": "Privacy Policy",
"html": "<a class=\"font-medium text-body-xs leading-[18px] tracking-[-0.1px] transition-colors text-textSubdue hover:text-[#0a0a0a]\" href=\"/privacy\">Privacy Policy</a>"
},
{
"href": "/terms",
"text": "Terms",
"html": "<a class=\"font-medium text-body-xs leading-[18px] tracking-[-0.1px] transition-colors text-textSubdue hover:text-[#0a0a0a]\" href=\"/terms\">Terms</a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 61/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 61/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: circle, complete, platform.
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
61/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 61/100 and needs improvement.
Evidence
{
"title": "Circle | The complete community platform",
"h1": "",
"description": "Build a home for your community, events, and courses — all under your own brand.",
"topicOverlap": 0.25,
"definitionCount": 6,
"topicTerms": [
"circle",
"complete",
"community",
"platform"
],
"descriptionTerms": [
"build",
"home",
"community",
"events",
"courses",
"all",
"under",
"own",
"brand"
],
"missingFromDescription": [
"circle",
"complete",
"platform"
],
"score": 61,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
No substantial explanatory paragraphs were found.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [],
"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
34 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": 34,
"passing": 0,
"failing": [
{
"heading": "JayShetty",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Jay<br>Shetty</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AliAbdaal",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Ali<br>Abdaal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Anne-LaureLe Cunff",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Anne-Laure<br>Le Cunff</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "TimFerriss",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Tim<br>Ferriss</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "MelRobbins",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Mel<br>Robbins</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "BrendonBurchard",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Brendon<br>Burchard</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Dr.Becky",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Dr.<br>Becky</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "PatFlynn",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Pat<br>Flynn</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "GloAtanmo",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Glo<br>Atanmo</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "KevinRose",
"headingHtml": "<h3 class=\"text-white text-xl font-bold leading-6\">Kevin<br>Rose</h3>",
"firstParagraph": "Give your members a space they’ll actually want to be in.",
"paragraphHtml": "<p class=\"font-medium max-w-[560px] text-base xl:text-lg text-neutral-950 tracking-[-0.25px] max-md:tracking-[-0.10px] leading-[150%] xl:leading-[133.333%]\">Give your members a space they’ll actually want to be in.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Organize the chaos into one cohesive platform",
"headingHtml": "<h3 class=\"heading\">Organize the chaos into one <strong style=\"color: rgba(10, 10, 10, 1);\" class>cohesive platform</strong></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Customize to your unique brand, build credibility",
"headingHtml": "<h3 class=\"heading\"><strong style=\"color: rgba(10, 10, 10, 1);\" class>Customize</strong> to your unique brand, build credibility</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Understand your community with analytics",
"headingHtml": "<h3 class=\"heading\">Understand your community with <strong style=\"color: rgba(10, 10, 10, 1);\" class>analytics</strong></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Engage authentically with live events",
"headingHtml": "<h3 class=\"heading\">Engage authentically with <strong style=\"color: rgba(10, 10, 10, 1);\" class>live events</strong></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Drive more revenue with paywalls",
"headingHtml": "<h3 class=\"heading\">Drive more revenue with <strong style=\"color: rgba(10, 10, 10, 1);\" class>paywalls</strong></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Discover the best digital experiences, curated just for you",
"headingHtml": "<h3 class=\"heading\">Discover the best <strong style=\"color: rgba(10, 10, 10, 1);\" class>digital experiences, curated just for you</strong></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Keep your community engaged with gamification and marketing",
"headingHtml": "<h3 class=\"heading\">Keep your community engaged with <strong style=\"color: rgba(10, 10, 10, 1);\" class>gamification and marketing</strong></h3>",
"firstParagraph": "Recognized as a G2 Leader, Circle is where the best go to build.",
"paragraphHtml": "<p>Recognized as a G2 Leader, Circle is where the best go to build.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Tim Slade",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Tim Slade</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Dana Malstaff",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Dana Malstaff</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Dave Gerhardt",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Dave Gerhardt</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tamara Grominsky",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Tamara Grominsky</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pat Flynn",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Pat Flynn</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Noele Flowers",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Noele Flowers</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Seth David",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Seth David</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Mila Clarke",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Mila Clarke</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Ali Abdaal",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Ali Abdaal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Felippe Nardi",
"headingHtml": "<h3 class=\"justify-start text-white text-sm font-bold leading-[128.571%] tracking-[-0.1px]\">Felippe Nardi</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Recognized as a G2 Leader",
"headingHtml": "<h3 class=\"heading\">Recognized as a G2 Leader</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Website",
"headingHtml": "<h3 class=\"font-semibold text-body-xs leading-5 tracking-[0.7px] uppercase text-[#0a0a0a]\">Website</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Community",
"headingHtml": "<h3 class=\"font-semibold text-body-xs leading-5 tracking-[0.7px] uppercase text-[#0a0a0a]\">Community</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Grow & Earn",
"headingHtml": "<h3 class=\"font-semibold text-body-xs leading-5 tracking-[0.7px] uppercase text-[#0a0a0a]\">Grow & Earn</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI & Automation",
"headingHtml": "<h3 class=\"font-semibold text-body-xs leading-5 tracking-[0.7px] uppercase text-[#0a0a0a]\">AI & Automation</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Learn more",
"headingHtml": "<h3 class=\"font-semibold text-body-xs leading-5 tracking-[0.7px] uppercase text-[#0a0a0a]\">Learn more</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get help",
"headingHtml": "<h3 class=\"font-semibold text-body-xs leading-5 tracking-[0.7px] uppercase text-[#0a0a0a]\">Get help</h3>",
"firstParagraph": "SOC 2 Certified",
"paragraphHtml": "<p class=\"font-medium text-[10px] leading-[12px] uppercase whitespace-pre-line text-textSubdue\">SOC 2 Certified</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 6,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
62 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1272,
"htmlBytes": 1410156,
"imagesMissingDimensions": [
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fb13bb09e37124a6b82fd77699b0f9bc8&w=3840&q=75",
"width": "",
"height": "",
"loading": "",
"html": "<img alt aria-hidden=\"true\" decoding=\"async\" data-nimg=\"fill\" class=\"pointer-events-none object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fb13bb09e37124a6b82fd77699b0f9bc8&w=640&q=75 640w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c3..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F01a56eda801943e2b9673d4c92983abc?width=2000",
"width": "",
"height": "",
"loading": "eager",
"html": "<img role=\"presentation\" loading=\"eager\" fetchpriority=\"high\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F01a56eda801943e2b9673d4c92983abc?width=2000\" sizes=\"(max-width: 998px) 203vw, 145vw\">"
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fe48f5fc8dcbe4fb7ad934dcc9612d11e?width=2000",
"width": "",
"height": "",
"loading": "eager",
"html": "<img role=\"presentation\" loading=\"eager\" fetchpriority=\"high\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fe48f5fc8dcbe4fb7ad934dcc9612d11e?width=2000\" sizes=\"(max-width: 998px) 203vw, 145vw\">"
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4b3ba42c6a3541fbb79740036ca07b31?width=1620",
"width": "",
"height": "",
"loading": "eager",
"html": "<img role=\"presentation\" loading=\"eager\" fetchpriority=\"high\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4b3ba42c6a3541fbb79740036ca07b31?width=1620\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4b3ba42c6a3541fbb79740036ca07b31?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4b3ba42c6a3541fbb79740036ca07b31?width=200 200w, https..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F3cb7f3e5b2114f74861cefb63f829c82?width=1712",
"width": "",
"height": "",
"loading": "eager",
"html": "<img alt=\"Circle 70k+ reviews\" loading=\"eager\" fetchpriority=\"high\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F3cb7f3e5b2114f74861cefb63f829c82?width=1712\" sizes=\"(max-width: 638px) 89vw, (max-width: 998px) 147vw, 123vw\">"
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fe011324a18a24e77a9dd839a22412c15?width=108",
"width": "",
"height": "",
"loading": "eager",
"html": "<img alt=\"Circle 70k+ reviews\" loading=\"eager\" fetchpriority=\"high\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fe011324a18a24e77a9dd839a22412c15?width=108\" sizes=\"(max-width: 638px) 9vw, (max-width: 998px) 11vw, 8vw\">"
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F7709af9c53054f239b39e55b7a4fb4aa?width=92",
"width": "",
"height": "",
"loading": "eager",
"html": "<img alt=\"Circle 70k+ reviews\" loading=\"eager\" fetchpriority=\"high\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F7709af9c53054f239b39e55b7a4fb4aa?width=92\" sizes=\"(max-width: 638px) 11vw, (max-width: 998px) 10vw, 7vw\">"
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fa7ef414f2188427ba43a7dc4a042d611?width=1920",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fa7ef414f2188427ba43a7dc4a042d611?width=1920\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fa7ef414f2188427ba43a7dc4a042d611?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fa7ef414f2188427ba43a7dc4a042d611?width=200 200w, https:..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F1c560b74dfb048ceba12f887cd59d04d&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Jay Shetty\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"190px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F1c560b74dfb048ceba12f887cd59d04d&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F57b78cbf74414dd2b9a44049d62acb18&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Ali Abdaal\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"190px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F57b78cbf74414dd2b9a44049d62acb18&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F38039e64149f4965933ca151c17cfdf6&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Anne-Laure Le Cunff\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"190px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F38039e64149f4965933ca151c17cfdf6&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fb65611b400924a199cddcce82d43f2ec&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Tim Ferriss\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"190px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fb65611b400924a199cddcce82d43f2ec&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F57dc03939672488fa1f9d239e0b2e1c3&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Mel Robbins\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"190px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F57dc03939672488fa1f9d239e0b2e1c3&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F63902068f41a4736b7e4f6372b14591b&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Brendon Burchard\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"190px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F63902068f41a4736b7e4f6372b14591b&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1f..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Ff9b9ebe5bbb3418fb143949b279538e2&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Dr. Becky\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"190px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Ff9b9ebe5bbb3418fb143949b279538e2&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Ff..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F4e63f56963c946eebbff039f69e8509a&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Pat Flynn\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"190px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F4e63f56963c946eebbff039f69e8509a&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F4..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fd9bc510de73b43dcb19728e81530a58e&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Glo Atanmo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"190px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fd9bc510de73b43dcb19728e81530a58e&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fd0d68f9334fb40918085a778decd87a6&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Kevin Rose\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"190px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fd0d68f9334fb40918085a778decd87a6&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F4b76cec31ec149978c2b53f0831a0861&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Feature\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 480px, (max-width: 1024px) 660px, 660px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F4b76cec31ec149978c2b53f0831a0861&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F0cd6750d8bbd422ca56a79626fc589f2&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Feature\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 480px, (max-width: 1024px) 660px, 660px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F0cd6750d8bbd422ca56a79626fc589f2&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F2c29d1f0255d47538fba67102d05eea3&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Feature\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 480px, (max-width: 1024px) 660px, 660px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F2c29d1f0255d47538fba67102d05eea3&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fdd71e77e77a34244abdf71d201ce4ac6&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Feature\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 480px, (max-width: 1024px) 660px, 660px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fdd71e77e77a34244abdf71d201ce4ac6&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fc9f6e17681d147bf917e07f22e8dcd62&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Feature\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 480px, (max-width: 1024px) 660px, 660px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fc9f6e17681d147bf917e07f22e8dcd62&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fab62c4f07f9a4f2280e5eed71859b647&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Feature\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 480px, (max-width: 1024px) 660px, 660px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fab62c4f07f9a4f2280e5eed71859b647&w=32&q=75 32w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fc5ee6c16a36e42edbe083f9f8c7aad7f&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Slide 1\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fc5ee6c16a36e42edbe083f9f8c7aad7f&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F6b1e5e75a53c4cc89bc9375dd853d6bc&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Slide 2\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F6b1e5e75a53c4cc89bc9375dd853d6bc&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Ff725acfacbd74da19aa6d99647ee2f49&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Slide 3\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Ff725acfacbd74da19aa6d99647ee2f49&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F272916478767400fbada21a7b839ed04&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Slide 4\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F272916478767400fbada21a7b839ed04&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F6cde779005b04035b3189dd6d5d2297e&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Slide 5\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F6cde779005b04035b3189dd6d5d2297e&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fa5104052fa504338b0b08506fac3adf7&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Slide 6\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fa5104052fa504338b0b08506fac3adf7&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Ff7f26767a75b48e2a59440a872d123b5&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Slide 1\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Ff7f26767a75b48e2a59440a872d123b5&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F53e21aba74d6412b9c81229b49038e11&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Slide 2\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F53e21aba74d6412b9c81229b49038e11&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F64181d5656ce48a593e7ea291c5decd0&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Slide 3\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F64181d5656ce48a593e7ea291c5decd0&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F1575209f6a6f4cd1bbc954e96d4d5bc9&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Slide 4\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F1575209f6a6f4cd1bbc954e96d4d5bc9&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F773a075ee9d3402090d43c6060acffd8&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Slide 5\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F773a075ee9d3402090d43c6060acffd8&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F871fcc0346ec4df7a4a3785d3c6bc202&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Tim Slade\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F871fcc0346ec4df7a4a3785d3c6bc202&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fima..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F5e96f8b5aa2f4c5c8751e473a7884886&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Dana Malstaff\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F5e96f8b5aa2f4c5c8751e473a7884886&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F74c86a3f1c9547d698b070491d5d9603%3Fquality%3D80&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Video thumbnail\" data-visible data-loading crossorigin=\"anonymous\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"vds-poster translate-y-0 \" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent;aspect-ratio:34/54\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F74c86a3f1c9547d698b070491d5d9603%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Ff079edb831624d55b5fab3d6fcdbb06f&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Tamara Grominsky\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Ff079edb831624d55b5fab3d6fcdbb06f&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F95e2377ba8cf4135a8226bfe519aeec8%3Fquality%3D80&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Video thumbnail\" data-visible data-loading crossorigin=\"anonymous\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"vds-poster translate-y-0 \" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent;aspect-ratio:34/54\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F95e2377ba8cf4135a8226bfe519aeec8%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F1ba52fc2944f4b0abbb3c3dd291c868d&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Noele Flowers\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F1ba52fc2944f4b0abbb3c3dd291c868d&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F760a212ab8ea47dfa9afe507b64688bd&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Seth David\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F760a212ab8ea47dfa9afe507b64688bd&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fim..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F91262c9d3e21418ba3a0b84b96932924%3Fquality%3D80&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Video thumbnail\" data-visible data-loading crossorigin=\"anonymous\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"vds-poster translate-y-0 \" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent;aspect-ratio:34/54\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F91262c9d3e21418ba3a0b84b96932924%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fcf00b8a55767489eb978a7d90c887148&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Ali Abdaal\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 340px\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252Fcf00b8a55767489eb978a7d90c887148&w=384&q=75 384w, /_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fim..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F284338f36f2d41b1948d48e054b70dd7%3Fquality%3D80&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Video thumbnail\" data-visible data-loading crossorigin=\"anonymous\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"vds-poster translate-y-0 \" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent;aspect-ratio:34/54\" sizes=\"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw\" srcset=\"/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fd5e2d72a033944e1a916c5c34902a1ff%252F284338f36f2d41b1948d48e054b70dd7%..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F300c153899984109a689c2611cee2f98",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F300c153899984109a689c2611cee2f98\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F300c153899984109a689c2611cee2f98?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F300c153899984109a689c2611cee2f98?width=200 200w, https://cdn.build..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fb6a8936b098a4c8798edd7824ba343a5",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fb6a8936b098a4c8798edd7824ba343a5\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fb6a8936b098a4c8798edd7824ba343a5?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fb6a8936b098a4c8798edd7824ba343a5?width=200 200w, https://cdn.build..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F8ebe31c7962e4812b5fd26514d83c6f3",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F8ebe31c7962e4812b5fd26514d83c6f3\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F8ebe31c7962e4812b5fd26514d83c6f3?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F8ebe31c7962e4812b5fd26514d83c6f3?width=200 200w, https://cdn.build..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F04b0799536e2460ba07c3a5b7239e644",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F04b0799536e2460ba07c3a5b7239e644\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F04b0799536e2460ba07c3a5b7239e644?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F04b0799536e2460ba07c3a5b7239e644?width=200 200w, https://cdn.build..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F2453b6ca0ff949c28a2c70ebecd5b765",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F2453b6ca0ff949c28a2c70ebecd5b765\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F2453b6ca0ff949c28a2c70ebecd5b765?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F2453b6ca0ff949c28a2c70ebecd5b765?width=200 200w, https://cdn.build..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F31eb3a46816d4a37985f80aea122ba1f?width=48",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F31eb3a46816d4a37985f80aea122ba1f?width=48\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F31eb3a46816d4a37985f80aea122ba1f?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F31eb3a46816d4a37985f80aea122ba1f?width=200 200w, https://..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F52aef41782914bb0bfced9292532d316?width=1440",
"width": "",
"height": "",
"loading": "eager",
"html": "<img role=\"presentation\" loading=\"eager\" fetchpriority=\"high\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F52aef41782914bb0bfced9292532d316?width=1440\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F52aef41782914bb0bfced9292532d316?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F52aef41782914bb0bfced9292532d316?width=200 200w, https..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fd06cb337b4bd44549a3ed6c676f2c8c0?width=1799",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Circle 70k+ reviews\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2Fd06cb337b4bd44549a3ed6c676f2c8c0?width=1799\" sizes=\"(max-width: 638px) 104vw, (max-width: 998px) 162vw, 129vw\">"
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4dc47224527f484bbeaca85fab0804ad?width=1280",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" fetchpriority=\"auto\" class=\"builder-image css-12153wi\" src=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4dc47224527f484bbeaca85fab0804ad?width=1280\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4dc47224527f484bbeaca85fab0804ad?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F4dc47224527f484bbeaca85fab0804ad?width=200 200w, https:..."
},
{
"src": "/_next/image?url=%2Fimages%2Ffooter%2Fsoc2-type2.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent;filter:brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(88%)\" sizes=\"100vw\" srcset=\"/_next/image?url=%2Fimages%2Ffooter%2Fsoc2-type2.png&w=640&q=75 640w, /_next/image?url=%2Fimages%2Ffooter%2Fsoc2-type2.png&w=750&q=75 750w, /_next/image?url=%2Fi..."
},
{
"src": "/_next/image?url=%2Fimages%2Ffooter%2Fgdpr-badge.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent;filter:brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(88%)\" sizes=\"100vw\" srcset=\"/_next/image?url=%2Fimages%2Ffooter%2Fgdpr-badge.png&w=640&q=75 640w, /_next/image?url=%2Fimages%2Ffooter%2Fgdpr-badge.png&w=750&q=75 750w, /_next/image?url=%2Fi..."
},
{
"src": "/_next/image?url=%2Fimages%2Ffooter%2Fccpa-badge.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent;filter:brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(88%)\" sizes=\"100vw\" srcset=\"/_next/image?url=%2Fimages%2Ffooter%2Fccpa-badge.png&w=640&q=75 640w, /_next/image?url=%2Fimages%2Ffooter%2Fccpa-badge.png&w=750&q=75 750w, /_next/image?url=%2Fi..."
},
{
"src": "/_next/image?url=%2Fimages%2Ffooter%2Fpci-dss-badge.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent;filter:brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(88%)\" sizes=\"100vw\" srcset=\"/_next/image?url=%2Fimages%2Ffooter%2Fpci-dss-badge.png&w=640&q=75 640w, /_next/image?url=%2Fimages%2Ffooter%2Fpci-dss-badge.png&w=750&q=75 750w, /_next/image?ur..."
},
{
"src": "/_next/image?url=%2Fimages%2Ffooter%2Fsoc2-type2.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent;filter:brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(88%)\" sizes=\"100vw\" srcset=\"/_next/image?url=%2Fimages%2Ffooter%2Fsoc2-type2.png&w=640&q=75 640w, /_next/image?url=%2Fimages%2Ffooter%2Fsoc2-type2.png&w=750&q=75 750w, /_next/image?url=%2Fi..."
},
{
"src": "/_next/image?url=%2Fimages%2Ffooter%2Fgdpr-badge.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent;filter:brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(88%)\" sizes=\"100vw\" srcset=\"/_next/image?url=%2Fimages%2Ffooter%2Fgdpr-badge.png&w=640&q=75 640w, /_next/image?url=%2Fimages%2Ffooter%2Fgdpr-badge.png&w=750&q=75 750w, /_next/image?url=%2Fi..."
},
{
"src": "/_next/image?url=%2Fimages%2Ffooter%2Fccpa-badge.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent;filter:brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(88%)\" sizes=\"100vw\" srcset=\"/_next/image?url=%2Fimages%2Ffooter%2Fccpa-badge.png&w=640&q=75 640w, /_next/image?url=%2Fimages%2Ffooter%2Fccpa-badge.png&w=750&q=75 750w, /_next/image?url=%2Fi..."
},
{
"src": "/_next/image?url=%2Fimages%2Ffooter%2Fpci-dss-badge.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent;filter:brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(88%)\" sizes=\"100vw\" srcset=\"/_next/image?url=%2Fimages%2Ffooter%2Fpci-dss-badge.png&w=640&q=75 640w, /_next/image?url=%2Fimages%2Ffooter%2Fpci-dss-badge.png&w=750&q=75 750w, /_next/image?ur..."
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, 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": [],
"expected": [
{
"id": "what",
"label": "What is Circle?",
"pattern": {}
},
{
"id": "how",
"label": "How does Circle work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Circle?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Circle free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Circle compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Circle?",
"pattern": {}
},
{
"id": "how",
"label": "How does Circle work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Circle?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Circle free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Circle compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 13552
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 13544
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 139028
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, 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": [],
"expected": [
{
"id": "what",
"label": "What is Circle?",
"pattern": {}
},
{
"id": "how",
"label": "How does Circle work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Circle?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Circle free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Circle compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Circle?",
"pattern": {}
},
{
"id": "how",
"label": "How does Circle work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Circle?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Circle free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Circle 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": 404,
"contentType": "text/html; charset=utf-8",
"length": 13538,
"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": 13451,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/_next/static/chunks/0np38gfi.zm1l.js",
"/_next/static/chunks/0o2pg6lyby.wf.js",
"/script",
"/_next/static/chunks/144~j65021tzh.js",
"/script",
"/_next/static/chunks/0z6od303gcjzb.js",
"/script",
"/_next/static/chunks/turbopack-0sp5ix~szrbil.js",
"/script",
"/_next/static/chunks/0x.73w57rn4ou.js"
],
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0np38gfi.zm1l.js\"/><script src=\"/_next/static/chunks/0o2pg6lyby.wf.js\" async=\"\"></script><script src=\"/_next/static/chunks/144~j65021tzh.js\" async=\"\"></script><script src=\"/_next/static/chunks/0z6od303gcjzb.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0sp5ix~szrbil.js\" async=\"\"></script><script src=\"/_next/static/chunks/0x.73w57rn4ou.js\" async=\"\"></script><script src=\"/_next/static/chunks/0h8ea52.j.8fg.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><title>Circle</title><meta property=\"og:title\" content=\"Circle\"/><meta property=\"og:image\" con"
}
},
"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": 404,
"contentType": "text/plain; charset=utf-8",
"length": 9,
"text": "Not Found"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 12693,
"text": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0np38gfi.zm1l.js\"/><script src=\"/_next/static/chunks/0o2pg6lyby.wf.js\" async=\"\"></script><script src=\"/_next/static/chunks/144~j65021tzh.js\" async=\"\"></script><script src=\"/_next/static/chunks/0z6od303gcjzb.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0sp5ix~szrbil.js\" async=\"\"></script><script src=\"/_next/static/chunks/0x.73w57rn4ou.js\" async=\"\"></script><script src=\"/_next/static/chunks/0h8ea52.j.8fg.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><title>Circle</title><meta property=\"og:title\" content=\"Circle\"/><meta property=\"og:image\" content=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F34a8e14828d7461f94d2a41e2ad89fc0\"/><meta property=\"og:image:width\" content=\"1200\"/><meta property=\"og:image:height\" content=\"630\"/><meta property=\"og:image:alt\" content=\"Circle\"/><meta property=\"og:type\" content=\"article\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:title\" content=\"Circle\"/><meta name=\"twitter:image\" content=\"https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F34a8e14828d7461f94d2a41e2ad89fc0\"/><meta name=\"twitter:image:alt\" content=\"Circle\"/><meta name=\"twitter:image:width\" content=\"1200\"/><meta name=\"twitter:image:height\" content=\"630\"/><link rel=\"icon\" href=\"/favicon.ico?favicon.0ltqiht8~fk99.ico\" sizes=\"48x48\" type=\"image/x-icon\"/><link rel=\"apple-touch-icon\" href=\"/apple-icon.png?apple-icon.0d04-7phws2pv.png\" sizes=\"192x192\" type=\"image/png\"/><script src=\"/_next/static/chunks/03~yq9q893hmn.js\" noModule=\"\"></script></head><body><div hidden=\"\"><!--$--><!--/$--></div><script src=\"/_next/static/chunks/0np38gfi.zm1l.js\" id=\"_R_\" async=\"\"></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,\"1:\\\"$Sreact.fragment\\\"\\n2:I[339756,[\\\"/_next/static/chunks/0x.73w57rn4ou.js\\\",\\\"/_next/static/chunks/0h8ea52.j.8fg.js\\\"],\\\"default\\\"]\\n3:I[837457,[\\\"/_next/static/chunks/0x.73w57rn4ou.js\\\",\\\"/_next/static/chunks/0h8ea52.j.8fg.js\\\"],\\\"default\\\"]\\nd:I[168027,[],\\\"default\\\",1]\\n:HL[\\\"/_next/static/chunks/0rqhukbu64ny0.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/chunks/0-nto97id8ug2.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/chunks/0i~~92uy.bxry.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/chunks/12crci610~a91.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/chunks/0~xrbtmpfkl~g.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/chunks/0gfwyvigm~sa3.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/chunks/0llzwjap0g_mf.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/media/83afe278b6a6bb3c.p.0q-301v4kxxnr.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n\"])</script><script>self.__next_f.push([1,\"0:{\\\"P\\\":null,\\\"c\\\":[\\\"\\\",\\\".well-known\\\",\\\"oauth-authorization-server\\\"],\\\"q\\\":\\\"\\\",\\\"i\\\":false,\\\"f\\\":[[[\\\"\\\",{\\\"children\\\":[[\\\"locale\\\",\\\".well-known\\\",\\\"d\\\",null],{\\\"children\\\":[[\\\"page\\\",\\\"oauth-authorization-server\\\",\\\"oc\\\",null],{\\\"children\\\":[\\\"__PAGE__\\\",{}]}]},\\\"$undefined\\\",\\\"$undefined\\\",16]}],[[\\\"$\\\",\\\"$1\\\",\\\"c\\\",{\\\"children\\\":[null,[\\\"$\\\",\\\"$L2\\\",null,{\\\"parallelRouterKey\\\":\\\"children\\\",\\\"error\\\":\\\"$undefined\\\",\\\"errorStyles\\\":\\\"$undefined\\\",\\\"errorScripts\\\":\\\"$undefined\\\",\\\"template\\\":[\\\"$\\\",\\\"$L3\\\",null,{}],\\\"templateStyles\\\":\\\"$undefined\\\",\\\"templateScripts\\\":\\\"$undefined\\\",\\\"notFound\\\":[[[\\\"$\\\",\\\"title\\\",null,{\\\"children\\\":\\\"404: This page could not be found.\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"style\\\":{\\\"fontFamily\\\":\\\"system-ui,\\\\\\\"Segoe UI\\\\\\\",Roboto,Helvetica,Arial,sans-serif,\\\\\\\"Apple Color Emoji\\\\\\\",\\\\\\\"Segoe UI Emoji\\\\\\\"\\\",\\\"height\\\":\\\"100vh\\\",\\\"textAlign\\\":\\\"center\\\",\\\"display\\\":\\\"flex\\\",\\\"flexDirection\\\":\\\"column\\\",\\\"alignItems\\\":\\\"center\\\",\\\"justifyContent\\\":\\\"center\\\"},\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"children\\\":[[\\\"$\\\",\\\"style\\\",null,{\\\"dangerouslySetInnerHTML\\\":{\\\"__html\\\":\\\"body{color:"
}
},
"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": "signup"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 12681
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 12693
}
]
},
"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": "signup"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/plain; 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": "Not Found"
},
"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://circle.so"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://circle.so/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://circle.so/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://circle.so/.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": "signup"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
100 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 AccessibilityPerformanceBrowser audit
Render-blocking requests
20 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 240Â 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 240Â 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
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
47/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "interactive",
"title": "Time to Interactive",
"score": 2,
"displayValue": "10.9Â s",
"numericValue": 10893.552195860528
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 100,
"displayValue": "0.4Â s",
"numericValue": 401.0035133768474
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 9,
"displayValue": "4.1Â s",
"numericValue": 4085.5026331552144
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10Â ms",
"numericValue": 11
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 0,
"displayValue": "870Â ms",
"numericValue": 874
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "5,330Â ms",
"numericValue": 5327
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "40Â ms",
"numericValue": 36.89099999999999
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 68,
"displayValue": "1.8Â s",
"numericValue": 1841.0193235726606
}
]
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
10 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 8,736Â KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 8,736Â KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 8945615
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
10 Warning
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 458Â KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 458Â KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
10 Warning
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 1,203Â 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,203Â KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 0
}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 |
|---|---|---|---|
| 58/100 | Level 3, Bot-Aware | Current report |