Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 52 out of 100
- Agent Ease of Use 16 out of 100
- Security & Trust 20 out of 100
- GEO, AIO and AEO 73 out of 100
- SEO 92 out of 100
- Performance and Accessibility 56 out of 100
What AI sees of your website
Descript – AI Video & Podcast Editor | Free, Online
Descript makes editing video and audio as easy as editing text. Record, transcribe, edit, and publish in one tool. Try for free, with powerful upgrades for creators & teams.
Next step
Turn this report into a fix workflow
26 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 | 52 | Needs work | 11 | 13 | 0 | View details |
| Discoverability | 67 | Needs work | 5 | 4 | 0 | View details |
| Content Readiness | 50 | Needs work | 5 | 6 | 0 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 16 | Priority fix | 7 | 31 | 1 | View details |
| API | 17 | Priority fix | 1 | 8 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 73 | Needs work | 4 | 2 | 13 | View details |
| GEO Readiness | 84 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 71 | Needs work | 2 | 1 | 4 | View details |
| AEO Readiness | 63 | Needs work | 1 | 1 | 5 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 20 | Priority fix | 5 | 4 | 0 | View details |
| Security & Trust | 20 | Priority fix | 1 | 4 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 56 | Needs work | 20 | 5 | 1 | View details |
| Performance | 44 | Priority fix | 13 | 5 | 1 | View details |
| Accessibility | 77 | Mostly ready | 7 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
49 items need attention
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"BreadcrumbList",
"Organization"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "/",
"rel": "preconnect"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI 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": 88
}
]
},
"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 UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
33 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 163059,
"excerpt": "<!DOCTYPE html><html class=\"__variable_652856 __variable_10e94d __variable_006a88\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"https://px.a",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 54581
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
33 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Mar 24 2026 21:57:42 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"descript-3-0.webflow.io\" data-wf-page=\"639912466feba776b9030e18\" data-wf-site=\"5d761d627a6dfa6a5b28ab12\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.descript.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.descript.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.descript.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.descript.com/es/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" property=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod."
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Mar 24 2026 21:57:42 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"descript-3-0.webflow.io\" data-wf-page=\"639912466feba776b9030e18\" data-wf-site=\"5d761d627a6dfa6a5b28ab12\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.descript.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.descript.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.descript.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.descript.com/es/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" property=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod."
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Mar 24 2026 21:57:42 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"descript-3-0.webflow.io\" data-wf-page=\"639912466feba776b9030e18\" data-wf-site=\"5d761d627a6dfa6a5b28ab12\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.descript.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.descript.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.descript.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.descript.com/es/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" property=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod."
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Mar 24 2026 21:57:42 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"descript-3-0.webflow.io\" data-wf-page=\"639912466feba776b9030e18\" data-wf-site=\"5d761d627a6dfa6a5b28ab12\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.descript.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.descript.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.descript.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.descript.com/es/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" property=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod."
},
{
"path": "/api/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 class=\"__variable_652856 __variable_10e94d __variable_006a88\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"https://px.ads.linkedin.com/collect/?pid=3756516&fmt=gif\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/descript-nav-logo-light.svg\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/chevron-down.svg\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/nav-icons/video-editing.svg\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/nav-icons/podcasting.svg\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/nav"
},
{
"path": "/api/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 class=\"__variable_652856 __variable_10e94d __variable_006a88\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"https://px.ads.linkedin.com/collect/?pid=3756516&fmt=gif\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/descript-nav-logo-light.svg\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/chevron-down.svg\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/nav-icons/video-editing.svg\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/nav-icons/podcasting.svg\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/nav"
},
{
"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><!-- Last Published: Tue Mar 24 2026 21:57:42 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"descript-3-0.webflow.io\" data-wf-page=\"639912466feba776b9030e18\" data-wf-site=\"5d761d627a6dfa6a5b28ab12\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.descript.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.descript.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.descript.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.descript.com/es/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" property=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod."
}
]
},
"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.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <footer> landmark; 4 links missing accessible names; 4 buttons missing accessible names; missing alt text on >10% of images.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": false,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": false,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a href=\"https://x.com/descript/\" target=\"_blank\" class=\"builder-block builder-f1b80705270447b894cf9e71ede26997 footer-01__list-group__item css-19327ip\" builder-id=\"builder-f1b80705270447b894cf9e71ede26997\"><picture><img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbabc082d6d9948289187ed24d2e2d454?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c89322",
"<a href=\"https://www.youtube.com/@Descript\" target=\"_blank\" class=\"builder-block builder-4bf934950d864fc9a10bb1ed81d05272 footer-01__list-group__item css-19327ip\" builder-id=\"builder-4bf934950d864fc9a10bb1ed81d05272\"><picture><img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fa4a17df912304284be842fa9191da61e?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b0",
"<a href=\"https://www.linkedin.com/company/descript/\" target=\"_blank\" class=\"builder-block builder-39a735f176fd4439a34d376165ae0c4b footer-01__list-group__item css-19327ip\" builder-id=\"builder-39a735f176fd4439a34d376165ae0c4b\"><picture><img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F61e16d86855045338cbbc80da843c512?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d6",
"<a href=\"https://www.facebook.com/descriptapp/\" target=\"_blank\" class=\"builder-block builder-c8e5575925d24fc5b77cedd6780d02da footer-01__list-group__item css-19327ip\" builder-id=\"builder-c8e5575925d24fc5b77cedd6780d02da\"><picture><img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F0962f01ceab84fbfa243f40e580f30fb?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451"
],
"inaccessibleButtons": [
"<button disabled class=\"p-3 bg-[var(--Maroon-900)] cursor-auto rounded-full focus:outline-none\" style=\"box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.16)\"><div class=\"w-6 h-6 rotate-[180deg] \"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"2.5 2.5 11 11\"><path d=\"M3 8H13\" stroke=\"var(--Maroon-700)\"/><path d=\"M8 3L13 8L8 13\" stroke=\"var(--Maroon-700)\"/></svg></div></button>",
"<button class=\"p-3 bg-[var(--Maroon-750)] hover:bg-[var(--Maroon-600)] rounded-full focus:outline-none\" style=\"box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.16)\"><div class=\"w-6 h-6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"2.5 2.5 11 11\"><path d=\"M3 8H13\" stroke=\"var(--Neutral-0)\"/><path d=\"M8 3L13 8L8 13\" stroke=\"var(--Neutral-0)\"/></svg></div></button>",
"<button disabled class=\"p-3 bg-[var(--Maroon-900)] cursor-auto rounded-full focus:outline-none\" style=\"box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.16)\"><div class=\"w-6 h-6 rotate-[180deg] \"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"2.5 2.5 11 11\"><path d=\"M3 8H13\" stroke=\"var(--Maroon-700)\"/><path d=\"M8 3L13 8L8 13\" stroke=\"var(--Maroon-700)\"/></svg></div></button>",
"<button class=\"p-3 bg-[var(--Maroon-750)] hover:bg-[var(--Maroon-600)] rounded-full focus:outline-none\" style=\"box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.16)\"><div class=\"w-6 h-6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"2.5 2.5 11 11\"><path d=\"M3 8H13\" stroke=\"var(--Neutral-0)\"/><path d=\"M8 3L13 8L8 13\" stroke=\"var(--Neutral-0)\"/></svg></div></button>"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img role=\"presentation\" aria-hidden=\"true\" src=\"https://cdn.builder.io/api/v1/pixel?apiKey=fcea5005d671451e9b07839c893228d0\" class=\"builder-block builder-pixel-0tgxm7noyaa css-10b60oj\" builder-id=\"builder-pixel-0tgxm7noyaa\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fefb78eca9cf941d78f7e02b8e223ef9f\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fefb78eca9cf941d78f7e02b8e223ef9f?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fefb78eca9cf941d78f7e02b8e223ef9f?width=200 200w, https://cdn.builder.io/api/v1/image/asset",
"<img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F9571358abee0405d8f943025f95a9d51\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\">",
"<img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbd609cfe09ed43bab19d569f484d30be\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\">",
"<img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F9571358abee0405d8f943025f95a9d51\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\">",
"<img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F6a6dcf92b3994baea27be77bf022a75e\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\">",
"<img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbd939cd6af1e4ae39628937c63146e5a\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\">",
"<img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F60e987bb7ae54c7ebd3b834906b95aff\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\">",
"<img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F07f431a1c2ae41949d7030419190c354\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\">",
"<img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbd3c8f1130314c6181ec5ac4834e29d2\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\">",
"<img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F38ea40c2be9e42c691665a48ea08c365\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\">",
"<img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F3f8244d6ade24a01bb8d5c9885c3a471\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\">",
"<img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F7ffb85e47f4145e59e06c56110721347\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb63964150f954ca9bcf75de544f91953\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb63964150f954ca9bcf75de544f91953?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb63964150f954ca9bcf75de544f91953?width=200 200w, https://cdn.builder.io/api/v1/image/asset",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb85392ecf69f4cd0a98b92ea1c39a34c\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb85392ecf69f4cd0a98b92ea1c39a34c?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb85392ecf69f4cd0a98b92ea1c39a34c?width=200 200w, https://cdn.builder.io/api/v1/image/asset",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F18f3d8bd9d1b42fca6bda0013a8675ee\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F18f3d8bd9d1b42fca6bda0013a8675ee?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F18f3d8bd9d1b42fca6bda0013a8675ee?width=200 200w, https://cdn.builder.io/api/v1/image/asset",
"<img role=\"presentation\" aria-hidden=\"true\" src=\"https://cdn.builder.io/api/v1/pixel?apiKey=fcea5005d671451e9b07839c893228d0\" class=\"builder-block builder-pixel-yzd5lt20jzn css-10b60oj\" builder-id=\"builder-pixel-yzd5lt20jzn\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" sizes=\"(max-width: 638px) 15vw, (max-width: 998px) 10vw, 7vw\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" sizes=\"(max-width: 638px) 15vw, (max-width: 998px) 10vw, 7vw\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" sizes=\"(max-width: 638px) 15vw, (max-width: 998px) 10vw, 7vw\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" sizes=\"(max-width: 638px) 15vw, (max-width: 998px) 10vw, 7vw\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" sizes=\"(max-width: 638px) 15vw, (max-width: 998px) 10vw, 7vw\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-12153wi\" sizes=\"(max-width: 638px) 4vw, (max-width: 998px) 3vw, 2vw\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-12153wi\" sizes=\"(max-width: 638px) 4vw, (max-width: 998px) 3vw, 2vw\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-12153wi\" sizes=\"(max-width: 638px) 4vw, (max-width: 998px) 3vw, 2vw\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-12153wi\" sizes=\"(max-width: 638px) 4vw, (max-width: 998px) 3vw, 2vw\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-12153wi\" sizes=\"(max-width: 638px) 4vw, (max-width: 998px) 3vw, 2vw\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-12153wi\" sizes=\"(max-width: 638px) 4vw, (max-width: 998px) 3vw, 2vw\">",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F540d2bcafc934040b65ed617b1fd17f3\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F540d2bcafc934040b65ed617b1fd17f3?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F540d2bcafc934040b65ed617b1fd17f3?width=200 200w, https://cdn.builder.io/api/v1/image/asset",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fdf229da6ab914edabaf1fc6fc095ab71\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fdf229da6ab914edabaf1fc6fc095ab71?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fdf229da6ab914edabaf1fc6fc095ab71?width=200 200w, https://cdn.builder.io/api/v1/image/asset",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F7022e7eaa8cb4fe699e41e589c91920e\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F7022e7eaa8cb4fe699e41e589c91920e?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F7022e7eaa8cb4fe699e41e589c91920e?width=200 200w, https://cdn.builder.io/api/v1/image/asset",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fd40ce29ccf9d40bdb1325a8a683431c5?format=webp&width=130\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fd40ce29ccf9d40bdb1325a8a683431c5?format=webp&width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fd40ce29ccf9d40bdb1325a8a683431c5?format=webp&",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbabc082d6d9948289187ed24d2e2d454?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbabc082d6d9948289187ed24d2e2d454?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbabc082d6d9948289187ed24d2e2d454?width=200 200w, https://cdn.builder.io/api/v1/im",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fa4a17df912304284be842fa9191da61e?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fa4a17df912304284be842fa9191da61e?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fa4a17df912304284be842fa9191da61e?width=200 200w, https://cdn.builder.io/api/v1/im",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F61e16d86855045338cbbc80da843c512?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F61e16d86855045338cbbc80da843c512?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F61e16d86855045338cbbc80da843c512?width=200 200w, https://cdn.builder.io/api/v1/im",
"<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F0962f01ceab84fbfa243f40e580f30fb?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F0962f01ceab84fbfa243f40e580f30fb?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F0962f01ceab84fbfa243f40e580f30fb?width=200 200w, https://cdn.builder.io/api/v1/im"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 37,
"links": 131,
"inaccessibleLinks": 4,
"buttons": 5,
"inaccessibleButtons": 4,
"images": 231,
"imagesWithAlt": 195,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 54581
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 54581
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}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": "frame-ancestors 'self' https://*.webflow.com http://*.webflow.com http://*.webflow.io http://webflow.com https://webflow.com;"
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": "max-age=86400; includeSubDomains"
}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 UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 54581
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 54581
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 54581
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
17 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": "/api/ai/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 class=\"__variable_652856 __variable_10e94d __variable_006a88\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"https://px.ads.linkedin.com/collect/?pid=3756516&fmt=gif\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/descript-nav-logo-light.svg\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/chevron-down.svg\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/nav-icons/video-editing.svg\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/nav-icons/podcasting.svg\"/><link rel=\"preload\" as=\"image\" href=\"https://descript-website.vercel.app/images/nav"
},
"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."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.descript.com",
"probes": [
{
"name": "_index._agents.www.descript.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.descript.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": "www.descript.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "descript.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.linkedin.com/company/descript/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/descript/\" target=\"_blank\" class=\"builder-block builder-39a735f176fd4439a34d376165ae0c4b footer-01__list-group__item css-19327ip\" builder-id=\"builder-39a735f176fd4439a34d376165ae0c4b\"><picture><img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F61e16d86855045338cbbc80da843c512?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea500..."
},
{
"href": "/about",
"text": "About Us",
"html": "<a href=\"/about\" class=\"builder-block builder-3bc68e585e7a4929ad57580a0c868d87 nav-01__wrapper__link css-1c3igvv\" builder-id=\"builder-3bc68e585e7a4929ad57580a0c868d87\"><div data-model=\"symbol\" class=\"builder-block builder-147ef0ffa4a2449299646fd10995d0ec nav-01__wrapper__link__content builder-has-component css-7gy3l8 builder-symbol\" builder-id=\"builder-147ef0ffa4a2449299646fd10995d0ec\"><div class=\"builder-component builder-component-09db1997c9cb45a38dc6d933335d5631_28b1806c93ca4fd9966869e75d5..."
}
],
"contactLinks": [
{
"href": "/eye-contact",
"text": "Eye Contact",
"html": "<a href=\"/eye-contact\" class=\"inline-block min-[1200px]:hover:bg-[#fff7fa] rounded-lg py-2 min-[1200px]:p-2 text-[var(--Neutral-950)] font-semibold\" data-click-event=\"website_nav_clicked\" data-kind=\"eye_contact\" style=\"transition:background-color 150ms ease-out\"><p>Eye Contact</p></a>"
},
{
"href": "/teams/customer-support",
"text": "Customer support",
"html": "<a href=\"/teams/customer-support\" class=\"inline-block min-[1200px]:hover:bg-[#fff7fa] rounded-lg py-2 min-[1200px]:p-2 text-[var(--Neutral-950)] font-semibold\" data-click-event=\"website_nav_clicked\" data-kind=\"customer_support\" style=\"transition:background-color 150ms ease-out\"><p>Customer support</p></a>"
},
{
"href": "https://help.descript.com/",
"text": "Help and support",
"html": "<a href=\"https://help.descript.com/\" class=\"inline-block min-[1200px]:hover:bg-[#fff7fa] rounded-lg py-2 min-[1200px]:p-2 text-[var(--Neutral-950)] font-semibold\" data-click-event=\"website_nav_clicked\" data-kind=\"help_and_support\" style=\"transition:background-color 150ms ease-out\"><p>Help and support</p></a>"
},
{
"href": "/contact",
"text": "Contact sales",
"html": "<a href=\"/contact\" class=\"flex gap-2 cursor-pointer hover:bg-[var(--Neutral-50)] rounded-[4px] py-1 px-2\" data-click-event=\"website_nav_clicked\" data-kind=\"contact_sales\"><span>Contact sales</span></a>"
},
{
"href": "/contact",
"text": "Contact sales",
"html": "<a href=\"/contact\" class=\"text-xl font-semibold leading-[1.5]\" data-click-event=\"website_nav_clicked\" data-kind=\"contact_sales\" data-platform=\"mobile\">Contact sales</a>"
},
{
"href": "/eye-contact",
"text": "Eye ContactGo ahead, read your script. AI will make it seem like you were looking at the camera the whole time.",
"html": "<a href=\"/eye-contact\" class=\"block w-full h-full p-6 sm:p-7 2xl:p-8 rounded-[4px] text-left grid grid-rows-[370px_1fr] 2xl:grid-rows-[395px_1fr] bg-[var(--Maroon-900)] hover:shadow-elevation1\"><div class=\"relative\"><img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbd609cfe09ed43bab19d569f484d30be\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\"><div id=\"container-20o40tqc8q\" class=\"overflow-hidden rounded-[4px] height-fill-av..."
},
{
"href": "/eye-contact",
"text": "Eye Contact",
"html": "<a href=\"/eye-contact\" class=\"builder-block builder-09a76a285ccc427a87065c2eab714648 nav-01__wrapper__link css-1c3igvv\" builder-id=\"builder-09a76a285ccc427a87065c2eab714648\"><div data-model=\"symbol\" class=\"builder-block builder-a30736a8781846b9b44b3b2dbac7d260 nav-01__wrapper__link__content builder-has-component css-7gy3l8 builder-symbol\" builder-id=\"builder-a30736a8781846b9b44b3b2dbac7d260\"><div class=\"builder-component builder-component-09db1997c9cb45a38dc6d933335d5631_28b1806c93ca4fd996686..."
},
{
"href": "https://help.descript.com/hc/en-us",
"text": "Help & Support",
"html": "<a href=\"https://help.descript.com/hc/en-us\" class=\"builder-block builder-3e9ada3fbd2e4d758996ca7228a90240 nav-01__wrapper__link css-1c3igvv\" builder-id=\"builder-3e9ada3fbd2e4d758996ca7228a90240\"><div data-model=\"symbol\" class=\"builder-block builder-02e9a16926df45d9a1082e89a7918850 nav-01__wrapper__link__content builder-has-component css-7gy3l8 builder-symbol\" builder-id=\"builder-02e9a16926df45d9a1082e89a7918850\"><div class=\"builder-component builder-component-09db1997c9cb45a38dc6d933335d5631..."
}
],
"privacyLinks": [
{
"href": "/privacy",
"text": "Privacy",
"html": "<a href=\"/privacy\" class=\"builder-block builder-12f9451bc2fa499aa3d0805d8739b8f7 nav-01__wrapper__link css-1c3igvv\" builder-id=\"builder-12f9451bc2fa499aa3d0805d8739b8f7\"><div data-model=\"symbol\" class=\"builder-block builder-43939b9fd74d45c3a0744f00771aa74a nav-01__wrapper__link__content builder-has-component css-7gy3l8 builder-symbol\" builder-id=\"builder-43939b9fd74d45c3a0744f00771aa74a\"><div class=\"builder-component builder-component-09db1997c9cb45a38dc6d933335d5631_28b1806c93ca4fd9966869e75..."
},
{
"href": "/terms",
"text": "Terms",
"html": "<a href=\"/terms\" class=\"builder-block builder-c1ed12d7c903486cb12e3538834a7642 nav-01__wrapper__link css-1c3igvv\" builder-id=\"builder-c1ed12d7c903486cb12e3538834a7642\"><div data-model=\"symbol\" class=\"builder-block builder-9e9a37a43c2f467c8c8459f11d9ea7f5 nav-01__wrapper__link__content builder-has-component css-7gy3l8 builder-symbol\" builder-id=\"builder-9e9a37a43c2f467c8c8459f11d9ea7f5\"><div class=\"builder-component builder-component-09db1997c9cb45a38dc6d933335d5631_28b1806c93ca4fd9966869e75d5..."
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.linkedin.com/company/descript/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/descript/\" target=\"_blank\" class=\"builder-block builder-39a735f176fd4439a34d376165ae0c4b footer-01__list-group__item css-19327ip\" builder-id=\"builder-39a735f176fd4439a34d376165ae0c4b\"><picture><img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F61e16d86855045338cbbc80da843c512?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea500..."
},
{
"href": "/about",
"text": "About Us",
"html": "<a href=\"/about\" class=\"builder-block builder-3bc68e585e7a4929ad57580a0c868d87 nav-01__wrapper__link css-1c3igvv\" builder-id=\"builder-3bc68e585e7a4929ad57580a0c868d87\"><div data-model=\"symbol\" class=\"builder-block builder-147ef0ffa4a2449299646fd10995d0ec nav-01__wrapper__link__content builder-has-component css-7gy3l8 builder-symbol\" builder-id=\"builder-147ef0ffa4a2449299646fd10995d0ec\"><div class=\"builder-component builder-component-09db1997c9cb45a38dc6d933335d5631_28b1806c93ca4fd9966869e75d5..."
}
],
"contactLinks": [
{
"href": "/eye-contact",
"text": "Eye Contact",
"html": "<a href=\"/eye-contact\" class=\"inline-block min-[1200px]:hover:bg-[#fff7fa] rounded-lg py-2 min-[1200px]:p-2 text-[var(--Neutral-950)] font-semibold\" data-click-event=\"website_nav_clicked\" data-kind=\"eye_contact\" style=\"transition:background-color 150ms ease-out\"><p>Eye Contact</p></a>"
},
{
"href": "/teams/customer-support",
"text": "Customer support",
"html": "<a href=\"/teams/customer-support\" class=\"inline-block min-[1200px]:hover:bg-[#fff7fa] rounded-lg py-2 min-[1200px]:p-2 text-[var(--Neutral-950)] font-semibold\" data-click-event=\"website_nav_clicked\" data-kind=\"customer_support\" style=\"transition:background-color 150ms ease-out\"><p>Customer support</p></a>"
},
{
"href": "https://help.descript.com/",
"text": "Help and support",
"html": "<a href=\"https://help.descript.com/\" class=\"inline-block min-[1200px]:hover:bg-[#fff7fa] rounded-lg py-2 min-[1200px]:p-2 text-[var(--Neutral-950)] font-semibold\" data-click-event=\"website_nav_clicked\" data-kind=\"help_and_support\" style=\"transition:background-color 150ms ease-out\"><p>Help and support</p></a>"
},
{
"href": "/contact",
"text": "Contact sales",
"html": "<a href=\"/contact\" class=\"flex gap-2 cursor-pointer hover:bg-[var(--Neutral-50)] rounded-[4px] py-1 px-2\" data-click-event=\"website_nav_clicked\" data-kind=\"contact_sales\"><span>Contact sales</span></a>"
},
{
"href": "/contact",
"text": "Contact sales",
"html": "<a href=\"/contact\" class=\"text-xl font-semibold leading-[1.5]\" data-click-event=\"website_nav_clicked\" data-kind=\"contact_sales\" data-platform=\"mobile\">Contact sales</a>"
},
{
"href": "/eye-contact",
"text": "Eye ContactGo ahead, read your script. AI will make it seem like you were looking at the camera the whole time.",
"html": "<a href=\"/eye-contact\" class=\"block w-full h-full p-6 sm:p-7 2xl:p-8 rounded-[4px] text-left grid grid-rows-[370px_1fr] 2xl:grid-rows-[395px_1fr] bg-[var(--Maroon-900)] hover:shadow-elevation1\"><div class=\"relative\"><img src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbd609cfe09ed43bab19d569f484d30be\" height=\"36\" width=\"36\" loading=\"lazy\" class=\"absolute -top-3 -left-2 z-10\"><div id=\"container-20o40tqc8q\" class=\"overflow-hidden rounded-[4px] height-fill-av..."
},
{
"href": "/eye-contact",
"text": "Eye Contact",
"html": "<a href=\"/eye-contact\" class=\"builder-block builder-09a76a285ccc427a87065c2eab714648 nav-01__wrapper__link css-1c3igvv\" builder-id=\"builder-09a76a285ccc427a87065c2eab714648\"><div data-model=\"symbol\" class=\"builder-block builder-a30736a8781846b9b44b3b2dbac7d260 nav-01__wrapper__link__content builder-has-component css-7gy3l8 builder-symbol\" builder-id=\"builder-a30736a8781846b9b44b3b2dbac7d260\"><div class=\"builder-component builder-component-09db1997c9cb45a38dc6d933335d5631_28b1806c93ca4fd996686..."
},
{
"href": "https://help.descript.com/hc/en-us",
"text": "Help & Support",
"html": "<a href=\"https://help.descript.com/hc/en-us\" class=\"builder-block builder-3e9ada3fbd2e4d758996ca7228a90240 nav-01__wrapper__link css-1c3igvv\" builder-id=\"builder-3e9ada3fbd2e4d758996ca7228a90240\"><div data-model=\"symbol\" class=\"builder-block builder-02e9a16926df45d9a1082e89a7918850 nav-01__wrapper__link__content builder-has-component css-7gy3l8 builder-symbol\" builder-id=\"builder-02e9a16926df45d9a1082e89a7918850\"><div class=\"builder-component builder-component-09db1997c9cb45a38dc6d933335d5631..."
}
],
"privacyLinks": [
{
"href": "/privacy",
"text": "Privacy",
"html": "<a href=\"/privacy\" class=\"builder-block builder-12f9451bc2fa499aa3d0805d8739b8f7 nav-01__wrapper__link css-1c3igvv\" builder-id=\"builder-12f9451bc2fa499aa3d0805d8739b8f7\"><div data-model=\"symbol\" class=\"builder-block builder-43939b9fd74d45c3a0744f00771aa74a nav-01__wrapper__link__content builder-has-component css-7gy3l8 builder-symbol\" builder-id=\"builder-43939b9fd74d45c3a0744f00771aa74a\"><div class=\"builder-component builder-component-09db1997c9cb45a38dc6d933335d5631_28b1806c93ca4fd9966869e75..."
},
{
"href": "/terms",
"text": "Terms",
"html": "<a href=\"/terms\" class=\"builder-block builder-c1ed12d7c903486cb12e3538834a7642 nav-01__wrapper__link css-1c3igvv\" builder-id=\"builder-c1ed12d7c903486cb12e3538834a7642\"><div data-model=\"symbol\" class=\"builder-block builder-9e9a37a43c2f467c8c8459f11d9ea7f5 nav-01__wrapper__link__content builder-has-component css-7gy3l8 builder-symbol\" builder-id=\"builder-9e9a37a43c2f467c8c8459f11d9ea7f5\"><div class=\"builder-component builder-component-09db1997c9cb45a38dc6d933335d5631_28b1806c93ca4fd9966869e75d5..."
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
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
35 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": 36,
"passing": 1,
"failing": [
{
"heading": "AI Video Agent",
"headingHtml": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">AI Video Agent</span></h2>",
"firstParagraph": "Less work, more flow",
"paragraphHtml": "<p style=\"font-size:clamp(48px, 10vw, 56px);font-family:var(--font-gamuth-display);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Less work, more flow</span></p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Edit or generate a script",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Edit or generate a script </span></h3>",
"firstParagraph": "Write your own script and ask Underlord for feedback—then let it make the edits for you. Or start fresh: tell Underlord what you’re thinking, let it write a script, and give it your feedback.",
"paragraphHtml": "<p style=\"font-size:16px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Write your own script and ask Underlord for feedback—then let it make the edits for you. Or start fresh: tell Underlord what you’re thinking, let it write...",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "Give it a head-turning look",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Give it a head-turning look</span></h3>",
"firstParagraph": "Apply Descript's professionally designed layouts and smart transitions in a click, or let Underlord design your video. To change the look, ask Underlord for new colors and fonts—boom, done.",
"paragraphHtml": "<p style=\"font-size:16px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Apply Descript's professionally designed layouts and smart transitions in a click, or let Underlord design your video. To change the look, ask Underlord for new col...",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "Transcription Editor",
"headingHtml": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Transcription Editor</span></h2>",
"firstParagraph": "Text-based editing",
"paragraphHtml": "<p style=\"font-size:clamp(48px, 10vw, 56px);font-family:var(--font-gamuth-display);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Text-based editing</span></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Best AI Tools",
"headingHtml": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Best AI Tools</span></h2>",
"firstParagraph": "Work smarter. Finish faster. Create more.",
"paragraphHtml": "<p style=\"font-size:clamp(48px, 10vw, 56px);font-family:var(--font-gamuth-display);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Work smarter. Finish faster. Create more.</span></p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Green Screen",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Green Screen</h3>",
"firstParagraph": "Don't bother straightening up. Descript's AI will scrub out your background. You pick a new one.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Don't bother straightening up. Descript's AI will scrub out your background. You pick a new one.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Eye Contact",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Eye Contact</h3>",
"firstParagraph": "Go ahead, read your script. AI will make it seem like you were looking at the camera the whole time.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Go ahead, read your script. AI will make it seem like you were looking at the camera the whole time.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Studio Sound",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Studio Sound</h3>",
"firstParagraph": "No pricey mics or soundproofing required. Descript’s regenerative AI removes noise and enhances voices.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">No pricey mics or soundproofing required. Descript’s regenerative AI removes noise and enhances voices. </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Remove Filler Words",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Remove Filler Words</h3>",
"firstParagraph": "Instantly cut all your \"ums,\" \"uhs,\" “likes,” “you knows,” and other filler words. You'll sound smarter—and save hours.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Instantly cut all your "ums," "uhs," “likes,” “you knows,” and other filler words. You'll sound smarter—and save hours.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Translation",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Translation</h3>",
"firstParagraph": "Take your content to audiences all over the world without getting out of your chair.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Take your content to audiences all over the world without getting out of your chair. </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Transcription",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Transcription</h3>",
"firstParagraph": "Drag in an audio or video file; AI will transcribe it in moments. Now the magic starts.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Drag in an audio or video file; AI will transcribe it in moments. Now the magic starts.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Captions",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Captions</h3>",
"firstParagraph": "Add captions—and accessibility, and views, and your branding—in a couple clicks.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Add captions—and accessibility, and views, and your branding—in a couple clicks.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Avatars",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Avatars</h3>",
"firstParagraph": "Choose from our gallery or create one. Write a script and let your avatar do the talking so you can stay off camera.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Choose from our gallery or create one. Write a script and let your avatar do the talking so you can stay off camera.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Quick Design",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Quick Design</h3>",
"firstParagraph": "Rather not burn time adding scenes and layouts? Quick design automatically formats and adds B-roll with a click.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Rather not burn time adding scenes and layouts? Quick design automatically formats and adds B-roll with a click.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Generate video",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Generate video</h3>",
"firstParagraph": "Create B-roll tailored to your content. Choose from our styles or write your own prompt for something truly unique.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Create B-roll tailored to your content. Choose from our styles or write your own prompt for something truly unique.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Regenerate",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Regenerate</h3>",
"firstParagraph": "Correct a word or fix audio just by typing and Regenerate will clone your voice and change your mouth movement to match.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Correct a word or fix audio just by typing and Regenerate will clone your voice and change your mouth movement to match.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "One video editor for all this",
"headingHtml": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">One video editor for all this</span></h2>",
"firstParagraph": "Or just some of it. Descript gives you the flexibility to meet your audiences wherever they are.",
"paragraphHtml": "<p style=\"font-size:18px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Or just some of it. Descript gives you the flexibility to meet your audiences wherever they are. </span></p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Video content",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Video content</span></h3>",
"firstParagraph": "For your customers, your website, your social channels. Product demos, tutorials, screen recordings, webinars. Descript does it all.",
"paragraphHtml": "<p style=\"font-size:16px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">For your customers, your website, your social channels. Product demos, tutorials, screen recordings, webinars. Descript does it all.</span></p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Podcast Editor",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Podcast Editor</span></h3>",
"firstParagraph": "Descript's got everything you need to make any kind of podcast—audio, video, or both. Record, edit, publish, even make your promotional clips. All right here.",
"paragraphHtml": "<p style=\"font-size:16px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Descript's got everything you need to make any kind of podcast—audio, video, or both. Record, edit, publish, even make your promotional clips. All right here...",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Video Clips",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Video Clips</span></h3>",
"firstParagraph": "Use Descript’s AI to choose the moments most likely to go viral (it just knows). Then use your creativity, and Descript’s text-based editing, to make clips that pop.",
"paragraphHtml": "<p style=\"font-size:16px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Use Descript’s AI to choose the moments most likely to go viral (it just knows). Then use your creativity, and Descript’s text-based editing, to make clips...",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "Whatever your business needs",
"headingHtml": "<h2 class=\"builder-block builder-b55e0f67ccbc49f5a9529e2a5844cdd8 builder-has-component css-1egrrdd\" builder-id=\"builder-b55e0f67ccbc49f5a9529e2a5844cdd8\"><span class=\"builder-text css-1qggkls\">Whatever your business needs</span></h2>",
"firstParagraph": "Video can help almost everybody on your team communicate—with customers and prospects, or with each other. Descript makes it possible for all of them to say what they have to say, with video that looks and sounds good. No video team required.",
"paragraphHtml": "<p>Video can help almost everybody on your team communicate—with customers and prospects, or with each other. Descript makes it possible for all of them to say what they have to say, with video that looks and sounds good. No video team required.</p>",
"words": 43,
"direct": false,
"issue": "First paragraph is 43 words and does not look like a concise direct answer."
},
{
"heading": "Marketing",
"headingHtml": "<h3 class=\"relative z-10 mb-2 text-2xl font-semibold leading-[1.5] text-white\" style=\"font-family:var(--font-booton)\">Marketing</h3>",
"firstParagraph": "Product launch and how-to videos to get people to buy your stuff.",
"paragraphHtml": "<p class=\"relative z-10 leading-[150%] font-semibold text-white sm:hidden group-hover:block transition-all delay-100\" style=\"font-family:var(--font-booton)\">Product launch and how-to videos to get people to buy your stuff.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Learning & Development",
"headingHtml": "<h3 class=\"relative z-10 mb-2 text-2xl font-semibold leading-[1.5] text-white\" style=\"font-family:var(--font-booton)\">Learning & Development</h3>",
"firstParagraph": "Internal training videos that your team will actually pay attention to.",
"paragraphHtml": "<p class=\"relative z-10 leading-[150%] font-semibold text-white sm:hidden group-hover:block transition-all delay-100\" style=\"font-family:var(--font-booton)\">Internal training videos that your team will actually pay attention to.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Sales Enablement",
"headingHtml": "<h3 class=\"relative z-10 mb-2 text-2xl font-semibold leading-[1.5] text-white\" style=\"font-family:var(--font-booton)\">Sales Enablement</h3>",
"firstParagraph": "Sales training videos that help your team turn cold leads into warm bags of money.",
"paragraphHtml": "<p class=\"relative z-10 leading-[150%] font-semibold text-white sm:hidden group-hover:block transition-all delay-100\" style=\"font-family:var(--font-booton)\">Sales training videos that help your team turn cold leads into warm bags of money.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Support",
"headingHtml": "<h3 class=\"relative z-10 mb-2 text-2xl font-semibold leading-[1.5] text-white\" style=\"font-family:var(--font-booton)\">Support</h3>",
"firstParagraph": "Help videos that engage your customers before they get mad enough to cancel.",
"paragraphHtml": "<p class=\"relative z-10 leading-[150%] font-semibold text-white sm:hidden group-hover:block transition-all delay-100\" style=\"font-family:var(--font-booton)\">Help videos that engage your customers before they get mad enough to cancel.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Creators",
"headingHtml": "<h3 class=\"relative z-10 mb-2 text-2xl font-semibold leading-[1.5] text-white\" style=\"font-family:var(--font-booton)\">Creators</h3>",
"firstParagraph": "Podcasts, YouTube, Instagram, TikTok, and whatever else comes along.",
"paragraphHtml": "<p class=\"relative z-10 leading-[150%] font-semibold text-white sm:hidden group-hover:block transition-all delay-100\" style=\"font-family:var(--font-booton)\">Podcasts, YouTube, Instagram, TikTok, and whatever else comes along.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Don’t just take our word for it",
"headingHtml": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Don’t just take our word for it</span></h2>",
"firstParagraph": "With a 4.6-out-of-5-star rating and a bunch of distinctions on G2, Descript’s users have declared it an industry standard in the video and podcasting world.",
"paragraphHtml": "<p style=\"font-size:18px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">With a 4.6-out-of-5-star rating and a bunch of distinctions on G2, Descript’s users have declared it an industry standard in the video and podcasting world.</span...",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Best Software",
"headingHtml": "<h3 class=\"builder-block builder-a1d76a9b5a864344ae4311fc27e8e6e9 builder-has-component css-mj56tp\" builder-id=\"builder-a1d76a9b5a864344ae4311fc27e8e6e9\"><span class=\"builder-text css-1qggkls\">Best Software</span></h3>",
"firstParagraph": "",
"paragraphHtml": "<p style=\"font-size:18px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\"></span></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Video editing software at its finest",
"headingHtml": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Video editing software at its finest</span></h2>",
"firstParagraph": "Under its sleek exterior Descript packs a complete set of professional editing tools. So you can adjust timing, remove cross-talk, correct color—and anything else you need.",
"paragraphHtml": "<p style=\"font-size:18px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Under its sleek exterior Descript packs a complete set of professional editing tools. So you can adjust timing, remove cross-talk, correct color—and anything else...",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Precision controls",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Precision controls</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Timeline editing",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Timeline editing</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "PRICING",
"headingHtml": "<h2 class=\"text-lg tracking-[0.72px] text-[var(--Red-450)]\" style=\"font-family:var(--font-brett)\">PRICING</h2>",
"firstParagraph": "Surely there’s one for you",
"paragraphHtml": "<p class=\"text-[56px] leading-[1.1] text-[var(--Maroon-900)]\" style=\"font-family:var(--font-gamuth-display)\">Surely there’s one for you</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Free",
"headingHtml": "<h3 class=\"text-2xl font-semibold\" style=\"font-family:var(--font-booton)\">Free</h3>",
"firstParagraph": "$0",
"paragraphHtml": "<p class=\"text-[56px] leading-[1.1] font-semibold text-[var(--Maroon-900)]\" style=\"font-family:var(--font-booton)\">$0</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Hobbyist",
"headingHtml": "<h3 class=\"text-2xl font-semibold\" style=\"font-family:var(--font-booton)\">Hobbyist</h3>",
"firstParagraph": "$24",
"paragraphHtml": "<p class=\"text-[56px] leading-[1.1] font-semibold text-[var(--Maroon-900)]\" style=\"font-family:var(--font-booton)\">$24</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Creator",
"headingHtml": "<h3 class=\"text-2xl font-semibold\" style=\"font-family:var(--font-booton)\">Creator</h3>",
"firstParagraph": "$35",
"paragraphHtml": "<p class=\"text-[56px] leading-[1.1] font-semibold text-[var(--Lilac-900)]\" style=\"font-family:var(--font-booton)\">$35</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": 8,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 67/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 67/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
1 structured-data value(s) were not found in visible page text.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
67/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: Visible structured data match scored 67/100 and needs improvement.
Evidence
{
"schemaCount": 2,
"checkedFields": [
{
"path": "$[0].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[1].name",
"value": "Descript"
},
{
"path": "$[1].description",
"value": "Descript makes editing video and audio as easy as editing text. Record, transcribe, edit, and publish in one tool. Try for free, with powerful upgrades for creators & teams."
}
],
"mismatches": [
{
"path": "$[0].itemListElement[0].name",
"value": "Home"
}
],
"score": 67,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
1 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 108,
"heading": "H2: Whatever your business needs",
"text": "Video can help almost everybody on your team communicate—with customers and prospects, or with each other. Descript makes it possible for all of them to say what they have to say, with video that looks and sounds good. No video team required.",
"words": 43,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Video can help almost everybody on your team communicate—with customers and prospects, or with each other. Descript makes it possible for all of them to say what they have to say, with video that looks and sounds good. No video team required.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 60/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 60/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
HTML size is large (2677683 bytes). 17 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 60/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1449,
"htmlBytes": 2677683,
"imagesMissingDimensions": [
{
"src": "https://descript-website.vercel.app/images/nav-bg-texture-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://descript-website.vercel.app/images/nav-bg-texture-1.jpg\" alt class=\"absolute inset-0 w-full object-cover pointer-events-none\" style=\"height:130%;top:-15%;object-position:0% 70%;opacity:0.63;transition:object-position 500ms ease-out\">"
},
{
"src": "https://descript-website.vercel.app/images/logo-saastr.png",
"width": "",
"height": "32",
"loading": "lazy",
"html": "<img src=\"https://descript-website.vercel.app/images/logo-saastr.png\" alt=\"SaaStr logo\" height=\"32\" class=\"max-h-[32px] w-auto object-contain object-left\" loading=\"lazy\">"
},
{
"src": "https://descript-website.vercel.app/images/logo-linkedin.png",
"width": "",
"height": "32",
"loading": "lazy",
"html": "<img src=\"https://descript-website.vercel.app/images/logo-linkedin.png\" alt=\"LinkedIn logo\" height=\"32\" class=\"max-h-[32px] w-auto object-contain object-left\" loading=\"lazy\">"
},
{
"src": "https://cdn.builder.io/api/v1/pixel?apiKey=fcea5005d671451e9b07839c893228d0",
"width": "",
"height": "",
"loading": "",
"html": "<img role=\"presentation\" aria-hidden=\"true\" src=\"https://cdn.builder.io/api/v1/pixel?apiKey=fcea5005d671451e9b07839c893228d0\" class=\"builder-block builder-pixel-0tgxm7noyaa css-10b60oj\" builder-id=\"builder-pixel-0tgxm7noyaa\">"
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fefb78eca9cf941d78f7e02b8e223ef9f",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fefb78eca9cf941d78f7e02b8e223ef9f\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fefb78eca9cf941d78f7e02b8e223ef9f?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fefb78eca9cf941d78f7e02b8e223ef9f?width=200 200w, https://cdn.builder.io/api/v1/image/as..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb63964150f954ca9bcf75de544f91953",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb63964150f954ca9bcf75de544f91953\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb63964150f954ca9bcf75de544f91953?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb63964150f954ca9bcf75de544f91953?width=200 200w, https://cdn.builder.io/api/v1/image/as..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb85392ecf69f4cd0a98b92ea1c39a34c",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb85392ecf69f4cd0a98b92ea1c39a34c\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb85392ecf69f4cd0a98b92ea1c39a34c?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fb85392ecf69f4cd0a98b92ea1c39a34c?width=200 200w, https://cdn.builder.io/api/v1/image/as..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F18f3d8bd9d1b42fca6bda0013a8675ee",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F18f3d8bd9d1b42fca6bda0013a8675ee\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F18f3d8bd9d1b42fca6bda0013a8675ee?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F18f3d8bd9d1b42fca6bda0013a8675ee?width=200 200w, https://cdn.builder.io/api/v1/image/as..."
},
{
"src": "https://cdn.builder.io/api/v1/pixel?apiKey=fcea5005d671451e9b07839c893228d0",
"width": "",
"height": "",
"loading": "",
"html": "<img role=\"presentation\" aria-hidden=\"true\" src=\"https://cdn.builder.io/api/v1/pixel?apiKey=fcea5005d671451e9b07839c893228d0\" class=\"builder-block builder-pixel-yzd5lt20jzn css-10b60oj\" builder-id=\"builder-pixel-yzd5lt20jzn\">"
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F540d2bcafc934040b65ed617b1fd17f3",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F540d2bcafc934040b65ed617b1fd17f3\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F540d2bcafc934040b65ed617b1fd17f3?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F540d2bcafc934040b65ed617b1fd17f3?width=200 200w, https://cdn.builder.io/api/v1/image/as..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fdf229da6ab914edabaf1fc6fc095ab71",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fdf229da6ab914edabaf1fc6fc095ab71\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fdf229da6ab914edabaf1fc6fc095ab71?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fdf229da6ab914edabaf1fc6fc095ab71?width=200 200w, https://cdn.builder.io/api/v1/image/as..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F7022e7eaa8cb4fe699e41e589c91920e",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F7022e7eaa8cb4fe699e41e589c91920e\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F7022e7eaa8cb4fe699e41e589c91920e?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F7022e7eaa8cb4fe699e41e589c91920e?width=200 200w, https://cdn.builder.io/api/v1/image/as..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fd40ce29ccf9d40bdb1325a8a683431c5?format=webp&width=130",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fd40ce29ccf9d40bdb1325a8a683431c5?format=webp&width=130\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fd40ce29ccf9d40bdb1325a8a683431c5?format=webp&width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fd40ce29ccf9d40bdb1325a8a683431c5?format=webp&..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbabc082d6d9948289187ed24d2e2d454?width=23",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbabc082d6d9948289187ed24d2e2d454?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbabc082d6d9948289187ed24d2e2d454?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fbabc082d6d9948289187ed24d2e2d454?width=200 200w, https://cdn.builder.io/api/v1..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fa4a17df912304284be842fa9191da61e?width=23",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fa4a17df912304284be842fa9191da61e?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fa4a17df912304284be842fa9191da61e?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2Fa4a17df912304284be842fa9191da61e?width=200 200w, https://cdn.builder.io/api/v1..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F61e16d86855045338cbbc80da843c512?width=23",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F61e16d86855045338cbbc80da843c512?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F61e16d86855045338cbbc80da843c512?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F61e16d86855045338cbbc80da843c512?width=200 200w, https://cdn.builder.io/api/v1..."
},
{
"src": "https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F0962f01ceab84fbfa243f40e580f30fb?width=23",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img role=\"presentation\" loading=\"lazy\" class=\"builder-image css-1hbf805\" src=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F0962f01ceab84fbfa243f40e580f30fb?width=23\" srcset=\"https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F0962f01ceab84fbfa243f40e580f30fb?width=100 100w, https://cdn.builder.io/api/v1/image/assets%2Ffcea5005d671451e9b07839c893228d0%2F0962f01ceab84fbfa243f40e580f30fb?width=200 200w, https://cdn.builder.io/api/v1..."
}
],
"possibleDialogs": [],
"score": 60,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: podcast, editor, online.
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
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: Entity clarity scored 85/100 and needs improvement.
Evidence
{
"title": "Descript – AI Video & Podcast Editor | Free, Online",
"h1": "AI Video Editor",
"description": "Descript makes editing video and audio as easy as editing text. Record, transcribe, edit, and publish in one tool. Try for free, with powerful upgrades for creators & teams.",
"topicOverlap": 0.5,
"topicTerms": [
"descript",
"video",
"podcast",
"editor",
"free",
"online"
],
"descriptionTerms": [
"descript",
"makes",
"editing",
"video",
"audio",
"easy",
"text",
"record",
"transcribe",
"edit",
"publish",
"one",
"tool",
"try",
"free",
"powerful",
"upgrades",
"creators",
"teams"
],
"missingFromDescription": [
"podcast",
"editor",
"online"
],
"score": 85,
"weight": 28
}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": 1,
"schemaBlocks": 2,
"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
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
35 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": 36,
"passing": 1,
"failing": [
{
"heading": "AI Video Agent",
"headingHtml": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">AI Video Agent</span></h2>",
"firstParagraph": "Less work, more flow",
"paragraphHtml": "<p style=\"font-size:clamp(48px, 10vw, 56px);font-family:var(--font-gamuth-display);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Less work, more flow</span></p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Edit or generate a script",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Edit or generate a script </span></h3>",
"firstParagraph": "Write your own script and ask Underlord for feedback—then let it make the edits for you. Or start fresh: tell Underlord what you’re thinking, let it write a script, and give it your feedback.",
"paragraphHtml": "<p style=\"font-size:16px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Write your own script and ask Underlord for feedback—then let it make the edits for you. Or start fresh: tell Underlord what you’re thinking, let it write...",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "Give it a head-turning look",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Give it a head-turning look</span></h3>",
"firstParagraph": "Apply Descript's professionally designed layouts and smart transitions in a click, or let Underlord design your video. To change the look, ask Underlord for new colors and fonts—boom, done.",
"paragraphHtml": "<p style=\"font-size:16px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Apply Descript's professionally designed layouts and smart transitions in a click, or let Underlord design your video. To change the look, ask Underlord for new col...",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "Transcription Editor",
"headingHtml": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Transcription Editor</span></h2>",
"firstParagraph": "Text-based editing",
"paragraphHtml": "<p style=\"font-size:clamp(48px, 10vw, 56px);font-family:var(--font-gamuth-display);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Text-based editing</span></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Best AI Tools",
"headingHtml": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Best AI Tools</span></h2>",
"firstParagraph": "Work smarter. Finish faster. Create more.",
"paragraphHtml": "<p style=\"font-size:clamp(48px, 10vw, 56px);font-family:var(--font-gamuth-display);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Work smarter. Finish faster. Create more.</span></p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Green Screen",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Green Screen</h3>",
"firstParagraph": "Don't bother straightening up. Descript's AI will scrub out your background. You pick a new one.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Don't bother straightening up. Descript's AI will scrub out your background. You pick a new one.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Eye Contact",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Eye Contact</h3>",
"firstParagraph": "Go ahead, read your script. AI will make it seem like you were looking at the camera the whole time.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Go ahead, read your script. AI will make it seem like you were looking at the camera the whole time.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Studio Sound",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Studio Sound</h3>",
"firstParagraph": "No pricey mics or soundproofing required. Descript’s regenerative AI removes noise and enhances voices.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">No pricey mics or soundproofing required. Descript’s regenerative AI removes noise and enhances voices. </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Remove Filler Words",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Remove Filler Words</h3>",
"firstParagraph": "Instantly cut all your \"ums,\" \"uhs,\" “likes,” “you knows,” and other filler words. You'll sound smarter—and save hours.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Instantly cut all your "ums," "uhs," “likes,” “you knows,” and other filler words. You'll sound smarter—and save hours.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Translation",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Translation</h3>",
"firstParagraph": "Take your content to audiences all over the world without getting out of your chair.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Take your content to audiences all over the world without getting out of your chair. </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Transcription",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Transcription</h3>",
"firstParagraph": "Drag in an audio or video file; AI will transcribe it in moments. Now the magic starts.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Drag in an audio or video file; AI will transcribe it in moments. Now the magic starts.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Captions",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Captions</h3>",
"firstParagraph": "Add captions—and accessibility, and views, and your branding—in a couple clicks.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Add captions—and accessibility, and views, and your branding—in a couple clicks.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Avatars",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Avatars</h3>",
"firstParagraph": "Choose from our gallery or create one. Write a script and let your avatar do the talking so you can stay off camera.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Choose from our gallery or create one. Write a script and let your avatar do the talking so you can stay off camera.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Quick Design",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Quick Design</h3>",
"firstParagraph": "Rather not burn time adding scenes and layouts? Quick design automatically formats and adds B-roll with a click.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Rather not burn time adding scenes and layouts? Quick design automatically formats and adds B-roll with a click.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Generate video",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Generate video</h3>",
"firstParagraph": "Create B-roll tailored to your content. Choose from our styles or write your own prompt for something truly unique.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Create B-roll tailored to your content. Choose from our styles or write your own prompt for something truly unique.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Regenerate",
"headingHtml": "<h3 class=\"text-[var(--Red-0)] mt-8 mb-2 text-2xl tracking-[-0.48px] leading-[130%] font-semibold\" style=\"font-family:var(--font-booton)\">Regenerate</h3>",
"firstParagraph": "Correct a word or fix audio just by typing and Regenerate will clone your voice and change your mouth movement to match.",
"paragraphHtml": "<p class=\"text-[var(--Red-0)] text-lg tracking-[-0.36px] leading-[150%]\" style=\"font-family:var(--font-booton)\">Correct a word or fix audio just by typing and Regenerate will clone your voice and change your mouth movement to match.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "One video editor for all this",
"headingHtml": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">One video editor for all this</span></h2>",
"firstParagraph": "Or just some of it. Descript gives you the flexibility to meet your audiences wherever they are.",
"paragraphHtml": "<p style=\"font-size:18px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Or just some of it. Descript gives you the flexibility to meet your audiences wherever they are. </span></p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Video content",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Video content</span></h3>",
"firstParagraph": "For your customers, your website, your social channels. Product demos, tutorials, screen recordings, webinars. Descript does it all.",
"paragraphHtml": "<p style=\"font-size:16px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">For your customers, your website, your social channels. Product demos, tutorials, screen recordings, webinars. Descript does it all.</span></p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Podcast Editor",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Podcast Editor</span></h3>",
"firstParagraph": "Descript's got everything you need to make any kind of podcast—audio, video, or both. Record, edit, publish, even make your promotional clips. All right here.",
"paragraphHtml": "<p style=\"font-size:16px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Descript's got everything you need to make any kind of podcast—audio, video, or both. Record, edit, publish, even make your promotional clips. All right here...",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Video Clips",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Video Clips</span></h3>",
"firstParagraph": "Use Descript’s AI to choose the moments most likely to go viral (it just knows). Then use your creativity, and Descript’s text-based editing, to make clips that pop.",
"paragraphHtml": "<p style=\"font-size:16px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Use Descript’s AI to choose the moments most likely to go viral (it just knows). Then use your creativity, and Descript’s text-based editing, to make clips...",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "Whatever your business needs",
"headingHtml": "<h2 class=\"builder-block builder-b55e0f67ccbc49f5a9529e2a5844cdd8 builder-has-component css-1egrrdd\" builder-id=\"builder-b55e0f67ccbc49f5a9529e2a5844cdd8\"><span class=\"builder-text css-1qggkls\">Whatever your business needs</span></h2>",
"firstParagraph": "Video can help almost everybody on your team communicate—with customers and prospects, or with each other. Descript makes it possible for all of them to say what they have to say, with video that looks and sounds good. No video team required.",
"paragraphHtml": "<p>Video can help almost everybody on your team communicate—with customers and prospects, or with each other. Descript makes it possible for all of them to say what they have to say, with video that looks and sounds good. No video team required.</p>",
"words": 43,
"direct": false,
"issue": "First paragraph is 43 words and does not look like a concise direct answer."
},
{
"heading": "Marketing",
"headingHtml": "<h3 class=\"relative z-10 mb-2 text-2xl font-semibold leading-[1.5] text-white\" style=\"font-family:var(--font-booton)\">Marketing</h3>",
"firstParagraph": "Product launch and how-to videos to get people to buy your stuff.",
"paragraphHtml": "<p class=\"relative z-10 leading-[150%] font-semibold text-white sm:hidden group-hover:block transition-all delay-100\" style=\"font-family:var(--font-booton)\">Product launch and how-to videos to get people to buy your stuff.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Learning & Development",
"headingHtml": "<h3 class=\"relative z-10 mb-2 text-2xl font-semibold leading-[1.5] text-white\" style=\"font-family:var(--font-booton)\">Learning & Development</h3>",
"firstParagraph": "Internal training videos that your team will actually pay attention to.",
"paragraphHtml": "<p class=\"relative z-10 leading-[150%] font-semibold text-white sm:hidden group-hover:block transition-all delay-100\" style=\"font-family:var(--font-booton)\">Internal training videos that your team will actually pay attention to.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Sales Enablement",
"headingHtml": "<h3 class=\"relative z-10 mb-2 text-2xl font-semibold leading-[1.5] text-white\" style=\"font-family:var(--font-booton)\">Sales Enablement</h3>",
"firstParagraph": "Sales training videos that help your team turn cold leads into warm bags of money.",
"paragraphHtml": "<p class=\"relative z-10 leading-[150%] font-semibold text-white sm:hidden group-hover:block transition-all delay-100\" style=\"font-family:var(--font-booton)\">Sales training videos that help your team turn cold leads into warm bags of money.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Support",
"headingHtml": "<h3 class=\"relative z-10 mb-2 text-2xl font-semibold leading-[1.5] text-white\" style=\"font-family:var(--font-booton)\">Support</h3>",
"firstParagraph": "Help videos that engage your customers before they get mad enough to cancel.",
"paragraphHtml": "<p class=\"relative z-10 leading-[150%] font-semibold text-white sm:hidden group-hover:block transition-all delay-100\" style=\"font-family:var(--font-booton)\">Help videos that engage your customers before they get mad enough to cancel.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Creators",
"headingHtml": "<h3 class=\"relative z-10 mb-2 text-2xl font-semibold leading-[1.5] text-white\" style=\"font-family:var(--font-booton)\">Creators</h3>",
"firstParagraph": "Podcasts, YouTube, Instagram, TikTok, and whatever else comes along.",
"paragraphHtml": "<p class=\"relative z-10 leading-[150%] font-semibold text-white sm:hidden group-hover:block transition-all delay-100\" style=\"font-family:var(--font-booton)\">Podcasts, YouTube, Instagram, TikTok, and whatever else comes along.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Don’t just take our word for it",
"headingHtml": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Don’t just take our word for it</span></h2>",
"firstParagraph": "With a 4.6-out-of-5-star rating and a bunch of distinctions on G2, Descript’s users have declared it an industry standard in the video and podcasting world.",
"paragraphHtml": "<p style=\"font-size:18px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">With a 4.6-out-of-5-star rating and a bunch of distinctions on G2, Descript’s users have declared it an industry standard in the video and podcasting world.</span...",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Best Software",
"headingHtml": "<h3 class=\"builder-block builder-a1d76a9b5a864344ae4311fc27e8e6e9 builder-has-component css-mj56tp\" builder-id=\"builder-a1d76a9b5a864344ae4311fc27e8e6e9\"><span class=\"builder-text css-1qggkls\">Best Software</span></h3>",
"firstParagraph": "",
"paragraphHtml": "<p style=\"font-size:18px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\"></span></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Video editing software at its finest",
"headingHtml": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Video editing software at its finest</span></h2>",
"firstParagraph": "Under its sleek exterior Descript packs a complete set of professional editing tools. So you can adjust timing, remove cross-talk, correct color—and anything else you need.",
"paragraphHtml": "<p style=\"font-size:18px;font-family:var(--font-booton, serif);line-height:1.1;letter-spacing:normal;font-weight:400;text-transform:none\" class=\"builder-block builder-32c28e063aa948fc9beddd67bf34185d builder-has-component css-1cas71l\" builder-id=\"builder-32c28e063aa948fc9beddd67bf34185d\"><span class=\"builder-text css-1qggkls\">Under its sleek exterior Descript packs a complete set of professional editing tools. So you can adjust timing, remove cross-talk, correct color—and anything else...",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Precision controls",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Precision controls</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Timeline editing",
"headingHtml": "<h3 style=\"font-size:20px\" class=\"builder-block builder-733dacbc57e8425e8568992d9e76a1eb builder-has-component css-1sjztaz\" builder-id=\"builder-733dacbc57e8425e8568992d9e76a1eb\"><span class=\"builder-text css-1qggkls\">Timeline editing</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "PRICING",
"headingHtml": "<h2 class=\"text-lg tracking-[0.72px] text-[var(--Red-450)]\" style=\"font-family:var(--font-brett)\">PRICING</h2>",
"firstParagraph": "Surely there’s one for you",
"paragraphHtml": "<p class=\"text-[56px] leading-[1.1] text-[var(--Maroon-900)]\" style=\"font-family:var(--font-gamuth-display)\">Surely there’s one for you</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Free",
"headingHtml": "<h3 class=\"text-2xl font-semibold\" style=\"font-family:var(--font-booton)\">Free</h3>",
"firstParagraph": "$0",
"paragraphHtml": "<p class=\"text-[56px] leading-[1.1] font-semibold text-[var(--Maroon-900)]\" style=\"font-family:var(--font-booton)\">$0</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Hobbyist",
"headingHtml": "<h3 class=\"text-2xl font-semibold\" style=\"font-family:var(--font-booton)\">Hobbyist</h3>",
"firstParagraph": "$24",
"paragraphHtml": "<p class=\"text-[56px] leading-[1.1] font-semibold text-[var(--Maroon-900)]\" style=\"font-family:var(--font-booton)\">$24</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Creator",
"headingHtml": "<h3 class=\"text-2xl font-semibold\" style=\"font-family:var(--font-booton)\">Creator</h3>",
"firstParagraph": "$35",
"paragraphHtml": "<p class=\"text-[56px] leading-[1.1] font-semibold text-[var(--Lilac-900)]\" style=\"font-family:var(--font-booton)\">$35</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
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, 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": "AI Video Agent",
"html": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">AI Video Agent</span></h2>"
},
{
"text": "Transcription Editor",
"html": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Transcription Editor</span></h2>"
},
{
"text": "Best AI Tools",
"html": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Best AI Tools</span></h2>"
},
{
"text": "One video editor for all this",
"html": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">One video editor for all this</span></h2>"
},
{
"text": "Whatever your business needs",
"html": "<h2 class=\"builder-block builder-b55e0f67ccbc49f5a9529e2a5844cdd8 builder-has-component css-1egrrdd\" builder-id=\"builder-b55e0f67ccbc49f5a9529e2a5844cdd8\"><span class=\"builder-text css-1qggkls\">Whatever your business needs</span></h2>"
},
{
"text": "Don’t just take our word for it",
"html": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Don’t just take our word for it</span></h2>"
},
{
"text": "Video editing software at its finest",
"html": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Video editing software at its finest</span></h2>"
},
{
"text": "PRICING",
"html": "<h2 class=\"text-lg tracking-[0.72px] text-[var(--Red-450)]\" style=\"font-family:var(--font-brett)\">PRICING</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Descript – AI Video & Podcast Editor?",
"pattern": {}
},
{
"id": "how",
"label": "How does Descript – AI Video & Podcast Editor work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Descript – AI Video & Podcast Editor?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Descript – AI Video & Podcast Editor free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Descript – AI Video & Podcast Editor compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Descript – AI Video & Podcast Editor?",
"pattern": {}
},
{
"id": "how",
"label": "How does Descript – AI Video & Podcast Editor work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Descript – AI Video & Podcast Editor?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Descript – AI Video & Podcast Editor compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: podcast, editor, online.
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
88/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 88/100 and needs improvement.
Evidence
{
"title": "Descript – AI Video & Podcast Editor | Free, Online",
"h1": "AI Video Editor",
"description": "Descript makes editing video and audio as easy as editing text. Record, transcribe, edit, and publish in one tool. Try for free, with powerful upgrades for creators & teams.",
"topicOverlap": 0.5,
"definitionCount": 1,
"topicTerms": [
"descript",
"video",
"podcast",
"editor",
"free",
"online"
],
"descriptionTerms": [
"descript",
"makes",
"editing",
"video",
"audio",
"easy",
"text",
"record",
"transcribe",
"edit",
"publish",
"one",
"tool",
"try",
"free",
"powerful",
"upgrades",
"creators",
"teams"
],
"missingFromDescription": [
"podcast",
"editor",
"online"
],
"score": 88,
"weight": 18
}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, 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": "AI Video Agent",
"html": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">AI Video Agent</span></h2>"
},
{
"text": "Transcription Editor",
"html": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Transcription Editor</span></h2>"
},
{
"text": "Best AI Tools",
"html": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Best AI Tools</span></h2>"
},
{
"text": "One video editor for all this",
"html": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">One video editor for all this</span></h2>"
},
{
"text": "Whatever your business needs",
"html": "<h2 class=\"builder-block builder-b55e0f67ccbc49f5a9529e2a5844cdd8 builder-has-component css-1egrrdd\" builder-id=\"builder-b55e0f67ccbc49f5a9529e2a5844cdd8\"><span class=\"builder-text css-1qggkls\">Whatever your business needs</span></h2>"
},
{
"text": "Don’t just take our word for it",
"html": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Don’t just take our word for it</span></h2>"
},
{
"text": "Video editing software at its finest",
"html": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Video editing software at its finest</span></h2>"
},
{
"text": "PRICING",
"html": "<h2 class=\"text-lg tracking-[0.72px] text-[var(--Red-450)]\" style=\"font-family:var(--font-brett)\">PRICING</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Descript – AI Video & Podcast Editor?",
"pattern": {}
},
{
"id": "how",
"label": "How does Descript – AI Video & Podcast Editor work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Descript – AI Video & Podcast Editor?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Descript – AI Video & Podcast Editor free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Descript – AI Video & Podcast Editor compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Descript – AI Video & Podcast Editor?",
"pattern": {}
},
{
"id": "how",
"label": "How does Descript – AI Video & Podcast Editor work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Descript – AI Video & Podcast Editor?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Descript – AI Video & Podcast Editor compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 54581,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 53116,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/title",
"https://www.descript.com/404\"/><link",
"https://www.descript.com/404\"/><link",
"https://www.descript.com/fr/404\"/><link",
"https://www.descript.com/es/404\"/><meta",
"https://cdn.prod.website-files.com/5d761d627a6dfa6a5b28ab12/css/descript-3-0.shared.481c5a23c.min.css\"",
"/css",
"/TY7zc7xXA6gTnQDMLNhrAZM3",
"https://fonts.googleapis.com\"",
"https://fonts.gstatic.com\""
],
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Mar 24 2026 21:57:42 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"descript-3-0.webflow.io\" data-wf-page=\"639912466feba776b9030e18\" data-wf-site=\"5d761d627a6dfa6a5b28ab12\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.descript.com/404\"/><link rel=\"alternate\" hrefLang=\"en-US\" href=\"https://www.descript.com/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.descript.com/fr/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.descript.com/es/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" property=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod."
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; 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": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"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": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
}
},
"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": "sign 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
8 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": 8,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "AI Video Agent",
"isQuestion": false,
"html": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">AI Video Agent</span></h2>"
},
{
"index": 2,
"text": "Transcription Editor",
"isQuestion": false,
"html": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Transcription Editor</span></h2>"
},
{
"index": 3,
"text": "Best AI Tools",
"isQuestion": false,
"html": "<h2 style=\"font-size:18px;text-transform:uppercase;line-height:1;font-family:var(--font-brett, serif)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Best AI Tools</span></h2>"
},
{
"index": 4,
"text": "One video editor for all this",
"isQuestion": false,
"html": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">One video editor for all this</span></h2>"
},
{
"index": 5,
"text": "Whatever your business needs",
"isQuestion": false,
"html": "<h2 class=\"builder-block builder-b55e0f67ccbc49f5a9529e2a5844cdd8 builder-has-component css-1egrrdd\" builder-id=\"builder-b55e0f67ccbc49f5a9529e2a5844cdd8\"><span class=\"builder-text css-1qggkls\">Whatever your business needs</span></h2>"
},
{
"index": 6,
"text": "Don’t just take our word for it",
"isQuestion": false,
"html": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Don’t just take our word for it</span></h2>"
},
{
"index": 7,
"text": "Video editing software at its finest",
"isQuestion": false,
"html": "<h2 style=\"font-size:clamp(48px, 10vw, 56px);text-transform:none;line-height:1.1;font-family:var(--font-gamuth-display)\" class=\"builder-block builder-339000072c2e44baab73d1fcc209a08a builder-has-component css-kbuu7o\" builder-id=\"builder-339000072c2e44baab73d1fcc209a08a\"><span class=\"builder-text css-1qggkls\">Video editing software at its finest</span></h2>"
},
{
"index": 8,
"text": "PRICING",
"isQuestion": false,
"html": "<h2 class=\"text-lg tracking-[0.72px] text-[var(--Red-450)]\" style=\"font-family:var(--font-brett)\">PRICING</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": 88
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"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": "sign 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>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.descript.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": 200,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.descript.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 200,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.descript.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 200,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.descript.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": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
100 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
1 warning found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "1 warning found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityPerformanceBrowser audit
Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
Check name
Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/list).
References
https://web.dev/learn/performance/Evidence
{
"description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/list)."
}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
3.4 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": "3.4 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": 3387.882999999993
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 1,061 KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 1,061 KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 80
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 906 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 906 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
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
33/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": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "20 ms",
"numericValue": 19.27188
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "1,670 ms",
"numericValue": 1672.0000000000025
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 28,
"displayValue": "3.3 s",
"numericValue": 3282.503489480422
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 16,
"displayValue": "3.5 s",
"numericValue": 3530.4196865908616
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 0,
"displayValue": "1,290 ms",
"numericValue": 1294.0000000000023
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 24,
"displayValue": "6.2 s",
"numericValue": 6216.468564967378
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 99,
"displayValue": "0.6 s",
"numericValue": 561.0009251592187
},
{
"id": "server-response-time",
"title": "Reduce initial server response time",
"score": 0,
"displayValue": "Root document took 990 ms",
"numericValue": 985
}
]
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
8 Warning
Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
Check name
Reduce unused CSS
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 12 KiB
Fix guidance
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 12 KiB",
"description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
"numericValue": 0
}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 |
|---|---|---|---|
| 49/100 | Level 2, Agent-Limited | Current report |