Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 64 out of 100
- Agent Ease of Use 53 out of 100
- Security & Trust 20 out of 100
- GEO, AIO and AEO 70 out of 100
- SEO 100 out of 100
- Performance and Accessibility 60 out of 100
What AI sees of your website
Typefully: Best social media tool for creators & businesses
Create, schedule, and publish social media posts on X (Twitter), LinkedIn, Threads, Bluesky, and more. Grow faster with analytics, tools and automations.
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 | 64 | Needs work | 18 | 6 | 0 | View details |
| Discoverability | 83 | Mostly ready | 8 | 1 | 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 | 53 | Needs work | 19 | 28 | 2 | View details |
| API | 50 | Needs work | 5 | 4 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 60 | Needs work | 5 | 7 | 1 | View details |
| Skill Discovery | 48 | Priority fix | 5 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 70 | Needs work | 5 | 2 | 12 | View details |
| GEO Readiness | 85 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 70 | Needs work | 3 | 1 | 3 | View details |
| AEO Readiness | 54 | Needs work | 1 | 1 | 5 | View details |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 52 | Needs work | 5 | 4 | 0 | View details |
| Security & Trust | 20 | Priority fix | 1 | 4 | 0 | View details |
| AI Training Exposure | 100 | Strong | 4 | 0 | 0 | |
| Performance and Accessibility | 60 | Needs work | 16 | 6 | 1 | View details |
| Performance | 47 | Priority fix | 14 | 5 | 1 | View details |
| Accessibility | 83 | Mostly ready | 2 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
43 items need attention
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
100 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization",
"WebPage",
"WebSite"
]
}AI 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": []
}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
}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": 200,
"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 lang=\"en\" data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/_next/static/css/7210350454c25a73.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/c22060c2eaf978fc.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><script>\n (function() {\n var DARK = \"dark-mode\";\n var LIGHT = \"light-mode\";\n var root = document.documentElement;\n\n // 1. Check forced-theme routes (highest priority, ignores user preference)\n var routes = "
},
{
"path": "/openapi.yaml",
"statusCode": 200,
"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 lang=\"en\" data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/_next/static/css/7210350454c25a73.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/c22060c2eaf978fc.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><script>\n (function() {\n var DARK = \"dark-mode\";\n var LIGHT = \"light-mode\";\n var root = document.documentElement;\n\n // 1. Check forced-theme routes (highest priority, ignores user preference)\n var routes = "
},
{
"path": "/swagger.json",
"statusCode": 200,
"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 lang=\"en\" data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/_next/static/css/7210350454c25a73.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/c22060c2eaf978fc.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><script>\n (function() {\n var DARK = \"dark-mode\";\n var LIGHT = \"light-mode\";\n var root = document.documentElement;\n\n // 1. Check forced-theme routes (highest priority, ignores user preference)\n var routes = "
},
{
"path": "/swagger.yaml",
"statusCode": 200,
"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 lang=\"en\" data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/_next/static/css/7210350454c25a73.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/c22060c2eaf978fc.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><script>\n (function() {\n var DARK = \"dark-mode\";\n var LIGHT = \"light-mode\";\n var root = document.documentElement;\n\n // 1. Check forced-theme routes (highest priority, ignores user preference)\n var routes = "
},
{
"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 data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/css/86cf7e6699e68f3c.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/css/ed498c6760cf775a.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-8708f8fe2fb75d4a.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"/><script src=\"/_next/static/chunks/312aca0e-ffd057a977fbbef4.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3693-11c048a7ae25c529.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as"
},
{
"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 data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/css/86cf7e6699e68f3c.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/css/ed498c6760cf775a.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-8708f8fe2fb75d4a.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"/><script src=\"/_next/static/chunks/312aca0e-ffd057a977fbbef4.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3693-11c048a7ae25c529.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as"
},
{
"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 data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/css/86cf7e6699e68f3c.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/css/ed498c6760cf775a.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-8708f8fe2fb75d4a.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"/><script src=\"/_next/static/chunks/312aca0e-ffd057a977fbbef4.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3693-11c048a7ae25c529.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as"
}
]
},
"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; missing <nav> landmark; missing <footer> landmark; skipped heading levels; 24 buttons missing accessible names.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": false,
"footer": false,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": true,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M18.3403 2H21.7352L14.2813 10.4871L22.9898 22H16.1558L10.8053 15.0037L4.67983 22H1.285L",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 26 26\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 976.98 1082\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M770.347,500.347c-1.355-156.85-86.386-251.367-230.025-251.367-95.872,0-176.499,43",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 600 530\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"m135.72 44.03c66.496 49.921 138.02 151.14 164.28 205.46 26.262-54.316 97.782-155.54 1",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M18.3403 2H21.7352L14.2813 10.4871L22.9898 22H16.1558L10.8053 15.0037L4.67983 22H1.285L",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 26 26\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 976.98 1082\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M770.347,500.347c-1.355-156.85-86.386-251.367-230.025-251.367-95.872,0-176.499,43",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 600 530\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"m135.72 44.03c66.496 49.921 138.02 151.14 164.28 205.46 26.262-54.316 97.782-155.54 1",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M18.3403 2H21.7352L14.2813 10.4871L22.9898 22H16.1558L10.8053 15.0037L4.67983 22H1.285L",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 26 26\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M18.3403 2H21.7352L14.2813 10.4871L22.9898 22H16.1558L10.8053 15.0037L4.67983 22H1.285L",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 26 26\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 976.98 1082\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M770.347,500.347c-1.355-156.85-86.386-251.367-230.025-251.367-95.872,0-176.499,43",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M18.3403 2H21.7352L14.2813 10.4871L22.9898 22H16.1558L10.8053 15.0037L4.67983 22H1.285L",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M18.3403 2H21.7352L14.2813 10.4871L22.9898 22H16.1558L10.8053 15.0037L4.67983 22H1.285L",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M18.3403 2H21.7352L14.2813 10.4871L22.9898 22H16.1558L10.8053 15.0037L4.67983 22H1.285L",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 26 26\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 976.98 1082\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M770.347,500.347c-1.355-156.85-86.386-251.367-230.025-251.367-95.872,0-176.499,43",
"<button data-state=\"closed\" tabindex=\"0\" class style=\"appearance: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; outline: none; margin: 0px; border-radius: 4px; padding: 0px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none text-typ-c4\"><path d=\"M18.3403 2H21.7352L14.2813 10.4871L22.9898 22H16.1558L10.8053 15.0037L4.67983 22H1.285L",
"<button aria-pressed=\"true\" class=\"relative flex items-center justify-center flex-1 z-1 select-none outline-hidden border-none appearance-none button-focus-ring transition duration-150 ease-in-out whitespace-nowrap text-typ-950 dark:text-typ-50 h-[22px] text-[13px] rounded-md truncate gap-1 px-3 max-[450px]:px-3\" type=\"button\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none transition-colors duration-100\"><path d=\"M",
"<button aria-pressed=\"false\" class=\"relative flex items-center justify-center flex-1 z-1 select-none outline-hidden border-none appearance-none button-focus-ring transition duration-150 ease-in-out whitespace-nowrap h-[22px] text-[13px] rounded-md text-typ-c3 hover:text-typ-c2 truncate gap-1 px-3 max-[450px]:px-3\" type=\"button\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 26 26\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none transition-colors duration-100\"><path d",
"<button aria-pressed=\"false\" class=\"relative flex items-center justify-center flex-1 z-1 select-none outline-hidden border-none appearance-none button-focus-ring transition duration-150 ease-in-out whitespace-nowrap h-[22px] text-[13px] rounded-md text-typ-c3 hover:text-typ-c2 truncate gap-1 px-3 max-[450px]:px-3\" type=\"button\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 976.98 1082\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none transition-colors duration-100\"><pa",
"<button aria-pressed=\"false\" class=\"relative flex items-center justify-center flex-1 z-1 select-none outline-hidden border-none appearance-none button-focus-ring transition duration-150 ease-in-out whitespace-nowrap h-[22px] text-[13px] rounded-md text-typ-c3 hover:text-typ-c2 truncate gap-1 px-3 max-[450px]:px-3\" type=\"button\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -2 33 37\" fill=\"currentColor\" width=\"14\" height=\"14\" class=\"relative flex-none transition-colors duration-100\"><path f",
"<button class=\"leading-tighter cursor-pointer relative max-w-full inline-flex flex-row items-center justify-center disabled:opacity-50 disabled:cursor-default button-focus-ring hover:brightness-[0.98] dark:hover:brightness-[1.1] transition-colors duration-150 text-white button-gradient-overlay font-semibold rounded-lg text-xs px-[10px] h-[26px] gap-0 bg-typ-orange rounded-tl-none rounded-bl-none\" tabindex=\"0\" data-typ-ui=\"button\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" vie"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h1: Write better contentGrow on social media faster",
"h3: The best AI-powered tool to draft, schedule, and collaborate on X, LinkedIn, Bluesky, and Threads.",
"h4: AI that writes in your voice",
"h4: Social media scheduler",
"h4: Powerful analytics to grow faster",
"h4: Publish everywhere",
"h4: Automate engagement",
"h4: Turn your social posts into a blog",
"h4: Never run out of ideas",
"h4: Share drafts & leave comments",
"h4: Create giveaways with Auto-DMs",
"h4: Pixel-perfect realistic previews",
"h3: Get started now with our free plan",
"h2: Trusted by the best companies",
"h3: From startups to Fortune 500 companies, Typefully is the go-to platform for teams that want to grow their social media presence."
]
},
"counts": {
"h1": 1,
"headings": 15,
"links": 1,
"inaccessibleLinks": 0,
"buttons": 39,
"inaccessibleButtons": 24,
"images": 97,
"imagesWithAlt": 97,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"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/html; charset=utf-8",
"length": 47165
}
]
},
"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 UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
25 Fail
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
Needs attention
AI context endpoint
Issue
Content-Type "text/html; charset=utf-8" is not JSON, Markdown, or text/plain.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
50/100
Status
fail
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint failed at "Validate resource body".
Validation steps
Validate resource body
Content-Type "text/html; charset=utf-8" is not JSON, Markdown, or text/plain.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/context",
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Content-Type \"text/html; charset=utf-8\" is not JSON, Markdown, or text/plain.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/_next/static/css/7210350454c25a73.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/c22060c2eaf978fc.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><script>\n (function() {\n var DARK = \"dark-mode\";\n var LIGHT = \"light-mode\";\n var root = document.documentElement;\n\n // 1. Check forced-theme routes (highest priority, ignores user preference)\n var routes = "
},
"issue": "Content-Type \"text/html; charset=utf-8\" is not JSON, Markdown, or text/plain.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
25 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.
25 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Validate resource body".
21 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": {
"serverInfo": {
"name": "Typefully MCP Server",
"version": "1.0.0",
"description": "MCP access to Typefully social media drafting, scheduling, publishing, and account tools.",
"homepage": "https://typefully.com/ai-agents",
"documentation": "https://support.typefully.com/en/articles/13128440-typefully-mcp-server"
},
"transport": {
"type": "streamable-http",
"endpoint": "https://mcp.typefully.com/mcp"
},
"capabilities": {
"tools": {}
},
"authentication": {
"type": "api-key",
"description": "Provide a Typefully API key using the setup instructions in the MCP documentation."
}
},
"rawExcerpt": "{\"serverInfo\":{\"name\":\"Typefully MCP Server\",\"version\":\"1.0.0\",\"description\":\"MCP access to Typefully social media drafting, scheduling, publishing, and account tools.\",\"homepage\":\"https://typefully.com/ai-agents\",\"documentation\":\"https://support.typefully.com/en/articles/13128440-typefully-mcp-server\"},\"transport\":{\"type\":\"streamable-http\",\"endpoint\":\"https://mcp.typefully.com/mcp\"},\"capabilities\":{\"tools\":{}},\"authentication\":{\"type\":\"api-key\",\"description\":\"Provide a Typefully API key using the setup instructions in the MCP documentation.\"}}",
"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"
]
},
"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 UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Validate resource body".
17 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Validate resource body".
Needs attention
mcp.json
Issue
Response is not valid JSON.
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
Response is not valid JSON.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/mcp.json",
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/_next/static/css/7210350454c25a73.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/c22060c2eaf978fc.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><script>\n (function() {\n var DARK = \"dark-mode\";\n var LIGHT = \"light-mode\";\n var root = document.documentElement;\n\n // 1. Check forced-theme routes (highest priority, ignores user preference)\n var routes = "
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Validate resource body".
17 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Validate resource body".
Needs attention
WebMCP manifest
Issue
Response is not valid JSON.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
Response is not valid JSON.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/webmcp.json",
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/_next/static/css/7210350454c25a73.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/c22060c2eaf978fc.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><script>\n (function() {\n var DARK = \"dark-mode\";\n var LIGHT = \"light-mode\";\n var root = document.documentElement;\n\n // 1. Check forced-theme routes (highest priority, ignores user preference)\n var routes = "
},
"issue": "Response is not valid JSON.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 0/100 and needs a fix.
16 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 0/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate, aboutOrContact, policyLinks.
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
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 0/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": false,
"policyLinks": false
},
"missing": [
"author",
"publisher",
"freshnessDate",
"aboutOrContact",
"policyLinks"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [],
"contactLinks": [],
"privacyLinks": [],
"score": 0,
"weight": 20
}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": "typefully.com",
"probes": [
{
"name": "_index._agents.typefully.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.typefully.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "typefully.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Validate resource body".
10 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Validate resource body".
Needs attention
A2A Agent Card
Issue
Response is not valid JSON.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
Response is not valid JSON.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/agent-card.json",
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/_next/static/css/7210350454c25a73.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/c22060c2eaf978fc.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><script>\n (function() {\n var DARK = \"dark-mode\";\n var LIGHT = \"light-mode\";\n var root = document.documentElement;\n\n // 1. Check forced-theme routes (highest priority, ignores user preference)\n var routes = "
},
"issue": "Response is not valid JSON.",
"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 "Validate resource body".
10 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Validate resource body".
Needs attention
agent.json
Issue
Response is not valid JSON.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
Response is not valid JSON.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/agent.json",
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/_next/static/css/7210350454c25a73.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/c22060c2eaf978fc.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><script>\n (function() {\n var DARK = \"dark-mode\";\n var LIGHT = \"light-mode\";\n var root = document.documentElement;\n\n // 1. Check forced-theme routes (highest priority, ignores user preference)\n var routes = "
},
"issue": "Response is not valid JSON.",
"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 "Validate resource body".
10 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Validate resource body".
Needs attention
agents.json
Issue
Response is not valid JSON.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
Response is not valid JSON.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/agents.json",
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/_next/static/css/7210350454c25a73.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/c22060c2eaf978fc.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><script>\n (function() {\n var DARK = \"dark-mode\";\n var LIGHT = \"light-mode\";\n var root = document.documentElement;\n\n // 1. Check forced-theme routes (highest priority, ignores user preference)\n var routes = "
},
"issue": "Response is not valid JSON.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 0/100 and needs a fix.
8 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 0/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate, aboutOrContact, policyLinks.
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
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 0/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": false,
"policyLinks": false
},
"missing": [
"author",
"publisher",
"freshnessDate",
"aboutOrContact",
"policyLinks"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [],
"contactLinks": [],
"privacyLinks": [],
"score": 0,
"weight": 22
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate resource body".
7 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. missing or invalid top-level fields: version=0.2.0.
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
67/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. missing or invalid top-level fields: version=0.2.0.
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://schemas.agentskills.io/discovery/0.2.0/schema.json",
"skills": [
{
"name": "typefully",
"type": "skill-md",
"description": "Create, schedule, and manage social media posts via Typefully for X, LinkedIn, Threads, Bluesky, and Mastodon.",
"url": "https://typefully.com/.well-known/agent-skills/typefully/SKILL.md",
"digest": "sha256:243d2ca5e2653bd057f506dfad79bcc7fe78e221ab030c6ae857e36edcc740a0"
}
]
},
"rawExcerpt": "{\"$schema\":\"https://schemas.agentskills.io/discovery/0.2.0/schema.json\",\"skills\":[{\"name\":\"typefully\",\"type\":\"skill-md\",\"description\":\"Create, schedule, and manage social media posts via Typefully for X, LinkedIn, Threads, Bluesky, and Mastodon.\",\"url\":\"https://typefully.com/.well-known/agent-skills/typefully/SKILL.md\",\"digest\":\"sha256:243d2ca5e2653bd057f506dfad79bcc7fe78e221ab030c6ae857e36edcc740a0\"}]}",
"issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.",
"schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
"skillCount": 1,
"validSkillCount": 1,
"invalidSkills": [],
"skills": [
{
"name": "typefully",
"type": "skill-md",
"description": "Create, schedule, and manage social media posts via Typefully for X, LinkedIn, Threads, Bluesky, and Mastodon.",
"url": "https://typefully.com/.well-known/agent-skills/typefully/SKILL.md",
"digest": "sha256:243d2ca5e2653bd057f506dfad79bcc7fe78e221ab030c6ae857e36edcc740a0"
}
]
},
"issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.",
"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": "pass",
"evidence": {
"checkedCount": 1,
"totalCount": 1,
"checked": [
{
"url": "https://typefully.com/.well-known/agent-skills/typefully/SKILL.md",
"statusCode": 200,
"contentType": "text/markdown; charset=utf-8",
"hasSkillHeading": true,
"length": 33366,
"advertisedDigest": "sha256:243d2ca5e2653bd057f506dfad79bcc7fe78e221ab030c6ae857e36edcc740a0",
"actualDigest": "sha256:243d2ca5e2653bd057f506dfad79bcc7fe78e221ab030c6ae857e36edcc740a0",
"digestMatches": true
}
]
},
"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."
}
]
}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
4 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": 4,
"passing": 0,
"failing": [
{
"heading": "The best AI-powered tool to draft, schedule, and collaborate on X, LinkedIn, Bluesky, and Threads.",
"headingHtml": "<h3 class=\"text-xl text-typ-c1 font-semibold [&>a]:text-typ-accent [&>a]:font-medium text-center leading-loose text-typ-c2! mt-2 max-w-full w-[520px] max-[400px]:w-[90%] [zoom:0.8] xs:[zoom:0.9] sm:[zoom:1] text-pretty\">The best AI-powered tool to draft, schedule, and collaborate on<!-- --> <span class=\"whitespace-nowrap\"><span class=\"x-symbol before:text-typ-c2\">X</span>,</span> <span class=\"whitespace-nowrap\">LinkedIn,</span> <span class=\"whitespace-nowrap\">Bluesky,</span> and...",
"firstParagraph": "Sign up or continue with",
"paragraphHtml": "<p class=\"text-base leading-normal [&>a]:text-typ-accent [&>a]:font-medium text-typ-c3 text-center\">Sign up or continue with</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Get started now with our free plan",
"headingHtml": "<h3 class=\"text-xl text-typ-c1 font-semibold leading-snug [&>a]:text-typ-accent [&>a]:font-medium text-pretty w-full max-w-[440px]\">Get started now with our free plan</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trusted by the best companies",
"headingHtml": "<h2 class=\"text-3xl font-bold leading-tight [&>a]:text-typ-accent [&>a]:font-medium text-pretty text-typ-50\">Trusted by the best companies</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "From startups to Fortune 500 companies, Typefully is the go-to platform for teams that want to grow their social media presence.",
"headingHtml": "<h3 class=\"text-xl text-typ-c1 font-semibold leading-snug [&>a]:text-typ-accent [&>a]:font-medium text-typ-350! text-balance\">From startups to Fortune 500 companies, Typefully is the <span class=\"text-nowrap\">go-to</span> platform for teams that want to grow their social media presence.</h3>",
"firstParagraph": "Fabrizio",
"paragraphHtml": "<p class=\"text-xs leading-tight [&>a]:text-typ-accent [&>a]:font-medium truncate font-medium text-typ-c1\">Fabrizio</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 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
No question-led h2 sections or FAQ pattern was detected.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 1,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 78/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 78/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: typefully, best, tool, creators, businesses, write, better, contentgrow.
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
78/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 78/100 and needs improvement.
Evidence
{
"title": "Typefully: Best social media tool for creators & businesses",
"h1": "Write better contentGrow on social media faster",
"description": "Create, schedule, and publish social media posts on X (Twitter), LinkedIn, Threads, Bluesky, and more. Grow faster with analytics, tools and automations.",
"topicOverlap": 0.2727272727272727,
"topicTerms": [
"typefully",
"best",
"social",
"media",
"tool",
"creators",
"businesses",
"write",
"better",
"contentgrow",
"faster"
],
"descriptionTerms": [
"create",
"schedule",
"publish",
"social",
"media",
"posts",
"twitter",
"linkedin",
"threads",
"bluesky",
"more",
"grow",
"faster",
"analytics",
"tools",
"automations"
],
"missingFromDescription": [
"typefully",
"best",
"tool",
"creators",
"businesses",
"write",
"better",
"contentgrow"
],
"score": 78,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
16 image(s) are missing width/height attributes. 4 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover",
"visibleWords": 625,
"htmlBytes": 216589,
"imagesMissingDimensions": [
{
"src": "https://avatars.typefully.com/typefully",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://avatars.typefully.com/typefully\" alt=\"Avatar\" loading=\"lazy\" class=\"size-full text-transparent bg-typ-c6 transition-[opacity_0.1s_ease-in-out]\">"
},
{
"src": "https://avatars.typefully.com/linuz90",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://avatars.typefully.com/linuz90\" alt=\"Avatar\" loading=\"lazy\" class=\"size-full text-transparent bg-typ-c6 transition-[opacity_0.1s_ease-in-out]\">"
},
{
"src": "https://avatars.typefully.com/linuz90",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://avatars.typefully.com/linuz90\" alt=\"Avatar\" loading=\"lazy\" class=\"size-full text-transparent bg-typ-c6 transition-[opacity_0.1s_ease-in-out]\">"
},
{
"src": "https://avatars.typefully.com/linuz90",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://avatars.typefully.com/linuz90\" alt=\"Avatar\" loading=\"lazy\" class=\"size-full text-transparent bg-typ-c6 transition-[opacity_0.1s_ease-in-out]\">"
},
{
"src": "https://avatars.typefully.com/linuz90",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://avatars.typefully.com/linuz90\" alt=\"Avatar\" loading=\"lazy\" class=\"size-full text-transparent bg-typ-c6 transition-[opacity_0.1s_ease-in-out]\">"
},
{
"src": "https://avatars.typefully.com/vercel",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"bg-typ-c4\" loading=\"lazy\" alt=\"@vercel\" src=\"https://avatars.typefully.com/vercel\" style=\"width: 60px; height: 60px; border-radius: 60px; background-color: var(--c4);\">"
},
{
"src": "https://avatars.typefully.com/marclou",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"bg-typ-c4\" loading=\"lazy\" alt=\"@marclou\" src=\"https://avatars.typefully.com/marclou\" style=\"width: 60px; height: 60px; border-radius: 60px; background-color: var(--c4);\">"
},
{
"src": "https://avatars.typefully.com/cisco_raio",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"bg-typ-c4\" style=\"width:22px;height:22px;border-radius:22px;background-color:var(--c4)\" loading=\"lazy\" alt=\"@cisco_raio\" src=\"https://avatars.typefully.com/cisco_raio\">"
},
{
"src": "https://avatars.typefully.com/linuz90",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"bg-typ-c4\" style=\"width:22px;height:22px;border-radius:22px;background-color:var(--c4)\" loading=\"lazy\" alt=\"@linuz90\" src=\"https://avatars.typefully.com/linuz90\">"
},
{
"src": "https://avatars.typefully.com/heyeaslo",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://avatars.typefully.com/heyeaslo\" alt=\"Avatar\" loading=\"lazy\" class=\"size-full text-transparent bg-typ-c6 transition-[opacity_0.1s_ease-in-out]\">"
},
{
"src": "https://avatars.typefully.com/kandros5591",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://avatars.typefully.com/kandros5591\" alt=\"Avatar\" loading=\"lazy\" class=\"size-full text-transparent bg-typ-c6 transition-[opacity_0.1s_ease-in-out]\">"
},
{
"src": "https://avatars.typefully.com/linuz90",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://avatars.typefully.com/linuz90\" alt=\"Avatar\" loading=\"lazy\" class=\"size-full text-transparent bg-typ-c6 transition-[opacity_0.1s_ease-in-out]\">"
},
{
"src": "https://avatars.typefully.com/linuz90",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://avatars.typefully.com/linuz90\" alt class=\"size-[20px] rounded-full\">"
},
{
"src": "https://avatars.typefully.com/linuz90",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://avatars.typefully.com/linuz90\" alt class=\"size-[40px] rounded-full\">"
},
{
"src": "https://avatars.typefully.com/linuz90",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://avatars.typefully.com/linuz90\" alt class=\"size-[40px] rounded-full\">"
},
{
"src": "https://avatars.typefully.com/linuz90",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://avatars.typefully.com/linuz90\" alt class=\"size-[40px] rounded-full\">"
}
],
"possibleDialogs": [
"<div class=\"fixed w-full h-full bg-black/20 dark:bg-black/30 fill-mode-both duration-200 max-modal:duration-400 animate-out fade-out-0\" data-aria-hidden=\"true\" aria-hidden=\"true\"></div>",
"<div class=\"fixed w-full h-full overflow-y-auto overflow-x-hidden pointer-events-auto max-modal:px-0 max-modal:pb-0 p-layout mac-app:pt-[44px] flex flex-col items-center justify-start pt-[50px] pb-0\" data-modal-scroll-container=\"true\"><div role=\"dialog\" id=\"radix-_R_2ub6_\" aria-describedby=\"radix-_R_2ub6H2_\" aria-labelledby=\"radix-_R_2ub6H1_\" data-state=\"closed\" data-modal-content=\"true\" class=\"relative min-w-0 shadow-xl min-h-min m-auto flex-[0_1_auto] bg-typ-white dark:bg-typ-800 dark:borde...",
"<div role=\"dialog\" id=\"radix-_R_2ub6_\" aria-describedby=\"radix-_R_2ub6H2_\" aria-labelledby=\"radix-_R_2ub6H1_\" data-state=\"closed\" data-modal-content=\"true\" class=\"relative min-w-0 shadow-xl min-h-min m-auto flex-[0_1_auto] bg-typ-white dark:bg-typ-800 dark:border border-typ-700 max-modal:dark:border-b-0 p-5 max-modal:p-layout max-modal:rounded-b-none ease-[cubic-bezier(0.4,0,0.1,1)] fill-mode-both origin-[50%_150px] animate-out modal:fade-out-0 modal:zoom-out-[0.98] max-modal:slide-out-to-bot...",
"<section class=\"mx-auto min-w-0 px-layout py-12 lg:py-16 [&.section+&.section]:pt-0 w-full section relative z-1 flex flex-col flex-nowrap items-center justify-center gap-1.5 md:gap-2 pt-10! max-modal:pt-16! md:pt-16! pb-4! md:pb-8!\"><div class=\"flex items-center gap-0 flex-nowrap relative leading-none grow-0 shrink-0 basis-auto mb-3 [zoom:0.7] sm:[zoom:0.85] md:[zoom:1]\"><div class=\"leading-0\" style=\"position:relative;margin-right:5px\"><svg width=\"31px\" height=\"31px\" viewBox=\"0 0 60 7..."
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
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
4 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": 4,
"passing": 0,
"failing": [
{
"heading": "The best AI-powered tool to draft, schedule, and collaborate on X, LinkedIn, Bluesky, and Threads.",
"headingHtml": "<h3 class=\"text-xl text-typ-c1 font-semibold [&>a]:text-typ-accent [&>a]:font-medium text-center leading-loose text-typ-c2! mt-2 max-w-full w-[520px] max-[400px]:w-[90%] [zoom:0.8] xs:[zoom:0.9] sm:[zoom:1] text-pretty\">The best AI-powered tool to draft, schedule, and collaborate on<!-- --> <span class=\"whitespace-nowrap\"><span class=\"x-symbol before:text-typ-c2\">X</span>,</span> <span class=\"whitespace-nowrap\">LinkedIn,</span> <span class=\"whitespace-nowrap\">Bluesky,</span> and...",
"firstParagraph": "Sign up or continue with",
"paragraphHtml": "<p class=\"text-base leading-normal [&>a]:text-typ-accent [&>a]:font-medium text-typ-c3 text-center\">Sign up or continue with</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Get started now with our free plan",
"headingHtml": "<h3 class=\"text-xl text-typ-c1 font-semibold leading-snug [&>a]:text-typ-accent [&>a]:font-medium text-pretty w-full max-w-[440px]\">Get started now with our free plan</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trusted by the best companies",
"headingHtml": "<h2 class=\"text-3xl font-bold leading-tight [&>a]:text-typ-accent [&>a]:font-medium text-pretty text-typ-50\">Trusted by the best companies</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "From startups to Fortune 500 companies, Typefully is the go-to platform for teams that want to grow their social media presence.",
"headingHtml": "<h3 class=\"text-xl text-typ-c1 font-semibold leading-snug [&>a]:text-typ-accent [&>a]:font-medium text-typ-350! text-balance\">From startups to Fortune 500 companies, Typefully is the <span class=\"text-nowrap\">go-to</span> platform for teams that want to grow their social media presence.</h3>",
"firstParagraph": "Fabrizio",
"paragraphHtml": "<p class=\"text-xs leading-tight [&>a]:text-typ-accent [&>a]:font-medium truncate font-medium text-typ-c1\">Fabrizio</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 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, optional visible FAQ or FAQPage schema.
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": false,
"definitionPatterns": 3,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 82/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 82/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: typefully, best, tool, creators, businesses, write, better, contentgrow.
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
82/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 82/100 and needs improvement.
Evidence
{
"title": "Typefully: Best social media tool for creators & businesses",
"h1": "Write better contentGrow on social media faster",
"description": "Create, schedule, and publish social media posts on X (Twitter), LinkedIn, Threads, Bluesky, and more. Grow faster with analytics, tools and automations.",
"topicOverlap": 0.2727272727272727,
"definitionCount": 3,
"topicTerms": [
"typefully",
"best",
"social",
"media",
"tool",
"creators",
"businesses",
"write",
"better",
"contentgrow",
"faster"
],
"descriptionTerms": [
"create",
"schedule",
"publish",
"social",
"media",
"posts",
"twitter",
"linkedin",
"threads",
"bluesky",
"more",
"grow",
"faster",
"analytics",
"tools",
"automations"
],
"missingFromDescription": [
"typefully",
"best",
"tool",
"creators",
"businesses",
"write",
"better",
"contentgrow"
],
"score": 82,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Trusted by the best companies",
"html": "<h2 class=\"text-3xl font-bold leading-tight [&>a]:text-typ-accent [&>a]:font-medium text-pretty text-typ-50\">Trusted by the best companies</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Typefully: social media tool for creators & b...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Typefully: social media tool for creators & b... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Typefully: social media tool for creators & b...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Typefully: social media tool for creators & b... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Typefully: social media tool for creators & b... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Typefully: social media tool for creators & b...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Typefully: social media tool for creators & b... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Typefully: social media tool for creators & b...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Typefully: social media tool for creators & b... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Typefully: social media tool for creators & b... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Trusted by the best companies",
"html": "<h2 class=\"text-3xl font-bold leading-tight [&>a]:text-typ-accent [&>a]:font-medium text-pretty text-typ-50\">Trusted by the best companies</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Typefully: social media tool for creators & b...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Typefully: social media tool for creators & b... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Typefully: social media tool for creators & b...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Typefully: social media tool for creators & b... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Typefully: social media tool for creators & b... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Typefully: social media tool for creators & b...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Typefully: social media tool for creators & b... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Typefully: social media tool for creators & b...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Typefully: social media tool for creators & b... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Typefully: social media tool for creators & b... 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": true,
"statusCode": 200,
"contentType": "text/html; charset=utf-8",
"length": 5161,
"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": 4859,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"https://fonts.googleapis.com\"/><link",
"https://fonts.gstatic.com\"",
"/_next/static/css/7210350454c25a73.css",
"/_next/static/css/c22060c2eaf978fc.css",
"//",
"/ai",
"//",
"//",
"/script",
"/script"
],
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/_next/static/css/7210350454c25a73.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/css/c22060c2eaf978fc.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as=\"style\"/><script>\n (function() {\n var DARK = \"dark-mode\";\n var LIGHT = \"light-mode\";\n var root = document.documentElement;\n\n // 1. Check forced-theme routes (highest priority, ignores user preference)\n var routes = "
}
},
"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/html; charset=utf-8",
"length": 47156,
"text": "<!DOCTYPE html><html data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/css/86cf7e6699e68f3c.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/css/ed498c6760cf775a.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-8708f8fe2fb75d4a.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"/><script src=\"/_next/static/chunks/312aca0e-ffd057a977fbbef4.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3693-11c048a7ae25c529.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d47c60823879af29.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/70598848-7155f49800fbaa92.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/1a0369b5-bc5a70948665809b.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/a345a783-0b541b85d050cbf7.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/13959dde-537ac9c541ff492c.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/120a0d35-37888a11b4608620.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/d2c687e2-a7a98f158e430015.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/6071f605-85e67898c2cfcf55.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/2717-97ebfa0f68e5d005.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/7166-848e3b12f1766810.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3581-0183624723758a2f.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/6643-7f051a97b029b34d.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/5631-5129d1772dfcb281.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3912-492de2de355f800d.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/2212-54bcaee92aeee758.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/1418-c7eec484cd46c248.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/2975-5ef74e7a80a1ed11.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3178-fce34ba6c12e0957.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/5945-da81ae2f520d3a3f.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/9563-0a6f61ee2a2fcd9c.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3556-1548737a86862ecb.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/1562-a76baf9a8d5e6921.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/38-8a9d684be921166b.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/5454-a491c5d7bdc4b696.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/app/layout-040a72a657bb2684.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/app/global-error-d041d1fc719783c1.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><title>404: This page could not be found.</title><meta name=\"robots\" content=\"noindex\"/><script src=\"/_next/static/chunks/polyfills-42372ed130431b"
},
"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": 47158,
"text": "<!DOCTYPE html><html data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/css/86cf7e6699e68f3c.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/css/ed498c6760cf775a.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-8708f8fe2fb75d4a.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"/><script src=\"/_next/static/chunks/312aca0e-ffd057a977fbbef4.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3693-11c048a7ae25c529.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d47c60823879af29.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/70598848-7155f49800fbaa92.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/1a0369b5-bc5a70948665809b.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/a345a783-0b541b85d050cbf7.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/13959dde-537ac9c541ff492c.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/120a0d35-37888a11b4608620.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/d2c687e2-a7a98f158e430015.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/6071f605-85e67898c2cfcf55.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/2717-97ebfa0f68e5d005.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/7166-848e3b12f1766810.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3581-0183624723758a2f.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/6643-7f051a97b029b34d.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/5631-5129d1772dfcb281.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3912-492de2de355f800d.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/2212-54bcaee92aeee758.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/1418-c7eec484cd46c248.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/2975-5ef74e7a80a1ed11.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3178-fce34ba6c12e0957.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/5945-da81ae2f520d3a3f.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/9563-0a6f61ee2a2fcd9c.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3556-1548737a86862ecb.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/1562-a76baf9a8d5e6921.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/38-8a9d684be921166b.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/5454-a491c5d7bdc4b696.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/app/layout-040a72a657bb2684.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/app/global-error-d041d1fc719783c1.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><title>404: This page could not be found.</title><meta name=\"robots\" content=\"noindex\"/><script src=\"/_next/static/chunks/polyfills-42372ed130431b"
}
},
"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": 6,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
1 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 1,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Trusted by the best companies",
"isQuestion": false,
"html": "<h2 class=\"text-3xl font-bold leading-tight [&>a]:text-typ-accent [&>a]:font-medium text-pretty text-typ-50\">Trusted by the best companies</h2>"
}
],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / 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": 47152
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 47158
}
]
},
"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": 6,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html data-dpl-id=\"dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/css/86cf7e6699e68f3c.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/css/ed498c6760cf775a.css?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-8708f8fe2fb75d4a.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\"/><script src=\"/_next/static/chunks/312aca0e-ffd057a977fbbef4.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" async=\"\"></script><script src=\"/_next/static/chunks/3693-11c048a7ae25c529.js?dpl=dpl_GuJdwpNQQ3JUyLeRrRVnaUUa7mqZ\" as"
},
"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://typefully.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://typefully.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://typefully.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://typefully.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"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
LCP breakdown
17 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP breakdown
Check name
LCP breakdown
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.
References
https://web.dev/learn/performance/Evidence
{
"description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 14Â KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 14Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
1.7Â s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "1.7Â s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 1683.38899999998
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
17 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 460Â 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 460Â 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
Use efficient cache lifetimes
8 Warning
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 179Â KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 179Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
8 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
55/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": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 96,
"displayValue": "0.8Â s",
"numericValue": 755.7041052698769
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 110Â ms",
"numericValue": 108
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 6,
"displayValue": "550Â ms",
"numericValue": 550.9999999999991
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 26,
"displayValue": "3.0Â s",
"numericValue": 3042.3709234483567
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 27,
"displayValue": "3.3Â s",
"numericValue": 3328.362288880461
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 73,
"displayValue": "3.4Â s",
"numericValue": 3363.2266846173857
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "20Â ms",
"numericValue": 19.954769999999996
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 10,
"displayValue": "800Â ms",
"numericValue": 800.9999999999989
}
]
}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 |
|---|---|---|---|
| 60/100 | Level 3, Bot-Aware | Current report |