Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 33 out of 100
- Agent Ease of Use 12 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 63 out of 100
- SEO 85 out of 100
- Performance and Accessibility 55 out of 100
What AI sees of your website
Vimeo - All-in-One Video Platform
The video platform trusted by 287 million creatives, entrepreneurs, and businesses. Everything you need to create, manage, and share stunning videos.
Next step
Turn this report into a fix workflow
27 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 | 33 | Priority fix | 6 | 17 | 0 | View details |
| Discoverability | 33 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 33 | Priority fix | 2 | 8 | 0 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 12 | Priority fix | 7 | 34 | 3 | View details |
| API | 17 | Priority fix | 1 | 8 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 2 | 10 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 63 | Needs work | 4 | 4 | 12 | View details |
| GEO Readiness | 66 | Needs work | 1 | 1 | 4 | View details |
| AIO Readiness | 58 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 63 | Needs work | 1 | 1 | 5 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 7 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 3 | 2 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 55 | Needs work | 19 | 6 | 3 | View details |
| Performance | 41 | Priority fix | 12 | 3 | 3 | View details |
| Accessibility | 82 | Mostly ready | 7 | 3 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
54 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
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}AI DiscoverabilityBot Access 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": 164647
}
]
},
"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 lang=\"en\">\n <head>\n \n<meta charset=\"utf-8\">\n<meta property=\"fb:app_id\" content=\"19884028963\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link rel=\"preconnect\" href=\"//player.vimeo.com\">\n<link rel=\"preconnect\" href=\"//i.vimeocdn.com\">\n<link rel=\"preconnect\" href=\"//f.vimeocdn.com\">\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/search/opensearch.xml\" title=\"Vimeo\">\n<link rel=\"logo\" type=\"image/svg\" href=\"https://f.vimeocdn.com/logo.svg\">\n\n\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=5.0,user-scalable=yes\">\n \n\n <meta name=\"description\" content=\"Sorry, we couldn’t find that page\">\n <meta name=\"robots\" content=\"noindex"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
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>\n<html lang=\"en\">\n <head>\n \n<meta charset=\"utf-8\">\n<meta property=\"fb:app_id\" content=\"19884028963\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link rel=\"preconnect\" href=\"//player.vimeo.com\">\n<link rel=\"preconnect\" href=\"//i.vimeocdn.com\">\n<link rel=\"preconnect\" href=\"//f.vimeocdn.com\">\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/search/opensearch.xml\" title=\"Vimeo\">\n<link rel=\"logo\" type=\"image/svg\" href=\"https://f.vimeocdn.com/logo.svg\">\n\n\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=5.0,user-scalable=yes\">\n \n\n <meta name=\"description\" content=\"Sorry, we couldn’t find that page\">\n <meta name=\"robots\" content=\"noindex"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n \n<meta charset=\"utf-8\">\n<meta property=\"fb:app_id\" content=\"19884028963\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link rel=\"preconnect\" href=\"//player.vimeo.com\">\n<link rel=\"preconnect\" href=\"//i.vimeocdn.com\">\n<link rel=\"preconnect\" href=\"//f.vimeocdn.com\">\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/search/opensearch.xml\" title=\"Vimeo\">\n<link rel=\"logo\" type=\"image/svg\" href=\"https://f.vimeocdn.com/logo.svg\">\n\n\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=5.0,user-scalable=yes\">\n \n\n <meta name=\"description\" content=\"Sorry, we couldn’t find that page\">\n <meta name=\"robots\" content=\"noindex"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n \n<meta charset=\"utf-8\">\n<meta property=\"fb:app_id\" content=\"19884028963\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link rel=\"preconnect\" href=\"//player.vimeo.com\">\n<link rel=\"preconnect\" href=\"//i.vimeocdn.com\">\n<link rel=\"preconnect\" href=\"//f.vimeocdn.com\">\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/search/opensearch.xml\" title=\"Vimeo\">\n<link rel=\"logo\" type=\"image/svg\" href=\"https://f.vimeocdn.com/logo.svg\">\n\n\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=5.0,user-scalable=yes\">\n \n\n <meta name=\"description\" content=\"Sorry, we couldn’t find that page\">\n <meta name=\"robots\" content=\"noindex"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n \n<meta charset=\"utf-8\">\n<meta property=\"fb:app_id\" content=\"19884028963\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link rel=\"preconnect\" href=\"//player.vimeo.com\">\n<link rel=\"preconnect\" href=\"//i.vimeocdn.com\">\n<link rel=\"preconnect\" href=\"//f.vimeocdn.com\">\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/search/opensearch.xml\" title=\"Vimeo\">\n<link rel=\"logo\" type=\"image/svg\" href=\"https://f.vimeocdn.com/logo.svg\">\n\n\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=5.0,user-scalable=yes\">\n \n\n <meta name=\"description\" content=\"Sorry, we couldn’t find that page\">\n <meta name=\"robots\" content=\"noindex"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n \n<meta charset=\"utf-8\">\n<meta property=\"fb:app_id\" content=\"19884028963\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link rel=\"preconnect\" href=\"//player.vimeo.com\">\n<link rel=\"preconnect\" href=\"//i.vimeocdn.com\">\n<link rel=\"preconnect\" href=\"//f.vimeocdn.com\">\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/search/opensearch.xml\" title=\"Vimeo\">\n<link rel=\"logo\" type=\"image/svg\" href=\"https://f.vimeocdn.com/logo.svg\">\n\n\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=5.0,user-scalable=yes\">\n \n\n <meta name=\"description\" content=\"Sorry, we couldn’t find that page\">\n <meta name=\"robots\" content=\"noindex"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n \n<meta charset=\"utf-8\">\n<meta property=\"fb:app_id\" content=\"19884028963\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link rel=\"preconnect\" href=\"//player.vimeo.com\">\n<link rel=\"preconnect\" href=\"//i.vimeocdn.com\">\n<link rel=\"preconnect\" href=\"//f.vimeocdn.com\">\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/search/opensearch.xml\" title=\"Vimeo\">\n<link rel=\"logo\" type=\"image/svg\" href=\"https://f.vimeocdn.com/logo.svg\">\n\n\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=5.0,user-scalable=yes\">\n \n\n <meta name=\"description\" content=\"Sorry, we couldn’t find that page\">\n <meta name=\"robots\" content=\"noindex"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n \n<meta charset=\"utf-8\">\n<meta property=\"fb:app_id\" content=\"19884028963\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link rel=\"preconnect\" href=\"//player.vimeo.com\">\n<link rel=\"preconnect\" href=\"//i.vimeocdn.com\">\n<link rel=\"preconnect\" href=\"//f.vimeocdn.com\">\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/search/opensearch.xml\" title=\"Vimeo\">\n<link rel=\"logo\" type=\"image/svg\" href=\"https://f.vimeocdn.com/logo.svg\">\n\n\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=5.0,user-scalable=yes\">\n \n\n <meta name=\"description\" content=\"Sorry, we couldn’t find that page\">\n <meta name=\"robots\" content=\"noindex"
}
]
},
"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
Content freshness signals
Content freshness signals is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, X-Geo-Vary-Group, Crossroads-Backend,x-http-method-override".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding, X-Geo-Vary-Group, Crossroads-Backend,x-http-method-override"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, X-Geo-Vary-Group, Crossroads-Backend,x-http-method-override\".",
"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": 143681,
"excerpt": "<!DOCTYPE html><html lang=\"en\" class=\"\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"https://f.vimeocdn.com/cms/_next/static/media/61d83b278d771394-s.p.woff2\" as",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; skipped heading levels.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h1: Your complete video platform",
"h2: Your videos, your way",
"h2: Best of the Year 2025",
"h2: Trusted by 287+ million creatives, marketers, and businesses",
"h2: Built for how you work",
"h2: The platform that powers your video strategy",
"h3: Host in high quality, ad‑free",
"h3: Host in high quality, ad‑free",
"h3: Collaborate with anyone",
"h3: Collaborate with anyone",
"h3: Embed anywhere",
"h3: Embed anywhere",
"h3: Keep videos secure",
"h3: Keep videos secure",
"h3: Sell your content",
"h3: Sell your content",
"h3: Stream live with confidence",
"h3: Stream live with confidence",
"h2: A video solution perfect for everyone",
"h3: Video pros →",
"h3: Marketing teams →",
"h3: Communications teams →",
"h3: Learning and development leaders →",
"h3: Content businesses →",
"h3: Enterprise organizations →",
"h2: AI that takes your videos to the next level",
"h3: Translate your videos quickly and easily",
"h3: Translate your videos quickly and easily",
"h3: Let Vimeo AI answer your viewers’ questions",
"h3: Let Vimeo AI answer your viewers’ questions",
"h3: Edit videos as easily as editing a document",
"h3: Edit videos as easily as editing a document",
"h3: Automatically optimize your videos for SEO",
"h3: Automatically optimize your videos for SEO",
"h2: Enterprise security and scale",
"h3: SOC 2 Type II",
"h3: GDPR aligned",
"h3: HIPAA solution",
"h3: ISO 27001 and 27701 certified",
"h3: AES-256 and HTTPS/TLS encryption",
"h3: Single Sign-On (SSO) integration",
"h2: Join a thriving community of the world’s greatest storytellers",
"h3: Les BĂŞtes",
"h3: Christmas, Every Day",
"h3: The School of Canine Massage",
"h3: Tea",
"h3: The Rainbow Bridge",
"h3: Peter Hair",
"h3: Simo",
"h3: ADHD",
"h3: Baggage",
"h3: Familiar",
"h3: Mzia Leaves the Room",
"h3: Essex Girls",
"h2: Discover the latest from Vimeo",
"h3: Explore our latest product releases and improvements.",
"h3: Build and monetize your own video streaming service with Vimeo Streaming.",
"h2: Best of the Year 2025",
"h4: Get started for free",
"h4: 24/7 customer support",
"h2: Product",
"h3: Product",
"h3: Features",
"h3: Vimeo for",
"h3: Solutions",
"h2: Resources",
"h2: Company",
"h5: Product",
"h5: Resources",
"h5: Company"
]
},
"counts": {
"h1": 1,
"headings": 70,
"links": 236,
"inaccessibleLinks": 0,
"buttons": 88,
"inaccessibleButtons": 0,
"images": 42,
"imagesWithAlt": 42,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
}
]
},
"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": 164647
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
}
]
},
"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": 164647
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
}
]
},
"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": 164647
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 164647
}
]
},
"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": "/context",
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Content-Type \"text/html; charset=utf-8\" is not JSON, Markdown, or text/plain.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\" href=\"https://f.vimeocdn.com/js_opt/app/vimeo-next/_next/static/media/ABCRepro-Screen.2d0dd2ca.woff2\"/><link rel=\"preload\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\" href=\"https://f.vimeocdn.com/js_opt/app/vimeo-next/_next/static/media/ABCRepro-Bold.815748f4.woff2\"/><link rel=\"preload\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\" href=\"https://f.vimeocdn.com/js_opt/app/vimeo-next/_next/static/media/ABCRepro-Medium.0a64b59a.woff2\"/><link data-next-font=\"\" rel=\"preconnect\" href=\"/\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"https://f.vimeocdn.com/next-"
},
"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": "vimeo.com",
"probes": [
{
"name": "_index._agents.vimeo.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.vimeo.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": "vimeo.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<select> is missing a name attribute.<select> is missing a label.<select> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 325,
"interactiveWithTags": 0,
"totalCount": 325,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 3,
"issues": [
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing a label."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 325,
"interactiveWithTags": 0,
"totalCount": 325,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 325,
"interactiveWithTags": 0,
"totalCount": 325,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
10 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
No JSON-LD structured data was detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 0/100 and needs a fix.
Evidence
{
"schemaCount": 0,
"mismatches": [],
"score": 0,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/features/online-video-hosting",
"text": "Host in high quality, ad‑freeHost in high quality, ad‑freeEnsure your videos play in their highest resolution, always ad‑free. No competitor distractions or random suggestions here.Learn about video hosting",
"html": "<a href=\"/features/online-video-hosting\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" p..."
},
{
"href": "/features/video-collaboration",
"text": "Collaborate with anyoneCollaborate with anyoneShare cuts for review, get granular with time-coded comments, and manage version history in one organized library.Learn about video collaboration",
"html": "<a href=\"/features/video-collaboration\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" pr..."
},
{
"href": "/features/video-player",
"text": "Embed anywhereEmbed anywhereDrive traffic to your website with Vimeo’s customizable, embeddable player. Share across social channels in seconds.Learn about video player",
"html": "<a href=\"/features/video-player\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" preload=\"..."
},
{
"href": "/features/video-privacy",
"text": "Keep videos secureKeep videos secureKeep your content secure with granular access management and advanced privacy settings like password protection. Learn about video security",
"html": "<a href=\"/features/video-privacy\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" preload=..."
},
{
"href": "/solutions/video-monetization",
"text": "Sell your contentSell your contentMonetize content on demand and even build a subscription platform with simple tools that adjust to your business model.Learn about video monetization",
"html": "<a href=\"/solutions/video-monetization\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" pr..."
},
{
"href": "/features/livestreaming",
"text": "Stream live with confidenceStream live with confidenceHost virtual events, webinars, live broadcasts, and more with Vimeo’s suite of easy-to-use live streaming tools.Learn about live streaming",
"html": "<a href=\"/features/livestreaming\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" preload=..."
},
{
"href": "/enterprise",
"text": "Enterprise organizations →Streamline video workflows across your company with customizable solutions that scale with business needs.",
"html": "<a href=\"/enterprise\" class=\"btn-anchor no-underline w-full [&>*]:focus:outline [&>*]:outline-1 [&>*]:focus:!outline-lohp-btn-focus-outline cursor-pointer flex item-start gap-x-5 md:gap-x-lohp-md black transition-colors duration-350 ease-in-out group group-hover:text-lohp-text-btn-hover-content hover:text-lohp-text-btn-hover-content\"><i class=\"icon-v3 h-fit\" aria-hidden=\"true\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 100 100\"..."
},
{
"href": "/enterprise",
"text": "Learn about Vimeo Enterprise",
"html": "<a href=\"/enterprise\" class=\"btn-anchor no-underline w-full [&>*]:focus:outline [&>*]:outline-1 [&>*]:focus:!outline-lohp-btn-focus-outline cursor-pointer\"><div class=\"btn-base font-sans no-underline py-[0.766rem] px-5 gap-x-2 flex w-full justify-between items-center rounded-bokeh-md black transition-all motion-reduce:transition-none duration-350 ease-in-out bg-lohp-btn-bg text-lohp-btn-content relative overflow-hidden z-0 group-focus-within:outline-btn-focus-outline grou..."
},
{
"href": "/about",
"text": "About Vimeo",
"html": "<a class=\"no-underline flex gap-[1.563rem] items-center cursor-pointer text-footer-sub-content text-body-1 py-[0.625rem] font-normal hover:text-footer-hover-sub-content\" href=\"/about\">About Vimeo</a>"
},
{
"href": "/about",
"text": "About Vimeo",
"html": "<a href=\"/about\" class=\"no-underline block cursor-pointer text-footer-sub-content text-body-3 font-normal hover:text-footer-hover-sub-content\">About Vimeo</a>"
},
{
"href": "https://www.linkedin.com/company/vimeo/",
"text": "LinkedIn",
"html": "<a href=\"https://www.linkedin.com/company/vimeo/\" class=\"flex items-center hover:cursor-pointer\"><svg class=\"transition-colors duration-350 ease-in-out hover:text-vimeo-blue\" width=\"26px\" height=\"26px\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><title>LinkedIn</title><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.6303 20.6291H17.417V15.6012C17.417 14.4017 17.3965 12.8592 15.7474 12.8592C14.0749 12.8592 13.8203 14.1664 13.8203 15.5151V20.6291H10.6106V10.2893H13.69..."
}
],
"contactLinks": [
{
"href": "https://help.vimeo.com",
"text": "Help Center",
"html": "<a href=\"https://help.vimeo.com\" target=\"_self\" tabindex=\"0\" class=\"nav-menu-item flex items-start flex-1 p-chroma-16 gap-chroma-16 rounded-chroma-8 tablet:p-chroma-8 tablet:gap-chroma-8 bg-chroma-navigation-cta-menu-item focus:bg-chroma-navigation-cta-menu-item-focus focus:outline-none cursor-pointer no-underline border-none mx-chroma-16 desktop:mx-0 items-center hover:bg-chroma-navigation-cta-menu-item-hover\" data-bp-copy=\"help_center\"><div class=\"nav-menu-item-icon flex items-center justif..."
},
{
"href": "/enterprise/contact-us?mkc=368tnc",
"text": "Contact sales",
"html": "<a aria-label=\"Contact sales\" class=\"inline-flex items-center gap-2 rounded-chroma-12 border-none cursor-pointer no-underline group motion-safe:transition-[background-color,color,opacity] motion-safe:duration-350 motion-safe:ease-in-out relative overflow-hidden px-chroma-16 min-h-chroma-24 button-cta-tertiary bg-transparent text-chroma-text-body-primary hover:opacity-[0.4] focus:opacity-[0.4] focus:outline-none [&_span]:whitespace-nowrap desktop:max-[1260px]:[&_span]:!text-chroma-navi..."
},
{
"href": "/enterprise/contact-us?mkc=368tnc",
"text": "Contact Sales",
"html": "<a class=\"flex desktop:!hidden flex-col items-center gap-1 max-h-10 min-w-11 max-w-fit p-0 border-none no-underline bg-transparent focus:outline-none group cursor-pointer text-chroma-text-body-primary disabled:cursor-not-allowed disabled:text-chroma-neutral-200 disabled:bg-transparent flex all-center\" role=\"button\" href=\"/enterprise/contact-us?mkc=368tnc\" target=\"_self\" aria-label=\"Contact Sales\" data-bp-copy=\"contact_sales\"><i class=\"icon-v3 pointer-events-none flex all-center text-chroma-te..."
},
{
"href": "/enterprise/contact-us?mkc=368tnc",
"text": "",
"html": "<a class=\"hidden desktop:!flex aspect-1/1 border-none bg-chroma-navigation-cta-icon-button hover:bg-chroma-navigation-cta-icon-button-hover focus:bg-chroma-navigation-cta-icon-button-focus-border focus:outline-2 focus:outline-chroma-navigation-cta-icon-button-focus-border transition-colors duration-350 ease-in-out p-2 rounded-lg overflow-hidden max-h-10 max-w-10 size-10 all-center group cursor-pointer text-chroma-text-body-primary disabled:cursor-not-allowed disabled:text-chroma-neutral-200 d..."
},
{
"href": "/enterprise/contact-us",
"text": "Contact Sales",
"html": "<a href=\"/enterprise/contact-us\" class=\"button-v3-minimal box-border button bg-transparent border-none no-underline light-gray group p-0 flex items-center\"><span class=\"no-underline cursor-pointer text-body-3 font-normal [&_.button-title]:hover:text-footer-hover-sub-content button-inner max-w-full border-0 p-0 inline-flex items-center justify-between font-sans font-medium no-underline rounded-xl w-auto relative justify-center text-btn-content gap-4 z-0 transition-colors duration-350 ease-..."
},
{
"href": "/help/contact",
"text": "Contact Support",
"html": "<a href=\"/help/contact\" class=\"button-v3-primary box-border button bg-transparent border-none no-underline light-gray group\"><span class=\"button-inner max-w-full border-0 p-0 inline-flex items-center justify-between font-sans font-medium no-underline rounded-xl w-auto rounded-xl relative overflow-hidden gap-4 z-0 group-focus-within:outline-btn-focus-outline before:content-[""] before:absolute before:left-0 before:top-0 before:h-full before:w-full before:rounded-xl before:bg-btn-back..."
},
{
"href": "https://help.vimeo.com",
"text": "Help Center",
"html": "<a class=\"no-underline flex gap-[1.563rem] items-center cursor-pointer text-footer-sub-content text-body-1 py-[0.625rem] font-normal hover:text-footer-hover-sub-content\" href=\"https://help.vimeo.com\">Help Center</a>"
},
{
"href": "/help/contact",
"text": "Contact Support",
"html": "<a class=\"no-underline flex gap-[1.563rem] items-center cursor-pointer text-footer-sub-content text-body-1 py-[0.625rem] font-normal hover:text-footer-hover-sub-content\" href=\"/help/contact\">Contact Support</a>"
},
{
"href": "/help/guidelines",
"text": "Guidelines",
"html": "<a class=\"no-underline flex gap-[1.563rem] items-center cursor-pointer text-footer-sub-content text-body-1 py-[0.625rem] font-normal hover:text-footer-hover-sub-content\" href=\"/help/guidelines\">Guidelines</a>"
},
{
"href": "https://help.vimeo.com",
"text": "Help Center",
"html": "<a href=\"https://help.vimeo.com\" class=\"no-underline block cursor-pointer text-footer-sub-content text-body-3 font-normal hover:text-footer-hover-sub-content\">Help Center</a>"
},
{
"href": "/help/contact",
"text": "Contact Support",
"html": "<a href=\"/help/contact\" class=\"no-underline block cursor-pointer text-footer-sub-content text-body-3 font-normal hover:text-footer-hover-sub-content\">Contact Support</a>"
},
{
"href": "/help/guidelines",
"text": "Guidelines",
"html": "<a href=\"/help/guidelines\" class=\"no-underline block cursor-pointer text-footer-sub-content text-body-3 font-normal hover:text-footer-hover-sub-content\">Guidelines</a>"
}
],
"privacyLinks": [
{
"href": "/features/video-privacy",
"text": "Keep videos secureKeep videos secureKeep your content secure with granular access management and advanced privacy settings like password protection. Learn about video security",
"html": "<a href=\"/features/video-privacy\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" preload=..."
},
{
"href": "/terms",
"text": "Terms",
"html": "<a title=\"Vimeo terms\" href=\"/terms\" class=\"relative no-underline cursor-pointer transition-colors duration-350 ease-in-out inline-block hover:text-footer-hover-sub-content pr-2 before:content-[""] before:block before:absolute before:right-0 before:top-1/2 before:w-[1px] before:-translate-y-1/2 before:h-4 before:bg-footer-sub-content\">Terms</a>"
},
{
"href": "/privacy",
"text": "Privacy",
"html": "<a title=\"Vimeo privacy\" href=\"/privacy\" class=\"relative no-underline cursor-pointer transition-colors duration-350 ease-in-out inline-block hover:text-footer-hover-sub-content pr-2 before:content-[""] before:block before:absolute before:right-0 before:top-1/2 before:w-[1px] before:-translate-y-1/2 before:h-4 before:bg-footer-sub-content pl-1\">Privacy</a>"
},
{
"href": "/privacy/us-state-privacy",
"text": "U.S. State Privacy",
"html": "<a title=\"U.S. state privacy\" href=\"/privacy/us-state-privacy\" class=\"relative no-underline cursor-pointer transition-colors duration-350 ease-in-out inline-block hover:text-footer-hover-sub-content pr-2 before:content-[""] before:block before:absolute before:right-0 before:top-1/2 before:w-[1px] before:-translate-y-1/2 before:h-4 before:bg-footer-sub-content pl-1\">U.S. State Privacy</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: AI crawler accessibility
GEO: AI crawler accessibility scored 45/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: AI crawler accessibility
GEO: AI crawler accessibility scored 45/100 and needs a fix.
Needs attention
GEO: AI crawler accessibility
Issue
robots.txt blocks these AI crawlers: gptbot, claudebot, google-extended. No rendered JSON-LD schema block was detected.
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: AI crawler accessibility
Score
45/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: AI crawler accessibility scored 45/100 and needs a fix.
Evidence
{
"textWords": 1453,
"htmlBytes": 1643752,
"robots": {
"checkedCrawlers": [
"gptbot",
"chatgpt-user",
"claudebot",
"perplexitybot",
"google-extended"
],
"blocked": [
"gptbot",
"claudebot",
"google-extended"
],
"allows": false
},
"schemaBlocks": 0,
"finalUrl": "https://vimeo.com/",
"robotsExcerpt": "# Notice: The use of robots, scrapers, or other automated means to access Vimeo \n# without the express written permission of Vimeo is strictly prohibited.\n# See https://vimeo.com/terms#acceptable_use_policy\n# Vimeo permits limited automated access to certain public-facing pages by approved services,\n# including search engines and select AI assistants, in accordance with this robots.txt file.\n# Access to user-generated content, including videos, user profiles, comments, and metadata, \n# is not permitted for scraping, harvesting, or use in training machine learning models.\n# For more on Vimeo's position on AI and content usage, see https://vimeo.com/blog/post/vimeos-position-on-ai\n\nUser-agent: *\nDisallow: /*/format:thumbnail\nDisallow: /download/\nDisallow: /*/download?\nDisallow: /couchmode/\nD",
"score": 45,
"weight": 26
}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": "/features/online-video-hosting",
"text": "Host in high quality, ad‑freeHost in high quality, ad‑freeEnsure your videos play in their highest resolution, always ad‑free. No competitor distractions or random suggestions here.Learn about video hosting",
"html": "<a href=\"/features/online-video-hosting\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" p..."
},
{
"href": "/features/video-collaboration",
"text": "Collaborate with anyoneCollaborate with anyoneShare cuts for review, get granular with time-coded comments, and manage version history in one organized library.Learn about video collaboration",
"html": "<a href=\"/features/video-collaboration\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" pr..."
},
{
"href": "/features/video-player",
"text": "Embed anywhereEmbed anywhereDrive traffic to your website with Vimeo’s customizable, embeddable player. Share across social channels in seconds.Learn about video player",
"html": "<a href=\"/features/video-player\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" preload=\"..."
},
{
"href": "/features/video-privacy",
"text": "Keep videos secureKeep videos secureKeep your content secure with granular access management and advanced privacy settings like password protection. Learn about video security",
"html": "<a href=\"/features/video-privacy\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" preload=..."
},
{
"href": "/solutions/video-monetization",
"text": "Sell your contentSell your contentMonetize content on demand and even build a subscription platform with simple tools that adjust to your business model.Learn about video monetization",
"html": "<a href=\"/solutions/video-monetization\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" pr..."
},
{
"href": "/features/livestreaming",
"text": "Stream live with confidenceStream live with confidenceHost virtual events, webinars, live broadcasts, and more with Vimeo’s suite of easy-to-use live streaming tools.Learn about live streaming",
"html": "<a href=\"/features/livestreaming\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" preload=..."
},
{
"href": "/enterprise",
"text": "Enterprise organizations →Streamline video workflows across your company with customizable solutions that scale with business needs.",
"html": "<a href=\"/enterprise\" class=\"btn-anchor no-underline w-full [&>*]:focus:outline [&>*]:outline-1 [&>*]:focus:!outline-lohp-btn-focus-outline cursor-pointer flex item-start gap-x-5 md:gap-x-lohp-md black transition-colors duration-350 ease-in-out group group-hover:text-lohp-text-btn-hover-content hover:text-lohp-text-btn-hover-content\"><i class=\"icon-v3 h-fit\" aria-hidden=\"true\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 100 100\"..."
},
{
"href": "/enterprise",
"text": "Learn about Vimeo Enterprise",
"html": "<a href=\"/enterprise\" class=\"btn-anchor no-underline w-full [&>*]:focus:outline [&>*]:outline-1 [&>*]:focus:!outline-lohp-btn-focus-outline cursor-pointer\"><div class=\"btn-base font-sans no-underline py-[0.766rem] px-5 gap-x-2 flex w-full justify-between items-center rounded-bokeh-md black transition-all motion-reduce:transition-none duration-350 ease-in-out bg-lohp-btn-bg text-lohp-btn-content relative overflow-hidden z-0 group-focus-within:outline-btn-focus-outline grou..."
},
{
"href": "/about",
"text": "About Vimeo",
"html": "<a class=\"no-underline flex gap-[1.563rem] items-center cursor-pointer text-footer-sub-content text-body-1 py-[0.625rem] font-normal hover:text-footer-hover-sub-content\" href=\"/about\">About Vimeo</a>"
},
{
"href": "/about",
"text": "About Vimeo",
"html": "<a href=\"/about\" class=\"no-underline block cursor-pointer text-footer-sub-content text-body-3 font-normal hover:text-footer-hover-sub-content\">About Vimeo</a>"
},
{
"href": "https://www.linkedin.com/company/vimeo/",
"text": "LinkedIn",
"html": "<a href=\"https://www.linkedin.com/company/vimeo/\" class=\"flex items-center hover:cursor-pointer\"><svg class=\"transition-colors duration-350 ease-in-out hover:text-vimeo-blue\" width=\"26px\" height=\"26px\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><title>LinkedIn</title><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.6303 20.6291H17.417V15.6012C17.417 14.4017 17.3965 12.8592 15.7474 12.8592C14.0749 12.8592 13.8203 14.1664 13.8203 15.5151V20.6291H10.6106V10.2893H13.69..."
}
],
"contactLinks": [
{
"href": "https://help.vimeo.com",
"text": "Help Center",
"html": "<a href=\"https://help.vimeo.com\" target=\"_self\" tabindex=\"0\" class=\"nav-menu-item flex items-start flex-1 p-chroma-16 gap-chroma-16 rounded-chroma-8 tablet:p-chroma-8 tablet:gap-chroma-8 bg-chroma-navigation-cta-menu-item focus:bg-chroma-navigation-cta-menu-item-focus focus:outline-none cursor-pointer no-underline border-none mx-chroma-16 desktop:mx-0 items-center hover:bg-chroma-navigation-cta-menu-item-hover\" data-bp-copy=\"help_center\"><div class=\"nav-menu-item-icon flex items-center justif..."
},
{
"href": "/enterprise/contact-us?mkc=368tnc",
"text": "Contact sales",
"html": "<a aria-label=\"Contact sales\" class=\"inline-flex items-center gap-2 rounded-chroma-12 border-none cursor-pointer no-underline group motion-safe:transition-[background-color,color,opacity] motion-safe:duration-350 motion-safe:ease-in-out relative overflow-hidden px-chroma-16 min-h-chroma-24 button-cta-tertiary bg-transparent text-chroma-text-body-primary hover:opacity-[0.4] focus:opacity-[0.4] focus:outline-none [&_span]:whitespace-nowrap desktop:max-[1260px]:[&_span]:!text-chroma-navi..."
},
{
"href": "/enterprise/contact-us?mkc=368tnc",
"text": "Contact Sales",
"html": "<a class=\"flex desktop:!hidden flex-col items-center gap-1 max-h-10 min-w-11 max-w-fit p-0 border-none no-underline bg-transparent focus:outline-none group cursor-pointer text-chroma-text-body-primary disabled:cursor-not-allowed disabled:text-chroma-neutral-200 disabled:bg-transparent flex all-center\" role=\"button\" href=\"/enterprise/contact-us?mkc=368tnc\" target=\"_self\" aria-label=\"Contact Sales\" data-bp-copy=\"contact_sales\"><i class=\"icon-v3 pointer-events-none flex all-center text-chroma-te..."
},
{
"href": "/enterprise/contact-us?mkc=368tnc",
"text": "",
"html": "<a class=\"hidden desktop:!flex aspect-1/1 border-none bg-chroma-navigation-cta-icon-button hover:bg-chroma-navigation-cta-icon-button-hover focus:bg-chroma-navigation-cta-icon-button-focus-border focus:outline-2 focus:outline-chroma-navigation-cta-icon-button-focus-border transition-colors duration-350 ease-in-out p-2 rounded-lg overflow-hidden max-h-10 max-w-10 size-10 all-center group cursor-pointer text-chroma-text-body-primary disabled:cursor-not-allowed disabled:text-chroma-neutral-200 d..."
},
{
"href": "/enterprise/contact-us",
"text": "Contact Sales",
"html": "<a href=\"/enterprise/contact-us\" class=\"button-v3-minimal box-border button bg-transparent border-none no-underline light-gray group p-0 flex items-center\"><span class=\"no-underline cursor-pointer text-body-3 font-normal [&_.button-title]:hover:text-footer-hover-sub-content button-inner max-w-full border-0 p-0 inline-flex items-center justify-between font-sans font-medium no-underline rounded-xl w-auto relative justify-center text-btn-content gap-4 z-0 transition-colors duration-350 ease-..."
},
{
"href": "/help/contact",
"text": "Contact Support",
"html": "<a href=\"/help/contact\" class=\"button-v3-primary box-border button bg-transparent border-none no-underline light-gray group\"><span class=\"button-inner max-w-full border-0 p-0 inline-flex items-center justify-between font-sans font-medium no-underline rounded-xl w-auto rounded-xl relative overflow-hidden gap-4 z-0 group-focus-within:outline-btn-focus-outline before:content-[""] before:absolute before:left-0 before:top-0 before:h-full before:w-full before:rounded-xl before:bg-btn-back..."
},
{
"href": "https://help.vimeo.com",
"text": "Help Center",
"html": "<a class=\"no-underline flex gap-[1.563rem] items-center cursor-pointer text-footer-sub-content text-body-1 py-[0.625rem] font-normal hover:text-footer-hover-sub-content\" href=\"https://help.vimeo.com\">Help Center</a>"
},
{
"href": "/help/contact",
"text": "Contact Support",
"html": "<a class=\"no-underline flex gap-[1.563rem] items-center cursor-pointer text-footer-sub-content text-body-1 py-[0.625rem] font-normal hover:text-footer-hover-sub-content\" href=\"/help/contact\">Contact Support</a>"
},
{
"href": "/help/guidelines",
"text": "Guidelines",
"html": "<a class=\"no-underline flex gap-[1.563rem] items-center cursor-pointer text-footer-sub-content text-body-1 py-[0.625rem] font-normal hover:text-footer-hover-sub-content\" href=\"/help/guidelines\">Guidelines</a>"
},
{
"href": "https://help.vimeo.com",
"text": "Help Center",
"html": "<a href=\"https://help.vimeo.com\" class=\"no-underline block cursor-pointer text-footer-sub-content text-body-3 font-normal hover:text-footer-hover-sub-content\">Help Center</a>"
},
{
"href": "/help/contact",
"text": "Contact Support",
"html": "<a href=\"/help/contact\" class=\"no-underline block cursor-pointer text-footer-sub-content text-body-3 font-normal hover:text-footer-hover-sub-content\">Contact Support</a>"
},
{
"href": "/help/guidelines",
"text": "Guidelines",
"html": "<a href=\"/help/guidelines\" class=\"no-underline block cursor-pointer text-footer-sub-content text-body-3 font-normal hover:text-footer-hover-sub-content\">Guidelines</a>"
}
],
"privacyLinks": [
{
"href": "/features/video-privacy",
"text": "Keep videos secureKeep videos secureKeep your content secure with granular access management and advanced privacy settings like password protection. Learn about video security",
"html": "<a href=\"/features/video-privacy\" class=\"btn-anchor no-underline w-full cursor-pointer card-base w-full card-video md:h-full text-center px-0 card-base w-full card-video md:h-full text-center\"><div class=\"card-base flex flex-col group md:h-full\"><div class=\"flex w-full h-auto aspect-4/3\"><div class=\"video-base @container/video-base flex-1 relative rounded-bokeh-lg overflow-hidden flex flex-col items-center\"><video class=\"video-mp4 block absolute object-cover object-top w-full h-full\" preload=..."
},
{
"href": "/terms",
"text": "Terms",
"html": "<a title=\"Vimeo terms\" href=\"/terms\" class=\"relative no-underline cursor-pointer transition-colors duration-350 ease-in-out inline-block hover:text-footer-hover-sub-content pr-2 before:content-[""] before:block before:absolute before:right-0 before:top-1/2 before:w-[1px] before:-translate-y-1/2 before:h-4 before:bg-footer-sub-content\">Terms</a>"
},
{
"href": "/privacy",
"text": "Privacy",
"html": "<a title=\"Vimeo privacy\" href=\"/privacy\" class=\"relative no-underline cursor-pointer transition-colors duration-350 ease-in-out inline-block hover:text-footer-hover-sub-content pr-2 before:content-[""] before:block before:absolute before:right-0 before:top-1/2 before:w-[1px] before:-translate-y-1/2 before:h-4 before:bg-footer-sub-content pl-1\">Privacy</a>"
},
{
"href": "/privacy/us-state-privacy",
"text": "U.S. State Privacy",
"html": "<a title=\"U.S. state privacy\" href=\"/privacy/us-state-privacy\" class=\"relative no-underline cursor-pointer transition-colors duration-350 ease-in-out inline-block hover:text-footer-hover-sub-content pr-2 before:content-[""] before:block before:absolute before:right-0 before:top-1/2 before:w-[1px] before:-translate-y-1/2 before:h-4 before:bg-footer-sub-content pl-1\">U.S. State Privacy</a>"
}
],
"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
62 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": 64,
"passing": 2,
"failing": [
{
"heading": "Your videos, your way",
"headingHtml": "<h2 id=\"header-block-headline\" class=\"header-block_headline max-w-[56.25rem] text-pretty-fallback text-chroma-text-body-primary text-chroma-display-2-mobile tablet:text-chroma-display-2 !text-balance\" data-testid=\"header-block-headline\">Your videos, your way</h2>",
"firstParagraph": "Vimeo’s ad-free platform provides everything you need to host, manage, and share high-quality videos.",
"paragraphHtml": "<p class=\"text-pretty-fallback [&+*:not(ul,_ol)]:mt-chroma-16 [&+ul]:mt-chroma-24 [&+ol]:mt-chroma-24\">Vimeo’s ad-free platform provides everything you need to host, manage, and share high-quality videos.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Best of the Year 2025",
"headingHtml": "<h2 class=\"text-pretty-fallback text-chroma-quote-responsive-lg-mobile tablet:text-chroma-quote-responsive-lg\">Best of the Year 2025</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trusted by 287+ million creatives, marketers, and businesses",
"headingHtml": "<h2 class=\"text-center text-balance text-body-1-med col-[2/-2] md:col-[4/-4] lg:col-[7/-7]\">Trusted by 287+ million creatives, marketers, and businesses</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Built for how you work",
"headingHtml": "<h2 class=\"text-center text-balance text-display-mobile-6 md:text-display-6 text-card-content max-w-content-max-width\">Built for how you work</h2>",
"firstParagraph": "From SSO and privacy controls to live streaming, advanced AI features, and more — Vimeo Enterprise can be customized to match what your business needs.",
"paragraphHtml": "<p>From SSO and privacy controls to live streaming, advanced AI features, and more — Vimeo Enterprise can be customized to match what your business needs.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "The platform that powers your video strategy",
"headingHtml": "<h2 class=\"card-set-title text-balance text-display-mobile-8 md:text-display-6\">The platform that powers your video strategy</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Host in high quality, ad‑free",
"headingHtml": "<h3 class=\"card-title hidden md:block text-display-mobile-7\">Host in high quality, ad‑free</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Host in high quality, ad‑free",
"headingHtml": "<h3 class=\"block md:hidden\"><div class><div class=\"btn-text-base relative group flex items-center justify-start text-lohp-text-btn-content group-hover:text-lohp-text-btn-hover-content gap-x-2 white transition-colors duration-350 ease-in-out\"><span class=\"btn-label no-underline text-left text-balance text-body-3\">Host in high quality, ad‑free</span><span class=\"btn-arrow-container overflow-hidden flex justify-start gap-4 rounded-md w-6\"><i class=\"icon-v3 shrink-0 w-6 h-6 fill-lohp-btn-h...",
"firstParagraph": "Ensure your videos play in their highest resolution, always ad‑free. No competitor distractions or random suggestions here.",
"paragraphHtml": "<p>Ensure your videos play in their highest resolution, always ad<span style=\"font-size:16px\">‑</span>free. No competitor distractions or random suggestions here.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Collaborate with anyone",
"headingHtml": "<h3 class=\"card-title hidden md:block text-display-mobile-7\">Collaborate with anyone</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Collaborate with anyone",
"headingHtml": "<h3 class=\"block md:hidden\"><div class><div class=\"btn-text-base relative group flex items-center justify-start text-lohp-text-btn-content group-hover:text-lohp-text-btn-hover-content gap-x-2 white transition-colors duration-350 ease-in-out\"><span class=\"btn-label no-underline text-left text-balance text-body-3\">Collaborate with anyone</span><span class=\"btn-arrow-container overflow-hidden flex justify-start gap-4 rounded-md w-6\"><i class=\"icon-v3 shrink-0 w-6 h-6 fill-lohp-btn-hover-content...",
"firstParagraph": "Share cuts for review, get granular with time-coded comments, and manage version history in one organized library.",
"paragraphHtml": "<p>Share cuts for review, get granular with time-coded comments, and manage version history in one organized library.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Embed anywhere",
"headingHtml": "<h3 class=\"card-title hidden md:block text-display-mobile-7\">Embed anywhere</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Embed anywhere",
"headingHtml": "<h3 class=\"block md:hidden\"><div class><div class=\"btn-text-base relative group flex items-center justify-start text-lohp-text-btn-content group-hover:text-lohp-text-btn-hover-content gap-x-2 white transition-colors duration-350 ease-in-out\"><span class=\"btn-label no-underline text-left text-balance text-body-3\">Embed anywhere</span><span class=\"btn-arrow-container overflow-hidden flex justify-start gap-4 rounded-md w-6\"><i class=\"icon-v3 shrink-0 w-6 h-6 fill-lohp-btn-hover-content -ml-[2.5r...",
"firstParagraph": "Drive traffic to your website with Vimeo’s customizable, embeddable player. Share across social channels in seconds.",
"paragraphHtml": "<p>Drive traffic to your website with Vimeo’s customizable, embeddable player. Share across social channels in seconds.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Keep videos secure",
"headingHtml": "<h3 class=\"card-title hidden md:block text-display-mobile-7\">Keep videos secure</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Keep videos secure",
"headingHtml": "<h3 class=\"block md:hidden\"><div class><div class=\"btn-text-base relative group flex items-center justify-start text-lohp-text-btn-content group-hover:text-lohp-text-btn-hover-content gap-x-2 white transition-colors duration-350 ease-in-out\"><span class=\"btn-label no-underline text-left text-balance text-body-3\">Keep videos secure</span><span class=\"btn-arrow-container overflow-hidden flex justify-start gap-4 rounded-md w-6\"><i class=\"icon-v3 shrink-0 w-6 h-6 fill-lohp-btn-hover-content -ml-[...",
"firstParagraph": "Keep your content secure with granular access management and advanced privacy settings like password protection.",
"paragraphHtml": "<p>Keep your content secure with granular access management and advanced privacy settings like password protection.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Sell your content",
"headingHtml": "<h3 class=\"card-title hidden md:block text-display-mobile-7\">Sell your content</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sell your content",
"headingHtml": "<h3 class=\"block md:hidden\"><div class><div class=\"btn-text-base relative group flex items-center justify-start text-lohp-text-btn-content group-hover:text-lohp-text-btn-hover-content gap-x-2 white transition-colors duration-350 ease-in-out\"><span class=\"btn-label no-underline text-left text-balance text-body-3\">Sell your content</span><span class=\"btn-arrow-container overflow-hidden flex justify-start gap-4 rounded-md w-6\"><i class=\"icon-v3 shrink-0 w-6 h-6 fill-lohp-btn-hover-content -ml-[2...",
"firstParagraph": "Monetize content on demand and even build a subscription platform with simple tools that adjust to your business model.",
"paragraphHtml": "<p>Monetize content on demand and even build a subscription platform with simple tools that adjust to your business model.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Stream live with confidence",
"headingHtml": "<h3 class=\"card-title hidden md:block text-display-mobile-7\">Stream live with confidence</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Stream live with confidence",
"headingHtml": "<h3 class=\"block md:hidden\"><div class><div class=\"btn-text-base relative group flex items-center justify-start text-lohp-text-btn-content group-hover:text-lohp-text-btn-hover-content gap-x-2 white transition-colors duration-350 ease-in-out\"><span class=\"btn-label no-underline text-left text-balance text-body-3\">Stream live with confidence</span><span class=\"btn-arrow-container overflow-hidden flex justify-start gap-4 rounded-md w-6\"><i class=\"icon-v3 shrink-0 w-6 h-6 fill-lohp-btn-hover-cont...",
"firstParagraph": "Host virtual events, webinars, live broadcasts, and more with Vimeo’s suite of easy-to-use live streaming tools.",
"paragraphHtml": "<p>Host virtual events, webinars, live broadcasts, and more with Vimeo’s suite of easy-to-use live streaming tools.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "A video solution perfect for everyone",
"headingHtml": "<h2 class=\"card-set-title text-balance text-display-mobile-8 md:text-display-6\">A video solution perfect for everyone</h2>",
"firstParagraph": "Whether you’re a seasoned pro or just starting out, Vimeo’s intuitive platform makes it easy to upload, manage, and share your videos with complete control over privacy and distribution.",
"paragraphHtml": "<p>Whether you’re a seasoned pro or just starting out, Vimeo’s intuitive platform makes it easy to upload, manage, and share your videos with complete control over privacy and distribution.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Video pros →",
"headingHtml": "<h3 class=\"text-body-3-med md:text-body-2-med text-balance\"><span class=\"btn-label no-underline text-left text-balance\">Video pros</span><span class=\"inline md:hidden text-body-3-med md:text-body-2-med\" aria-hidden=\"true\"> →</span></h3>",
"firstParagraph": "Showcase work, collaborate with clients, and connect with a passionate community of filmmakers and creatives.",
"paragraphHtml": "<p>Showcase work, collaborate with clients, and connect with a passionate community of filmmakers and creatives.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Marketing teams →",
"headingHtml": "<h3 class=\"text-body-3-med md:text-body-2-med text-balance\"><span class=\"btn-label no-underline text-left text-balance\">Marketing teams</span><span class=\"inline md:hidden text-body-3-med md:text-body-2-med\" aria-hidden=\"true\"> →</span></h3>",
"firstParagraph": "Elevate your brand with high-quality video and expand your reach with precision and control.",
"paragraphHtml": "<p>Elevate your brand with high-quality video and expand your reach with precision and control.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Communications teams →",
"headingHtml": "<h3 class=\"text-body-3-med md:text-body-2-med text-balance\"><span class=\"btn-label no-underline text-left text-balance\">Communications teams</span><span class=\"inline md:hidden text-body-3-med md:text-body-2-med\" aria-hidden=\"true\"> →</span></h3>",
"firstParagraph": "Centralize communication and maximize engagement with high‑quality, live events, and secure video hosting.",
"paragraphHtml": "<p>Centralize communication and maximize engagement with high‑quality, live events, and secure video hosting.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Learning and development leaders →",
"headingHtml": "<h3 class=\"text-body-3-med md:text-body-2-med text-balance\"><span class=\"btn-label no-underline text-left text-balance\">Learning and development leaders</span><span class=\"inline md:hidden text-body-3-med md:text-body-2-med\" aria-hidden=\"true\"> →</span></h3>",
"firstParagraph": "Scale training with interactive, AI‑powered videos that integrate with any LMS to engage global teams in various languages.",
"paragraphHtml": "<p>Scale training with interactive, AI‑powered videos that integrate with any LMS to engage global teams in various languages.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Content businesses →",
"headingHtml": "<h3 class=\"text-body-3-med md:text-body-2-med text-balance\"><span class=\"btn-label no-underline text-left text-balance\">Content businesses</span><span class=\"inline md:hidden text-body-3-med md:text-body-2-med\" aria-hidden=\"true\"> →</span></h3>",
"firstParagraph": "Monetize your videos with everything you need to grow and manage your audience.",
"paragraphHtml": "<p>Monetize your videos with everything you need to grow and manage your audience.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise organizations →",
"headingHtml": "<h3 class=\"text-body-3-med md:text-body-2-med text-balance\"><span class=\"btn-label no-underline text-left text-balance\">Enterprise organizations</span><span class=\"inline md:hidden text-body-3-med md:text-body-2-med\" aria-hidden=\"true\"> →</span></h3>",
"firstParagraph": "Streamline video workflows across your company with customizable solutions that scale with business needs.",
"paragraphHtml": "<p>Streamline video workflows across your company with customizable solutions that scale with business needs.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "AI that takes your videos to the next level",
"headingHtml": "<h2 class=\"accordion-title inline text-display-mobile-6 md:text-display-6 lg:max-w-[35rem] not-supports-[text-wrap:pretty]:text-balance supports-[text-wrap:pretty]:text-pretty\">AI that takes your videos to the next level</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Translate your videos quickly and easily",
"headingHtml": "<h3 data-orientation=\"vertical\" data-state=\"open\" class=\"accordion-header w-full group py-2\"><button type=\"button\" aria-controls=\"radix-_R_4tabal5fiv5uaivb_\" aria-expanded=\"true\" data-state=\"open\" aria-disabled=\"true\" data-orientation=\"vertical\" id=\"radix-_R_tabal5fiv5uaivb_\" class=\"accordion-trigger text-card-content transition-opacity duration-350 ease-in-out bg-transparent border-none no-underline p-0 w-full text-left flex justify-between data-[state=closed]:cursor-pointer transition-color...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Translate your videos quickly and easily",
"headingHtml": "<h3 class=\"text-body-2-med max-md:w-3/4 min-w-60\">Translate your videos quickly and easily</h3>",
"firstParagraph": "Save time and money on localization with AI-powered video translation. Adapt your videos into dozens of languages, both audio and captions, in minutes.",
"paragraphHtml": "<p>Save time and money on localization with AI-powered video translation. Adapt your videos into dozens of languages, both audio and captions, in minutes.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Let Vimeo AI answer your viewers’ questions",
"headingHtml": "<h3 data-orientation=\"vertical\" data-state=\"closed\" class=\"accordion-header w-full group py-2\"><button type=\"button\" aria-controls=\"radix-_R_5dabal5fiv5uaivb_\" aria-expanded=\"false\" data-state=\"closed\" data-orientation=\"vertical\" id=\"radix-_R_1dabal5fiv5uaivb_\" class=\"accordion-trigger text-card-content transition-opacity duration-350 ease-in-out bg-transparent border-none no-underline p-0 w-full text-left flex justify-between data-[state=closed]:cursor-pointer group-hover:text-lohp-container...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Let Vimeo AI answer your viewers’ questions",
"headingHtml": "<h3 class=\"text-body-2-med max-md:w-3/4 min-w-60\">Let Vimeo AI answer your viewers’ questions</h3>",
"firstParagraph": "Within the video player, viewers can ask questions and get answers that link to the specific moment of the video for helpful context.",
"paragraphHtml": "<p>Within the video player, viewers can ask questions and get answers that link to the specific moment of the video for helpful context.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Edit videos as easily as editing a document",
"headingHtml": "<h3 data-orientation=\"vertical\" data-state=\"closed\" class=\"accordion-header w-full group py-2\"><button type=\"button\" aria-controls=\"radix-_R_5tabal5fiv5uaivb_\" aria-expanded=\"false\" data-state=\"closed\" data-orientation=\"vertical\" id=\"radix-_R_1tabal5fiv5uaivb_\" class=\"accordion-trigger text-card-content transition-opacity duration-350 ease-in-out bg-transparent border-none no-underline p-0 w-full text-left flex justify-between data-[state=closed]:cursor-pointer group-hover:text-lohp-container...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Automatically optimize your videos for SEO",
"headingHtml": "<h3 data-orientation=\"vertical\" data-state=\"closed\" class=\"accordion-header w-full group py-2\"><button type=\"button\" aria-controls=\"radix-_R_6dabal5fiv5uaivb_\" aria-expanded=\"false\" data-state=\"closed\" data-orientation=\"vertical\" id=\"radix-_R_2dabal5fiv5uaivb_\" class=\"accordion-trigger text-card-content transition-opacity duration-350 ease-in-out bg-transparent border-none no-underline p-0 w-full text-left flex justify-between data-[state=closed]:cursor-pointer group-hover:text-lohp-container...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Automatically optimize your videos for SEO",
"headingHtml": "<h3 class=\"text-body-2-med max-md:w-3/4 min-w-60\">Automatically optimize your videos for SEO</h3>",
"firstParagraph": "Vimeo AI provides SEO-optimized titles, descriptions, chapters, and tags. Just upload, click to generate, and share away.",
"paragraphHtml": "<p>Vimeo AI provides SEO-optimized titles, descriptions, chapters, and tags. Just upload, click to generate, and share away.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise security and scale",
"headingHtml": "<h2 class=\"card-set-title text-balance text-display-mobile-8 md:text-display-6\">Enterprise security and scale</h2>",
"firstParagraph": "Vimeo retains the high-quality that video pros have trusted for decades, while providing the scalability, security, and insights that leading enterprise businesses demand.",
"paragraphHtml": "<p>Vimeo retains the high-quality that video pros have trusted for decades, while providing the scalability, security, and insights that leading enterprise businesses demand. </p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "SOC 2 Type II",
"headingHtml": "<h3 class=\"card-icon-title text-body-3-med md:text-body-2-med text-balance\">SOC 2 Type II</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "GDPR aligned",
"headingHtml": "<h3 class=\"card-icon-title text-body-3-med md:text-body-2-med text-balance\">GDPR aligned</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "HIPAA solution",
"headingHtml": "<h3 class=\"card-icon-title text-body-3-med md:text-body-2-med text-balance\">HIPAA solution</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "ISO 27001 and 27701 certified",
"headingHtml": "<h3 class=\"card-icon-title text-body-3-med md:text-body-2-med text-balance\">ISO 27001 and 27701 certified</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AES-256 and HTTPS/TLS encryption",
"headingHtml": "<h3 class=\"card-icon-title text-body-3-med md:text-body-2-med text-balance\">AES-256 and HTTPS/TLS encryption</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Single Sign-On (SSO) integration",
"headingHtml": "<h3 class=\"card-icon-title text-body-3-med md:text-body-2-med text-balance\">Single Sign-On (SSO) integration</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Join a thriving community of the world’s greatest storytellers",
"headingHtml": "<h2 class=\"col-[2/-2] text-center md:text-left text-display-mobile-6 md:text-display-6 max-w-207.5\">Join a thriving community of the world’s greatest storytellers</h2>",
"firstParagraph": "For more than 20 years, acclaimed visionaries and undiscovered talent have used Vimeo to share videos and get inspired. Get discovered by millions through coveted Staff Picks and Best of the Year showcases.",
"paragraphHtml": "<p>For more than 20 years, acclaimed visionaries and undiscovered talent have used Vimeo to share videos and get inspired. Get discovered by millions through coveted Staff Picks and Best of the Year showcases.</p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
},
{
"heading": "Les BĂŞtes",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Les Bêtes</p></h3>",
"firstParagraph": "Les BĂŞtes",
"paragraphHtml": "<p>Les Bêtes</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Christmas, Every Day",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Christmas, Every Day</p></h3>",
"firstParagraph": "Christmas, Every Day",
"paragraphHtml": "<p>Christmas, Every Day</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "The School of Canine Massage",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>The School of Canine Massage</p></h3>",
"firstParagraph": "The School of Canine Massage",
"paragraphHtml": "<p>The School of Canine Massage</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Tea",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Tea</p></h3>",
"firstParagraph": "Tea",
"paragraphHtml": "<p>Tea</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "The Rainbow Bridge",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>The Rainbow Bridge</p><p><br></p></h3>",
"firstParagraph": "The Rainbow Bridge",
"paragraphHtml": "<p>The Rainbow Bridge</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Peter Hair",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Peter Hair</p><p><br></p></h3>",
"firstParagraph": "Peter Hair",
"paragraphHtml": "<p>Peter Hair</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Simo",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Simo</p></h3>",
"firstParagraph": "Simo",
"paragraphHtml": "<p>Simo</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "ADHD",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>ADHD</p></h3>",
"firstParagraph": "ADHD",
"paragraphHtml": "<p>ADHD</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Baggage",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Baggage</p></h3>",
"firstParagraph": "Baggage",
"paragraphHtml": "<p>Baggage</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Familiar",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Familiar</p></h3>",
"firstParagraph": "Familiar",
"paragraphHtml": "<p>Familiar</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Mzia Leaves the Room",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Mzia Leaves the Room</p></h3>",
"firstParagraph": "Mzia Leaves the Room",
"paragraphHtml": "<p>Mzia Leaves the Room</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Essex Girls",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Essex Girls</p></h3>",
"firstParagraph": "Essex Girls",
"paragraphHtml": "<p>Essex Girls</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Discover the latest from Vimeo",
"headingHtml": "<h2 class=\"text-center text-balance text-display-mobile-6 md:text-display-6 col-[2/-2] md:col-[4/-4] lg:col-[7/-7]\">Discover the latest from Vimeo</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore our latest product releases and improvements.",
"headingHtml": "<h3 class=\"text-lohp-container-sub-content text-body-3 md:text-body-2 md:-mt-5 md:mx-6\">Explore our latest product releases and improvements.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Build and monetize your own video streaming service with Vimeo Streaming.",
"headingHtml": "<h3 class=\"text-lohp-container-sub-content text-body-3 md:text-body-2 md:-mt-5 md:mx-6\">Build and monetize your own video streaming service with Vimeo Streaming.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Product",
"headingHtml": "<h2 class=\"w-full\"><button type=\"button\" class=\"flex z-[1] w-full items-center gap-2 justify-between bg-transparent border-none relative rounded-xl text-inherit text-display-mobile-8 md:text-display-8 py-6 px-[calc((2/25)*clamp(var(--screen-xs),_100vw,_var(--screen-2xl)))] text-center cursor-pointer\" aria-expanded=\"false\" data-bp-element=\"card\" aria-controls=\"footer-mobile-menu-accordion-0\" id=\"footer-mobile-menu-accordion-button-0\"><span class=\"text-left\">Product</span><div class=\"relative w...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Product",
"headingHtml": "<h3 class=\"text-display-mobile-8 py-3 \">Product</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Features",
"headingHtml": "<h3 class=\"text-display-mobile-8 py-3 \">Features</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Vimeo for",
"headingHtml": "<h3 class=\"text-display-mobile-8 py-3 \">Vimeo for</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Solutions",
"headingHtml": "<h3 class=\"text-display-mobile-8 py-3 \">Solutions</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resources",
"headingHtml": "<h2 class=\"w-full\"><button type=\"button\" class=\"flex z-[1] w-full items-center gap-2 justify-between bg-transparent border-none relative rounded-xl text-inherit text-display-mobile-8 md:text-display-8 py-6 px-[calc((2/25)*clamp(var(--screen-xs),_100vw,_var(--screen-2xl)))] text-center cursor-pointer\" aria-expanded=\"false\" data-bp-element=\"card\" aria-controls=\"footer-mobile-menu-accordion-1\" id=\"footer-mobile-menu-accordion-button-1\"><span class=\"text-left\">Resources</span><div class=\"relative...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Company",
"headingHtml": "<h2 class=\"w-full\"><button type=\"button\" class=\"flex z-[1] w-full items-center gap-2 justify-between bg-transparent border-none relative rounded-xl text-inherit text-display-mobile-8 md:text-display-8 py-6 px-[calc((2/25)*clamp(var(--screen-xs),_100vw,_var(--screen-2xl)))] text-center cursor-pointer\" aria-expanded=\"false\" data-bp-element=\"card\" aria-controls=\"footer-mobile-menu-accordion-2\" id=\"footer-mobile-menu-accordion-button-2\"><span class=\"text-left\">Company</span><div class=\"relative w...",
"firstParagraph": "Language:",
"paragraphHtml": "<p id=\"global-footer-language-selector\" class=\"text-body-3 font-normal pr-[0.625rem]\"><a href=\"/languages\">Language:</a></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
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, JSON-LD structured data.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 3,
"schemaBlocks": 0,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"JSON-LD structured data"
],
"score": 60,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: 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
62 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 14,
"questionH2s": [],
"hasFaq": true,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 80/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: vimeo, all, one, complete.
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
80/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 80/100 and needs improvement.
Evidence
{
"title": "Vimeo - All-in-One Video Platform",
"h1": "Your complete video platform",
"description": "The video platform trusted by 287 million creatives, entrepreneurs, and businesses. Everything you need to create, manage, and share stunning videos.",
"topicOverlap": 0.3333333333333333,
"topicTerms": [
"vimeo",
"all",
"one",
"video",
"platform",
"complete"
],
"descriptionTerms": [
"video",
"platform",
"trusted",
"287",
"million",
"creatives",
"entrepreneurs",
"businesses",
"everything",
"need",
"create",
"manage",
"share",
"stunning",
"videos"
],
"missingFromDescription": [
"vimeo",
"all",
"one",
"complete"
],
"score": 80,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
No substantial explanatory paragraphs were found.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
42 image(s) are missing width/height attributes. 61 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1453,
"htmlBytes": 1643752,
"imagesMissingDimensions": [
{
"src": "https://vimeo.bynder.com/transform/75cfd406-6c2c-401a-8887-58c41ac68dcf/lohp-boty-banner-bg?io=transform:fill,width:1920&quality=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://vimeo.bynder.com/transform/75cfd406-6c2c-401a-8887-58c41ac68dcf/lohp-boty-banner-bg?io=transform:fill,width:1920&quality=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/5a4c4abd07e813536f528fc53ad68345?w=1920&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/5a4c4abd07e813536f528fc53ad68345?w=1920&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] h-full h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/649428bcd163b5ed6bac792ae12ceb9e?w=1140&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/649428bcd163b5ed6bac792ae12ceb9e?w=1140&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-full h-full\" src=\"https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180\" alt=\"Vimeo Staff Pick badge\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/25384c452cfbd334965489d5a532b9d6?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Michael Granberry\" src=\"https://i.vimeocdn.com/custom_asset/25384c452cfbd334965489d5a532b9d6?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/c07d4197ce2d8f55e4d2e8f17bfc24a9?w=1140&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/c07d4197ce2d8f55e4d2e8f17bfc24a9?w=1140&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-full h-full\" src=\"https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180\" alt=\"Vimeo Staff Pick badge\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/b412f9239be15d320a88a852fb9a06ef?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Faye Tsakas\" src=\"https://i.vimeocdn.com/custom_asset/b412f9239be15d320a88a852fb9a06ef?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/ca8a0cade0ceee34e3c57046f77b0ba6?w=1140&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/ca8a0cade0ceee34e3c57046f77b0ba6?w=1140&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-full h-full\" src=\"https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180\" alt=\"Vimeo Staff Pick badge\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/0d8cc6348428f10a931f973267dd1f21?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Emma D. Miller\" src=\"https://i.vimeocdn.com/custom_asset/0d8cc6348428f10a931f973267dd1f21?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/851a4392c77319b0ac7b1f362db9000e?w=1140&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/851a4392c77319b0ac7b1f362db9000e?w=1140&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-full h-full\" src=\"https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180\" alt=\"Vimeo Staff Pick badge\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/b96dc9e9c4af92dbe254ecb926cab259?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Blake Winston Rice\" src=\"https://i.vimeocdn.com/custom_asset/b96dc9e9c4af92dbe254ecb926cab259?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/c108c6a044f094e6d7052a290f26df5f?w=1140&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/c108c6a044f094e6d7052a290f26df5f?w=1140&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-full h-full\" src=\"https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180\" alt=\"Vimeo Staff Pick badge\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/e9c8df4c292cc8913cb8456265fcb00f?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Suki-Rose Otter\" src=\"https://i.vimeocdn.com/custom_asset/e9c8df4c292cc8913cb8456265fcb00f?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/e9c8df4c292cc8913cb8456265fcb00f?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Michael David Scott\" src=\"https://i.vimeocdn.com/custom_asset/e9c8df4c292cc8913cb8456265fcb00f?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/20aacb96a8b9ab64d3d5632e24d49765?w=1140&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/20aacb96a8b9ab64d3d5632e24d49765?w=1140&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-full h-full\" src=\"https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180\" alt=\"Vimeo Staff Pick badge\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/47a4bf0a198bbe9cb5e6e3468202c7db?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Arthur Studholme & Cosmo Wellings\" src=\"https://i.vimeocdn.com/custom_asset/47a4bf0a198bbe9cb5e6e3468202c7db?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/406f84daaf83fd83089717126887918d?w=1140&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/406f84daaf83fd83089717126887918d?w=1140&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-full h-full\" src=\"https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180\" alt=\"Vimeo Staff Pick badge\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/d5cc195ce62872f804897b87b2e1df0e?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Aziz Zoromba\" src=\"https://i.vimeocdn.com/custom_asset/d5cc195ce62872f804897b87b2e1df0e?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/5d52bc2f6dff6c8f8a3b769033fab5ae?w=1140&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/5d52bc2f6dff6c8f8a3b769033fab5ae?w=1140&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-full h-full\" src=\"https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180\" alt=\"Vimeo Staff Pick badge\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/d07fa4d20eda3ce84faf941f4b63db74?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Meat Dept.\" src=\"https://i.vimeocdn.com/custom_asset/d07fa4d20eda3ce84faf941f4b63db74?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/841fb560f6d05f8cb16449c72338107e?w=1140&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/841fb560f6d05f8cb16449c72338107e?w=1140&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-full h-full\" src=\"https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180\" alt=\"Vimeo Staff Pick badge\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/6768ab1e3feee8bd314fdbb7daa63988?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Lucy Davidson\" src=\"https://i.vimeocdn.com/custom_asset/6768ab1e3feee8bd314fdbb7daa63988?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/c1cd9c593e41df1afc9f6268c5868fa1?w=1140&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/c1cd9c593e41df1afc9f6268c5868fa1?w=1140&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-full h-full\" src=\"https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180\" alt=\"Vimeo Staff Pick badge\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/026b27fe66eacbef517ef9c9da2a851b?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Marco Novoa\" src=\"https://i.vimeocdn.com/custom_asset/026b27fe66eacbef517ef9c9da2a851b?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/db6f4b48392c3d304ec85c166b7e6775?w=1140&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/db6f4b48392c3d304ec85c166b7e6775?w=1140&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-full h-full\" src=\"https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180\" alt=\"Vimeo Staff Pick badge\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/9830c6e8f3ad150d4bc0039818af05bb?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Madeline Leary\" src=\"https://i.vimeocdn.com/custom_asset/9830c6e8f3ad150d4bc0039818af05bb?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/1d57a61d427d555d512435d15dbee548?w=1140&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/1d57a61d427d555d512435d15dbee548?w=1140&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full object-cover overflow-visible max-lg:h-full max-lg:w-full lg:w-full lg:h-full w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"w-full h-full\" src=\"https://i.vimeocdn.com/custom_asset/521f7bd07e5b2977ec9d2a8d3cd5df61?w=180\" alt=\"Vimeo Staff Pick badge\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/bb215ed03c6a1fd39c3fcc925c822fa6?w=100&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Yero Timi-Biu\" src=\"https://i.vimeocdn.com/custom_asset/bb215ed03c6a1fd39c3fcc925c822fa6?w=100&q=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://vimeo.bynder.com/transform/8d1b94af-c5aa-4c46-9f7c-1b9039272789/Summer-2025-blog-release?io=transform:fill,width:3200&quality=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://vimeo.bynder.com/transform/8d1b94af-c5aa-4c46-9f7c-1b9039272789/Summer-2025-blog-release?io=transform:fill,width:3200&quality=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] rounded-2xl !rounded-lg max-h-[248px] h-auto !rounded-lg max-h-[248px] h-auto w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://i.vimeocdn.com/custom_asset/c7f4134846c3c70023096471a7d16c15?w=3200&q=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://i.vimeocdn.com/custom_asset/c7f4134846c3c70023096471a7d16c15?w=3200&q=80\" data-testid=\"bynder-asset-image\" class=\"progressive-image object-cover transform-gpu will-change-[object-position] rounded-2xl !rounded-lg max-h-[248px] h-auto !rounded-lg max-h-[248px] h-auto w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
},
{
"src": "https://vimeo.bynder.com/transform/75cfd406-6c2c-401a-8887-58c41ac68dcf/lohp-boty-banner-bg?io=transform:fill,width:1920&quality=80",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://vimeo.bynder.com/transform/75cfd406-6c2c-401a-8887-58c41ac68dcf/lohp-boty-banner-bg?io=transform:fill,width:1920&quality=80\" data-testid=\"bynder-asset-image\" class=\"w-full object-[var(--mobile-position)] md:object-[var(--tablet-position)] lg:object-[var(--desktop-position)]\">"
}
],
"possibleDialogs": [
"<ul class=\"flex flex-1 items-center justify-between px-4 py-3 rounded-2xl bg-chroma-navigation-backgrounds-bar backdrop-blur-2xl reduced-transparency:bg-chroma-navigation-backgrounds-dropdown shadow-chroma-modal motion-safe:transition-[box-shadow,border-radius,filter,background-color,padding] motion-safe:duration-[--bottom-transition-duration] motion-safe:ease-subtle-bounce motion-safe:delay-[--megamenu-transition-close-duration]\"><li><button class=\"flex desktop:!hidden flex-col items-center...",
"<ul class=\"flex h-full justify-center relative px-6 py-3 gap-chroma-24 rounded-2xl bg-chroma-blue-500 reduced-transparency:bg-chroma-navigation-backgrounds-dropdown shadow-chroma-modal motion-safe:transition-[box-shadow,background-color,padding] motion-safe:duration-[--bottom-transition-duration] motion-safe:ease-in-out-sine motion-safe:delay-[--megamenu-transition-close-duration]\"><li class=\"inline-flex relative motion-safe:transition-colors motion-safe:duration-[--bottom-transition-duration...",
"<dialog id=\"modal-_R_1g6bal5fiv5uaivb_\" role=\"dialog\" aria-modal=\"true\" aria-label=\"See why millions love Vimeo\" class=\"fixed inset-0 overflow-hidden border-none p-0 pointer-events-none open:pointer-events-auto size-full max-h-full max-w-full p-0 backdrop:bg-black bg-transparent flex items-center justify-center transition-all transition-discrete duration-500 ease-out opacity-0 starting:open:opacity-0 open:opacity-100 scale-0 starting:open:scale-0 open:scale-100 backdrop:transition-all backdro...",
"<button class=\"button-modal-close flex justify-center items-center shrink-0 aspect-1/1 p-[10px] border-none rounded-[6.4px] transition-colors duration-350 ease-in-out cursor-pointer bg-chroma-button-close-modal-primary text-chroma-button-close-modal-primary-text enabled:hover:bg-chroma-button-close-modal-primary-hover focus-visible:!bg-chroma-button-close-modal-primary-focus focus-visible:!outline-chroma-button-close-modal-primary-focus-border absolute z-10 top-4 right-4\" aria-label=\"Close\"><...",
"<dialog id=\"modal-_R_2g6bal5fiv5uaivb_\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Play\" class=\"fixed inset-0 overflow-hidden border-none p-0 pointer-events-none open:pointer-events-auto size-full max-h-full max-w-full p-0 backdrop:bg-black bg-transparent flex items-center justify-center transition-all transition-discrete duration-500 ease-out opacity-0 starting:open:opacity-0 open:opacity-100 scale-0 starting:open:scale-0 open:scale-100 backdrop:transition-all backdrop:transition-discrete b...",
"<button class=\"button-modal-close flex justify-center items-center shrink-0 aspect-1/1 p-[10px] border-none rounded-[6.4px] transition-colors duration-350 ease-in-out cursor-pointer bg-chroma-button-close-modal-primary text-chroma-button-close-modal-primary-text enabled:hover:bg-chroma-button-close-modal-primary-hover focus-visible:!bg-chroma-button-close-modal-primary-focus focus-visible:!outline-chroma-button-close-modal-primary-focus-border absolute z-10 top-4 right-4\" aria-label=\"Close\"><...",
"<button class=\"button-modal-close flex justify-center items-center shrink-0 aspect-1/1 p-[10px] border-none rounded-[6.4px] transition-colors duration-350 ease-in-out cursor-pointer bg-chroma-button-close-modal-secondary text-chroma-button-close-modal-secondary-text enabled:hover:bg-chroma-button-close-modal-secondary-hover enabled:hover:text-chroma-button-close-modal-secondary-hover-text focus-visible:!bg-chroma-button-close-modal-secondary-focus focus-visible:!outline-chroma-button-close-mo...",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_6p2bal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-point...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_6p2bal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn-base black group box-border relative flex group w-fit items-center backdrop-blur-bokeh-md bg-lohp-play-btn-base-bg-default rounded-bokeh-md overflow-hidden hover:bg-lohp-play-btn-base-bg-hover hover:text-lohp-play-btn-base-content-hover...",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-right\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_1lebal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointe...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_1lebal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn-base black group box-border relative flex group w-fit items-center backdrop-blur-bokeh-md bg-lohp-play-btn-base-bg-default rounded-bokeh-md overflow-hidden hover:bg-lohp-play-btn-base-bg-hover hover:text-lohp-play-btn-base-content-hover...",
"<li class=\"rounded-video relative border border-black border-solid transition-opacity duration-500 ease-in-out w-66 max-lg:min-w-66 lg:w-80 h-105 lg:[&:nth-child(3n-2)]:mt-15 lg:[&:nth-child(6n-1)]:mt-30 md:motion-reduce:[&:nth-child(3n-2)]:mt-0 md:motion-reduce:[&:nth-child(6n-1)]:mt-0 [&>button]:w-full [&_.video-base]:w-full [&_.video-base]:h-[2.813rem] [&_.video-base]:flex-none [&_.video-base>div]:top-0 [&_.video-base>div]:translate-y-0 [&am...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_obdqbal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Les Bêtes</p></h3></button>",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7obdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Les Bêtes\" class=\"modal-trigger bg-transparen...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7obdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Les Bêtes\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn blue box-border group transition-colors duration-350 ease-in-out w-20 h-[2.813rem] bg-lohp-play-btn-bg-default rounded-bokeh-md flex justify-center items-center transition-colors duration-350 ease-in-out rel...",
"<li class=\"rounded-video relative border border-black border-solid transition-opacity duration-500 ease-in-out w-66 max-lg:min-w-66 lg:w-80 h-105 lg:[&:nth-child(3n-2)]:mt-15 lg:[&:nth-child(6n-1)]:mt-30 md:motion-reduce:[&:nth-child(3n-2)]:mt-0 md:motion-reduce:[&:nth-child(6n-1)]:mt-0 [&>button]:w-full [&_.video-base]:w-full [&_.video-base]:h-[2.813rem] [&_.video-base]:flex-none [&_.video-base>div]:top-0 [&_.video-base>div]:translate-y-0 [&am...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_ojdqbal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Christmas, Every Day</p></h3></button>",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7ojdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Christmas, Every Day\" class=\"modal-trigger bg-tran...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7ojdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Christmas, Every Day\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn blue box-border group transition-colors duration-350 ease-in-out w-20 h-[2.813rem] bg-lohp-play-btn-bg-default rounded-bokeh-md flex justify-center items-center transition-colors duration-350 ease-in-o...",
"<li class=\"rounded-video relative border border-black border-solid transition-opacity duration-500 ease-in-out w-66 max-lg:min-w-66 lg:w-80 h-105 lg:[&:nth-child(3n-2)]:mt-15 lg:[&:nth-child(6n-1)]:mt-30 md:motion-reduce:[&:nth-child(3n-2)]:mt-0 md:motion-reduce:[&:nth-child(6n-1)]:mt-0 [&>button]:w-full [&_.video-base]:w-full [&_.video-base]:h-[2.813rem] [&_.video-base]:flex-none [&_.video-base>div]:top-0 [&_.video-base>div]:translate-y-0 [&am...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_ordqbal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>The School of Canine Massage</p></h3></button>",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7ordqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"The School of Canine Massage\" class=\"modal-trigger...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7ordqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"The School of Canine Massage\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn blue box-border group transition-colors duration-350 ease-in-out w-20 h-[2.813rem] bg-lohp-play-btn-bg-default rounded-bokeh-md flex justify-center items-center transition-colors duration-350 e...",
"<li class=\"rounded-video relative border border-black border-solid transition-opacity duration-500 ease-in-out w-66 max-lg:min-w-66 lg:w-80 h-105 lg:[&:nth-child(3n-2)]:mt-15 lg:[&:nth-child(6n-1)]:mt-30 md:motion-reduce:[&:nth-child(3n-2)]:mt-0 md:motion-reduce:[&:nth-child(6n-1)]:mt-0 [&>button]:w-full [&_.video-base]:w-full [&_.video-base]:h-[2.813rem] [&_.video-base]:flex-none [&_.video-base>div]:top-0 [&_.video-base>div]:translate-y-0 [&am...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_p3dqbal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Tea</p></h3></button>",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7p3dqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Tea\" class=\"modal-trigger bg-transparent border-no...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7p3dqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Tea\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn blue box-border group transition-colors duration-350 ease-in-out w-20 h-[2.813rem] bg-lohp-play-btn-bg-default rounded-bokeh-md flex justify-center items-center transition-colors duration-350 ease-in-out relative overf...",
"<li class=\"rounded-video relative border border-black border-solid transition-opacity duration-500 ease-in-out w-66 max-lg:min-w-66 lg:w-80 h-105 lg:[&:nth-child(3n-2)]:mt-15 lg:[&:nth-child(6n-1)]:mt-30 md:motion-reduce:[&:nth-child(3n-2)]:mt-0 md:motion-reduce:[&:nth-child(6n-1)]:mt-0 [&>button]:w-full [&_.video-base]:w-full [&_.video-base]:h-[2.813rem] [&_.video-base]:flex-none [&_.video-base>div]:top-0 [&_.video-base>div]:translate-y-0 [&am...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_pbdqbal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>The Rainbow Bridge</p><p><br></p></h3></button>",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7pbdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"The Rainbow Bridge\" class=\"modal-trigger bg-transp...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7pbdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"The Rainbow Bridge\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn blue box-border group transition-colors duration-350 ease-in-out w-20 h-[2.813rem] bg-lohp-play-btn-bg-default rounded-bokeh-md flex justify-center items-center transition-colors duration-350 ease-in-out...",
"<li class=\"rounded-video relative border border-black border-solid transition-opacity duration-500 ease-in-out w-66 max-lg:min-w-66 lg:w-80 h-105 lg:[&:nth-child(3n-2)]:mt-15 lg:[&:nth-child(6n-1)]:mt-30 md:motion-reduce:[&:nth-child(3n-2)]:mt-0 md:motion-reduce:[&:nth-child(6n-1)]:mt-0 [&>button]:w-full [&_.video-base]:w-full [&_.video-base]:h-[2.813rem] [&_.video-base]:flex-none [&_.video-base>div]:top-0 [&_.video-base>div]:translate-y-0 [&am...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_pjdqbal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Peter Hair</p><p><br></p></h3></button>",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7pjdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Peter Hair\" class=\"modal-trigger bg-transparent bo...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7pjdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Peter Hair\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn blue box-border group transition-colors duration-350 ease-in-out w-20 h-[2.813rem] bg-lohp-play-btn-bg-default rounded-bokeh-md flex justify-center items-center transition-colors duration-350 ease-in-out relativ...",
"<li class=\"rounded-video relative border border-black border-solid transition-opacity duration-500 ease-in-out w-66 max-lg:min-w-66 lg:w-80 h-105 lg:[&:nth-child(3n-2)]:mt-15 lg:[&:nth-child(6n-1)]:mt-30 md:motion-reduce:[&:nth-child(3n-2)]:mt-0 md:motion-reduce:[&:nth-child(6n-1)]:mt-0 [&>button]:w-full [&_.video-base]:w-full [&_.video-base]:h-[2.813rem] [&_.video-base]:flex-none [&_.video-base>div]:top-0 [&_.video-base>div]:translate-y-0 [&am...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_prdqbal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Simo</p></h3></button>",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7prdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Simo\" class=\"modal-trigger bg-transparent border-n...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7prdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Simo\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn blue box-border group transition-colors duration-350 ease-in-out w-20 h-[2.813rem] bg-lohp-play-btn-bg-default rounded-bokeh-md flex justify-center items-center transition-colors duration-350 ease-in-out relative over...",
"<li class=\"rounded-video relative border border-black border-solid transition-opacity duration-500 ease-in-out w-66 max-lg:min-w-66 lg:w-80 h-105 lg:[&:nth-child(3n-2)]:mt-15 lg:[&:nth-child(6n-1)]:mt-30 md:motion-reduce:[&:nth-child(3n-2)]:mt-0 md:motion-reduce:[&:nth-child(6n-1)]:mt-0 [&>button]:w-full [&_.video-base]:w-full [&_.video-base]:h-[2.813rem] [&_.video-base]:flex-none [&_.video-base>div]:top-0 [&_.video-base>div]:translate-y-0 [&am...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_q3dqbal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>ADHD</p></h3></button>",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7q3dqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"ADHD\" class=\"modal-trigger bg-transparent border-n...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7q3dqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"ADHD\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn blue box-border group transition-colors duration-350 ease-in-out w-20 h-[2.813rem] bg-lohp-play-btn-bg-default rounded-bokeh-md flex justify-center items-center transition-colors duration-350 ease-in-out relative over...",
"<li class=\"rounded-video relative border border-black border-solid transition-opacity duration-500 ease-in-out w-66 max-lg:min-w-66 lg:w-80 h-105 lg:[&:nth-child(3n-2)]:mt-15 lg:[&:nth-child(6n-1)]:mt-30 md:motion-reduce:[&:nth-child(3n-2)]:mt-0 md:motion-reduce:[&:nth-child(6n-1)]:mt-0 [&>button]:w-full [&_.video-base]:w-full [&_.video-base]:h-[2.813rem] [&_.video-base]:flex-none [&_.video-base>div]:top-0 [&_.video-base>div]:translate-y-0 [&am...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_qbdqbal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Baggage</p></h3></button>",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7qbdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Baggage\" class=\"modal-trigger bg-transparent borde...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7qbdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Baggage\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn blue box-border group transition-colors duration-350 ease-in-out w-20 h-[2.813rem] bg-lohp-play-btn-bg-default rounded-bokeh-md flex justify-center items-center transition-colors duration-350 ease-in-out relative o...",
"<li class=\"rounded-video relative border border-black border-solid transition-opacity duration-500 ease-in-out w-66 max-lg:min-w-66 lg:w-80 h-105 lg:[&:nth-child(3n-2)]:mt-15 lg:[&:nth-child(6n-1)]:mt-30 md:motion-reduce:[&:nth-child(3n-2)]:mt-0 md:motion-reduce:[&:nth-child(6n-1)]:mt-0 [&>button]:w-full [&_.video-base]:w-full [&_.video-base]:h-[2.813rem] [&_.video-base]:flex-none [&_.video-base>div]:top-0 [&_.video-base>div]:translate-y-0 [&am...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_qjdqbal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Familiar</p></h3></button>",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7qjdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Familiar\" class=\"modal-trigger bg-transparent bord...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7qjdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Familiar\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn blue box-border group transition-colors duration-350 ease-in-out w-20 h-[2.813rem] bg-lohp-play-btn-bg-default rounded-bokeh-md flex justify-center items-center transition-colors duration-350 ease-in-out relative...",
"<li class=\"rounded-video relative border border-black border-solid transition-opacity duration-500 ease-in-out w-66 max-lg:min-w-66 lg:w-80 h-105 lg:[&:nth-child(3n-2)]:mt-15 lg:[&:nth-child(6n-1)]:mt-30 md:motion-reduce:[&:nth-child(3n-2)]:mt-0 md:motion-reduce:[&:nth-child(6n-1)]:mt-0 [&>button]:w-full [&_.video-base]:w-full [&_.video-base]:h-[2.813rem] [&_.video-base]:flex-none [&_.video-base>div]:top-0 [&_.video-base>div]:translate-y-0 [&am...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_qrdqbal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Mzia Leaves the Room</p></h3></button>",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7qrdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Mzia Leaves the Room\" class=\"modal-trigger bg-tran...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7qrdqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Mzia Leaves the Room\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn blue box-border group transition-colors duration-350 ease-in-out w-20 h-[2.813rem] bg-lohp-play-btn-bg-default rounded-bokeh-md flex justify-center items-center transition-colors duration-350 ease-in-o...",
"<li class=\"rounded-video relative border border-black border-solid transition-opacity duration-500 ease-in-out w-66 max-lg:min-w-66 lg:w-80 h-105 lg:[&:nth-child(3n-2)]:mt-15 lg:[&:nth-child(6n-1)]:mt-30 md:motion-reduce:[&:nth-child(3n-2)]:mt-0 md:motion-reduce:[&:nth-child(6n-1)]:mt-0 [&>button]:w-full [&_.video-base]:w-full [&_.video-base]:h-[2.813rem] [&_.video-base]:flex-none [&_.video-base>div]:top-0 [&_.video-base>div]:translate-y-0 [&am...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_r3dqbal5fiv5uaivb_\" data-state=\"closed\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Essex Girls</p></h3></button>",
"<div class=\"video-modal-button absolute max-md:top-1/2 max-md:left-1/2 max-md:-translate-x-1/2 max-md:-translate-y-1/2 md:w-full md:max-w-full md:px-5 md:translate-y-0 md:bottom-5 md:video-base:p-0 md:video-base:translate-x-0 md:video-base:translate-y-0 md:video-base:px-5 md:text-right lg:text-center\"><button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7r3dqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Essex Girls\" class=\"modal-trigger bg-transparent b...",
"<button type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_7r3dqbal5fiv5uaivb_\" data-state=\"closed\" aria-label=\"Essex Girls\" class=\"modal-trigger bg-transparent border-none p-0 cursor-pointer w-auto text-lohp-container-content group\"><div class=\"play-btn blue box-border group transition-colors duration-350 ease-in-out w-20 h-[2.813rem] bg-lohp-play-btn-bg-default rounded-bokeh-md flex justify-center items-center transition-colors duration-350 ease-in-out relati...",
"<button class=\"button-modal-close flex justify-center items-center shrink-0 aspect-1/1 p-[10px] border-none rounded-[6.4px] transition-colors duration-350 ease-in-out cursor-pointer bg-chroma-button-close-modal-secondary text-chroma-button-close-modal-secondary-text enabled:hover:bg-chroma-button-close-modal-secondary-hover enabled:hover:text-chroma-button-close-modal-secondary-hover-text focus-visible:!bg-chroma-button-close-modal-secondary-focus focus-visible:!outline-chroma-button-close-mo...",
"<div id=\"modal-root\"></div>"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
62 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": 64,
"passing": 2,
"failing": [
{
"heading": "Your videos, your way",
"headingHtml": "<h2 id=\"header-block-headline\" class=\"header-block_headline max-w-[56.25rem] text-pretty-fallback text-chroma-text-body-primary text-chroma-display-2-mobile tablet:text-chroma-display-2 !text-balance\" data-testid=\"header-block-headline\">Your videos, your way</h2>",
"firstParagraph": "Vimeo’s ad-free platform provides everything you need to host, manage, and share high-quality videos.",
"paragraphHtml": "<p class=\"text-pretty-fallback [&+*:not(ul,_ol)]:mt-chroma-16 [&+ul]:mt-chroma-24 [&+ol]:mt-chroma-24\">Vimeo’s ad-free platform provides everything you need to host, manage, and share high-quality videos.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Best of the Year 2025",
"headingHtml": "<h2 class=\"text-pretty-fallback text-chroma-quote-responsive-lg-mobile tablet:text-chroma-quote-responsive-lg\">Best of the Year 2025</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trusted by 287+ million creatives, marketers, and businesses",
"headingHtml": "<h2 class=\"text-center text-balance text-body-1-med col-[2/-2] md:col-[4/-4] lg:col-[7/-7]\">Trusted by 287+ million creatives, marketers, and businesses</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Built for how you work",
"headingHtml": "<h2 class=\"text-center text-balance text-display-mobile-6 md:text-display-6 text-card-content max-w-content-max-width\">Built for how you work</h2>",
"firstParagraph": "From SSO and privacy controls to live streaming, advanced AI features, and more — Vimeo Enterprise can be customized to match what your business needs.",
"paragraphHtml": "<p>From SSO and privacy controls to live streaming, advanced AI features, and more — Vimeo Enterprise can be customized to match what your business needs.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "The platform that powers your video strategy",
"headingHtml": "<h2 class=\"card-set-title text-balance text-display-mobile-8 md:text-display-6\">The platform that powers your video strategy</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Host in high quality, ad‑free",
"headingHtml": "<h3 class=\"card-title hidden md:block text-display-mobile-7\">Host in high quality, ad‑free</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Host in high quality, ad‑free",
"headingHtml": "<h3 class=\"block md:hidden\"><div class><div class=\"btn-text-base relative group flex items-center justify-start text-lohp-text-btn-content group-hover:text-lohp-text-btn-hover-content gap-x-2 white transition-colors duration-350 ease-in-out\"><span class=\"btn-label no-underline text-left text-balance text-body-3\">Host in high quality, ad‑free</span><span class=\"btn-arrow-container overflow-hidden flex justify-start gap-4 rounded-md w-6\"><i class=\"icon-v3 shrink-0 w-6 h-6 fill-lohp-btn-h...",
"firstParagraph": "Ensure your videos play in their highest resolution, always ad‑free. No competitor distractions or random suggestions here.",
"paragraphHtml": "<p>Ensure your videos play in their highest resolution, always ad<span style=\"font-size:16px\">‑</span>free. No competitor distractions or random suggestions here.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Collaborate with anyone",
"headingHtml": "<h3 class=\"card-title hidden md:block text-display-mobile-7\">Collaborate with anyone</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Collaborate with anyone",
"headingHtml": "<h3 class=\"block md:hidden\"><div class><div class=\"btn-text-base relative group flex items-center justify-start text-lohp-text-btn-content group-hover:text-lohp-text-btn-hover-content gap-x-2 white transition-colors duration-350 ease-in-out\"><span class=\"btn-label no-underline text-left text-balance text-body-3\">Collaborate with anyone</span><span class=\"btn-arrow-container overflow-hidden flex justify-start gap-4 rounded-md w-6\"><i class=\"icon-v3 shrink-0 w-6 h-6 fill-lohp-btn-hover-content...",
"firstParagraph": "Share cuts for review, get granular with time-coded comments, and manage version history in one organized library.",
"paragraphHtml": "<p>Share cuts for review, get granular with time-coded comments, and manage version history in one organized library.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Embed anywhere",
"headingHtml": "<h3 class=\"card-title hidden md:block text-display-mobile-7\">Embed anywhere</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Embed anywhere",
"headingHtml": "<h3 class=\"block md:hidden\"><div class><div class=\"btn-text-base relative group flex items-center justify-start text-lohp-text-btn-content group-hover:text-lohp-text-btn-hover-content gap-x-2 white transition-colors duration-350 ease-in-out\"><span class=\"btn-label no-underline text-left text-balance text-body-3\">Embed anywhere</span><span class=\"btn-arrow-container overflow-hidden flex justify-start gap-4 rounded-md w-6\"><i class=\"icon-v3 shrink-0 w-6 h-6 fill-lohp-btn-hover-content -ml-[2.5r...",
"firstParagraph": "Drive traffic to your website with Vimeo’s customizable, embeddable player. Share across social channels in seconds.",
"paragraphHtml": "<p>Drive traffic to your website with Vimeo’s customizable, embeddable player. Share across social channels in seconds.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Keep videos secure",
"headingHtml": "<h3 class=\"card-title hidden md:block text-display-mobile-7\">Keep videos secure</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Keep videos secure",
"headingHtml": "<h3 class=\"block md:hidden\"><div class><div class=\"btn-text-base relative group flex items-center justify-start text-lohp-text-btn-content group-hover:text-lohp-text-btn-hover-content gap-x-2 white transition-colors duration-350 ease-in-out\"><span class=\"btn-label no-underline text-left text-balance text-body-3\">Keep videos secure</span><span class=\"btn-arrow-container overflow-hidden flex justify-start gap-4 rounded-md w-6\"><i class=\"icon-v3 shrink-0 w-6 h-6 fill-lohp-btn-hover-content -ml-[...",
"firstParagraph": "Keep your content secure with granular access management and advanced privacy settings like password protection.",
"paragraphHtml": "<p>Keep your content secure with granular access management and advanced privacy settings like password protection.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Sell your content",
"headingHtml": "<h3 class=\"card-title hidden md:block text-display-mobile-7\">Sell your content</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sell your content",
"headingHtml": "<h3 class=\"block md:hidden\"><div class><div class=\"btn-text-base relative group flex items-center justify-start text-lohp-text-btn-content group-hover:text-lohp-text-btn-hover-content gap-x-2 white transition-colors duration-350 ease-in-out\"><span class=\"btn-label no-underline text-left text-balance text-body-3\">Sell your content</span><span class=\"btn-arrow-container overflow-hidden flex justify-start gap-4 rounded-md w-6\"><i class=\"icon-v3 shrink-0 w-6 h-6 fill-lohp-btn-hover-content -ml-[2...",
"firstParagraph": "Monetize content on demand and even build a subscription platform with simple tools that adjust to your business model.",
"paragraphHtml": "<p>Monetize content on demand and even build a subscription platform with simple tools that adjust to your business model.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Stream live with confidence",
"headingHtml": "<h3 class=\"card-title hidden md:block text-display-mobile-7\">Stream live with confidence</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Stream live with confidence",
"headingHtml": "<h3 class=\"block md:hidden\"><div class><div class=\"btn-text-base relative group flex items-center justify-start text-lohp-text-btn-content group-hover:text-lohp-text-btn-hover-content gap-x-2 white transition-colors duration-350 ease-in-out\"><span class=\"btn-label no-underline text-left text-balance text-body-3\">Stream live with confidence</span><span class=\"btn-arrow-container overflow-hidden flex justify-start gap-4 rounded-md w-6\"><i class=\"icon-v3 shrink-0 w-6 h-6 fill-lohp-btn-hover-cont...",
"firstParagraph": "Host virtual events, webinars, live broadcasts, and more with Vimeo’s suite of easy-to-use live streaming tools.",
"paragraphHtml": "<p>Host virtual events, webinars, live broadcasts, and more with Vimeo’s suite of easy-to-use live streaming tools.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "A video solution perfect for everyone",
"headingHtml": "<h2 class=\"card-set-title text-balance text-display-mobile-8 md:text-display-6\">A video solution perfect for everyone</h2>",
"firstParagraph": "Whether you’re a seasoned pro or just starting out, Vimeo’s intuitive platform makes it easy to upload, manage, and share your videos with complete control over privacy and distribution.",
"paragraphHtml": "<p>Whether you’re a seasoned pro or just starting out, Vimeo’s intuitive platform makes it easy to upload, manage, and share your videos with complete control over privacy and distribution.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Video pros →",
"headingHtml": "<h3 class=\"text-body-3-med md:text-body-2-med text-balance\"><span class=\"btn-label no-underline text-left text-balance\">Video pros</span><span class=\"inline md:hidden text-body-3-med md:text-body-2-med\" aria-hidden=\"true\"> →</span></h3>",
"firstParagraph": "Showcase work, collaborate with clients, and connect with a passionate community of filmmakers and creatives.",
"paragraphHtml": "<p>Showcase work, collaborate with clients, and connect with a passionate community of filmmakers and creatives.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Marketing teams →",
"headingHtml": "<h3 class=\"text-body-3-med md:text-body-2-med text-balance\"><span class=\"btn-label no-underline text-left text-balance\">Marketing teams</span><span class=\"inline md:hidden text-body-3-med md:text-body-2-med\" aria-hidden=\"true\"> →</span></h3>",
"firstParagraph": "Elevate your brand with high-quality video and expand your reach with precision and control.",
"paragraphHtml": "<p>Elevate your brand with high-quality video and expand your reach with precision and control.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Communications teams →",
"headingHtml": "<h3 class=\"text-body-3-med md:text-body-2-med text-balance\"><span class=\"btn-label no-underline text-left text-balance\">Communications teams</span><span class=\"inline md:hidden text-body-3-med md:text-body-2-med\" aria-hidden=\"true\"> →</span></h3>",
"firstParagraph": "Centralize communication and maximize engagement with high‑quality, live events, and secure video hosting.",
"paragraphHtml": "<p>Centralize communication and maximize engagement with high‑quality, live events, and secure video hosting.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Learning and development leaders →",
"headingHtml": "<h3 class=\"text-body-3-med md:text-body-2-med text-balance\"><span class=\"btn-label no-underline text-left text-balance\">Learning and development leaders</span><span class=\"inline md:hidden text-body-3-med md:text-body-2-med\" aria-hidden=\"true\"> →</span></h3>",
"firstParagraph": "Scale training with interactive, AI‑powered videos that integrate with any LMS to engage global teams in various languages.",
"paragraphHtml": "<p>Scale training with interactive, AI‑powered videos that integrate with any LMS to engage global teams in various languages.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Content businesses →",
"headingHtml": "<h3 class=\"text-body-3-med md:text-body-2-med text-balance\"><span class=\"btn-label no-underline text-left text-balance\">Content businesses</span><span class=\"inline md:hidden text-body-3-med md:text-body-2-med\" aria-hidden=\"true\"> →</span></h3>",
"firstParagraph": "Monetize your videos with everything you need to grow and manage your audience.",
"paragraphHtml": "<p>Monetize your videos with everything you need to grow and manage your audience.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise organizations →",
"headingHtml": "<h3 class=\"text-body-3-med md:text-body-2-med text-balance\"><span class=\"btn-label no-underline text-left text-balance\">Enterprise organizations</span><span class=\"inline md:hidden text-body-3-med md:text-body-2-med\" aria-hidden=\"true\"> →</span></h3>",
"firstParagraph": "Streamline video workflows across your company with customizable solutions that scale with business needs.",
"paragraphHtml": "<p>Streamline video workflows across your company with customizable solutions that scale with business needs.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "AI that takes your videos to the next level",
"headingHtml": "<h2 class=\"accordion-title inline text-display-mobile-6 md:text-display-6 lg:max-w-[35rem] not-supports-[text-wrap:pretty]:text-balance supports-[text-wrap:pretty]:text-pretty\">AI that takes your videos to the next level</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Translate your videos quickly and easily",
"headingHtml": "<h3 data-orientation=\"vertical\" data-state=\"open\" class=\"accordion-header w-full group py-2\"><button type=\"button\" aria-controls=\"radix-_R_4tabal5fiv5uaivb_\" aria-expanded=\"true\" data-state=\"open\" aria-disabled=\"true\" data-orientation=\"vertical\" id=\"radix-_R_tabal5fiv5uaivb_\" class=\"accordion-trigger text-card-content transition-opacity duration-350 ease-in-out bg-transparent border-none no-underline p-0 w-full text-left flex justify-between data-[state=closed]:cursor-pointer transition-color...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Translate your videos quickly and easily",
"headingHtml": "<h3 class=\"text-body-2-med max-md:w-3/4 min-w-60\">Translate your videos quickly and easily</h3>",
"firstParagraph": "Save time and money on localization with AI-powered video translation. Adapt your videos into dozens of languages, both audio and captions, in minutes.",
"paragraphHtml": "<p>Save time and money on localization with AI-powered video translation. Adapt your videos into dozens of languages, both audio and captions, in minutes.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Let Vimeo AI answer your viewers’ questions",
"headingHtml": "<h3 data-orientation=\"vertical\" data-state=\"closed\" class=\"accordion-header w-full group py-2\"><button type=\"button\" aria-controls=\"radix-_R_5dabal5fiv5uaivb_\" aria-expanded=\"false\" data-state=\"closed\" data-orientation=\"vertical\" id=\"radix-_R_1dabal5fiv5uaivb_\" class=\"accordion-trigger text-card-content transition-opacity duration-350 ease-in-out bg-transparent border-none no-underline p-0 w-full text-left flex justify-between data-[state=closed]:cursor-pointer group-hover:text-lohp-container...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Let Vimeo AI answer your viewers’ questions",
"headingHtml": "<h3 class=\"text-body-2-med max-md:w-3/4 min-w-60\">Let Vimeo AI answer your viewers’ questions</h3>",
"firstParagraph": "Within the video player, viewers can ask questions and get answers that link to the specific moment of the video for helpful context.",
"paragraphHtml": "<p>Within the video player, viewers can ask questions and get answers that link to the specific moment of the video for helpful context.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Edit videos as easily as editing a document",
"headingHtml": "<h3 data-orientation=\"vertical\" data-state=\"closed\" class=\"accordion-header w-full group py-2\"><button type=\"button\" aria-controls=\"radix-_R_5tabal5fiv5uaivb_\" aria-expanded=\"false\" data-state=\"closed\" data-orientation=\"vertical\" id=\"radix-_R_1tabal5fiv5uaivb_\" class=\"accordion-trigger text-card-content transition-opacity duration-350 ease-in-out bg-transparent border-none no-underline p-0 w-full text-left flex justify-between data-[state=closed]:cursor-pointer group-hover:text-lohp-container...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Automatically optimize your videos for SEO",
"headingHtml": "<h3 data-orientation=\"vertical\" data-state=\"closed\" class=\"accordion-header w-full group py-2\"><button type=\"button\" aria-controls=\"radix-_R_6dabal5fiv5uaivb_\" aria-expanded=\"false\" data-state=\"closed\" data-orientation=\"vertical\" id=\"radix-_R_2dabal5fiv5uaivb_\" class=\"accordion-trigger text-card-content transition-opacity duration-350 ease-in-out bg-transparent border-none no-underline p-0 w-full text-left flex justify-between data-[state=closed]:cursor-pointer group-hover:text-lohp-container...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Automatically optimize your videos for SEO",
"headingHtml": "<h3 class=\"text-body-2-med max-md:w-3/4 min-w-60\">Automatically optimize your videos for SEO</h3>",
"firstParagraph": "Vimeo AI provides SEO-optimized titles, descriptions, chapters, and tags. Just upload, click to generate, and share away.",
"paragraphHtml": "<p>Vimeo AI provides SEO-optimized titles, descriptions, chapters, and tags. Just upload, click to generate, and share away.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise security and scale",
"headingHtml": "<h2 class=\"card-set-title text-balance text-display-mobile-8 md:text-display-6\">Enterprise security and scale</h2>",
"firstParagraph": "Vimeo retains the high-quality that video pros have trusted for decades, while providing the scalability, security, and insights that leading enterprise businesses demand.",
"paragraphHtml": "<p>Vimeo retains the high-quality that video pros have trusted for decades, while providing the scalability, security, and insights that leading enterprise businesses demand. </p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "SOC 2 Type II",
"headingHtml": "<h3 class=\"card-icon-title text-body-3-med md:text-body-2-med text-balance\">SOC 2 Type II</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "GDPR aligned",
"headingHtml": "<h3 class=\"card-icon-title text-body-3-med md:text-body-2-med text-balance\">GDPR aligned</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "HIPAA solution",
"headingHtml": "<h3 class=\"card-icon-title text-body-3-med md:text-body-2-med text-balance\">HIPAA solution</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "ISO 27001 and 27701 certified",
"headingHtml": "<h3 class=\"card-icon-title text-body-3-med md:text-body-2-med text-balance\">ISO 27001 and 27701 certified</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AES-256 and HTTPS/TLS encryption",
"headingHtml": "<h3 class=\"card-icon-title text-body-3-med md:text-body-2-med text-balance\">AES-256 and HTTPS/TLS encryption</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Single Sign-On (SSO) integration",
"headingHtml": "<h3 class=\"card-icon-title text-body-3-med md:text-body-2-med text-balance\">Single Sign-On (SSO) integration</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Join a thriving community of the world’s greatest storytellers",
"headingHtml": "<h2 class=\"col-[2/-2] text-center md:text-left text-display-mobile-6 md:text-display-6 max-w-207.5\">Join a thriving community of the world’s greatest storytellers</h2>",
"firstParagraph": "For more than 20 years, acclaimed visionaries and undiscovered talent have used Vimeo to share videos and get inspired. Get discovered by millions through coveted Staff Picks and Best of the Year showcases.",
"paragraphHtml": "<p>For more than 20 years, acclaimed visionaries and undiscovered talent have used Vimeo to share videos and get inspired. Get discovered by millions through coveted Staff Picks and Best of the Year showcases.</p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
},
{
"heading": "Les BĂŞtes",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Les Bêtes</p></h3>",
"firstParagraph": "Les BĂŞtes",
"paragraphHtml": "<p>Les Bêtes</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Christmas, Every Day",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Christmas, Every Day</p></h3>",
"firstParagraph": "Christmas, Every Day",
"paragraphHtml": "<p>Christmas, Every Day</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "The School of Canine Massage",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>The School of Canine Massage</p></h3>",
"firstParagraph": "The School of Canine Massage",
"paragraphHtml": "<p>The School of Canine Massage</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Tea",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Tea</p></h3>",
"firstParagraph": "Tea",
"paragraphHtml": "<p>Tea</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "The Rainbow Bridge",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>The Rainbow Bridge</p><p><br></p></h3>",
"firstParagraph": "The Rainbow Bridge",
"paragraphHtml": "<p>The Rainbow Bridge</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Peter Hair",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Peter Hair</p><p><br></p></h3>",
"firstParagraph": "Peter Hair",
"paragraphHtml": "<p>Peter Hair</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Simo",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Simo</p></h3>",
"firstParagraph": "Simo",
"paragraphHtml": "<p>Simo</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "ADHD",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>ADHD</p></h3>",
"firstParagraph": "ADHD",
"paragraphHtml": "<p>ADHD</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Baggage",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Baggage</p></h3>",
"firstParagraph": "Baggage",
"paragraphHtml": "<p>Baggage</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Familiar",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Familiar</p></h3>",
"firstParagraph": "Familiar",
"paragraphHtml": "<p>Familiar</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Mzia Leaves the Room",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Mzia Leaves the Room</p></h3>",
"firstParagraph": "Mzia Leaves the Room",
"paragraphHtml": "<p>Mzia Leaves the Room</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Essex Girls",
"headingHtml": "<h3 class=\"text-display-8 line-clamp-3 text-lohp-container-content\"><p>Essex Girls</p></h3>",
"firstParagraph": "Essex Girls",
"paragraphHtml": "<p>Essex Girls</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Discover the latest from Vimeo",
"headingHtml": "<h2 class=\"text-center text-balance text-display-mobile-6 md:text-display-6 col-[2/-2] md:col-[4/-4] lg:col-[7/-7]\">Discover the latest from Vimeo</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore our latest product releases and improvements.",
"headingHtml": "<h3 class=\"text-lohp-container-sub-content text-body-3 md:text-body-2 md:-mt-5 md:mx-6\">Explore our latest product releases and improvements.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Build and monetize your own video streaming service with Vimeo Streaming.",
"headingHtml": "<h3 class=\"text-lohp-container-sub-content text-body-3 md:text-body-2 md:-mt-5 md:mx-6\">Build and monetize your own video streaming service with Vimeo Streaming.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Product",
"headingHtml": "<h2 class=\"w-full\"><button type=\"button\" class=\"flex z-[1] w-full items-center gap-2 justify-between bg-transparent border-none relative rounded-xl text-inherit text-display-mobile-8 md:text-display-8 py-6 px-[calc((2/25)*clamp(var(--screen-xs),_100vw,_var(--screen-2xl)))] text-center cursor-pointer\" aria-expanded=\"false\" data-bp-element=\"card\" aria-controls=\"footer-mobile-menu-accordion-0\" id=\"footer-mobile-menu-accordion-button-0\"><span class=\"text-left\">Product</span><div class=\"relative w...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Product",
"headingHtml": "<h3 class=\"text-display-mobile-8 py-3 \">Product</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Features",
"headingHtml": "<h3 class=\"text-display-mobile-8 py-3 \">Features</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Vimeo for",
"headingHtml": "<h3 class=\"text-display-mobile-8 py-3 \">Vimeo for</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Solutions",
"headingHtml": "<h3 class=\"text-display-mobile-8 py-3 \">Solutions</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resources",
"headingHtml": "<h2 class=\"w-full\"><button type=\"button\" class=\"flex z-[1] w-full items-center gap-2 justify-between bg-transparent border-none relative rounded-xl text-inherit text-display-mobile-8 md:text-display-8 py-6 px-[calc((2/25)*clamp(var(--screen-xs),_100vw,_var(--screen-2xl)))] text-center cursor-pointer\" aria-expanded=\"false\" data-bp-element=\"card\" aria-controls=\"footer-mobile-menu-accordion-1\" id=\"footer-mobile-menu-accordion-button-1\"><span class=\"text-left\">Resources</span><div class=\"relative...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Company",
"headingHtml": "<h2 class=\"w-full\"><button type=\"button\" class=\"flex z-[1] w-full items-center gap-2 justify-between bg-transparent border-none relative rounded-xl text-inherit text-display-mobile-8 md:text-display-8 py-6 px-[calc((2/25)*clamp(var(--screen-xs),_100vw,_var(--screen-2xl)))] text-center cursor-pointer\" aria-expanded=\"false\" data-bp-element=\"card\" aria-controls=\"footer-mobile-menu-accordion-2\" id=\"footer-mobile-menu-accordion-button-2\"><span class=\"text-left\">Company</span><div class=\"relative w...",
"firstParagraph": "Language:",
"paragraphHtml": "<p id=\"global-footer-language-selector\" class=\"text-body-3 font-normal pr-[0.625rem]\"><a href=\"/languages\">Language:</a></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: Entity and definition clarity
AEO: Entity and definition clarity scored 83/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 83/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: vimeo, all, one, complete.
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
83/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 83/100 and needs improvement.
Evidence
{
"title": "Vimeo - All-in-One Video Platform",
"h1": "Your complete video platform",
"description": "The video platform trusted by 287 million creatives, entrepreneurs, and businesses. Everything you need to create, manage, and share stunning videos.",
"topicOverlap": 0.3333333333333333,
"definitionCount": 3,
"topicTerms": [
"vimeo",
"all",
"one",
"video",
"platform",
"complete"
],
"descriptionTerms": [
"video",
"platform",
"trusted",
"287",
"million",
"creatives",
"entrepreneurs",
"businesses",
"everything",
"need",
"create",
"manage",
"share",
"stunning",
"videos"
],
"missingFromDescription": [
"vimeo",
"all",
"one",
"complete"
],
"score": 83,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Your videos, your way",
"html": "<h2 id=\"header-block-headline\" class=\"header-block_headline max-w-[56.25rem] text-pretty-fallback text-chroma-text-body-primary text-chroma-display-2-mobile tablet:text-chroma-display-2 !text-balance\" data-testid=\"header-block-headline\">Your videos, your way</h2>"
},
{
"text": "Best of the Year 2025",
"html": "<h2 class=\"text-pretty-fallback text-chroma-quote-responsive-lg-mobile tablet:text-chroma-quote-responsive-lg\">Best of the Year 2025</h2>"
},
{
"text": "Trusted by 287+ million creatives, marketers, and businesses",
"html": "<h2 class=\"text-center text-balance text-body-1-med col-[2/-2] md:col-[4/-4] lg:col-[7/-7]\">Trusted by 287+ million creatives, marketers, and businesses</h2>"
},
{
"text": "Built for how you work",
"html": "<h2 class=\"text-center text-balance text-display-mobile-6 md:text-display-6 text-card-content max-w-content-max-width\">Built for how you work</h2>"
},
{
"text": "The platform that powers your video strategy",
"html": "<h2 class=\"card-set-title text-balance text-display-mobile-8 md:text-display-6\">The platform that powers your video strategy</h2>"
},
{
"text": "A video solution perfect for everyone",
"html": "<h2 class=\"card-set-title text-balance text-display-mobile-8 md:text-display-6\">A video solution perfect for everyone</h2>"
},
{
"text": "AI that takes your videos to the next level",
"html": "<h2 class=\"accordion-title inline text-display-mobile-6 md:text-display-6 lg:max-w-[35rem] not-supports-[text-wrap:pretty]:text-balance supports-[text-wrap:pretty]:text-pretty\">AI that takes your videos to the next level</h2>"
},
{
"text": "Enterprise security and scale",
"html": "<h2 class=\"card-set-title text-balance text-display-mobile-8 md:text-display-6\">Enterprise security and scale</h2>"
},
{
"text": "Join a thriving community of the world’s greatest storytellers",
"html": "<h2 class=\"col-[2/-2] text-center md:text-left text-display-mobile-6 md:text-display-6 max-w-207.5\">Join a thriving community of the world’s greatest storytellers</h2>"
},
{
"text": "Discover the latest from Vimeo",
"html": "<h2 class=\"text-center text-balance text-display-mobile-6 md:text-display-6 col-[2/-2] md:col-[4/-4] lg:col-[7/-7]\">Discover the latest from Vimeo</h2>"
},
{
"text": "Best of the Year 2025",
"html": "<h2 class=\"text-pretty-fallback text-chroma-quote-responsive-lg-mobile tablet:text-chroma-quote-responsive-lg\">Best of the Year 2025</h2>"
},
{
"text": "Product",
"html": "<h2 class=\"w-full\"><button type=\"button\" class=\"flex z-[1] w-full items-center gap-2 justify-between bg-transparent border-none relative rounded-xl text-inherit text-display-mobile-8 md:text-display-8 py-6 px-[calc((2/25)*clamp(var(--screen-xs),_100vw,_var(--screen-2xl)))] text-center cursor-pointer\" aria-expanded=\"false\" data-bp-element=\"card\" aria-controls=\"footer-mobile-menu-accordion-0\" id=\"footer-mobile-menu-accordion-button-0\"><span class=\"text-left\">Product</span><div class=\"relative w..."
},
{
"text": "Resources",
"html": "<h2 class=\"w-full\"><button type=\"button\" class=\"flex z-[1] w-full items-center gap-2 justify-between bg-transparent border-none relative rounded-xl text-inherit text-display-mobile-8 md:text-display-8 py-6 px-[calc((2/25)*clamp(var(--screen-xs),_100vw,_var(--screen-2xl)))] text-center cursor-pointer\" aria-expanded=\"false\" data-bp-element=\"card\" aria-controls=\"footer-mobile-menu-accordion-1\" id=\"footer-mobile-menu-accordion-button-1\"><span class=\"text-left\">Resources</span><div class=\"relative..."
},
{
"text": "Company",
"html": "<h2 class=\"w-full\"><button type=\"button\" class=\"flex z-[1] w-full items-center gap-2 justify-between bg-transparent border-none relative rounded-xl text-inherit text-display-mobile-8 md:text-display-8 py-6 px-[calc((2/25)*clamp(var(--screen-xs),_100vw,_var(--screen-2xl)))] text-center cursor-pointer\" aria-expanded=\"false\" data-bp-element=\"card\" aria-controls=\"footer-mobile-menu-accordion-2\" id=\"footer-mobile-menu-accordion-button-2\"><span class=\"text-left\">Company</span><div class=\"relative w..."
}
],
"expected": [
{
"id": "what",
"label": "What is Vimeo - All-in-One Video Platform?",
"pattern": {}
},
{
"id": "how",
"label": "How does Vimeo - All-in-One Video Platform work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Vimeo - All-in-One Video Platform?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Vimeo - All-in-One Video Platform free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Vimeo - All-in-One Video Platform compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Vimeo - All-in-One Video Platform?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Vimeo - All-in-One Video Platform?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Vimeo - All-in-One Video Platform free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Vimeo - All-in-One Video Platform compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Your videos, your way",
"html": "<h2 id=\"header-block-headline\" class=\"header-block_headline max-w-[56.25rem] text-pretty-fallback text-chroma-text-body-primary text-chroma-display-2-mobile tablet:text-chroma-display-2 !text-balance\" data-testid=\"header-block-headline\">Your videos, your way</h2>"
},
{
"text": "Best of the Year 2025",
"html": "<h2 class=\"text-pretty-fallback text-chroma-quote-responsive-lg-mobile tablet:text-chroma-quote-responsive-lg\">Best of the Year 2025</h2>"
},
{
"text": "Trusted by 287+ million creatives, marketers, and businesses",
"html": "<h2 class=\"text-center text-balance text-body-1-med col-[2/-2] md:col-[4/-4] lg:col-[7/-7]\">Trusted by 287+ million creatives, marketers, and businesses</h2>"
},
{
"text": "Built for how you work",
"html": "<h2 class=\"text-center text-balance text-display-mobile-6 md:text-display-6 text-card-content max-w-content-max-width\">Built for how you work</h2>"
},
{
"text": "The platform that powers your video strategy",
"html": "<h2 class=\"card-set-title text-balance text-display-mobile-8 md:text-display-6\">The platform that powers your video strategy</h2>"
},
{
"text": "A video solution perfect for everyone",
"html": "<h2 class=\"card-set-title text-balance text-display-mobile-8 md:text-display-6\">A video solution perfect for everyone</h2>"
},
{
"text": "AI that takes your videos to the next level",
"html": "<h2 class=\"accordion-title inline text-display-mobile-6 md:text-display-6 lg:max-w-[35rem] not-supports-[text-wrap:pretty]:text-balance supports-[text-wrap:pretty]:text-pretty\">AI that takes your videos to the next level</h2>"
},
{
"text": "Enterprise security and scale",
"html": "<h2 class=\"card-set-title text-balance text-display-mobile-8 md:text-display-6\">Enterprise security and scale</h2>"
},
{
"text": "Join a thriving community of the world’s greatest storytellers",
"html": "<h2 class=\"col-[2/-2] text-center md:text-left text-display-mobile-6 md:text-display-6 max-w-207.5\">Join a thriving community of the world’s greatest storytellers</h2>"
},
{
"text": "Discover the latest from Vimeo",
"html": "<h2 class=\"text-center text-balance text-display-mobile-6 md:text-display-6 col-[2/-2] md:col-[4/-4] lg:col-[7/-7]\">Discover the latest from Vimeo</h2>"
},
{
"text": "Best of the Year 2025",
"html": "<h2 class=\"text-pretty-fallback text-chroma-quote-responsive-lg-mobile tablet:text-chroma-quote-responsive-lg\">Best of the Year 2025</h2>"
},
{
"text": "Product",
"html": "<h2 class=\"w-full\"><button type=\"button\" class=\"flex z-[1] w-full items-center gap-2 justify-between bg-transparent border-none relative rounded-xl text-inherit text-display-mobile-8 md:text-display-8 py-6 px-[calc((2/25)*clamp(var(--screen-xs),_100vw,_var(--screen-2xl)))] text-center cursor-pointer\" aria-expanded=\"false\" data-bp-element=\"card\" aria-controls=\"footer-mobile-menu-accordion-0\" id=\"footer-mobile-menu-accordion-button-0\"><span class=\"text-left\">Product</span><div class=\"relative w..."
},
{
"text": "Resources",
"html": "<h2 class=\"w-full\"><button type=\"button\" class=\"flex z-[1] w-full items-center gap-2 justify-between bg-transparent border-none relative rounded-xl text-inherit text-display-mobile-8 md:text-display-8 py-6 px-[calc((2/25)*clamp(var(--screen-xs),_100vw,_var(--screen-2xl)))] text-center cursor-pointer\" aria-expanded=\"false\" data-bp-element=\"card\" aria-controls=\"footer-mobile-menu-accordion-1\" id=\"footer-mobile-menu-accordion-button-1\"><span class=\"text-left\">Resources</span><div class=\"relative..."
},
{
"text": "Company",
"html": "<h2 class=\"w-full\"><button type=\"button\" class=\"flex z-[1] w-full items-center gap-2 justify-between bg-transparent border-none relative rounded-xl text-inherit text-display-mobile-8 md:text-display-8 py-6 px-[calc((2/25)*clamp(var(--screen-xs),_100vw,_var(--screen-2xl)))] text-center cursor-pointer\" aria-expanded=\"false\" data-bp-element=\"card\" aria-controls=\"footer-mobile-menu-accordion-2\" id=\"footer-mobile-menu-accordion-button-2\"><span class=\"text-left\">Company</span><div class=\"relative w..."
}
],
"expected": [
{
"id": "what",
"label": "What is Vimeo - All-in-One Video Platform?",
"pattern": {}
},
{
"id": "how",
"label": "How does Vimeo - All-in-One Video Platform work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Vimeo - All-in-One Video Platform?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Vimeo - All-in-One Video Platform free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Vimeo - All-in-One Video Platform compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Vimeo - All-in-One Video Platform?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Vimeo - All-in-One Video Platform?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Vimeo - All-in-One Video Platform free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Vimeo - All-in-One Video Platform 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": 164647,
"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": 110417,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"//player.vimeo.com",
"//i.vimeocdn.com",
"//f.vimeocdn.com",
"/opensearchdescription+xml",
"/search/opensearch.xml",
"/svg",
"https://f.vimeocdn.com/logo.svg\">",
"https://i.vimeocdn.com/favicon/main-touch_180\">",
"https://f.vimeocdn.com/svg/legacy_view_support/iris_icon_v_64.svg?901854e247d69e2a88000ff0a7517501ef9f7518\"",
"https://f.vimeocdn.com/images_v6/favicon.ico?901854e247d69e2a88000ff0a7517501ef9f7518\""
],
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n \n<meta charset=\"utf-8\">\n<meta property=\"fb:app_id\" content=\"19884028963\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link rel=\"preconnect\" href=\"//player.vimeo.com\">\n<link rel=\"preconnect\" href=\"//i.vimeocdn.com\">\n<link rel=\"preconnect\" href=\"//f.vimeocdn.com\">\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/search/opensearch.xml\" title=\"Vimeo\">\n<link rel=\"logo\" type=\"image/svg\" href=\"https://f.vimeocdn.com/logo.svg\">\n\n\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=5.0,user-scalable=yes\">\n \n\n <meta name=\"description\" content=\"Sorry, we couldn’t find that page\">\n <meta name=\"robots\" content=\"noindex"
}
},
"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": 164647,
"text": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n \n<meta charset=\"utf-8\">\n<meta property=\"fb:app_id\" content=\"19884028963\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link rel=\"preconnect\" href=\"//player.vimeo.com\">\n<link rel=\"preconnect\" href=\"//i.vimeocdn.com\">\n<link rel=\"preconnect\" href=\"//f.vimeocdn.com\">\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/search/opensearch.xml\" title=\"Vimeo\">\n<link rel=\"logo\" type=\"image/svg\" href=\"https://f.vimeocdn.com/logo.svg\">\n\n\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=5.0,user-scalable=yes\">\n \n\n <meta name=\"description\" content=\"Sorry, we couldn’t find that page\">\n <meta name=\"robots\" content=\"noindex\">\n \n\n\n\n <link rel=\"apple-touch-icon-precomposed\" href=\"https://i.vimeocdn.com/favicon/main-touch_180\">\n\n<link rel=\"mask-icon\" href=\"https://f.vimeocdn.com/svg/legacy_view_support/iris_icon_v_64.svg?901854e247d69e2a88000ff0a7517501ef9f7518\" color=\"#17272e\">\n\n <link rel=\"shortcut icon\" href=\"https://f.vimeocdn.com/images_v6/favicon.ico?901854e247d69e2a88000ff0a7517501ef9f7518\" data-play=\"https://i.vimeocdn.com/favicon/play_32\" data-pause=\"https://i.vimeocdn.com/favicon/pause_32\">\n\n<meta name=\"msapplication-TileImage\" content=\"https://i.vimeocdn.com/favicon/main-touch_144\">\n<meta name=\"msapplication-TileColor\" content=\"#00adef\">\n <title>VimeUhOh</title>\n <script>\n // First Input Delay tracking. High priority loading to not miss event\n // https://github.com/GoogleChromeLabs/first-input-delay/blob/master/dist/first-input-delay.min.js\n !function(n,e){var t,o,i,c=[],f={passive:!0,capture:!0},r=new Date,a=\"pointerup\",u=\"pointercancel\";function p(n,c){t||(t=c,o=n,i=new Date,w(e),s())}function s(){o>=0&&o<i-r&&(c.forEach(function(n){n(o,t)}),c=[])}function l(t){if(t.cancelable){var o=(t.timeStamp>1e12?new Date:performance.now())-t.timeStamp;\"pointerdown\"==t.type?function(t,o){function i(){p(t,o),r()}function c(){r()}function r(){e(a,i,f),e(u,c,f)}n(a,i,f),n(u,c,f)}(o,t):p(o,t)}}function w(n){[\"click\",\"mousedown\",\"keydown\",\"touchstart\",\"pointerdown\"].forEach(function(e){n(e,l,f)})}w(n),self.perfMetrics=self.perfMetrics||{},self.perfMetrics.onFirstInputDelay=function(n){c.push(n),s()}}(addEventListener,removeEventListener);\n </script>\n <script>\n // Create PerformanceObserver for tracking TTI\n // https://github.com/GoogleChromeLabs/tti-polyfill\n !function(){if('PerformanceLongTaskTiming' in window){var g=window.__tti={e:[]};\n g.o=new PerformanceObserver(function(l){g.e=g.e.concat(l.getEntries())});\n g.o.observe({entryTypes:['longtask']})}}();\n </script>\n <script type=\"text/javascript\">\nif(window&&window.fetch&&-1===window.fetch.toString().indexOf(\"Profiling\")&&-1!==document.cookie.indexOf(\"logs=1\")){const e=window.fetch,n=[\"api.vimeo.com\",\"vimeo.com\"];window.fetch=(async(...t)=>{let[i,o]=t;const d=new URL(i,document.baseURI).host;return o&&o.headers&&n.includes(d)&&(o.headers.Profiling=1),await e(i,o)})}\n</script>\n <link rel=\"stylesheet\" href=\"https://f.vimeocdn.com/styles/css_opt/global/icon_fonts_18473068be943e3f2d1c1b38520d64c8.min.css\">\n\n <link rel=\"stylesheet\" href=\"https://f.vimeocdn.com/styles/css_opt/exception_combined_06b9f2ab5af49e2058e90bce50358b53.min.css\">\n <link rel=\"stylesheet\" href=\"https://f.vimeocdn.com/styles/css_opt/topnav_cart_button_f865dc6e2b72b3907b8fb13738a8680e.min.css\">\n\n\n\n <script>\n \n var playerAssetUrls = {\"js\":\"https:\\/\\/f.vimeocdn.com\\/p\\/4.46.56\\/js\\/player.js\",\"barebone_js\":\"https:\\/\\/f.vimeocdn.com\\/p\\/4.46.56\\/js\\/barebone.js\",\"chromeless_js\":\"https:\\/\\/f.vimeocdn.com\\/p\\/4.46.56\\/js\\/chromeless.js\",\"css\":\"https:\\/\\/f.vimeocdn.com\\/p\\/4.46.56\\/css\\/player.css\",\"chromeless_css\":\"https:\\/\\/f.vimeocdn.com\\/p\\/4.46.56\\/css\\/chromeless.css\",\"pla"
},
"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": 164647,
"text": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n \n<meta charset=\"utf-8\">\n<meta property=\"fb:app_id\" content=\"19884028963\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link rel=\"preconnect\" href=\"//player.vimeo.com\">\n<link rel=\"preconnect\" href=\"//i.vimeocdn.com\">\n<link rel=\"preconnect\" href=\"//f.vimeocdn.com\">\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/search/opensearch.xml\" title=\"Vimeo\">\n<link rel=\"logo\" type=\"image/svg\" href=\"https://f.vimeocdn.com/logo.svg\">\n\n\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=5.0,user-scalable=yes\">\n \n\n <meta name=\"description\" content=\"Sorry, we couldn’t find that page\">\n <meta name=\"robots\" content=\"noindex\">\n \n\n\n\n <link rel=\"apple-touch-icon-precomposed\" href=\"https://i.vimeocdn.com/favicon/main-touch_180\">\n\n<link rel=\"mask-icon\" href=\"https://f.vimeocdn.com/svg/legacy_view_support/iris_icon_v_64.svg?901854e247d69e2a88000ff0a7517501ef9f7518\" color=\"#17272e\">\n\n <link rel=\"shortcut icon\" href=\"https://f.vimeocdn.com/images_v6/favicon.ico?901854e247d69e2a88000ff0a7517501ef9f7518\" data-play=\"https://i.vimeocdn.com/favicon/play_32\" data-pause=\"https://i.vimeocdn.com/favicon/pause_32\">\n\n<meta name=\"msapplication-TileImage\" content=\"https://i.vimeocdn.com/favicon/main-touch_144\">\n<meta name=\"msapplication-TileColor\" content=\"#00adef\">\n <title>VimeUhOh</title>\n <script>\n // First Input Delay tracking. High priority loading to not miss event\n // https://github.com/GoogleChromeLabs/first-input-delay/blob/master/dist/first-input-delay.min.js\n !function(n,e){var t,o,i,c=[],f={passive:!0,capture:!0},r=new Date,a=\"pointerup\",u=\"pointercancel\";function p(n,c){t||(t=c,o=n,i=new Date,w(e),s())}function s(){o>=0&&o<i-r&&(c.forEach(function(n){n(o,t)}),c=[])}function l(t){if(t.cancelable){var o=(t.timeStamp>1e12?new Date:performance.now())-t.timeStamp;\"pointerdown\"==t.type?function(t,o){function i(){p(t,o),r()}function c(){r()}function r(){e(a,i,f),e(u,c,f)}n(a,i,f),n(u,c,f)}(o,t):p(o,t)}}function w(n){[\"click\",\"mousedown\",\"keydown\",\"touchstart\",\"pointerdown\"].forEach(function(e){n(e,l,f)})}w(n),self.perfMetrics=self.perfMetrics||{},self.perfMetrics.onFirstInputDelay=function(n){c.push(n),s()}}(addEventListener,removeEventListener);\n </script>\n <script>\n // Create PerformanceObserver for tracking TTI\n // https://github.com/GoogleChromeLabs/tti-polyfill\n !function(){if('PerformanceLongTaskTiming' in window){var g=window.__tti={e:[]};\n g.o=new PerformanceObserver(function(l){g.e=g.e.concat(l.getEntries())});\n g.o.observe({entryTypes:['longtask']})}}();\n </script>\n <script type=\"text/javascript\">\nif(window&&window.fetch&&-1===window.fetch.toString().indexOf(\"Profiling\")&&-1!==document.cookie.indexOf(\"logs=1\")){const e=window.fetch,n=[\"api.vimeo.com\",\"vimeo.com\"];window.fetch=(async(...t)=>{let[i,o]=t;const d=new URL(i,document.baseURI).host;return o&&o.headers&&n.includes(d)&&(o.headers.Profiling=1),await e(i,o)})}\n</script>\n <link rel=\"stylesheet\" href=\"https://f.vimeocdn.com/styles/css_opt/global/icon_fonts_18473068be943e3f2d1c1b38520d64c8.min.css\">\n\n <link rel=\"stylesheet\" href=\"https://f.vimeocdn.com/styles/css_opt/exception_combined_06b9f2ab5af49e2058e90bce50358b53.min.css\">\n <link rel=\"stylesheet\" href=\"https://f.vimeocdn.com/styles/css_opt/topnav_cart_button_f865dc6e2b72b3907b8fb13738a8680e.min.css\">\n\n\n\n <script>\n \n var playerAssetUrls = {\"js\":\"https:\\/\\/f.vimeocdn.com\\/p\\/4.46.56\\/js\\/player.js\",\"barebone_js\":\"https:\\/\\/f.vimeocdn.com\\/p\\/4.46.56\\/js\\/barebone.js\",\"chromeless_js\":\"https:\\/\\/f.vimeocdn.com\\/p\\/4.46.56\\/js\\/chromeless.js\",\"css\":\"https:\\/\\/f.vimeocdn.com\\/p\\/4.46.56\\/css\\/player.css\",\"chromeless_css\":\"https:\\/\\/f.vimeocdn.com\\/p\\/4.46.56\\/css\\/chromeless.css\",\"pla"
}
},
"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": 15,
"signals": [
{
"source": "button:attribute",
"weight": 3,
"match": "auth control annotation"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 3,
"match": "single sign-on"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth Discovery response did not match the expected shape. missing: authorization_endpoint, token_endpoint; endpoint issues: [{"field":"authorization_endpoint","issue":"Missing URL."},{"field":"token_endpoint","issue":"Missing URL."}]; missing response_types_supported; missing grant_types_supported.
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
Validate resource body
OAuth Discovery response did not match the expected shape. missing: authorization_endpoint, token_endpoint; endpoint issues: [{"field":"authorization_endpoint","issue":"Missing URL."},{"field":"token_endpoint","issue":"Missing URL."}]; missing response_types_supported; missing grant_types_supported.
Probe authorization endpoint with an authorization-code request
authorization_endpoint is missing from discovery metadata.
Reject unregistered authorization redirects
authorization_endpoint is missing from discovery metadata.
Probe token endpoint with advertised grant type
token_endpoint is missing from discovery metadata.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/openid-configuration",
"statusCode": 200,
"contentType": "application/json; charset=UTF-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth Discovery response did not match the expected shape. missing: authorization_endpoint, token_endpoint; endpoint issues: [{\"field\":\"authorization_endpoint\",\"issue\":\"Missing URL.\"},{\"field\":\"token_endpoint\",\"issue\":\"Missing URL.\"}]; missing response_types_supported; missing grant_types_supported.",
"compatibleContentType": true,
"missing": [
"authorization_endpoint",
"token_endpoint"
],
"endpointIssues": [
{
"field": "authorization_endpoint",
"issue": "Missing URL."
},
{
"field": "token_endpoint",
"issue": "Missing URL."
}
],
"issuer": "https://vimeo.com/",
"jwksUri": "https://vimeo.com/.well-known/jwks.json",
"responseTypesSupported": [],
"grantTypesSupported": [],
"idTokenSigningAlgValuesSupported": [],
"rawExcerpt": "{\n \"issuer\": \"https://vimeo.com/\",\n \"jwks_uri\": \"https://vimeo.com/.well-known/jwks.json\",\n \"claims_supported\": [\n \"app\",\n \"iss\",\n \"sub\",\n \"exp\",\n \"ici\",\n \"metadata\"\n ]\n}"
},
"issue": "OAuth Discovery response did not match the expected shape. missing: authorization_endpoint, token_endpoint; endpoint issues: [{\"field\":\"authorization_endpoint\",\"issue\":\"Missing URL.\"},{\"field\":\"token_endpoint\",\"issue\":\"Missing URL.\"}]; missing response_types_supported; missing grant_types_supported.",
"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."
},
{
"id": "authorization-endpoint",
"title": "Probe authorization endpoint with an authorization-code request",
"status": "fail",
"evidence": {
"url": ""
},
"issue": "authorization_endpoint is missing from discovery metadata.",
"howToFix": "Advertise only implemented OAuth/OIDC endpoints."
},
{
"id": "authorization-redirect-safety",
"title": "Reject unregistered authorization redirects",
"status": "fail",
"evidence": {
"url": ""
},
"issue": "authorization_endpoint is missing from discovery metadata.",
"howToFix": "Validate clients and redirect_uri values before redirecting."
},
{
"id": "token-endpoint",
"title": "Probe token endpoint with advertised grant type",
"status": "fail",
"evidence": {
"url": ""
},
"issue": "token_endpoint is missing from discovery metadata.",
"howToFix": "Advertise only implemented OAuth/OIDC endpoints."
},
{
"id": "jwks",
"title": "Fetch and validate jwks_uri",
"status": "pass",
"evidence": {
"jwksUri": "https://vimeo.com/.well-known/jwks.json",
"statusCode": 200,
"contentType": "application/json; charset=UTF-8"
},
"howToFix": "Implement the advertised jwks_uri route with usable JWK metadata or remove it from discovery metadata until it exists."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 15,
"signals": [
{
"source": "button:attribute",
"weight": 3,
"match": "auth control annotation"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 3,
"match": "single sign-on"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
}
]
},
"resourceFetchSucceeded": true
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n \n<meta charset=\"utf-8\">\n<meta property=\"fb:app_id\" content=\"19884028963\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link rel=\"preconnect\" href=\"//player.vimeo.com\">\n<link rel=\"preconnect\" href=\"//i.vimeocdn.com\">\n<link rel=\"preconnect\" href=\"//f.vimeocdn.com\">\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/search/opensearch.xml\" title=\"Vimeo\">\n<link rel=\"logo\" type=\"image/svg\" href=\"https://f.vimeocdn.com/logo.svg\">\n\n\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=5.0,user-scalable=yes\">\n \n\n <meta name=\"description\" content=\"Sorry, we couldn’t find that page\">\n <meta name=\"robots\" content=\"noindex"
},
"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://vimeo.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://vimeo.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://vimeo.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://vimeo.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": 15,
"signals": [
{
"source": "button:attribute",
"weight": 3,
"match": "auth control annotation"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 3,
"match": "single sign-on"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
50 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Links are not crawlable
50 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
33 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
Check name
`[aria-hidden="true"]` elements contain focusable descendents
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus)."
}Performance and AccessibilityAccessibilityBrowser audit
Heading elements are not in a sequentially-descending order
33 Fail
Performance and AccessibilityAccessibilityBrowser audit
Heading elements are not in a sequentially-descending order
Check name
Heading elements are not in a sequentially-descending order
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order)."
}Performance and AccessibilityAccessibilityBrowser audit
Image elements do not have `[alt]` attributes
33 Fail
Performance and AccessibilityAccessibilityBrowser 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
Accessibility
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).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
Check name
Document does not have a main landmark.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).
References
https://web.dev/learn/performance/Evidence
{
"description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)."
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
10 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
39/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 30,
"displayValue": "3.1Â s",
"numericValue": 3144.002281173668
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 0,
"displayValue": "1,320Â ms",
"numericValue": 1319
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 82,
"displayValue": "1.1Â s",
"numericValue": 1084.0022811736674
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "30Â ms",
"numericValue": 34.260255
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 110Â ms",
"numericValue": 105
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 1,
"displayValue": "12.1Â s",
"numericValue": 12114.160188745474
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 0,
"displayValue": "6.4Â s",
"numericValue": 6410.316930081691
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "3,630Â ms",
"numericValue": 3629.5036217886136
}
]
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
8 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
8 Warning
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 369Â KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 369Â KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
8 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 45Â KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 45Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Fix with MCP or CLI
Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.
Score history
Public scan score over time
Public reports for this website origin. Select any point or report link to open that canonical report.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 45/100 | Level 2, Agent-Limited | Current report |