Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 28 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 73 out of 100
- SEO 92 out of 100
- Performance and Accessibility 77 out of 100
What AI sees of your website
Cisco ThousandEyes | Assurance for Every Digital Experience
Cisco ThousandEyes empowers organizations to assure every digital experience across every network, everywhere, every time.
Next step
Turn this report into a fix workflow
27 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 28 | Priority fix | 8 | 15 | 1 | View details |
| Discoverability | 33 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 45 | Priority fix | 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 | 73 | Needs work | 7 | 3 | 10 | View details |
| GEO Readiness | 89 | Mostly ready | 3 | 0 | 3 | |
| AIO Readiness | 60 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 68 | Needs work | 2 | 1 | 4 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 77 | Mostly ready | 21 | 4 | 1 | View details |
| Performance | 71 | Needs work | 12 | 2 | 1 | View details |
| Accessibility | 89 | Mostly ready | 9 | 2 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
47 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.thousandeyes.com/.well-known/api-catalog\" on this server.<P>\nReference #18.d6d70b17.1781164142.56f4110a\n<P>https://errors.edgesuite.net/18.d6d70b17.1781164142.56f4110a</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."
}
]
}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.thousandeyes.com/openapi.json\" on this server.<P>\nReference #18.d6d70b17.1781164142.56f41450\n<P>https://errors.edgesuite.net/18.d6d70b17.1781164142.56f41450</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.thousandeyes.com/openapi.yaml\" on this server.<P>\nReference #18.97d70b17.1781164142.bdb5abd\n<P>https://errors.edgesuite.net/18.97d70b17.1781164142.bdb5abd</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.thousandeyes.com/swagger.json\" on this server.<P>\nReference #18.97d70b17.1781164142.bdb5b7e\n<P>https://errors.edgesuite.net/18.97d70b17.1781164142.bdb5b7e</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.thousandeyes.com/swagger.yaml\" on this server.<P>\nReference #18.97d70b17.1781164142.bdb5c2f\n<P>https://errors.edgesuite.net/18.97d70b17.1781164142.bdb5c2f</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.thousandeyes.com/api/openapi.json\" on this server.<P>\nReference #18.d6d70b17.1781164142.56f4184f\n<P>https://errors.edgesuite.net/18.d6d70b17.1781164142.56f4184f</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.thousandeyes.com/api/swagger.json\" on this server.<P>\nReference #18.d6d70b17.1781164142.56f41938\n<P>https://errors.edgesuite.net/18.d6d70b17.1781164142.56f41938</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.thousandeyes.com/docs/openapi.json\" on this server.<P>\nReference #18.d6d70b17.1781164142.56f41a67\n<P>https://errors.edgesuite.net/18.d6d70b17.1781164142.56f41a67</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."
}
]
}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
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "frame-ancestors 'self' https://*.cisco.com"
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": "max-age=3600;includeSubDomains"
}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.thousandeyes.com/\" on this server.<P>\nReference #18.97d70b17.1781164139",
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
33 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 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: skipped heading levels; 1 links missing accessible names; 1 buttons missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"#\" v-on:click.prevent=\"submitSearch\" class=\"te-icon search-orange-trans\" aria-hidden=\"true\"></a>"
],
"inaccessibleButtons": [
"<button class=\"mobile-navigation-open-button\" type=\"button\" @click=\"mobileMenuOpen=true\"></button>"
],
"missingAutocompleteInputs": [
"<input name=\"q\" v-on:keyup.enter=\"submitSearch\" v-model=\"searchQuery\" type=\"text\" placeholder=\"Search...\">"
],
"imagesMissingAlt": [
"<img src=\"/dA/524b4fc5005e4c68fcefeda81e61ecff\" class=\"object-pos-cb object-pos-mobile-cc\" role=\"presentation\">",
"<img src=\"https://www.thousandeyes.com/akam/13/pixel_1b5a31c3?a=dD1kOTQyMjA2Yjc0ZTViNWUwZmUyN2Q0ZWIxZTdkNGRlNTRmZTVkMTFjJmpzPW9mZg==\" style=\"visibility: hidden; position: absolute; left: -999px; top: -999px;\">"
],
"skippedHeadingLevels": [
"h1: Assure Every Network. Assure Every Experience. The Foundation for AgenticOps.",
"h2: Closed-Loop Assurance for Every Digital Experience",
"h3: End-to-end Visibility",
"h3: AI-driven Intelligence and Automation",
"h3: Closed-loop Operations",
"h6: END-TO-END VISIBILITY",
"h2: Experience Has a Path. We Map It.",
"h2: Follow the Journey. Reveal the Dependencies.",
"h6: AI-driven Intelligence and Automation",
"h2: AI Tuned to Internet Scale",
"h4: Flag Anomalies",
"h4: Correlate Events",
"h4: Anticipate Degradation",
"h4: Accelerate Resolution",
"h6: CLOSED-LOOP OPERATIONS",
"h2: Automated Workflows for Operational Resilience",
"h2: Explore the Ultimate Internet Outages Map",
"h4: Provider Networks",
"h4: SaaS Applications",
"h4: Telemetry Data",
"h2: See What’s New at ThousandEyes",
"h2: What Our Customers Are Saying",
"h2: Trusted by Innovators & Industry Leaders",
"h2: Build Your Career at ThousandEyes",
"h2: Security & Privacy",
"h3: Upgrade your browser to view our website properly."
]
},
"counts": {
"h1": 1,
"headings": 26,
"links": 356,
"inaccessibleLinks": 1,
"buttons": 9,
"inaccessibleButtons": 1,
"images": 51,
"imagesWithAlt": 49,
"autocompleteInputs": 1,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 1
}
}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": 443
}
]
},
"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."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}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": 428
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 403,
"contentType": "text/html",
"length": 429
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 410
}
]
},
"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": 386
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 408
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 428
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
Needs attention
Sitemap
Issue
No valid XML sitemap found at checked locations: https://www.thousandeyes.com/sitemap.xml, https://www.thousandeyes.com/video-sitemap.xml, https://www.thousandeyes.com/en-us/sitemap.xml, https://www.thousandeyes.com/en-us/video-sitemap.xml, https://www.thousandeyes.com/de-de/sitemap.xml, https://www.thousandeyes.com/de-de/video-sitemap.xml, https://www.thousandeyes.com/es-mx/sitemap.xml, https://www.thousandeyes.com/es-mx/video-sitemap.xml, https://www.thousandeyes.com/es-es/sitemap.xml, https://www.thousandeyes.com/es-es/video-sitemap.xml, https://www.thousandeyes.com/fr-fr/sitemap.xml, https://www.thousandeyes.com/fr-fr/video-sitemap.xml, https://www.thousandeyes.com/fr-ca/sitemap.xml, https://www.thousandeyes.com/fr-ca/video-sitemap.xml, https://www.thousandeyes.com/it-it/sitemap.xml, https://www.thousandeyes.com/it-it/video-sitemap.xml, https://www.thousandeyes.com/ja-jp/sitemap.xml, https://www.thousandeyes.com/ja-jp/video-sitemap.xml, https://www.thousandeyes.com/ko-kr/sitemap.xml, https://www.thousandeyes.com/ko-kr/video-sitemap.xml, https://www.thousandeyes.com/pt-br/sitemap.xml, https://www.thousandeyes.com/pt-br/video-sitemap.xml, https://www.thousandeyes.com/zh-cn/sitemap.xml, https://www.thousandeyes.com/zh-cn/video-sitemap.xml, https://www.thousandeyes.com/sitemap.xml, https://www.thousandeyes.com/sitemap_index.xml, https://www.thousandeyes.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.thousandeyes.com/sitemap.xml",
"https://www.thousandeyes.com/video-sitemap.xml",
"https://www.thousandeyes.com/en-us/sitemap.xml",
"https://www.thousandeyes.com/en-us/video-sitemap.xml",
"https://www.thousandeyes.com/de-de/sitemap.xml",
"https://www.thousandeyes.com/de-de/video-sitemap.xml",
"https://www.thousandeyes.com/es-mx/sitemap.xml",
"https://www.thousandeyes.com/es-mx/video-sitemap.xml",
"https://www.thousandeyes.com/es-es/sitemap.xml",
"https://www.thousandeyes.com/es-es/video-sitemap.xml",
"https://www.thousandeyes.com/fr-fr/sitemap.xml",
"https://www.thousandeyes.com/fr-fr/video-sitemap.xml",
"https://www.thousandeyes.com/fr-ca/sitemap.xml",
"https://www.thousandeyes.com/fr-ca/video-sitemap.xml",
"https://www.thousandeyes.com/it-it/sitemap.xml",
"https://www.thousandeyes.com/it-it/video-sitemap.xml",
"https://www.thousandeyes.com/ja-jp/sitemap.xml",
"https://www.thousandeyes.com/ja-jp/video-sitemap.xml",
"https://www.thousandeyes.com/ko-kr/sitemap.xml",
"https://www.thousandeyes.com/ko-kr/video-sitemap.xml",
"https://www.thousandeyes.com/pt-br/sitemap.xml",
"https://www.thousandeyes.com/pt-br/video-sitemap.xml",
"https://www.thousandeyes.com/zh-cn/sitemap.xml",
"https://www.thousandeyes.com/zh-cn/video-sitemap.xml",
"https://www.thousandeyes.com/sitemap.xml",
"https://www.thousandeyes.com/sitemap_index.xml",
"https://www.thousandeyes.com/sitemap-index.xml"
]
}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": 413
},
{
"path": "/webmcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 387
},
{
"path": "/mcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 384
}
]
},
"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 Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD.
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": null,
"schemaDates": [],
"metaDateCount": 2,
"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": 419
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 427
},
{
"path": "/agent-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 397
}
]
},
"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": 431
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 403,
"contentType": "text/html",
"length": 423
}
]
},
"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": 412
},
{
"path": "/agent.json",
"statusCode": 403,
"contentType": "text/html",
"length": 388
}
]
},
"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": 413
},
{
"path": "/agents.json",
"statusCode": 403,
"contentType": "text/html",
"length": 389
}
]
},
"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.thousandeyes.com",
"probes": [
{
"name": "_index._agents.www.thousandeyes.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.thousandeyes.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.thousandeyes.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "thousandeyes.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
<input name="q"> is missing a label.<input name="q"> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 366,
"interactiveWithTags": 0,
"totalCount": 366,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> 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": 2,
"issues": [
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"q\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"q\"> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 366,
"interactiveWithTags": 0,
"totalCount": 366,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> 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": 366,
"interactiveWithTags": 0,
"totalCount": 366,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 7/100 and needs a fix.
9 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 7/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
13 structured-data value(s) were not found in visible page text.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
7/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 7/100 and needs a fix.
Evidence
{
"schemaCount": 1,
"checkedFields": [
{
"path": "$[0].config.certificates[0].title",
"value": "FedRAMP® Moderate"
},
{
"path": "$[0].config.certificates[1].title",
"value": "CCPA"
},
{
"path": "$[0].config.certificates[2].title",
"value": "GDPR"
},
{
"path": "$[0].config.certificates[3].title",
"value": "ISO 27001"
},
{
"path": "$[0].config.certificates[4].title",
"value": "ISO 27017"
},
{
"path": "$[0].config.certificates[5].title",
"value": "ISO 27018"
},
{
"path": "$[0].config.certificates[6].title",
"value": "ISO 27701"
},
{
"path": "$[0].config.certificates[7].title",
"value": "ISO 22301"
},
{
"path": "$[0].config.certificates[8].title",
"value": "SOC 2 Type II"
},
{
"path": "$[0].config.certificates[9].title",
"value": "CSA STAR"
},
{
"path": "$[0].config.certificates[10].title",
"value": "EU Cloud Code of Conduct"
},
{
"path": "$[0].config.certificates[11].title",
"value": "Spain ENS High 311/2022"
},
{
"path": "$[0].config.certificates[12].title",
"value": "TX-RAMP"
},
{
"path": "$[0].config.certificates[13].title",
"value": "BSI C5"
}
],
"mismatches": [
{
"path": "$[0].config.certificates[0].title",
"value": "FedRAMP® Moderate"
},
{
"path": "$[0].config.certificates[1].title",
"value": "CCPA"
},
{
"path": "$[0].config.certificates[2].title",
"value": "GDPR"
},
{
"path": "$[0].config.certificates[3].title",
"value": "ISO 27001"
},
{
"path": "$[0].config.certificates[4].title",
"value": "ISO 27017"
},
{
"path": "$[0].config.certificates[5].title",
"value": "ISO 27018"
},
{
"path": "$[0].config.certificates[6].title",
"value": "ISO 27701"
},
{
"path": "$[0].config.certificates[7].title",
"value": "ISO 22301"
},
{
"path": "$[0].config.certificates[8].title",
"value": "SOC 2 Type II"
},
{
"path": "$[0].config.certificates[9].title",
"value": "CSA STAR"
},
{
"path": "$[0].config.certificates[10].title",
"value": "EU Cloud Code of Conduct"
},
{
"path": "$[0].config.certificates[11].title",
"value": "Spain ENS High 311/2022"
},
{
"path": "$[0].config.certificates[12].title",
"value": "TX-RAMP"
}
],
"score": 7,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about/",
"text": "About Us",
"html": "<a href=\"/about/\" class=\"item\"> <div class=\"header\"> <div class=\"grid-container fluid item-title\"> About Us </div> </div> </a>"
},
{
"href": "/resources/",
"text": "Resource Center Browse through our library of White Papers, Case Studies, eBooks, Infographics, Webinars and more to learn more about ThousandEyes and Digital Experience Monitoring",
"html": "<a href=\"/resources/\"> <div class=\"title\">Resource Center</div> <div class=\"description\">Browse through our library of White Papers, Case Studies, eBooks, Infographics, Webinars and more to learn more about ThousandEyes and Digital Experience Monitoring</div> </a>"
},
{
"href": "#",
"text": "About",
"html": "<a href=\"#\">About</a>"
},
{
"href": "/about/",
"text": "About Us ThousandEyes enables enterprises to see, understand, and improve connected experiences everywhere",
"html": "<a href=\"/about/\"> <div class=\"title\">About Us</div> <div class=\"description\">ThousandEyes enables enterprises to see, understand, and improve connected experiences everywhere</div> </a>"
},
{
"href": "/about/",
"text": "About Us",
"html": "<a href=\"/about/\" title=\"About Us\" aria-label=\"About Us\">About Us</a>"
},
{
"href": "/about/",
"text": "About Us",
"html": "<a href=\"/about/\" title=\"About Us\" aria-label=\"About Us\">About Us</a>"
},
{
"href": "https://www.linkedin.com/company/thousandeyes",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/thousandeyes\" target=\"_blank\" rel=\"noopener\" aria-label=\"ThousandEyes LinkedIn\"> <span class=\"fa-brands fa-lg fa-linkedin-in\"></span> </a>"
},
{
"href": "https://www.cisco.com/c/en/us/about/legal/terms-conditions.html",
"text": "Terms of Use",
"html": "<a class=\"link-white\" href=\"https://www.cisco.com/c/en/us/about/legal/terms-conditions.html\">Terms of Use</a>"
}
],
"contactLinks": [
{
"href": "https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes",
"text": "Support Community",
"html": "<a href=\"https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes\" class=\"item\"> <div class=\"header\"> <div class=\"grid-container fluid item-title\"> Support Community </div> </div> </a>"
},
{
"href": "/contact/",
"text": "Contact Us",
"html": "<a href=\"/contact/\" class=\"item\"> <div class=\"header\"> <div class=\"grid-container fluid item-title\"> Contact Us </div> </div> </a>"
},
{
"href": "https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes",
"text": "Support Community",
"html": "<a href=\"https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes\">Support Community</a>"
},
{
"href": "https://careers.cisco.com/global/en/thousandeyes",
"text": "Careers Explore open roles and new opportunities to help shape the future of the Internet",
"html": "<a href=\"https://careers.cisco.com/global/en/thousandeyes\" target=\"_blank\" rel=\"noopener\"> <div class=\"title\">Careers</div> <div class=\"description\">Explore open roles and new opportunities to help shape the future of the Internet</div> </a>"
},
{
"href": "/contact/",
"text": "Contact Us",
"html": "<a href=\"/contact/\">Contact Us</a>"
},
{
"href": "/solutions/contact-center-monitoring",
"text": "Contact Center Monitoring",
"html": "<a href=\"/solutions/contact-center-monitoring\" title=\"Contact Center Monitoring\" aria-label=\"Contact Center Monitoring\">Contact Center Monitoring</a>"
},
{
"href": "https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes",
"text": "Support Community",
"html": "<a href=\"https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes\" title=\"Support Community\" aria-label=\"Support Community\">Support Community</a>"
},
{
"href": "https://app.thousandeyes.com/sfdc/community/home/",
"text": "Support Login",
"html": "<a href=\"https://app.thousandeyes.com/sfdc/community/home/\" title=\"Support Login\" aria-label=\"Support Login\">Support Login</a>"
},
{
"href": "/contact/",
"text": "Contact Us",
"html": "<a href=\"/contact/\" title=\"Contact Us\" aria-label=\"Contact Us\">Contact Us</a>"
},
{
"href": "/solutions/contact-center-monitoring",
"text": "Contact Center Monitoring",
"html": "<a href=\"/solutions/contact-center-monitoring\" title=\"Contact Center Monitoring\" aria-label=\"Contact Center Monitoring\">Contact Center Monitoring</a>"
},
{
"href": "https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes",
"text": "Support Community",
"html": "<a href=\"https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes\" title=\"Support Community\" aria-label=\"Support Community\">Support Community</a>"
},
{
"href": "https://app.thousandeyes.com/sfdc/community/home/",
"text": "Support Login",
"html": "<a href=\"https://app.thousandeyes.com/sfdc/community/home/\" title=\"Support Login\" aria-label=\"Support Login\">Support Login</a>"
},
{
"href": "/contact/",
"text": "Contact Us",
"html": "<a href=\"/contact/\" title=\"Contact Us\" aria-label=\"Contact Us\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://www.cisco.com/c/en/us/about/legal/terms-conditions.html",
"text": "Terms of Use",
"html": "<a class=\"link-white\" href=\"https://www.cisco.com/c/en/us/about/legal/terms-conditions.html\">Terms of Use</a>"
},
{
"href": "/cisco-privacy/",
"text": "Privacy Statement",
"html": "<a class=\"link-white\" href=\"/cisco-privacy/\">Privacy Statement</a>"
},
{
"href": "#privacy-manager",
"text": "Cookies",
"html": "<a id=\"privacy-manager\" class=\"link-white\" href=\"#privacy-manager\" onclick=\"displayConsentManager()\">Cookies</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about/",
"text": "About Us",
"html": "<a href=\"/about/\" class=\"item\"> <div class=\"header\"> <div class=\"grid-container fluid item-title\"> About Us </div> </div> </a>"
},
{
"href": "/resources/",
"text": "Resource Center Browse through our library of White Papers, Case Studies, eBooks, Infographics, Webinars and more to learn more about ThousandEyes and Digital Experience Monitoring",
"html": "<a href=\"/resources/\"> <div class=\"title\">Resource Center</div> <div class=\"description\">Browse through our library of White Papers, Case Studies, eBooks, Infographics, Webinars and more to learn more about ThousandEyes and Digital Experience Monitoring</div> </a>"
},
{
"href": "#",
"text": "About",
"html": "<a href=\"#\">About</a>"
},
{
"href": "/about/",
"text": "About Us ThousandEyes enables enterprises to see, understand, and improve connected experiences everywhere",
"html": "<a href=\"/about/\"> <div class=\"title\">About Us</div> <div class=\"description\">ThousandEyes enables enterprises to see, understand, and improve connected experiences everywhere</div> </a>"
},
{
"href": "/about/",
"text": "About Us",
"html": "<a href=\"/about/\" title=\"About Us\" aria-label=\"About Us\">About Us</a>"
},
{
"href": "/about/",
"text": "About Us",
"html": "<a href=\"/about/\" title=\"About Us\" aria-label=\"About Us\">About Us</a>"
},
{
"href": "https://www.linkedin.com/company/thousandeyes",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/thousandeyes\" target=\"_blank\" rel=\"noopener\" aria-label=\"ThousandEyes LinkedIn\"> <span class=\"fa-brands fa-lg fa-linkedin-in\"></span> </a>"
},
{
"href": "https://www.cisco.com/c/en/us/about/legal/terms-conditions.html",
"text": "Terms of Use",
"html": "<a class=\"link-white\" href=\"https://www.cisco.com/c/en/us/about/legal/terms-conditions.html\">Terms of Use</a>"
}
],
"contactLinks": [
{
"href": "https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes",
"text": "Support Community",
"html": "<a href=\"https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes\" class=\"item\"> <div class=\"header\"> <div class=\"grid-container fluid item-title\"> Support Community </div> </div> </a>"
},
{
"href": "/contact/",
"text": "Contact Us",
"html": "<a href=\"/contact/\" class=\"item\"> <div class=\"header\"> <div class=\"grid-container fluid item-title\"> Contact Us </div> </div> </a>"
},
{
"href": "https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes",
"text": "Support Community",
"html": "<a href=\"https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes\">Support Community</a>"
},
{
"href": "https://careers.cisco.com/global/en/thousandeyes",
"text": "Careers Explore open roles and new opportunities to help shape the future of the Internet",
"html": "<a href=\"https://careers.cisco.com/global/en/thousandeyes\" target=\"_blank\" rel=\"noopener\"> <div class=\"title\">Careers</div> <div class=\"description\">Explore open roles and new opportunities to help shape the future of the Internet</div> </a>"
},
{
"href": "/contact/",
"text": "Contact Us",
"html": "<a href=\"/contact/\">Contact Us</a>"
},
{
"href": "/solutions/contact-center-monitoring",
"text": "Contact Center Monitoring",
"html": "<a href=\"/solutions/contact-center-monitoring\" title=\"Contact Center Monitoring\" aria-label=\"Contact Center Monitoring\">Contact Center Monitoring</a>"
},
{
"href": "https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes",
"text": "Support Community",
"html": "<a href=\"https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes\" title=\"Support Community\" aria-label=\"Support Community\">Support Community</a>"
},
{
"href": "https://app.thousandeyes.com/sfdc/community/home/",
"text": "Support Login",
"html": "<a href=\"https://app.thousandeyes.com/sfdc/community/home/\" title=\"Support Login\" aria-label=\"Support Login\">Support Login</a>"
},
{
"href": "/contact/",
"text": "Contact Us",
"html": "<a href=\"/contact/\" title=\"Contact Us\" aria-label=\"Contact Us\">Contact Us</a>"
},
{
"href": "/solutions/contact-center-monitoring",
"text": "Contact Center Monitoring",
"html": "<a href=\"/solutions/contact-center-monitoring\" title=\"Contact Center Monitoring\" aria-label=\"Contact Center Monitoring\">Contact Center Monitoring</a>"
},
{
"href": "https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes",
"text": "Support Community",
"html": "<a href=\"https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes\" title=\"Support Community\" aria-label=\"Support Community\">Support Community</a>"
},
{
"href": "https://app.thousandeyes.com/sfdc/community/home/",
"text": "Support Login",
"html": "<a href=\"https://app.thousandeyes.com/sfdc/community/home/\" title=\"Support Login\" aria-label=\"Support Login\">Support Login</a>"
},
{
"href": "/contact/",
"text": "Contact Us",
"html": "<a href=\"/contact/\" title=\"Contact Us\" aria-label=\"Contact Us\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://www.cisco.com/c/en/us/about/legal/terms-conditions.html",
"text": "Terms of Use",
"html": "<a class=\"link-white\" href=\"https://www.cisco.com/c/en/us/about/legal/terms-conditions.html\">Terms of Use</a>"
},
{
"href": "/cisco-privacy/",
"text": "Privacy Statement",
"html": "<a class=\"link-white\" href=\"/cisco-privacy/\">Privacy Statement</a>"
},
{
"href": "#privacy-manager",
"text": "Cookies",
"html": "<a id=\"privacy-manager\" class=\"link-white\" href=\"#privacy-manager\" onclick=\"displayConsentManager()\">Cookies</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
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
13 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": 15,
"passing": 2,
"failing": [
{
"heading": "Closed-Loop Assurance for Every Digital Experience",
"headingHtml": "<h2>Closed-Loop Assurance for Every Digital Experience</h2>",
"firstParagraph": "Cisco Assurance brings together cross-domain telemetry, AI-powered analysis, and agentic operations to sense, reason, act, and validate in real time, turning fragmented signals into trusted, outcome-driven operations.",
"paragraphHtml": "<p>Cisco Assurance brings together cross-domain telemetry, AI-powered analysis, and agentic operations to sense, reason, act, and validate in real time, turning fragmented signals into trusted, outcome-driven operations.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "End-to-end Visibility",
"headingHtml": "<h3 class>End-to-end Visibility</h3>",
"firstParagraph": "See across your entire digital experience service delivery chain to measure performance from any user to any application, over any network.",
"paragraphHtml": "<p style=\"text-align: center;\">See across your entire digital experience service delivery chain to measure performance from any user to any application, over any network.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "AI-driven Intelligence and Automation",
"headingHtml": "<h3 class>AI-driven Intelligence and Automation</h3>",
"firstParagraph": "Correlate signals across layers and domains with AI that detects patterns, filters noise, and accelerates root cause identification.",
"paragraphHtml": "<p style=\"text-align: center;\">Correlate signals across layers and domains with AI that detects patterns, filters noise, and accelerates root cause identification.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Closed-loop Operations",
"headingHtml": "<h3 class>Closed-loop Operations</h3>",
"firstParagraph": "Move from detection to resolution with AI-driven recommendations and automated actions across your IT stack.",
"paragraphHtml": "<p style=\"text-align: center;\">Move from detection to resolution with AI-driven recommendations and automated actions across your IT stack.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Experience Has a Path. We Map It.",
"headingHtml": "<h2>Experience Has a Path. We Map It.</h2>",
"firstParagraph": "Every user interaction moves through a complex system of networks, clouds, and services. ThousandEyes visualizes that path and connects performance issues to their source.",
"paragraphHtml": "<p>Every user interaction moves through a complex system of networks, clouds, and services. ThousandEyes visualizes that path and connects performance issues to their source.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Follow the Journey. Reveal the Dependencies.",
"headingHtml": "<h2>Follow the Journey. Reveal the Dependencies.</h2>",
"firstParagraph": "Visualize every hop from user to application.",
"paragraphHtml": "<p>Visualize every hop from user to application.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "AI Tuned to Internet Scale",
"headingHtml": "<h2>AI Tuned to Internet Scale</h2>",
"firstParagraph": "Understand a complex and unpredictable Internet, turning data into insight and action.",
"paragraphHtml": "<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Understand a complex and unpredictable Internet, turning data into insight and action.</span></p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Automated Workflows for Operational Resilience",
"headingHtml": "<h2>Automated Workflows for Operational Resilience</h2>",
"firstParagraph": "A system that acts on insight, validates outcomes, and improves over time.",
"paragraphHtml": "<p style=\"text-align: center;\">A system that acts on insight, validates outcomes, and improves over time.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "See What’s New at ThousandEyes",
"headingHtml": "<h2>See What’s New at ThousandEyes</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What Our Customers Are Saying",
"headingHtml": "<h2>What Our Customers Are Saying</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trusted by Innovators & Industry Leaders",
"headingHtml": "<h2 class=\"text-center user-reviews__title\">Trusted by Innovators & Industry Leaders</h2>",
"firstParagraph": "Gartner Peer Insights, ThousandEyes Reviews in Infrastructure Monitoring Tools, as of 14 February 2024.",
"paragraphHtml": "<p style=\"font-size: 12px;\"><em>Gartner Peer Insights, ThousandEyes Reviews in Infrastructure Monitoring Tools, as of 14 February 2024.</em></p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Security & Privacy",
"headingHtml": "<h2>Security & Privacy</h2>",
"firstParagraph": "Assure your digital experiences with Cisco ThousandEyes",
"paragraphHtml": "<p class=\"callout-text extra-large\">Assure your digital experiences with Cisco ThousandEyes</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Upgrade your browser to view our website properly.",
"headingHtml": "<h3>Upgrade your browser to view our website properly.</h3>",
"firstParagraph": "Please download the latest version of Chrome, Firefox or Microsoft Edge.",
"paragraphHtml": "<p>Please download the latest version of <a href=\"https://www.google.com/chrome/\">Chrome</a>, <a href=\"http://www.mozilla.org/firefox\">Firefox</a> or <a href=\"https://www.microsoft.com/windows/microsoft-edge\">Microsoft Edge</a>.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
2 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 2,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 28,
"heading": "H2: Trusted by Innovators & Industry Leaders",
"text": "Gartner® and Peer Insights™ are trademarks of Gartner, Inc. and/or its affiliates. All rights reserved. Gartner Peer Insights content consists of the opinions of individual end users based on their own experiences, and should not be construed as statements of fact, nor do they represent the views of Gartner or its affiliates. Gartner does not endorse any vendor, product or service depicted in this content nor make...",
"words": 94,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"font-size: 12px;\"><em>Gartner® and Peer Insights™ are trademarks of Gartner, Inc. and/or its affiliates. All rights reserved. Gartner Peer Insights content consists of the opinions of individual end users based on their own experiences, and should not be construed as statements of fact, nor do they represent the views of Gartner or its affiliates. Gartner does not endorse any vendor, product or service depicted in this content nor makes any warranties, expressed or impli..."
},
{
"index": 29,
"heading": "H2: Build Your Career at ThousandEyes",
"text": "Whether working in the office, logging in from home, or a bit of both, you’ll be part of a critical mission: to improve the quality of the Internet to improve the quality of life. As part of Cisco, ThousandEyes is a certified Great Place to Work with regional, national, and international recognition. Come join our team!",
"words": 57,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (57 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: center;\">Whether working in the office, logging in from home, or a bit of both, you’ll be part of a critical mission: to improve the quality of the Internet to improve the quality of life. As part of Cisco, ThousandEyes is a certified Great Place to Work with regional, national, and international recognition. Come join our team!</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 6,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
13 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
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: Question-led structure scored 70/100 and needs improvement.
Evidence
{
"h2Count": 11,
"questionH2s": [
{
"index": 9,
"text": "What Our Customers Are Saying",
"isQuestion": true,
"html": "<h2>What Our Customers Are Saying</h2>"
}
],
"hasFaq": false,
"score": 70,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
51 image(s) are missing width/height attributes. 19 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1.0",
"visibleWords": 1854,
"htmlBytes": 211626,
"imagesMissingDimensions": [
{
"src": "/dA/524b4fc5005e4c68fcefeda81e61ecff",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/dA/524b4fc5005e4c68fcefeda81e61ecff\" class=\"object-pos-cb object-pos-mobile-cc\" role=\"presentation\">"
},
{
"src": "/dA/d5d7ad89-2cc7-4b24-97ce-cb068b19cfd7/200w",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"thumb\" src=\"/dA/d5d7ad89-2cc7-4b24-97ce-cb068b19cfd7/200w\" srcset=\"/dA/d5d7ad89-2cc7-4b24-97ce-cb068b19cfd7/400w 2x\" alt=\"ThousandEyes was built by Internet experts to make IT organizations successful in the cloud with visibility that is unmatched\" title=\"ThousandEyes helps IT teams be successful with cloud visibility\">"
},
{
"src": "/dA/f4f74c27-abbb-438a-bc0b-d382c0dbd8a9/200w",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"thumb\" src=\"/dA/f4f74c27-abbb-438a-bc0b-d382c0dbd8a9/200w\" srcset=\"/dA/f4f74c27-abbb-438a-bc0b-d382c0dbd8a9/400w 2x\" alt=\"ThousandEyes was built by Internet experts to make IT organizations successful in the cloud with visibility that is unmatched\" title=\"ThousandEyes helps IT teams be successful with cloud visibility\">"
},
{
"src": "/dA/5a32f9de-3638-40eb-8ed6-1e3a39f5e8e7/200w",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"thumb\" src=\"/dA/5a32f9de-3638-40eb-8ed6-1e3a39f5e8e7/200w\" srcset=\"/dA/5a32f9de-3638-40eb-8ed6-1e3a39f5e8e7/400w 2x\" alt=\"ThousandEyes was built by Internet experts to make IT organizations successful in the cloud with visibility that is unmatched\" title=\"ThousandEyes helps IT teams be successful with cloud visibility\">"
},
{
"src": "/dA/3a375e9778f0d137dcefdf3cc977311a/200w",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"thumb\" src=\"/dA/3a375e9778f0d137dcefdf3cc977311a/200w\" srcset=\"/dA/3a375e9778f0d137dcefdf3cc977311a/400w 2x\" alt=\"WWE Customer Story\" title=\"WWE Customer Story\">"
},
{
"src": "/dA/e22c134272/368x284-cisco-live-2026.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"feature-alert-image rounded \" src=\"/dA/e22c134272/368x284-cisco-live-2026.png\" alt title=\"368x284-cisco-live-2026.png\">"
},
{
"src": "/dA/f9ee9cb386/icon-dark_end-to-end-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\" \" src=\"/dA/f9ee9cb386/icon-dark_end-to-end-2x.png\" alt title aria-hidden=\"true\">"
},
{
"src": "/dA/30f7ce69bd/icon-dark_Ai-driven-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\" \" src=\"/dA/30f7ce69bd/icon-dark_Ai-driven-2x.png\" alt title aria-hidden=\"true\">"
},
{
"src": "/dA/af2c44f782/icon-dark_closed-loop-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\" \" src=\"/dA/af2c44f782/icon-dark_closed-loop-2x.png\" alt title aria-hidden=\"true\">"
},
{
"src": "/dA/e29ad6c490/Platform - Expand Your View Collectively Final.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"box-drop-shadow box-rounded\" src=\"/dA/e29ad6c490/Platform - Expand Your View Collectively Final.png\" title=\"With the industry’s only collective view into Internet health\" alt=\"With the industry’s only collective view into Internet health, you get rich insight into user experience and app delivery\">"
},
{
"src": "/dA/29f7a36866/tab-block_flag-anomalies-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\" \" src=\"/dA/29f7a36866/tab-block_flag-anomalies-2x.png\" alt=\"Flag Anomalies\">"
},
{
"src": "/dA/0c259a82fd/tab-block_correlate-events-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\" \" src=\"/dA/0c259a82fd/tab-block_correlate-events-2x.png\" alt=\"Correlate Events\">"
},
{
"src": "/dA/0553522846/tab-block_anticipate-degradation-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\" \" src=\"/dA/0553522846/tab-block_anticipate-degradation-2x.png\" alt=\"Anticipate Degradation\">"
},
{
"src": "/dA/6400e5c8cf/tab-block_accelerate-resolution-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\" \" src=\"/dA/6400e5c8cf/tab-block_accelerate-resolution-2x.png\" alt=\"Accelerate Resolution\">"
},
{
"src": "/dA/3fe97da73d/Platform - Gain Insight into Internet Final.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\" \" src=\"/dA/3fe97da73d/Platform - Gain Insight into Internet Final.png\" title=\"Get network path metrics, including latency, packet loss, jitter\" alt=\"Get network path metrics, including latency, packet loss, jitter and QoS re-markings with rDNS and geolocation data\">"
},
{
"src": "/dA/c0410145c9/HomeOutageMap-min.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/dA/c0410145c9/HomeOutageMap-min.png\" class=\" \" alt=\"ThousandEyes Outage Map\" title=\"ThousandEyes Outage Map\" style>"
},
{
"src": "/dA/37d76d3290/368x284-a-better-way-to-choose-service-providers.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"card-image\" src=\"/dA/37d76d3290/368x284-a-better-way-to-choose-service-providers.png\" alt>"
},
{
"src": "/dA/e22c134272/368x284-cisco-live-2026.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"card-image\" src=\"/dA/e22c134272/368x284-cisco-live-2026.png\" alt>"
},
{
"src": "/dA/5e62947e9b/368x284-Agentic-Ops-When-AI-Monitors-AI-via-MCP.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"card-image\" src=\"/dA/5e62947e9b/368x284-Agentic-Ops-When-AI-Monitors-AI-via-MCP.png\" alt>"
},
{
"src": "/dA/b394137b00/Customer_video_thumbs_WWE_2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/dA/b394137b00/Customer_video_thumbs_WWE_2x.png\" alt=\"'Thanks to ThousandEyes, [we] have been able to proactively find issues across our environment and unowned environments faster than ever before.' Ralph Riley, Director, Broadcast IT Systems, WWE\" title=\"WWE Director Testimonial for ThousandEyes\">"
},
{
"src": "/img/icons/icon-play-alt.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/img/icons/icon-play-alt.svg\" alt=\"Play button\">"
},
{
"src": "/dA/84f4c668d4/Customer_video_thumbs_Virgin-Media-O2-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/dA/84f4c668d4/Customer_video_thumbs_Virgin-Media-O2-2x.png\" alt=\"'Cisco ThousandEyes enabled us to really understand the customer's connection, in their home, in real time. We optimize the service every day, and we can do that because we've got masses of real-time data.' Gareth Lister, Director of Customer Products at Virgin Media O2\" title=\"Virgin Media O2 Customer testimonial\">"
},
{
"src": "/img/icons/icon-play-alt.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/img/icons/icon-play-alt.svg\" alt=\"Play button\">"
},
{
"src": "/dA/3265c86f97/Customer_video_thumbs_McLaren-F1-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/dA/3265c86f97/Customer_video_thumbs_McLaren-F1-2x.png\" alt=\"“ThousandEyes is helping us as an organization really get that full end-to-end visibility of everything that’s going on on the network.”\" title=\"McLaren Racing Director quote\">"
},
{
"src": "/img/icons/icon-play-alt.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/img/icons/icon-play-alt.svg\" alt=\"Play button\">"
},
{
"src": "/dA/1b2a887760/Customer_video_thumbs_Admiral-Insurance-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/dA/1b2a887760/Customer_video_thumbs_Admiral-Insurance-2x.png\" alt=\"'It is incredibly useful for us. It takes us straight to the root cause of the issue' - Luke Erickson, Head of IT Service Operations at Admiral\" title=\"Admiral Head of IT testimonial for ThousandEyes\">"
},
{
"src": "/img/icons/icon-play-alt.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/img/icons/icon-play-alt.svg\" alt=\"Play button\">"
},
{
"src": "/dA/bca80fd4f2/Customer_video_thumbs_Room-and-Board-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/dA/bca80fd4f2/Customer_video_thumbs_Room-and-Board-2x.png\" alt=\"Room & Board \" “thousandeyes has allowed us to more effectively troubleshoot issues, share information across teams, and taken down the temperature when we get into those high-pressure troubleshooting scenarios.” mark rodrigue, senior network engineer\" title=\"Room & Board testimonial\">"
},
{
"src": "/img/icons/icon-play-alt.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/img/icons/icon-play-alt.svg\" alt=\"Play button\">"
},
{
"src": "/dA/2922cc6b20/Customer_video_thumbs_Energy-Queensland-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/dA/2922cc6b20/Customer_video_thumbs_Energy-Queensland-2x.png\" alt=\"'ThousandEyes has been revolutionary for our team becaues we can now get in front of an issue. We get that hop-by-hop insight across the entire network, and we can start to make changes before the users are impacted.' Justin McIntosh, Digital Workplace and Telco Platform Manager at Energy Queensland\" title=\"Energy Queensland Platform Manager testimonial for ThousandEyes\">"
},
{
"src": "/img/icons/icon-play-alt.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/img/icons/icon-play-alt.svg\" alt=\"Play button\">"
},
{
"src": "/dA/b6502e8b91/stars_Gartner_4-6-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/dA/b6502e8b91/stars_Gartner_4-6-2x.png\" alt>"
},
{
"src": "/img/logos/gartner-white.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/img/logos/gartner-white.svg\" alt=\"Gartner Peer Insights\">"
},
{
"src": "/dA/4dd21f9503/stars_TrustRadius_8-9-dark.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/dA/4dd21f9503/stars_TrustRadius_8-9-dark.png\" alt>"
},
{
"src": "/img/user-review/TR-Logo.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/img/user-review/TR-Logo.png\" alt=\"TrustRadius\">"
},
{
"src": "/img/logos/tr.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/img/logos/tr.svg\" alt=\"TrustRadius\">"
},
{
"src": "/dA/10ce98b79a/stars_G2_4-5-dark.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/dA/10ce98b79a/stars_G2_4-5-dark.png\" alt>"
},
{
"src": "/img/logos/g2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/img/logos/g2.svg\" alt=\"G2\">"
},
{
"src": "/dA/f61e0264b6/Best_Global_Sellers_2025.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"scale-85\" src=\"/dA/f61e0264b6/Best_Global_Sellers_2025.png\" alt=\"2025 Top 100 Global Sellers - Best Software | G2\">"
},
{
"src": "/dA/fbde24b2d6/top-rated-2025-flat.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"no-scale\" src=\"/dA/fbde24b2d6/top-rated-2025-flat.png\" alt=\"TrustRadius Top Rated 2025\">"
},
{
"src": "/dA/1cfd7eac7e/NetworkMonitoring_Leader_Enterprise_Leader.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"no-scale\" src=\"/dA/1cfd7eac7e/NetworkMonitoring_Leader_Enterprise_Leader.png\" alt=\"G2 Network Monitoring Enterprise Leader - Winter 2025\">"
},
{
"src": "/dA/3726c015bb/CloudInfrastructureMonitoring-grid-leader.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"scale-85\" src=\"/dA/3726c015bb/CloudInfrastructureMonitoring-grid-leader.png\" alt=\"Spring 2025 - Grid Leader | G2\">"
},
{
"src": "/dA/5fb299609f/CloudInfrastructureMonitoring_Leader_Leader.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"no-scale\" src=\"/dA/5fb299609f/CloudInfrastructureMonitoring_Leader_Leader.png\" alt=\"G2 Cloud Infrastructure Monitoring Leader - Winter 2025\">"
},
{
"src": "/dA/358a17c50e/CloudInfrastructureMonitoring_Leader_Enterprise_Leader.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"no-scale\" src=\"/dA/358a17c50e/CloudInfrastructureMonitoring_Leader_Enterprise_Leader.png\" alt=\"G2 Cloud Infrastructure Monitoring Enterprise Leader - Winter 2025\">"
},
{
"src": "/dA/eeb9aa55da/buyer-s-choice-2026-gradient.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"no-scale\" src=\"/dA/eeb9aa55da/buyer-s-choice-2026-gradient.png\" alt=\"TrustRadius Buyer's Choice Award 2026\">"
},
{
"src": "/dA/7a8614a119/img_join-us-slim-2x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/dA/7a8614a119/img_join-us-slim-2x.png\" class=\" \" alt title=\"Img_join-us-slim-2x.png\" style>"
},
{
"src": "/dA/edd56b41fa/2025BPTW_GeneralBadge_FullColor.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"scale-85\" src=\"/dA/edd56b41fa/2025BPTW_GeneralBadge_FullColor.png\" alt=\"BuiltIn 2025 Best Places to Work\">"
},
{
"src": "/dA/edd56b41fa/2025BPTW_GeneralBadge_FullColor.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"scale-85\" src=\"/dA/edd56b41fa/2025BPTW_GeneralBadge_FullColor.png\" alt=\"BuiltIn 2025 Best Places to Work\">"
},
{
"src": "/dA/edd56b41fa/2025BPTW_GeneralBadge_FullColor.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"scale-85\" src=\"/dA/edd56b41fa/2025BPTW_GeneralBadge_FullColor.png\" alt=\"BuiltIn 2025 Best Places to Work\">"
},
{
"src": "/dA/dc91fd9dce/Glassdoor-Best-Places-to-Work-2025.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"scale-95\" src=\"/dA/dc91fd9dce/Glassdoor-Best-Places-to-Work-2025.png\" alt=\"Glassdoor's Best Places to Work 2025\">"
},
{
"src": "https://www.thousandeyes.com/akam/13/pixel_1b5a31c3?a=dD1kOTQyMjA2Yjc0ZTViNWUwZmUyN2Q0ZWIxZTdkNGRlNTRmZTVkMTFjJmpzPW9mZg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.thousandeyes.com/akam/13/pixel_1b5a31c3?a=dD1kOTQyMjA2Yjc0ZTViNWUwZmUyN2Q0ZWIxZTdkNGRlNTRmZTVkMTFjJmpzPW9mZg==\" style=\"visibility: hidden; position: absolute; left: -999px; top: -999px;\">"
}
],
"possibleDialogs": [
"<div class=\"reveal large video-modal\" id=\"video-modal-7505251f5d69762f18c4586b1d95a737\" data-wistia-reveal data-reveal aria-label=\"Video player\"> <div class=\"media-embed-video-responsive\"> <div class=\"media-embed-video-wrapper\"> <template id=\"template-video-modal-7505251f5d69762f18c4586b1d95a737\"> <wistia-player media-id=\"66rxnx8ayf\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-7505251f5d69762f18c4586b1d95a737\"></wistia-player> </template> </div> </div>...",
"<template id=\"template-video-modal-7505251f5d69762f18c4586b1d95a737\"> <wistia-player media-id=\"66rxnx8ayf\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-7505251f5d69762f18c4586b1d95a737\"></wistia-player> </template>",
"<wistia-player media-id=\"66rxnx8ayf\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-7505251f5d69762f18c4586b1d95a737\"></wistia-player>",
"<div class=\"reveal large video-modal\" id=\"video-modal-9ad16465127c9b64d76a36969343372f\" data-wistia-reveal data-reveal aria-label=\"Video player\"> <div class=\"media-embed-video-responsive\"> <div class=\"media-embed-video-wrapper\"> <template id=\"template-video-modal-9ad16465127c9b64d76a36969343372f\"> <wistia-player media-id=\"9m99apzqax\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-9ad16465127c9b64d76a36969343372f\"></wistia-player> </template> </div> </div>...",
"<template id=\"template-video-modal-9ad16465127c9b64d76a36969343372f\"> <wistia-player media-id=\"9m99apzqax\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-9ad16465127c9b64d76a36969343372f\"></wistia-player> </template>",
"<wistia-player media-id=\"9m99apzqax\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-9ad16465127c9b64d76a36969343372f\"></wistia-player>",
"<div class=\"reveal large video-modal\" id=\"video-modal-3fbdd350cfb92e47af72a0783f245625\" data-wistia-reveal data-reveal aria-label=\"Video player\"> <div class=\"media-embed-video-responsive\"> <div class=\"media-embed-video-wrapper\"> <template id=\"template-video-modal-3fbdd350cfb92e47af72a0783f245625\"> <wistia-player media-id=\"n3x4px2r4b\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-3fbdd350cfb92e47af72a0783f245625\"></wistia-player> </template> </div> </div>...",
"<template id=\"template-video-modal-3fbdd350cfb92e47af72a0783f245625\"> <wistia-player media-id=\"n3x4px2r4b\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-3fbdd350cfb92e47af72a0783f245625\"></wistia-player> </template>",
"<wistia-player media-id=\"n3x4px2r4b\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-3fbdd350cfb92e47af72a0783f245625\"></wistia-player>",
"<div class=\"reveal large video-modal\" id=\"video-modal-e7b5b0fd1a252d714c308d0662406f49\" data-wistia-reveal data-reveal aria-label=\"Video player\"> <div class=\"media-embed-video-responsive\"> <div class=\"media-embed-video-wrapper\"> <template id=\"template-video-modal-e7b5b0fd1a252d714c308d0662406f49\"> <wistia-player media-id=\"q3bs6bq1hp\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-e7b5b0fd1a252d714c308d0662406f49\"></wistia-player> </template> </div> </div>...",
"<template id=\"template-video-modal-e7b5b0fd1a252d714c308d0662406f49\"> <wistia-player media-id=\"q3bs6bq1hp\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-e7b5b0fd1a252d714c308d0662406f49\"></wistia-player> </template>",
"<wistia-player media-id=\"q3bs6bq1hp\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-e7b5b0fd1a252d714c308d0662406f49\"></wistia-player>",
"<div class=\"reveal large video-modal\" id=\"video-modal-f78acb559d93c8a4710058ac758c7212\" data-wistia-reveal data-reveal aria-label=\"Video player\"> <div class=\"media-embed-video-responsive\"> <div class=\"media-embed-video-wrapper\"> <template id=\"template-video-modal-f78acb559d93c8a4710058ac758c7212\"> <wistia-player media-id=\"7bvil5fea1\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-f78acb559d93c8a4710058ac758c7212\"></wistia-player> </template> </div> </div>...",
"<template id=\"template-video-modal-f78acb559d93c8a4710058ac758c7212\"> <wistia-player media-id=\"7bvil5fea1\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-f78acb559d93c8a4710058ac758c7212\"></wistia-player> </template>",
"<wistia-player media-id=\"7bvil5fea1\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-f78acb559d93c8a4710058ac758c7212\"></wistia-player>",
"<div class=\"reveal large video-modal\" id=\"video-modal-c0f1c4d063848871ba67a3f4c41dfd43\" data-wistia-reveal data-reveal aria-label=\"Video player\"> <div class=\"media-embed-video-responsive\"> <div class=\"media-embed-video-wrapper\"> <template id=\"template-video-modal-c0f1c4d063848871ba67a3f4c41dfd43\"> <wistia-player media-id=\"76wr8zplnu\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-c0f1c4d063848871ba67a3f4c41dfd43\"></wistia-player> </template> </div> </div>...",
"<template id=\"template-video-modal-c0f1c4d063848871ba67a3f4c41dfd43\"> <wistia-player media-id=\"76wr8zplnu\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-c0f1c4d063848871ba67a3f4c41dfd43\"></wistia-player> </template>",
"<wistia-player media-id=\"76wr8zplnu\" autoplay=\"true\" rounded-player=\"11\" aria-label=\"Video player\" id=\"media-video-modal-c0f1c4d063848871ba67a3f4c41dfd43\"></wistia-player>",
"<div class=\"reveal full unsupported-browser-modal\" id=\"unsupported-browser-modal\" data-reveal> <div class=\"logo\"></div> <h3>Upgrade your browser to view our website properly.</h3> <p>Please download the latest version of <a href=\"https://www.google.com/chrome/\">Chrome</a>, <a href=\"http://www.mozilla.org/firefox\">Firefox</a> or <a href=\"https://www.microsoft.com/windows/microsoft-edge\">Microsoft Edge</a>.</p> <p><a href=\"https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-..."
],
"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
13 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": 15,
"passing": 2,
"failing": [
{
"heading": "Closed-Loop Assurance for Every Digital Experience",
"headingHtml": "<h2>Closed-Loop Assurance for Every Digital Experience</h2>",
"firstParagraph": "Cisco Assurance brings together cross-domain telemetry, AI-powered analysis, and agentic operations to sense, reason, act, and validate in real time, turning fragmented signals into trusted, outcome-driven operations.",
"paragraphHtml": "<p>Cisco Assurance brings together cross-domain telemetry, AI-powered analysis, and agentic operations to sense, reason, act, and validate in real time, turning fragmented signals into trusted, outcome-driven operations.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "End-to-end Visibility",
"headingHtml": "<h3 class>End-to-end Visibility</h3>",
"firstParagraph": "See across your entire digital experience service delivery chain to measure performance from any user to any application, over any network.",
"paragraphHtml": "<p style=\"text-align: center;\">See across your entire digital experience service delivery chain to measure performance from any user to any application, over any network.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "AI-driven Intelligence and Automation",
"headingHtml": "<h3 class>AI-driven Intelligence and Automation</h3>",
"firstParagraph": "Correlate signals across layers and domains with AI that detects patterns, filters noise, and accelerates root cause identification.",
"paragraphHtml": "<p style=\"text-align: center;\">Correlate signals across layers and domains with AI that detects patterns, filters noise, and accelerates root cause identification.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Closed-loop Operations",
"headingHtml": "<h3 class>Closed-loop Operations</h3>",
"firstParagraph": "Move from detection to resolution with AI-driven recommendations and automated actions across your IT stack.",
"paragraphHtml": "<p style=\"text-align: center;\">Move from detection to resolution with AI-driven recommendations and automated actions across your IT stack.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Experience Has a Path. We Map It.",
"headingHtml": "<h2>Experience Has a Path. We Map It.</h2>",
"firstParagraph": "Every user interaction moves through a complex system of networks, clouds, and services. ThousandEyes visualizes that path and connects performance issues to their source.",
"paragraphHtml": "<p>Every user interaction moves through a complex system of networks, clouds, and services. ThousandEyes visualizes that path and connects performance issues to their source.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Follow the Journey. Reveal the Dependencies.",
"headingHtml": "<h2>Follow the Journey. Reveal the Dependencies.</h2>",
"firstParagraph": "Visualize every hop from user to application.",
"paragraphHtml": "<p>Visualize every hop from user to application.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "AI Tuned to Internet Scale",
"headingHtml": "<h2>AI Tuned to Internet Scale</h2>",
"firstParagraph": "Understand a complex and unpredictable Internet, turning data into insight and action.",
"paragraphHtml": "<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Understand a complex and unpredictable Internet, turning data into insight and action.</span></p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Automated Workflows for Operational Resilience",
"headingHtml": "<h2>Automated Workflows for Operational Resilience</h2>",
"firstParagraph": "A system that acts on insight, validates outcomes, and improves over time.",
"paragraphHtml": "<p style=\"text-align: center;\">A system that acts on insight, validates outcomes, and improves over time.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "See What’s New at ThousandEyes",
"headingHtml": "<h2>See What’s New at ThousandEyes</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What Our Customers Are Saying",
"headingHtml": "<h2>What Our Customers Are Saying</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trusted by Innovators & Industry Leaders",
"headingHtml": "<h2 class=\"text-center user-reviews__title\">Trusted by Innovators & Industry Leaders</h2>",
"firstParagraph": "Gartner Peer Insights, ThousandEyes Reviews in Infrastructure Monitoring Tools, as of 14 February 2024.",
"paragraphHtml": "<p style=\"font-size: 12px;\"><em>Gartner Peer Insights, ThousandEyes Reviews in Infrastructure Monitoring Tools, as of 14 February 2024.</em></p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Security & Privacy",
"headingHtml": "<h2>Security & Privacy</h2>",
"firstParagraph": "Assure your digital experiences with Cisco ThousandEyes",
"paragraphHtml": "<p class=\"callout-text extra-large\">Assure your digital experiences with Cisco ThousandEyes</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Upgrade your browser to view our website properly.",
"headingHtml": "<h3>Upgrade your browser to view our website properly.</h3>",
"firstParagraph": "Please download the latest version of Chrome, Firefox or Microsoft Edge.",
"paragraphHtml": "<p>Please download the latest version of <a href=\"https://www.google.com/chrome/\">Chrome</a>, <a href=\"http://www.mozilla.org/firefox\">Firefox</a> or <a href=\"https://www.microsoft.com/windows/microsoft-edge\">Microsoft Edge</a>.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 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: how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Closed-Loop Assurance for Every Digital Experience",
"html": "<h2>Closed-Loop Assurance for Every Digital Experience</h2>"
},
{
"text": "Experience Has a Path. We Map It.",
"html": "<h2>Experience Has a Path. We Map It.</h2>"
},
{
"text": "Follow the Journey. Reveal the Dependencies.",
"html": "<h2>Follow the Journey. Reveal the Dependencies.</h2>"
},
{
"text": "AI Tuned to Internet Scale",
"html": "<h2>AI Tuned to Internet Scale</h2>"
},
{
"text": "Automated Workflows for Operational Resilience",
"html": "<h2>Automated Workflows for Operational Resilience</h2>"
},
{
"text": "Explore the Ultimate Internet Outages Map",
"html": "<h2>Explore the Ultimate Internet Outages Map</h2>"
},
{
"text": "See What’s New at ThousandEyes",
"html": "<h2>See What’s New at ThousandEyes</h2>"
},
{
"text": "What Our Customers Are Saying",
"html": "<h2>What Our Customers Are Saying</h2>"
},
{
"text": "Trusted by Innovators & Industry Leaders",
"html": "<h2 class=\"text-center user-reviews__title\">Trusted by Innovators & Industry Leaders</h2>"
},
{
"text": "Build Your Career at ThousandEyes",
"html": "<h2>Build Your Career at ThousandEyes</h2>"
},
{
"text": "Security & Privacy",
"html": "<h2>Security & Privacy</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Cisco ThousandEyes?",
"pattern": {}
},
{
"id": "how",
"label": "How does Cisco ThousandEyes work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Cisco ThousandEyes?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Cisco ThousandEyes free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Cisco ThousandEyes compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Cisco ThousandEyes work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Cisco ThousandEyes?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Cisco ThousandEyes free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Cisco ThousandEyes 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": 396
},
{
"path": "/api/context",
"statusCode": 403,
"contentType": "text/html",
"length": 387
},
{
"path": "/context",
"statusCode": 403,
"contentType": "text/html",
"length": 381
}
]
},
"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: how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Closed-Loop Assurance for Every Digital Experience",
"html": "<h2>Closed-Loop Assurance for Every Digital Experience</h2>"
},
{
"text": "Experience Has a Path. We Map It.",
"html": "<h2>Experience Has a Path. We Map It.</h2>"
},
{
"text": "Follow the Journey. Reveal the Dependencies.",
"html": "<h2>Follow the Journey. Reveal the Dependencies.</h2>"
},
{
"text": "AI Tuned to Internet Scale",
"html": "<h2>AI Tuned to Internet Scale</h2>"
},
{
"text": "Automated Workflows for Operational Resilience",
"html": "<h2>Automated Workflows for Operational Resilience</h2>"
},
{
"text": "Explore the Ultimate Internet Outages Map",
"html": "<h2>Explore the Ultimate Internet Outages Map</h2>"
},
{
"text": "See What’s New at ThousandEyes",
"html": "<h2>See What’s New at ThousandEyes</h2>"
},
{
"text": "What Our Customers Are Saying",
"html": "<h2>What Our Customers Are Saying</h2>"
},
{
"text": "Trusted by Innovators & Industry Leaders",
"html": "<h2 class=\"text-center user-reviews__title\">Trusted by Innovators & Industry Leaders</h2>"
},
{
"text": "Build Your Career at ThousandEyes",
"html": "<h2>Build Your Career at ThousandEyes</h2>"
},
{
"text": "Security & Privacy",
"html": "<h2>Security & Privacy</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Cisco ThousandEyes?",
"pattern": {}
},
{
"id": "how",
"label": "How does Cisco ThousandEyes work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Cisco ThousandEyes?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Cisco ThousandEyes free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Cisco ThousandEyes compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Cisco ThousandEyes work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Cisco ThousandEyes?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Cisco ThousandEyes free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Cisco ThousandEyes 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": 383,
"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": 372,
"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.thousandeyes.com/auth.md\" on this server.<P>\nReference #18.97d70b17.1781164142.bdb653a\n<P>https://errors.edgesuite.net/18.97d70b17.1781164142.bdb653a</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": 430,
"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.thousandeyes.com/.well-known/oauth-protected-resource\" on this server.<P>\nReference #18.d6d70b17.1781164142.56f421ab\n<P>https://errors.edgesuite.net/18.d6d70b17.1781164142.56f421ab</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": 430,
"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.thousandeyes.com/.well-known/oauth-authorization-server\" on this server.<P>\nReference #18.97d70b17.1781164142.bdb6686\n<P>https://errors.edgesuite.net/18.97d70b17.1781164142.bdb6686</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": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"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": 422
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 403,
"contentType": "text/html",
"length": 430
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"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.thousandeyes.com/.well-known/oauth-protected-resource\" on this server.<P>\nReference #18.97d70b17.1781164142.bdb61e3\n<P>https://errors.edgesuite.net/18.97d70b17.1781164142.bdb61e3</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.thousandeyes.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.thousandeyes.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.thousandeyes.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.thousandeyes.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
100 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 do not have descriptive text
100 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
6 links 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": "6 links 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 AccessibilityAccessibilityBrowser audit
Elements with visible text labels do not have matching accessible names.
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
Elements with visible text labels do not have matching accessible names.
Check name
Elements with visible text labels do not have matching accessible names.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch)."
}Performance and AccessibilityAccessibilityBrowser audit
Heading elements are not in a sequentially-descending order
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
Heading elements are not in a sequentially-descending order
Check name
Heading elements are not in a sequentially-descending order
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order)."
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
33 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
Check name
Reduce unused CSS
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 105 KiB
Fix guidance
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 105 KiB",
"description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
"numericValue": 80
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
17 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 37 KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 37 KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
68/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "240 ms",
"numericValue": 238.88232
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 59,
"displayValue": "2.1 s",
"numericValue": 2102.489860452415
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 77,
"displayValue": "170 ms",
"numericValue": 169
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 18,
"displayValue": "6.9 s",
"numericValue": 6887.568011237897
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 80,
"displayValue": "1.1 s",
"numericValue": 1122.2522053814419
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 61,
"displayValue": "290 ms",
"numericValue": 288.50000000000136
},
{
"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": 48,
"displayValue": "2.3 s",
"numericValue": 2334.1384345522124
}
]
}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 |
|---|---|---|---|
| 51/100 | Level 3, Bot-Aware | Current report |