Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 38 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 81 out of 100
- SEO 77 out of 100
- Performance and Accessibility 43 out of 100
What AI sees of your website
Webex by Cisco | AI-Powered Collaboration, Customer Experience & Devices
Explore Cisco Webex AI-powered collaboration, customer experience, devices, and platform solutions trusted by leading global brands.
Next step
Turn this report into a fix workflow
25 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 | 38 | Priority fix | 9 | 14 | 1 | View details |
| Discoverability | 50 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 54 | Needs work | 5 | 5 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 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 | 81 | Mostly ready | 8 | 0 | 9 | |
| GEO Readiness | Not Applicable | Not Applicable | 3 | 0 | 0 | |
| AIO Readiness | 84 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 69 | Needs work | 2 | 0 | 5 | |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 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 | 43 | Priority fix | 16 | 6 | 1 | View details |
| Performance | 24 | Priority fix | 11 | 4 | 1 | View details |
| Accessibility | 77 | Mostly ready | 5 | 2 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
48 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 403,
"contentType": "text/html"
},
"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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/.well-known/api-catalog\" on this server.<P>\nReference #18.47ad4d68.1781063704.87546f3\n<P>https://errors.edgesuite.net/18.47ad4d68.1781063704.87546f3</P>\n</BODY>\n</HTML>\n"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Security & TrustSecurity & TrustEstablished
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": "upgrade-insecure-requests; frame-ancestors 'self' *.webex.com *.cisco.com *.ciscoaisummit.com app.socio.events https://app.socio.events;"
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html" 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" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/openapi.json\" on this server.<P>\nReference #18.47ad4d68.1781063704.8754711\n<P>https://errors.edgesuite.net/18.47ad4d68.1781063704.8754711</P>\n</BODY>\n</HTML>\n"
},
{
"path": "/openapi.yaml",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/openapi.yaml\" on this server.<P>\nReference #18.47ad4d68.1781063704.8754719\n<P>https://errors.edgesuite.net/18.47ad4d68.1781063704.8754719</P>\n</BODY>\n</HTML>\n"
},
{
"path": "/swagger.json",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/swagger.json\" on this server.<P>\nReference #18.47ad4d68.1781063704.8754725\n<P>https://errors.edgesuite.net/18.47ad4d68.1781063704.8754725</P>\n</BODY>\n</HTML>\n"
},
{
"path": "/swagger.yaml",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/swagger.yaml\" on this server.<P>\nReference #18.47ad4d68.1781063704.8754730\n<P>https://errors.edgesuite.net/18.47ad4d68.1781063704.8754730</P>\n</BODY>\n</HTML>\n"
},
{
"path": "/api/openapi.json",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/api/openapi.json\" on this server.<P>\nReference #18.47ad4d68.1781063704.8754739\n<P>https://errors.edgesuite.net/18.47ad4d68.1781063704.8754739</P>\n</BODY>\n</HTML>\n"
},
{
"path": "/api/swagger.json",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/api/swagger.json\" on this server.<P>\nReference #18.47ad4d68.1781063704.8754743\n<P>https://errors.edgesuite.net/18.47ad4d68.1781063704.8754743</P>\n</BODY>\n</HTML>\n"
},
{
"path": "/docs/openapi.json",
"statusCode": 403,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/docs/openapi.json\" on this server.<P>\nReference #18.47ad4d68.1781063704.875474b\n<P>https://errors.edgesuite.net/18.47ad4d68.1781063704.875474b</P>\n</BODY>\n</HTML>\n"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 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": [
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 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 ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html" 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" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "(none)".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 403,
"contentType": "text/html"
},
"issue": "Content-Type \"text/html\" 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": ""
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
"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": 45,
"excerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/\" on this server.<P>\nReference #18.47ad4d68.1781063702.87",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; missing <nav> landmark; missing <footer> landmark; invalid h1 (found 2); 3 links missing accessible names.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": false,
"footer": false,
"meaningfulH1": false,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a name=\"experiencefragment-153694d8e2-anchor\" class=\"module-sticky-target\"></a>",
"<a name=\"experiencefragment-66f7eb0ab7-anchor\" class=\"module-sticky-target\"></a>",
"<a name=\"experiencefragment-b5be24802d-anchor\" class=\"module-sticky-target\"></a>"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img src=\"/content/dam/www/us/en/images/home/promo-float/whatsnew-image.svg\">",
"<img src=\"/content/dam/www/us/en/images/home/promo-float/wx1-banner-regopen-2026.svg\">",
"<img src=\"/content/dam/www/us/en/images/home/promo-float/whatsnew-image.svg\">",
"<img src=\"/content/dam/www/us/en/images/home/promo-float/wx1-banner-regopen-2026.svg\">",
"<img src=\"https://www.webex.com/akam/13/pixel_593a6fca?a=dD1iYWEwZmI1MGQ5ZDcyNDBmYTU5YzgxMDIxMDJjMzkxNTNhMTUyYmRjJmpzPW9mZg==\" style=\"visibility: hidden; position: absolute; left: -999px; top: -999px;\">"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 2,
"headings": 13,
"links": 236,
"inaccessibleLinks": 3,
"buttons": 43,
"inaccessibleButtons": 0,
"images": 80,
"imagesWithAlt": 75,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
Needs attention
Sitemap
Issue
No valid XML sitemap found at checked locations: https://www.webex.com/sitemap.xml, https://www.webex.com/sitemap.xml, https://www.webex.com/sitemap_index.xml, https://www.webex.com/sitemap-index.xml.
Why it matters
Sitemaps help crawlers and agents discover canonical URLs, updated pages, and deeper content that may not be obvious from the homepage navigation.
Check name
Sitemap
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Publish a sitemap and reference it from robots.txt.
Result
Sitemap is missing or incomplete.
Evidence
{
"checked": [
"https://www.webex.com/sitemap.xml",
"https://www.webex.com/sitemap.xml",
"https://www.webex.com/sitemap_index.xml",
"https://www.webex.com/sitemap-index.xml"
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 403,
"contentType": "text/html",
"length": 434
}
]
},
"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 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": 403,
"contentType": "text/html",
"length": 421
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 403,
"contentType": "text/html",
"length": 422
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 401
}
]
},
"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": 403,
"contentType": "text/html",
"length": 377
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 401
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 421
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}Agent Ease of 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": 403,
"contentType": "text/html",
"length": 404
},
{
"path": "/webmcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 380
},
{
"path": "/mcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 377
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
25 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: 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
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Tue, 09 Jun 2026 08:46:20 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 412
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 420
},
{
"path": "/agent-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 388
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 403,
"contentType": "text/html",
"length": 424
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 403,
"contentType": "text/html",
"length": 414
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 403,
"contentType": "text/html",
"length": 403
},
{
"path": "/agent.json",
"statusCode": 403,
"contentType": "text/html",
"length": 379
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 403,
"contentType": "text/html",
"length": 404
},
{
"path": "/agents.json",
"statusCode": 403,
"contentType": "text/html",
"length": 380
}
]
},
"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 UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.webex.com",
"probes": [
{
"name": "_index._agents.www.webex.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.webex.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.webex.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "webex.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 tool-param-description.<select> is missing a name attribute.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing tool-param-description.<select> is missing a name attribute.
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": 264,
"interactiveWithTags": 0,
"totalCount": 264,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<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": 36,
"issues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute."
]
},
"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 tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
}
]
}
],
"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": 264,
"interactiveWithTags": 0,
"totalCount": 264,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<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": 264,
"interactiveWithTags": 0,
"totalCount": 264,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<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: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": true,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [
"Webex"
],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.webex.com/whats-new",
"text": "What’s New at Webex Learn about the latest innovations released across the collaboration and customer experience portfolio. See What’s New",
"html": "<a href=\"https://www.webex.com/whats-new\" aria-label=\"What’s New at Webex See What’s New\" data-attribute-nav=\"Solutions > See What’s New\" class=\"submenu-card bg-default text-white content-bottom has-bgimage\" style=\"background-image: url(/content/dam/www/us/en/images/header/2026/resources/promo-card-whatsnew.jpg);\"> <div class=\"submenu-card-title medium-body medium-body-bold\">What’s New at Webex</div> <div class=\"submenu-card-desc small-body small-body-regular\"><..."
},
{
"href": "https://www.webex.com/company/careers.html",
"text": "Careers",
"html": "<a class=\"btn btn--text\" href=\"https://www.webex.com/company/careers.html\" target=\"_self\" data-attribute-footer=\"Company > Careers\">Careers</a>"
},
{
"href": "https://www.linkedin.com/company/webex",
"text": "",
"html": "<a class=\"medium-body\" href=\"https://www.linkedin.com/company/webex\" rel=\"noopener\" target=\"_self\"> <div class=\"icon-wrapper\"><img src=\"/content/dam/www/us/en/icons/social-media-icons/linkedin.svg\" alt=\"Webex LinkedIn social media icon.\"></div> </a>"
},
{
"href": "https://www.cisco.com/c/en/us/about/legal/terms-conditions.html",
"text": "Terms & Conditions",
"html": "<a class=\"xsmall-body xsmall-body-regular\" href=\"https://www.cisco.com/c/en/us/about/legal/terms-conditions.html\" rel=\"noopener\" target=\"_blank\" data-attribute-footer=\"Terms & Conditions\">Terms & Conditions</a>"
},
{
"href": "https://www.cisco.com/c/en/us/about/legal/privacy-full.html",
"text": "Privacy Statement",
"html": "<a class=\"xsmall-body xsmall-body-regular\" href=\"https://www.cisco.com/c/en/us/about/legal/privacy-full.html\" rel=\"noopener\" target=\"_blank\" data-attribute-footer=\"Privacy Statement\">Privacy Statement</a>"
}
],
"contactLinks": [
{
"href": "https://www.webex.com/us/en/products/customer-experience/contact-center.html",
"text": "Cloud Contact Center",
"html": "<a href=\"https://www.webex.com/us/en/products/customer-experience/contact-center.html\" target=\"_self\" data-attribute-nav=\"Products > Customer Experience > Cloud Contact Center\"> Cloud Contact Center </a>"
},
{
"href": "https://www.webex.com/us/en/products/customer-experience/ai-assistant-for-contact-center.html",
"text": "AI Assistant for Contact Center",
"html": "<a href=\"https://www.webex.com/us/en/products/customer-experience/ai-assistant-for-contact-center.html\" target=\"_self\" data-attribute-nav=\"Products > Customer Experience > AI Assistant for Contact Center\"> AI Assistant for Contact Center </a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?lang=en",
"text": "Contact Sales",
"html": "<a class=\"btn\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?lang=en\" target=\"_self\" data-attribute-nav=\"Contact Sales\"> Contact Sales <span class=\"icon-arrow\"></span></a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?lang=en",
"text": "Contact Sales",
"html": "<a class=\"btn\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?lang=en\" target=\"_self\" data-attribute-nav=\"Contact Sales\"> Contact Sales <span class=\"icon-arrow\"></span></a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?lang=en",
"text": "Contact Sales",
"html": "<a class=\"btn\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?lang=en\" target=\"_self\" data-attribute-nav=\"Contact Sales\"> Contact Sales <span class=\"icon-arrow\"></span></a>"
},
{
"href": "https://help.webex.com/",
"text": "Product Help",
"html": "<a href=\"https://help.webex.com/\" target=\"_blank\" data-attribute-nav=\"Resources > SUPPORT > Product Help\"> Product Help </a>"
},
{
"href": "https://help.webex.com/contact",
"text": "Contact Support",
"html": "<a href=\"https://help.webex.com/contact\" target=\"_blank\" data-attribute-nav=\"Resources > SUPPORT > Contact Support\"> Contact Support </a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?lang=en",
"text": "Contact Sales",
"html": "<a class=\"btn\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?lang=en\" target=\"_self\" data-attribute-nav=\"Contact Sales\"> Contact Sales <span class=\"icon-arrow\"></span></a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?lang=en",
"text": "Contact Sales",
"html": "<a class=\"btn\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?lang=en\" target=\"_self\" data-attribute-nav=\"Contact Sales\"> Contact Sales <span class=\"icon-arrow\"></span></a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?utm_medium=website&utm_source=WDC&utm_campaign=wdc_home_refresh&utm_channel=wdc_home_page&utm_content=wdc_home_page_contact_sales&team=marketing",
"text": "Contact Us",
"html": "<a class=\"btn btn--secondary--black\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?utm_medium=website&utm_source=WDC&utm_campaign=wdc_home_refresh&utm_channel=wdc_home_page&utm_content=wdc_home_page_contact_sales&team=marketing\" target=\"_self\" onclick=\"webexData=webexData||{}; webexData.link={ category:'CONNECTED INTELLIGENCE', detail: 'Contact Us', url: 'https://www.webex.com/us/en/dg/contact-sales.html?utm_medium=website&utm_source=..."
},
{
"href": "https://www.webex.com/us/en/products/customer-experience/contact-center.html",
"text": "Explore Contact Center",
"html": "<a class=\"btn btn--tertiary--dark-black\" href=\"https://www.webex.com/us/en/products/customer-experience/contact-center.html\" target=\"_self\" aria-description=\"for Customer Experience: Contact Center Explore Contact Center\" onclick=\"webexData=webexData||{}; webexData.link={category:'Customer Experience: Contact Center', detail: 'Explore Contact Center', url: 'https://www.webex.com/us/en/products/customer-experience/contact-center.html'}; _satellite.track('link..."
},
{
"href": "https://www.webex.com/us/en/products/customer-experience/ai-assistant-for-contact-center.html",
"text": "Explore AI Assistant for CX",
"html": "<a class=\"btn btn--tertiary--dark-black\" href=\"https://www.webex.com/us/en/products/customer-experience/ai-assistant-for-contact-center.html\" target=\"_self\" aria-description=\"for Customer Experience: AI Assistant for CX Explore AI Assistant for CX\" onclick=\"webexData=webexData||{}; webexData.link={category:'Customer Experience: AI Assistant for CX', detail: 'Explore AI Assistant for CX', url: 'https://www.webex.com/us/en/products/customer-experience/ai-assistant-for-c..."
},
{
"href": "https://blog.webex.com/customer-experience/one-platform-one-customer-journey-organizations-unify-calling-contact-center-webex/",
"text": "Explore the Platform",
"html": "<a class=\"btn btn--secondary--dark-black\" href=\"https://blog.webex.com/customer-experience/one-platform-one-customer-journey-organizations-unify-calling-contact-center-webex/\" target=\"_blank\" onclick=\"webexData=webexData||{}; webexData.link={category:'The most comprehensive solution.', detail: 'Explore the Platform', url: 'https://blog.webex.com/customer-experience/one-platform-one-customer-journey-organizations-unify-calling-contact-center-webex/'}; _satellite.t..."
},
{
"href": "https://www.webex.com/us/en/products/customer-experience/contact-center.html",
"text": "Cloud Contact Center",
"html": "<a class=\"btn btn--text\" href=\"https://www.webex.com/us/en/products/customer-experience/contact-center.html\" target=\"_self\" data-attribute-footer=\"Products > Cloud Contact Center\">Cloud Contact Center</a>"
},
{
"href": "https://help.webex.com/",
"text": "Help Center",
"html": "<a class=\"btn btn--text\" href=\"https://help.webex.com/\" target=\"_self\" data-attribute-footer=\"Resources > Help Center\">Help Center</a>"
},
{
"href": "https://help.webex.com/contact",
"text": "Contact Support",
"html": "<a class=\"btn btn--text\" href=\"https://help.webex.com/contact\" target=\"_self\" data-attribute-footer=\"Company > Contact Support\">Contact Support</a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?lang=en",
"text": "Contact Sales",
"html": "<a class=\"btn btn--text\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?lang=en\" target=\"_self\" data-attribute-footer=\"Company > Contact Sales\">Contact Sales</a>"
}
],
"privacyLinks": [
{
"href": "https://www.webex.com/us/en/solutions/cross-platform/security.html",
"text": "Security, Privacy & Compliance",
"html": "<a href=\"https://www.webex.com/us/en/solutions/cross-platform/security.html\" target=\"_self\" data-attribute-nav=\"Solutions > CROSS-PLATFORM > Security, Privacy & Compliance\"> Security, Privacy & Compliance </a>"
},
{
"href": "https://www.cisco.com/c/en/us/about/legal/terms-conditions.html",
"text": "Terms & Conditions",
"html": "<a class=\"xsmall-body xsmall-body-regular\" href=\"https://www.cisco.com/c/en/us/about/legal/terms-conditions.html\" rel=\"noopener\" target=\"_blank\" data-attribute-footer=\"Terms & Conditions\">Terms & Conditions</a>"
},
{
"href": "https://www.cisco.com/c/en/us/about/legal/privacy-full.html",
"text": "Privacy Statement",
"html": "<a class=\"xsmall-body xsmall-body-regular\" href=\"https://www.cisco.com/c/en/us/about/legal/privacy-full.html\" rel=\"noopener\" target=\"_blank\" data-attribute-footer=\"Privacy Statement\">Privacy Statement</a>"
},
{
"href": "#privacy-manager",
"text": "Cookies",
"html": "<a class=\"xsmall-body xsmall-body-regular\" href=\"#privacy-manager\" rel=\"noopener\" target=\"_self\" data-attribute-footer=\"Cookies\">Cookies</a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
8 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": 8,
"passing": 0,
"failing": [
{
"heading": "One platform. Every experience. Powered by AI.",
"headingHtml": "<h2 class=\"home-pillars__header h4 \" role=\"heading\" aria-level=\"2\">One platform. Every experience. <br>Powered by AI.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Webex Suite. Intelligent, secure collaboration.",
"headingHtml": "<h3 role=\"heading\" aria-level=\"3\" class=\"suite-pane__card-title h3\"> Webex Suite.<br> Intelligent, secure collaboration.</h3>",
"firstParagraph": "Eight integrated workloads. One secure platform. An AI Assistant that handles the tasks, so your people can focus on what matters.",
"paragraphHtml": "<p>Eight integrated workloads. One secure platform. An AI Assistant that handles the tasks, so your people can focus on what matters.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "Customer Experience",
"headingHtml": "<h3 role=\"heading\" aria-level=\"3\" class=\"cx-pane__card-title h3\">Customer Experience </h3>",
"firstParagraph": "The agentic CX platform where experiences run on secure, proven AI​.",
"paragraphHtml": "<p>The agentic CX platform where experiences run on secure, proven AI​.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Devices",
"headingHtml": "<h3 role=\"heading\" aria-level=\"3\" class=\"devices-pane__card-title h3\">Devices</h3>",
"firstParagraph": "Turn every room into an intelligent, AI-powered workspace with Cisco devices—ranked as the top global leader in every major analyst report.",
"paragraphHtml": "<p>Turn every room into an intelligent, AI-powered workspace with Cisco devices—ranked as the top global leader in every major analyst report.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Workspaces",
"headingHtml": "<h3 role=\"heading\" aria-level=\"3\" class=\"devices-pane__card-title h3\">Workspaces</h3>",
"firstParagraph": "Design new workspaces and reimagine your existing rooms with an interactive configurator and standardized blueprints.",
"paragraphHtml": "<p>Design new workspaces and reimagine your existing rooms with an interactive configurator and standardized blueprints.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "More than a platform. A competitive advantage.",
"headingHtml": "<h2 class=\"cards__title h3 \">More than a platform.<br> A competitive advantage.</h2>",
"firstParagraph": "The only platform that spans UCaaS, CCaaS, CPaaS, and devices. Backed by Cisco's infrastructure, security, and 40+ years of trust.",
"paragraphHtml": "<p>The only platform that spans UCaaS, CCaaS, CPaaS, and devices. Backed by Cisco's infrastructure, security, and 40+ years of trust.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Real results. Real fast.",
"headingHtml": "<h2 role=\"heading\" aria-level=\"2\" class=\"stats-grid__title h3 \"> Real results. <br>Real fast.</h2>",
"firstParagraph": "Leader in the 2025 Gartner® Magic Quadrant™ for Unified Communications as a Service",
"paragraphHtml": "<p>Leader in the 2025 Gartner® Magic Quadrant™ for Unified Communications as a Service</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Trusted by leading brands around the world.",
"headingHtml": "<h2 class=\"quote__header-title h3 \">Trusted by leading brands around the world.</h2>",
"firstParagraph": "At 200mph, every second counts. The McLaren Formula 1 Team uses Webex AI to make split-second collaboration and fan engagement possible, from the pit lane to the grandstands.",
"paragraphHtml": "<p>At 200mph, every second counts. The McLaren Formula 1 Team uses Webex AI to make split-second collaboration and fan engagement possible, from the pit lane to the grandstands.</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 4,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": true,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [
"Webex"
],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.webex.com/whats-new",
"text": "What’s New at Webex Learn about the latest innovations released across the collaboration and customer experience portfolio. See What’s New",
"html": "<a href=\"https://www.webex.com/whats-new\" aria-label=\"What’s New at Webex See What’s New\" data-attribute-nav=\"Solutions > See What’s New\" class=\"submenu-card bg-default text-white content-bottom has-bgimage\" style=\"background-image: url(/content/dam/www/us/en/images/header/2026/resources/promo-card-whatsnew.jpg);\"> <div class=\"submenu-card-title medium-body medium-body-bold\">What’s New at Webex</div> <div class=\"submenu-card-desc small-body small-body-regular\"><..."
},
{
"href": "https://www.webex.com/company/careers.html",
"text": "Careers",
"html": "<a class=\"btn btn--text\" href=\"https://www.webex.com/company/careers.html\" target=\"_self\" data-attribute-footer=\"Company > Careers\">Careers</a>"
},
{
"href": "https://www.linkedin.com/company/webex",
"text": "",
"html": "<a class=\"medium-body\" href=\"https://www.linkedin.com/company/webex\" rel=\"noopener\" target=\"_self\"> <div class=\"icon-wrapper\"><img src=\"/content/dam/www/us/en/icons/social-media-icons/linkedin.svg\" alt=\"Webex LinkedIn social media icon.\"></div> </a>"
},
{
"href": "https://www.cisco.com/c/en/us/about/legal/terms-conditions.html",
"text": "Terms & Conditions",
"html": "<a class=\"xsmall-body xsmall-body-regular\" href=\"https://www.cisco.com/c/en/us/about/legal/terms-conditions.html\" rel=\"noopener\" target=\"_blank\" data-attribute-footer=\"Terms & Conditions\">Terms & Conditions</a>"
},
{
"href": "https://www.cisco.com/c/en/us/about/legal/privacy-full.html",
"text": "Privacy Statement",
"html": "<a class=\"xsmall-body xsmall-body-regular\" href=\"https://www.cisco.com/c/en/us/about/legal/privacy-full.html\" rel=\"noopener\" target=\"_blank\" data-attribute-footer=\"Privacy Statement\">Privacy Statement</a>"
}
],
"contactLinks": [
{
"href": "https://www.webex.com/us/en/products/customer-experience/contact-center.html",
"text": "Cloud Contact Center",
"html": "<a href=\"https://www.webex.com/us/en/products/customer-experience/contact-center.html\" target=\"_self\" data-attribute-nav=\"Products > Customer Experience > Cloud Contact Center\"> Cloud Contact Center </a>"
},
{
"href": "https://www.webex.com/us/en/products/customer-experience/ai-assistant-for-contact-center.html",
"text": "AI Assistant for Contact Center",
"html": "<a href=\"https://www.webex.com/us/en/products/customer-experience/ai-assistant-for-contact-center.html\" target=\"_self\" data-attribute-nav=\"Products > Customer Experience > AI Assistant for Contact Center\"> AI Assistant for Contact Center </a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?lang=en",
"text": "Contact Sales",
"html": "<a class=\"btn\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?lang=en\" target=\"_self\" data-attribute-nav=\"Contact Sales\"> Contact Sales <span class=\"icon-arrow\"></span></a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?lang=en",
"text": "Contact Sales",
"html": "<a class=\"btn\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?lang=en\" target=\"_self\" data-attribute-nav=\"Contact Sales\"> Contact Sales <span class=\"icon-arrow\"></span></a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?lang=en",
"text": "Contact Sales",
"html": "<a class=\"btn\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?lang=en\" target=\"_self\" data-attribute-nav=\"Contact Sales\"> Contact Sales <span class=\"icon-arrow\"></span></a>"
},
{
"href": "https://help.webex.com/",
"text": "Product Help",
"html": "<a href=\"https://help.webex.com/\" target=\"_blank\" data-attribute-nav=\"Resources > SUPPORT > Product Help\"> Product Help </a>"
},
{
"href": "https://help.webex.com/contact",
"text": "Contact Support",
"html": "<a href=\"https://help.webex.com/contact\" target=\"_blank\" data-attribute-nav=\"Resources > SUPPORT > Contact Support\"> Contact Support </a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?lang=en",
"text": "Contact Sales",
"html": "<a class=\"btn\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?lang=en\" target=\"_self\" data-attribute-nav=\"Contact Sales\"> Contact Sales <span class=\"icon-arrow\"></span></a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?lang=en",
"text": "Contact Sales",
"html": "<a class=\"btn\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?lang=en\" target=\"_self\" data-attribute-nav=\"Contact Sales\"> Contact Sales <span class=\"icon-arrow\"></span></a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?utm_medium=website&utm_source=WDC&utm_campaign=wdc_home_refresh&utm_channel=wdc_home_page&utm_content=wdc_home_page_contact_sales&team=marketing",
"text": "Contact Us",
"html": "<a class=\"btn btn--secondary--black\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?utm_medium=website&utm_source=WDC&utm_campaign=wdc_home_refresh&utm_channel=wdc_home_page&utm_content=wdc_home_page_contact_sales&team=marketing\" target=\"_self\" onclick=\"webexData=webexData||{}; webexData.link={ category:'CONNECTED INTELLIGENCE', detail: 'Contact Us', url: 'https://www.webex.com/us/en/dg/contact-sales.html?utm_medium=website&utm_source=..."
},
{
"href": "https://www.webex.com/us/en/products/customer-experience/contact-center.html",
"text": "Explore Contact Center",
"html": "<a class=\"btn btn--tertiary--dark-black\" href=\"https://www.webex.com/us/en/products/customer-experience/contact-center.html\" target=\"_self\" aria-description=\"for Customer Experience: Contact Center Explore Contact Center\" onclick=\"webexData=webexData||{}; webexData.link={category:'Customer Experience: Contact Center', detail: 'Explore Contact Center', url: 'https://www.webex.com/us/en/products/customer-experience/contact-center.html'}; _satellite.track('link..."
},
{
"href": "https://www.webex.com/us/en/products/customer-experience/ai-assistant-for-contact-center.html",
"text": "Explore AI Assistant for CX",
"html": "<a class=\"btn btn--tertiary--dark-black\" href=\"https://www.webex.com/us/en/products/customer-experience/ai-assistant-for-contact-center.html\" target=\"_self\" aria-description=\"for Customer Experience: AI Assistant for CX Explore AI Assistant for CX\" onclick=\"webexData=webexData||{}; webexData.link={category:'Customer Experience: AI Assistant for CX', detail: 'Explore AI Assistant for CX', url: 'https://www.webex.com/us/en/products/customer-experience/ai-assistant-for-c..."
},
{
"href": "https://blog.webex.com/customer-experience/one-platform-one-customer-journey-organizations-unify-calling-contact-center-webex/",
"text": "Explore the Platform",
"html": "<a class=\"btn btn--secondary--dark-black\" href=\"https://blog.webex.com/customer-experience/one-platform-one-customer-journey-organizations-unify-calling-contact-center-webex/\" target=\"_blank\" onclick=\"webexData=webexData||{}; webexData.link={category:'The most comprehensive solution.', detail: 'Explore the Platform', url: 'https://blog.webex.com/customer-experience/one-platform-one-customer-journey-organizations-unify-calling-contact-center-webex/'}; _satellite.t..."
},
{
"href": "https://www.webex.com/us/en/products/customer-experience/contact-center.html",
"text": "Cloud Contact Center",
"html": "<a class=\"btn btn--text\" href=\"https://www.webex.com/us/en/products/customer-experience/contact-center.html\" target=\"_self\" data-attribute-footer=\"Products > Cloud Contact Center\">Cloud Contact Center</a>"
},
{
"href": "https://help.webex.com/",
"text": "Help Center",
"html": "<a class=\"btn btn--text\" href=\"https://help.webex.com/\" target=\"_self\" data-attribute-footer=\"Resources > Help Center\">Help Center</a>"
},
{
"href": "https://help.webex.com/contact",
"text": "Contact Support",
"html": "<a class=\"btn btn--text\" href=\"https://help.webex.com/contact\" target=\"_self\" data-attribute-footer=\"Company > Contact Support\">Contact Support</a>"
},
{
"href": "https://www.webex.com/us/en/dg/contact-sales.html?lang=en",
"text": "Contact Sales",
"html": "<a class=\"btn btn--text\" href=\"https://www.webex.com/us/en/dg/contact-sales.html?lang=en\" target=\"_self\" data-attribute-footer=\"Company > Contact Sales\">Contact Sales</a>"
}
],
"privacyLinks": [
{
"href": "https://www.webex.com/us/en/solutions/cross-platform/security.html",
"text": "Security, Privacy & Compliance",
"html": "<a href=\"https://www.webex.com/us/en/solutions/cross-platform/security.html\" target=\"_self\" data-attribute-nav=\"Solutions > CROSS-PLATFORM > Security, Privacy & Compliance\"> Security, Privacy & Compliance </a>"
},
{
"href": "https://www.cisco.com/c/en/us/about/legal/terms-conditions.html",
"text": "Terms & Conditions",
"html": "<a class=\"xsmall-body xsmall-body-regular\" href=\"https://www.cisco.com/c/en/us/about/legal/terms-conditions.html\" rel=\"noopener\" target=\"_blank\" data-attribute-footer=\"Terms & Conditions\">Terms & Conditions</a>"
},
{
"href": "https://www.cisco.com/c/en/us/about/legal/privacy-full.html",
"text": "Privacy Statement",
"html": "<a class=\"xsmall-body xsmall-body-regular\" href=\"https://www.cisco.com/c/en/us/about/legal/privacy-full.html\" rel=\"noopener\" target=\"_blank\" data-attribute-footer=\"Privacy Statement\">Privacy Statement</a>"
},
{
"href": "#privacy-manager",
"text": "Cookies",
"html": "<a class=\"xsmall-body xsmall-body-regular\" href=\"#privacy-manager\" rel=\"noopener\" target=\"_self\" data-attribute-footer=\"Cookies\">Cookies</a>"
}
],
"score": 60,
"weight": 22
}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
79 image(s) are missing width/height attributes. 48 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": 1516,
"htmlBytes": 299743,
"imagesMissingDimensions": [
{
"src": "/content/dam/www/us/en/images/home/promo-float/whatsnew-image.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/promo-float/whatsnew-image.svg\">"
},
{
"src": "/content/dam/www/us/en/images/home/promo-float/wx1-banner-regopen-2026.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/promo-float/wx1-banner-regopen-2026.svg\">"
},
{
"src": "/content/dam/www/us/en/images/home/promo-float/whatsnew-image.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/promo-float/whatsnew-image.svg\">"
},
{
"src": "/content/dam/www/us/en/images/home/promo-float/wx1-banner-regopen-2026.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/promo-float/wx1-banner-regopen-2026.svg\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/webex-nav-logo/webex-by-cisco-whitetext.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"logo-white\" src=\"/content/dam/www/us/en/images/header/2026/webex-nav-logo/webex-by-cisco-whitetext.png\" alt=\"Webex by Cisco logo.\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/webex-nav-logo/webex-by-cisco.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"logo-black\" src=\"/content/dam/www/us/en/images/header/2026/webex-nav-logo/webex-by-cisco.png\" alt=\"Webex by Cisco logo.\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/webex-app-icon-latest.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/header/2026/webex-app-icon-latest.svg\" alt=\"Webex\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/devices/cisco-room-vision-ptz.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/header/2026/devices/cisco-room-vision-ptz.webp\" alt=\"Cisco Room Vision PTZ camera for intelligent meeting rooms.\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/devices/room-kit-pro-g2.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/header/2026/devices/room-kit-pro-g2.webp\" alt=\"Cisco Room Kit Pro G2 video conferencing system.\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/devices/desk-phone-9800.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/header/2026/devices/desk-phone-9800.webp\" alt=\"Cisco Desk Phone 9800 Series for enterprise communication.\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/devices/desk-pro-g2.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/header/2026/devices/desk-pro-g2.webp\" alt=\"Cisco Desk Pro G2 intelligent collaboration desk device.\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/devices/ceiling-microphone-pro.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/header/2026/devices/ceiling-microphone-pro.webp\" alt=\"Cisco Ceiling Microphone Pro for clear meeting audio.\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/devices/bo-950.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/header/2026/devices/bo-950.webp\" alt=\"Bang & Olufsen Cisco 950 wireless headset.\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/webex-app-icon-latest.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/header/2026/webex-app-icon-latest.svg\" alt=\"Webex\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/webex-app-icon-latest.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/header/2026/webex-app-icon-latest.svg\" alt=\"Webex\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/webex-app-icon-latest.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/header/2026/webex-app-icon-latest.svg\" alt=\"Webex\">"
},
{
"src": "/content/dam/www/us/en/images/header/2026/webex-app-icon-latest.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/header/2026/webex-app-icon-latest.svg\" alt=\"Webex\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/mclaren.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/mclaren.svg\" title=\"McLaren Logo\" alt=\"McLaren Formula 1 team logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/carnival.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/carnival.svg\" title=\"Carnival Logo\" alt=\"Carnival Cruise Line company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/hd-supply.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/hd-supply.svg\" title=\"HD Supply Logo\" alt=\"HD Supply company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/conagra-brands.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/conagra-brands.svg\" title=\"Conagra Brands Logo\" alt=\"Conagra Brands company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/yum-brands.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/yum-brands.svg\" title=\"YUM! Brands Logo\" alt=\"YUM! Brands company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/maersk.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/maersk.svg\" title=\"Maersk Logo\" alt=\"Maersk global shipping company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/rent-a-center.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/rent-a-center.svg\" title=\"Rent-A-Center Logo\" alt=\"Rent-A-Center company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/pga-australia.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/pga-australia.svg\" title=\"PGA Australia Logo\" alt=\"PGA Australia professional golf association logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/bbva.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/bbva.svg\" title=\"BBVA Logo\" alt=\"BBVA global financial services logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/deutcsche-telecom.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/deutcsche-telecom.svg\" title=\"Deutsche Telekom Logo\" alt=\"Deutsche Telekom corporate logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/mclaren.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/mclaren.svg\" title=\"McLaren Logo\" alt=\"McLaren Formula 1 team logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/carnival.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/carnival.svg\" title=\"Carnival Logo\" alt=\"Carnival Cruise Line company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/hd-supply.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/hd-supply.svg\" title=\"HD Supply Logo\" alt=\"HD Supply company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/conagra-brands.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/conagra-brands.svg\" title=\"Conagra Brands Logo\" alt=\"Conagra Brands company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/yum-brands.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/yum-brands.svg\" title=\"YUM! Brands Logo\" alt=\"YUM! Brands company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/maersk.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/maersk.svg\" title=\"Maersk Logo\" alt=\"Maersk global shipping company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/rent-a-center.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/rent-a-center.svg\" title=\"Rent-A-Center Logo\" alt=\"Rent-A-Center company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/pga-australia.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/pga-australia.svg\" title=\"PGA Australia Logo\" alt=\"PGA Australia professional golf association logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/bbva.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/bbva.svg\" title=\"BBVA Logo\" alt=\"BBVA global financial services logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/deutcsche-telecom.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/deutcsche-telecom.svg\" title=\"Deutsche Telekom Logo\" alt=\"Deutsche Telekom corporate logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/mclaren.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/mclaren.svg\" title=\"McLaren Logo\" alt=\"McLaren Formula 1 team logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/carnival.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/carnival.svg\" title=\"Carnival Logo\" alt=\"Carnival Cruise Line company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/hd-supply.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/hd-supply.svg\" title=\"HD Supply Logo\" alt=\"HD Supply company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/conagra-brands.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/conagra-brands.svg\" title=\"Conagra Brands Logo\" alt=\"Conagra Brands company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/yum-brands.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/yum-brands.svg\" title=\"YUM! Brands Logo\" alt=\"YUM! Brands company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/maersk.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/maersk.svg\" title=\"Maersk Logo\" alt=\"Maersk global shipping company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/rent-a-center.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/rent-a-center.svg\" title=\"Rent-A-Center Logo\" alt=\"Rent-A-Center company logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/pga-australia.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/pga-australia.svg\" title=\"PGA Australia Logo\" alt=\"PGA Australia professional golf association logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/bbva.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/bbva.svg\" title=\"BBVA Logo\" alt=\"BBVA global financial services logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/logos-carousel/deutcsche-telecom.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/logos-carousel/deutcsche-telecom.svg\" title=\"Deutsche Telekom Logo\" alt=\"Deutsche Telekom corporate logo.\" class=\"cmp-cx-hero__logo\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/meetings.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/meetings.svg\" title=\"Webex Meetings\" alt=\"Webex Meetings icon.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/messaging.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/messaging.svg\" title=\"Webex Messaging\" alt=\"Webex Messaging icon.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/calling.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/calling.svg\" title=\"Webex Calling\" alt=\"Webex Cloud Calling icon.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/webinars.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/webinars.svg\" title=\"Webex Webinars\" alt=\"Webex Webinars icon.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/events.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/events.svg\" title=\"Webex Events\" alt=\"Webex Events icon.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/whiteboarding.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/whiteboarding.svg\" title=\"Webex Whiteboarding\" alt=\"Webex Whiteboarding icon.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/polling.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/polling.svg\" title=\"Webex Polling\" alt=\"Webex Polling icon.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/videomessaging.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/suite/may-18-2026/videomessaging.svg\" title=\"Webex Video Messaging\" alt=\"Webex Video Messaging icon.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/cx/ai-agent.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/cx/ai-agent.jpg\" title=\"Webex AI Agent\" alt=\"Webex AI Agent interface for automated customer service.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/cx/contact-center.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/cx/contact-center.jpg\" title=\"Cloud Contact Center\" alt=\"Webex Cloud Contact Center dashboard for agent management.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/cx/ai-assistant.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/cx/ai-assistant.jpg\" title=\"AI Assistant for CX\" alt=\"Webex AI Assistant for Contact Center providing real-time agent insights.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/devices/devices.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/devices/devices.jpg\" title=\"Webex Devices\" alt=\"Cisco collaboration devices arranged in a modern meeting room.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/pillars/devices/workspaces.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/pillars/devices/workspaces.jpg\" title=\"Workspace Designer\" alt=\"Webex Workspace Designer tool showing a room configuration blueprint.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/cards-home/ai-innovation.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"cards__card-image\" src=\"/content/dam/www/us/en/images/home/2026/cards-home/ai-innovation.jpg\" alt=\"Webex AI-powered collaboration interface on a desktop display.\" title=\"AI Innovation\" loading=\"lazy\" decoding=\"async\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/cards-home/comprehensive.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"cards__card-image\" src=\"/content/dam/www/us/en/images/home/2026/cards-home/comprehensive.jpg\" alt=\"Integrated Webex platform dashboard showing unified communication tools.\" title=\"Comprehensive Platform\" loading=\"lazy\" decoding=\"async\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/cards-home/03-manageability-security.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"cards__card-image\" src=\"/content/dam/www/us/en/images/home/2026/cards-home/03-manageability-security.jpg\" alt=\"Webex Control Hub security and administration interface.\" title=\"Security & Manageability\" loading=\"lazy\" decoding=\"async\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/stats-grid-background/ai-survey-gradient.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"sr-only\" src=\"/content/dam/www/us/en/images/home/2026/stats-grid-background/ai-survey-gradient.webp\" alt=\"Stats Gradient\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/customer-quote/mclaren/mclaren-2026.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/customer-quote/mclaren/mclaren-2026.jpg\" title=\"McLaren F1 Team\" alt=\"McLaren Formula 1 team collaborating in a racing environment.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/customer-quote/mclaren/mclaren-logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/customer-quote/mclaren/mclaren-logo.svg\" title=\"McLaren Logo\" alt=\"McLaren Formula 1 team logo.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/customer-quote/conagra/conagra.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/customer-quote/conagra/conagra.jpg\" title=\"Conagra Workspace\" alt=\"Conagra office interior with Cisco collaboration technology.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/customer-quote/conagra/Conagra-logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/customer-quote/conagra/Conagra-logo.svg\" title=\"Conagra Logo\" alt=\"Conagra Brands company logo.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/customer-quote/t-mobile/tmobile.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/customer-quote/t-mobile/tmobile.jpg\" title=\"T-Mobile Team\" alt=\"T-Mobile employees using Webex technology.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/customer-quote/t-mobile/tmobile-logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/customer-quote/t-mobile/tmobile-logo.svg\" title=\"T-Mobile Logo\" alt=\"T-Mobile company logo.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/customer-quote/maersk/maersk.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/customer-quote/maersk/maersk.jpg\" title=\"Maersk Operations\" alt=\"Maersk global logistics operations center.\">"
},
{
"src": "/content/dam/www/us/en/images/home/2026/customer-quote/maersk/Maersk.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/images/home/2026/customer-quote/maersk/Maersk.svg\" title=\"Maersk Logo\" alt=\"Maersk global shipping company logo.\">"
},
{
"src": "/content/dam/www/us/en/icons/webex-wordmark.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/icons/webex-wordmark.svg\" alt=\"Webex Logo\">"
},
{
"src": "/content/dam/www/us/en/icons/social-media-icons/X.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/icons/social-media-icons/X.svg\" alt=\"Webex X (formerly Twitter) social media icon.\">"
},
{
"src": "/content/dam/www/us/en/icons/social-media-icons/linkedin.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/icons/social-media-icons/linkedin.svg\" alt=\"Webex LinkedIn social media icon.\">"
},
{
"src": "/content/dam/www/us/en/icons/social-media-icons/facebook.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/icons/social-media-icons/facebook.svg\" alt=\"Webex Facebook social media icon.\">"
},
{
"src": "/content/dam/www/us/en/icons/social-media-icons/youtube.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/icons/social-media-icons/youtube.svg\" alt=\"Webex YouTube social media icon.\">"
},
{
"src": "/content/dam/www/us/en/icons/social-media-icons/instagram.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/www/us/en/icons/social-media-icons/instagram.svg\" alt=\"Webex Instagram social media icon.\">"
},
{
"src": "https://www.webex.com/akam/13/pixel_593a6fca?a=dD1iYWEwZmI1MGQ5ZDcyNDBmYTU5YzgxMDIxMDJjMzkxNTNhMTUyYmRjJmpzPW9mZg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.webex.com/akam/13/pixel_593a6fca?a=dD1iYWEwZmI1MGQ5ZDcyNDBmYTU5YzgxMDIxMDJjMzkxNTNhMTUyYmRjJmpzPW9mZg==\" style=\"visibility: hidden; position: absolute; left: -999px; top: -999px;\">"
}
],
"possibleDialogs": [
"<div class=\"vjs-playback-rate vjs-menu-button vjs-menu-button-popup vjs-control vjs-button\"><div class=\"vjs-playback-rate-value\" id=\"vjs-playback-rate-value-label-myPlayerID_component_344\">1x</div><button class=\"vjs-playback-rate vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Playback Rate\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-describedby=\"vjs-playback-rate-value-label-myPlayerID_component_344\"><span class=\"vjs-icon-placeholder\" aria-hi...",
"<button class=\"vjs-playback-rate vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Playback Rate\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-describedby=\"vjs-playback-rate-value-label-myPlayerID_component_344\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Playback Rate</span></button>",
"<div class=\"vjs-chapters-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden\"><button class=\"vjs-chapters-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Chapters\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Chapters</span></button><div class=\"vjs-menu\"><ul class=\"vjs-menu-content\"><li class=\"vjs-menu-title...",
"<button class=\"vjs-chapters-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Chapters\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Chapters</span></button>",
"<div class=\"vjs-descriptions-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden\"><button class=\"vjs-descriptions-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Descriptions\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Descriptions</span></button><div class=\"vjs-menu\"><ul class=\"vjs-menu-content\"><li class...",
"<button class=\"vjs-descriptions-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Descriptions\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Descriptions</span></button>",
"<div class=\"vjs-subs-caps-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden\"><button class=\"vjs-subs-caps-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Captions\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Captions</span></button><div class=\"vjs-menu\"><ul class=\"vjs-menu-content\"><li class=\"vjs-menu-ite...",
"<button class=\"vjs-subs-caps-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Captions\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Captions</span></button>",
"<div class=\"vjs-audio-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden\"><button class=\"vjs-audio-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Audio Track\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Audio Track</span></button><div class=\"vjs-menu\"><ul class=\"vjs-menu-content\"></ul></div></div>",
"<button class=\"vjs-audio-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Audio Track\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Audio Track</span></button>",
"<div class=\"vjs-quality-menu-wrapper vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden\" aria-label=\"Quality Levels\"><button class=\"vjs-quality-menu-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" aria-haspopup=\"true\" aria-expanded=\"false\" title=\"Quality Levels\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Quality Levels</span></button><div class=\"vjs-menu\"><ul c...",
"<button class=\"vjs-quality-menu-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" aria-haspopup=\"true\" aria-expanded=\"false\" title=\"Quality Levels\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Quality Levels</span></button>",
"<div class=\"vjs-error-display vjs-modal-dialog vjs-hidden \" tabindex=\"-1\" aria-describedby=\"myPlayerID_component_648_description\" aria-hidden=\"true\" aria-label=\"Modal Window\" role=\"dialog\" aria-live=\"polite\"><p class=\"vjs-modal-dialog-description vjs-control-text\" id=\"myPlayerID_component_648_description\">This is a modal window.</p><div class=\"vjs-modal-dialog-content\" role=\"document\"></div></div>",
"<p class=\"vjs-modal-dialog-description vjs-control-text\" id=\"myPlayerID_component_648_description\">This is a modal window.</p>",
"<div class=\"vjs-modal-dialog-content\" role=\"document\"></div>",
"<div class=\"vjs-modal-dialog vjs-hidden vjs-text-track-settings\" tabindex=\"-1\" aria-describedby=\"myPlayerID_component_654_description\" aria-hidden=\"true\" aria-label=\"Caption Settings Dialog\" role=\"dialog\" aria-live=\"polite\"><p class=\"vjs-modal-dialog-description vjs-control-text\" id=\"myPlayerID_component_654_description\">Beginning of dialog window. Escape will cancel and close the window.</p><div class=\"vjs-modal-dialog-content\" role=\"document\"><div class=\"vjs-track-settings-colors\"><fieldset...",
"<p class=\"vjs-modal-dialog-description vjs-control-text\" id=\"myPlayerID_component_654_description\">Beginning of dialog window. Escape will cancel and close the window.</p>",
"<div class=\"vjs-modal-dialog-content\" role=\"document\"><div class=\"vjs-track-settings-colors\"><fieldset class=\"vjs-fg vjs-track-setting\"><legend id=\"captions-text-legend-myPlayerID_component_654\">Text</legend><span class=\"vjs-text-color\"><label id=\"captions-foreground-color-myPlayerID_component_654\" class=\"vjs-label\" for=\"vjs_select_681\">Color</label><select id=\"vjs_select_681\" aria-labelledby=\"captions-text-legend-myPlayerID_component_654 captions-foreground-color-myPlayerID_component_654\"><o...",
"<div class=\"vjs-player-info-modal vjs-modal-dialog vjs-hidden \" tabindex=\"-1\" aria-describedby=\"myPlayerID_component_1982_description\" aria-hidden=\"true\" aria-label=\"Player Information Dialog\" role=\"dialog\" aria-live=\"polite\"><button class=\"vjs-close-button vjs-control vjs-button\" type=\"button\" title=\"Close Modal Dialog\" aria-disabled=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Close Modal Dialog</span></button><p clas...",
"<p class=\"vjs-modal-dialog-description vjs-control-text\" id=\"myPlayerID_component_1982_description\">This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.</p>",
"<div class=\"vjs-modal-dialog-content\" role=\"document\"></div>",
"<div class=\"vjs-social-overlay vjs-modal-dialog vjs-hidden vjs-social-small\" tabindex=\"-1\" aria-describedby=\"myPlayerID_component_2054_description\" aria-hidden=\"true\" aria-label=\"Sharing Dialog\" role=\"dialog\" aria-live=\"polite\"><button class=\"vjs-close-button vjs-control vjs-button\" type=\"button\" title=\"Close Modal Dialog\" aria-disabled=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Close Modal Dialog</span></button><p cl...",
"<p class=\"vjs-modal-dialog-description vjs-control-text\" id=\"myPlayerID_component_2054_description\">This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.</p>",
"<div class=\"vjs-modal-dialog-content\" role=\"document\"></div>",
"<div class=\"vjs-playback-rate vjs-menu-button vjs-menu-button-popup vjs-control vjs-button\"><div class=\"vjs-playback-rate-value\" id=\"vjs-playback-rate-value-label-myPlayerID_component_1248\">1x</div><button class=\"vjs-playback-rate vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Playback Rate\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-describedby=\"vjs-playback-rate-value-label-myPlayerID_component_1248\"><span class=\"vjs-icon-placeholder\" aria-...",
"<button class=\"vjs-playback-rate vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Playback Rate\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-describedby=\"vjs-playback-rate-value-label-myPlayerID_component_1248\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Playback Rate</span></button>",
"<div class=\"vjs-chapters-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden\"><button class=\"vjs-chapters-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Chapters\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Chapters</span></button><div class=\"vjs-menu\"><ul class=\"vjs-menu-content\"><li class=\"vjs-menu-title...",
"<button class=\"vjs-chapters-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Chapters\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Chapters</span></button>",
"<div class=\"vjs-descriptions-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden\"><button class=\"vjs-descriptions-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Descriptions\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Descriptions</span></button><div class=\"vjs-menu\"><ul class=\"vjs-menu-content\"><li class...",
"<button class=\"vjs-descriptions-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Descriptions\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Descriptions</span></button>",
"<div class=\"vjs-subs-caps-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden\"><button class=\"vjs-subs-caps-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Captions\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Captions</span></button><div class=\"vjs-menu\"><ul class=\"vjs-menu-content\"><li class=\"vjs-menu-ite...",
"<button class=\"vjs-subs-caps-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Captions\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Captions</span></button>",
"<div class=\"vjs-audio-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden\"><button class=\"vjs-audio-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Audio Track\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Audio Track</span></button><div class=\"vjs-menu\"><ul class=\"vjs-menu-content\"></ul></div></div>",
"<button class=\"vjs-audio-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" title=\"Audio Track\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Audio Track</span></button>",
"<div class=\"vjs-quality-menu-wrapper vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden\" aria-label=\"Quality Levels\"><button class=\"vjs-quality-menu-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" aria-haspopup=\"true\" aria-expanded=\"false\" title=\"Quality Levels\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Quality Levels</span></button><div class=\"vjs-menu\"><ul c...",
"<button class=\"vjs-quality-menu-button vjs-menu-button vjs-menu-button-popup vjs-button\" type=\"button\" aria-disabled=\"false\" aria-haspopup=\"true\" aria-expanded=\"false\" title=\"Quality Levels\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Quality Levels</span></button>",
"<div class=\"vjs-error-display vjs-modal-dialog vjs-hidden \" tabindex=\"-1\" aria-describedby=\"myPlayerID_component_1549_description\" aria-hidden=\"true\" aria-label=\"Modal Window\" role=\"dialog\" aria-live=\"polite\"><p class=\"vjs-modal-dialog-description vjs-control-text\" id=\"myPlayerID_component_1549_description\">This is a modal window.</p><div class=\"vjs-modal-dialog-content\" role=\"document\"></div></div>",
"<p class=\"vjs-modal-dialog-description vjs-control-text\" id=\"myPlayerID_component_1549_description\">This is a modal window.</p>",
"<div class=\"vjs-modal-dialog-content\" role=\"document\"></div>",
"<div class=\"vjs-modal-dialog vjs-hidden vjs-text-track-settings\" tabindex=\"-1\" aria-describedby=\"myPlayerID_component_1555_description\" aria-hidden=\"true\" aria-label=\"Caption Settings Dialog\" role=\"dialog\" aria-live=\"polite\"><p class=\"vjs-modal-dialog-description vjs-control-text\" id=\"myPlayerID_component_1555_description\">Beginning of dialog window. Escape will cancel and close the window.</p><div class=\"vjs-modal-dialog-content\" role=\"document\"><div class=\"vjs-track-settings-colors\"><fields...",
"<p class=\"vjs-modal-dialog-description vjs-control-text\" id=\"myPlayerID_component_1555_description\">Beginning of dialog window. Escape will cancel and close the window.</p>",
"<div class=\"vjs-modal-dialog-content\" role=\"document\"><div class=\"vjs-track-settings-colors\"><fieldset class=\"vjs-fg vjs-track-setting\"><legend id=\"captions-text-legend-myPlayerID_component_1555\">Text</legend><span class=\"vjs-text-color\"><label id=\"captions-foreground-color-myPlayerID_component_1555\" class=\"vjs-label\" for=\"vjs_select_1582\">Color</label><select id=\"vjs_select_1582\" aria-labelledby=\"captions-text-legend-myPlayerID_component_1555 captions-foreground-color-myPlayerID_component_15...",
"<div class=\"vjs-player-info-modal vjs-modal-dialog vjs-hidden \" tabindex=\"-1\" aria-describedby=\"myPlayerID_component_2237_description\" aria-hidden=\"true\" aria-label=\"Player Information Dialog\" role=\"dialog\" aria-live=\"polite\"><button class=\"vjs-close-button vjs-control vjs-button\" type=\"button\" title=\"Close Modal Dialog\" aria-disabled=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Close Modal Dialog</span></button><p clas...",
"<p class=\"vjs-modal-dialog-description vjs-control-text\" id=\"myPlayerID_component_2237_description\">This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.</p>",
"<div class=\"vjs-modal-dialog-content\" role=\"document\"></div>",
"<div class=\"vjs-social-overlay vjs-modal-dialog vjs-hidden vjs-social-small\" tabindex=\"-1\" aria-describedby=\"myPlayerID_component_2309_description\" aria-hidden=\"true\" aria-label=\"Sharing Dialog\" role=\"dialog\" aria-live=\"polite\"><button class=\"vjs-close-button vjs-control vjs-button\" type=\"button\" title=\"Close Modal Dialog\" aria-disabled=\"false\"><span class=\"vjs-icon-placeholder\" aria-hidden=\"true\"></span><span class=\"vjs-control-text\" aria-live=\"polite\">Close Modal Dialog</span></button><p cl...",
"<p class=\"vjs-modal-dialog-description vjs-control-text\" id=\"myPlayerID_component_2309_description\">This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.</p>",
"<div class=\"vjs-modal-dialog-content\" role=\"document\"></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
8 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": 8,
"passing": 0,
"failing": [
{
"heading": "One platform. Every experience. Powered by AI.",
"headingHtml": "<h2 class=\"home-pillars__header h4 \" role=\"heading\" aria-level=\"2\">One platform. Every experience. <br>Powered by AI.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Webex Suite. Intelligent, secure collaboration.",
"headingHtml": "<h3 role=\"heading\" aria-level=\"3\" class=\"suite-pane__card-title h3\"> Webex Suite.<br> Intelligent, secure collaboration.</h3>",
"firstParagraph": "Eight integrated workloads. One secure platform. An AI Assistant that handles the tasks, so your people can focus on what matters.",
"paragraphHtml": "<p>Eight integrated workloads. One secure platform. An AI Assistant that handles the tasks, so your people can focus on what matters.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "Customer Experience",
"headingHtml": "<h3 role=\"heading\" aria-level=\"3\" class=\"cx-pane__card-title h3\">Customer Experience </h3>",
"firstParagraph": "The agentic CX platform where experiences run on secure, proven AI​.",
"paragraphHtml": "<p>The agentic CX platform where experiences run on secure, proven AI​.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Devices",
"headingHtml": "<h3 role=\"heading\" aria-level=\"3\" class=\"devices-pane__card-title h3\">Devices</h3>",
"firstParagraph": "Turn every room into an intelligent, AI-powered workspace with Cisco devices—ranked as the top global leader in every major analyst report.",
"paragraphHtml": "<p>Turn every room into an intelligent, AI-powered workspace with Cisco devices—ranked as the top global leader in every major analyst report.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Workspaces",
"headingHtml": "<h3 role=\"heading\" aria-level=\"3\" class=\"devices-pane__card-title h3\">Workspaces</h3>",
"firstParagraph": "Design new workspaces and reimagine your existing rooms with an interactive configurator and standardized blueprints.",
"paragraphHtml": "<p>Design new workspaces and reimagine your existing rooms with an interactive configurator and standardized blueprints.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "More than a platform. A competitive advantage.",
"headingHtml": "<h2 class=\"cards__title h3 \">More than a platform.<br> A competitive advantage.</h2>",
"firstParagraph": "The only platform that spans UCaaS, CCaaS, CPaaS, and devices. Backed by Cisco's infrastructure, security, and 40+ years of trust.",
"paragraphHtml": "<p>The only platform that spans UCaaS, CCaaS, CPaaS, and devices. Backed by Cisco's infrastructure, security, and 40+ years of trust.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Real results. Real fast.",
"headingHtml": "<h2 role=\"heading\" aria-level=\"2\" class=\"stats-grid__title h3 \"> Real results. <br>Real fast.</h2>",
"firstParagraph": "Leader in the 2025 Gartner® Magic Quadrant™ for Unified Communications as a Service",
"paragraphHtml": "<p>Leader in the 2025 Gartner® Magic Quadrant™ for Unified Communications as a Service</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Trusted by leading brands around the world.",
"headingHtml": "<h2 class=\"quote__header-title h3 \">Trusted by leading brands around the world.</h2>",
"firstParagraph": "At 200mph, every second counts. The McLaren Formula 1 Team uses Webex AI to make split-second collaboration and fan engagement possible, from the pit lane to the grandstands.",
"paragraphHtml": "<p>At 200mph, every second counts. The McLaren Formula 1 Team uses Webex AI to make split-second collaboration and fan engagement possible, from the pit lane to the grandstands.</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, 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": "One platform. Every experience. Powered by AI.",
"html": "<h2 class=\"home-pillars__header h4 \" role=\"heading\" aria-level=\"2\">One platform. Every experience. <br>Powered by AI.</h2>"
},
{
"text": "More than a platform. A competitive advantage.",
"html": "<h2 class=\"cards__title h3 \">More than a platform.<br> A competitive advantage.</h2>"
},
{
"text": "Real results. Real fast.",
"html": "<h2 role=\"heading\" aria-level=\"2\" class=\"stats-grid__title h3 \"> Real results. <br>Real fast.</h2>"
},
{
"text": "Trusted by leading brands around the world.",
"html": "<h2 class=\"quote__header-title h3 \">Trusted by leading brands around the world.</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Webex by Cisco?",
"pattern": {}
},
{
"id": "how",
"label": "How does Webex by Cisco work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Webex by Cisco?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Webex by Cisco free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Webex by Cisco compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Webex by Cisco?",
"pattern": {}
},
{
"id": "how",
"label": "How does Webex by Cisco work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Webex by Cisco free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Webex by Cisco compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 403,
"contentType": "text/html",
"length": 387
},
{
"path": "/api/context",
"statusCode": 403,
"contentType": "text/html",
"length": 380
},
{
"path": "/context",
"statusCode": 403,
"contentType": "text/html",
"length": 372
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, 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": "One platform. Every experience. Powered by AI.",
"html": "<h2 class=\"home-pillars__header h4 \" role=\"heading\" aria-level=\"2\">One platform. Every experience. <br>Powered by AI.</h2>"
},
{
"text": "More than a platform. A competitive advantage.",
"html": "<h2 class=\"cards__title h3 \">More than a platform.<br> A competitive advantage.</h2>"
},
{
"text": "Real results. Real fast.",
"html": "<h2 role=\"heading\" aria-level=\"2\" class=\"stats-grid__title h3 \"> Real results. <br>Real fast.</h2>"
},
{
"text": "Trusted by leading brands around the world.",
"html": "<h2 class=\"quote__header-title h3 \">Trusted by leading brands around the world.</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Webex by Cisco?",
"pattern": {}
},
{
"id": "how",
"label": "How does Webex by Cisco work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Webex by Cisco?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Webex by Cisco free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Webex by Cisco compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Webex by Cisco?",
"pattern": {}
},
{
"id": "how",
"label": "How does Webex by Cisco work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Webex by Cisco free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Webex by Cisco 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" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 403,
"contentType": "text/html",
"length": 376,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 365,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/TITLE",
"/HEAD",
"/H1",
"/P",
"/BODY",
"/HTML"
],
"rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/auth.md\" on this server.<P>\nReference #18.47ad4d68.1781063704.8754795\n<P>https://errors.edgesuite.net/18.47ad4d68.1781063704.8754795</P>\n</BODY>\n</HTML>\n"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 403,
"contentType": "text/html",
"length": 421,
"text": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/.well-known/oauth-protected-resource\" on this server.<P>\nReference #18.47ad4d68.1781063704.875479e\n<P>https://errors.edgesuite.net/18.47ad4d68.1781063704.875479e</P>\n</BODY>\n</HTML>\n"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 403,
"contentType": "text/html",
"length": 423,
"text": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/.well-known/oauth-authorization-server\" on this server.<P>\nReference #18.47ad4d68.1781063704.87547a5\n<P>https://errors.edgesuite.net/18.47ad4d68.1781063704.87547a5</P>\n</BODY>\n</HTML>\n"
}
},
"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": 12,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 403,
"contentType": "text/html",
"length": 413
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 403,
"contentType": "text/html",
"length": 423
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 12,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 403,
"contentType": "text/html"
},
"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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://www.webex.com/.well-known/oauth-protected-resource\" on this server.<P>\nReference #18.47ad4d68.1781063704.875476d\n<P>https://errors.edgesuite.net/18.47ad4d68.1781063704.875476d</P>\n</BODY>\n</HTML>\n"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.webex.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.webex.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.webex.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.webex.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": 12,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
`[role]`s do not have all required `[aria-*]` attributes
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[role]`s do not have all required `[aria-*]` attributes
Check name
`[role]`s do not have all required `[aria-*]` attributes
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.11/aria-required-attr).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.11/aria-required-attr)."
}Performance and AccessibilityAccessibilityBrowser audit
Image elements do not have `[alt]` attributes
50 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 AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
33 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
33 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
33 Fail
Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
Check name
Issues were logged in the `Issues` panel in Chrome Devtools
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Evidence
{
"description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}SEOSEOBrowser audit
Links are not crawlable
33 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)"
}SEOSEOBrowser audit
Links do not have descriptive text
33 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
1 link found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "1 link found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
33 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
2 warnings found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "2 warnings found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
20 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
20 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
Reduce JavaScript execution time
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
3.0Â s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "3.0Â s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 3017.605999999987
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
10 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
48/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": 39,
"displayValue": "2.8Â s",
"numericValue": 2788.138340622895
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10Â ms",
"numericValue": 5
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 10,
"displayValue": "4.0Â s",
"numericValue": 4027.985662370924
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 10,
"displayValue": "8.1Â s",
"numericValue": 8132.452396251445
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "160Â ms",
"numericValue": 163.29707999999997
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 7,
"displayValue": "910Â ms",
"numericValue": 906.5000000000014
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 95,
"displayValue": "0.8Â s",
"numericValue": 801.0488179850049
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 26,
"displayValue": "340Â ms",
"numericValue": 342
}
]
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
10 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)"
}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 |
|---|---|---|---|
| 42/100 | Level 2, Agent-Limited | Current report |