Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 38 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 20 out of 100
- GEO, AIO and AEO 71 out of 100
- SEO 92 out of 100
- Performance and Accessibility 81 out of 100
What AI sees of your website
Roadmapping Software | Formerly Roadmunk | Free Templates | Tempo
Craft perfect strategic plans with our advanced roadmapping software. Get started with free templates.
Next step
Turn this report into a fix workflow
29 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 38 | Priority fix | 8 | 16 | 0 | View details |
| Discoverability | 29 | Priority fix | 2 | 7 | 0 | View details |
| Content Readiness | 50 | Needs work | 5 | 6 | 0 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 71 | Needs work | 6 | 3 | 11 | View details |
| GEO Readiness | 78 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 60 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 72 | 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 | 20 | Priority fix | 5 | 4 | 0 | View details |
| Security & Trust | 20 | Priority fix | 1 | 4 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 81 | Mostly ready | 19 | 5 | 4 | View details |
| Performance | 74 | Needs work | 15 | 4 | 4 | View details |
| Accessibility | 95 | Strong | 4 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
52 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": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\"/><script src=\"/_next/static/chunks/f2c16a0f-4faac38604945991.js\" async=\"\"></script><script src=\"/_next/static/chunks/621-6ad17a18160b1573.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d365ec5c161ba522.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Project, Product, & Portfolio Management Solutions | Tempo</title><meta name=\"description\" content=\"Comprehensive solutions for Jira. Streamline workflows, enhance collaboration, and gain real-time insights to drive pro"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\"/><script src=\"/_next/static/chunks/f2c16a0f-4faac38604945991.js\" async=\"\"></script><script src=\"/_next/static/chunks/621-6ad17a18160b1573.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d365ec5c161ba522.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Project, Product, & Portfolio Management Solutions | Tempo</title><meta name=\"description\" content=\"Comprehensive solutions for Jira. Streamline workflows, enhance collaboration, and gain real-time insights to drive pro"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\"/><script src=\"/_next/static/chunks/f2c16a0f-4faac38604945991.js\" async=\"\"></script><script src=\"/_next/static/chunks/621-6ad17a18160b1573.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d365ec5c161ba522.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Project, Product, & Portfolio Management Solutions | Tempo</title><meta name=\"description\" content=\"Comprehensive solutions for Jira. Streamline workflows, enhance collaboration, and gain real-time insights to drive pro"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\"/><script src=\"/_next/static/chunks/f2c16a0f-4faac38604945991.js\" async=\"\"></script><script src=\"/_next/static/chunks/621-6ad17a18160b1573.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d365ec5c161ba522.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Project, Product, & Portfolio Management Solutions | Tempo</title><meta name=\"description\" content=\"Comprehensive solutions for Jira. Streamline workflows, enhance collaboration, and gain real-time insights to drive pro"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\"/><script src=\"/_next/static/chunks/f2c16a0f-4faac38604945991.js\" async=\"\"></script><script src=\"/_next/static/chunks/621-6ad17a18160b1573.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d365ec5c161ba522.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Project, Product, & Portfolio Management Solutions | Tempo</title><meta name=\"description\" content=\"Comprehensive solutions for Jira. Streamline workflows, enhance collaboration, and gain real-time insights to drive pro"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\"/><script src=\"/_next/static/chunks/f2c16a0f-4faac38604945991.js\" async=\"\"></script><script src=\"/_next/static/chunks/621-6ad17a18160b1573.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d365ec5c161ba522.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Project, Product, & Portfolio Management Solutions | Tempo</title><meta name=\"description\" content=\"Comprehensive solutions for Jira. Streamline workflows, enhance collaboration, and gain real-time insights to drive pro"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\"/><script src=\"/_next/static/chunks/f2c16a0f-4faac38604945991.js\" async=\"\"></script><script src=\"/_next/static/chunks/621-6ad17a18160b1573.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d365ec5c161ba522.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Project, Product, & Portfolio Management Solutions | Tempo</title><meta name=\"description\" content=\"Comprehensive solutions for Jira. Streamline workflows, enhance collaboration, and gain real-time insights to drive pro"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\"/><script src=\"/_next/static/chunks/f2c16a0f-4faac38604945991.js\" async=\"\"></script><script src=\"/_next/static/chunks/621-6ad17a18160b1573.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d365ec5c161ba522.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Project, Product, & Portfolio Management Solutions | Tempo</title><meta name=\"description\" content=\"Comprehensive solutions for Jira. Streamline workflows, enhance collaboration, and gain real-time insights to drive pro"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
50 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 167122
}
]
},
"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 DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-Prefetch".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-Prefetch"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-Prefetch\".",
"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": 27438,
"excerpt": "<!DOCTYPE html><html lang=\"en\" class=\"__variable_8c5bb0 __variable_ab9dbf __variable_3441e6 __variable_e3e0dd overflow-x-hidden\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"pr",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 190314
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 190314
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 167047
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166164
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 167047
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 190314
}
]
},
"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 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.
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": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h1: Roadmapping software for teams of all sizes",
"h2: Strategic Roadmaps (formerly Roadmunk)",
"h2: The roadmapping tool designed for high-performing teams",
"h5: Roadmaps made in minutes",
"h5: Create multiple roadmap views from the same dataset",
"h5: Prioritize your product ideas with idea manager",
"h5: Collect feedback and make customer-driven decisions",
"h2: Create organizational alignment",
"h4: Timeline, swimlane, or table views",
"h4: Portfolio roadmaps",
"h4: Linked items to show dependencies",
"h2: Boardroom-ready roadmaps, fast",
"h4: Build detailed and in-depth roadmaps in minutes",
"h4: Save time with our powerful integrations – no manual data entry required",
"h4: Intuitive interfaces made for the entire team",
"h2: Surface high-impact product ideas to work on",
"h4: Start with built-in frameworks",
"h4: Create a customer-driven backlog",
"h4: Never leave an idea behind",
"h2: Present your plans with confidence",
"h2: What our customers think about us",
"h2: Convert your Jira data into a live roadmap",
"h2: Staples solves product management visibility challenge with Strategic Roadmaps",
"h2: Enterprise-grade security",
"h2: Connect with the systems you use every day",
"h2: Streamline your workflow, in-and-out of Jira",
"h2: Capacity Planner",
"h2: Custom Charts for Jira",
"h2: Structure PPM",
"h2: Gantt Charts for Structure PPM",
"h3: Frequently Asked Questions",
"h2: Present your plans with confidence",
"h3: Subscribe to Tempo Newsletter"
]
},
"counts": {
"h1": 1,
"headings": 33,
"links": 88,
"inaccessibleLinks": 0,
"buttons": 14,
"inaccessibleButtons": 0,
"images": 45,
"imagesWithAlt": 45,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 167056
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166173
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166164
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 167068
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 190314
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166185
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 190314
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 190314
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 167053
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166170
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 167056
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166173
}
]
},
"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."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
20 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": []
}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.tempo.io",
"probes": [
{
"name": "_index._agents.www.tempo.io",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.tempo.io",
"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.tempo.io",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "tempo.io",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
10 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
No JSON-LD structured data was detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 0/100 and needs a fix.
Evidence
{
"schemaCount": 0,
"mismatches": [],
"score": 0,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/products/roadmaps/timeline-roadmap",
"text": "Learn about timeline roadmaps",
"html": "<a target=\"_self\" class=\"flex gap-2 items-center group flex w-fit dark w-full flex-1 break-words underline\" href=\"/products/roadmaps/timeline-roadmap\">Learn about timeline roadmaps<span class=\"shrink-0 dark:invert size-6 overflow-hidden\"><span class=\"bg-[url('/images/icons/arrow-black.svg')] custom-arrow flex h-6 w-12 -translate-x-6 bg-contain bg-left bg-repeat-x transition-all duration-300 group-hover:translate-x-0 group-disabled:transform-none group-hover/undefined:translate-x-0\">..."
},
{
"href": "/products/roadmaps/project-timeline-roadmaps",
"text": "Learn about project timeline roadmaps",
"html": "<a target=\"_self\" class=\"flex gap-2 items-center group flex w-fit dark w-full flex-1 break-words underline\" href=\"/products/roadmaps/project-timeline-roadmaps\">Learn about project timeline roadmaps<span class=\"shrink-0 dark:invert size-6 overflow-hidden\"><span class=\"bg-[url('/images/icons/arrow-black.svg')] custom-arrow flex h-6 w-12 -translate-x-6 bg-contain bg-left bg-repeat-x transition-all duration-300 group-hover:translate-x-0 group-disabled:transform-none group-hover/undefine..."
},
{
"href": "https://try.tempo.io/about-us/",
"text": "About Us",
"html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://try.tempo.io/about-us/\">About Us</a>"
},
{
"href": "https://www.linkedin.com/company/tempohq",
"text": "LinkedIn",
"html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.linkedin.com/company/tempohq\"><span class=\"sr-only\">LinkedIn</span><svg stroke=\"currentColor\" fill=\"none\" stroke-width=\"2\" viewBox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" focusable=\"false\" height=\"1.3rem\" width=\"1.3rem\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z\"/..."
}
],
"contactLinks": [
{
"href": "https://help.tempo.io/",
"text": "Help Center",
"html": "<a target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex gap-2 items-center group flex w-fit flex flex-nowrap items-center gap-2 text-black underline\" href=\"https://help.tempo.io/\">Help Center<span class=\"shrink-0 dark:invert size-6 overflow-hidden\"><span class=\"bg-[url('/images/icons/arrow-black.svg')] custom-arrow flex h-6 w-12 -translate-x-6 bg-contain bg-left bg-repeat-x transition-all duration-300 group-hover:translate-x-0 group-disabled:transform-none group-hover/undefined:tra..."
},
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a target=\"_self\" class=\"text-violet underline\" href=\"mailto:[email protected]\">[email protected]</a>"
},
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a target=\"_self\" class=\"text-violet underline\" href=\"mailto:[email protected]\">[email protected]</a>"
},
{
"href": "https://help.tempo.io/",
"text": "Help Center",
"html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://help.tempo.io/\">Help Center</a>"
}
],
"privacyLinks": [
{
"href": "/terms",
"text": "Terms",
"html": "<a target=\"_self\" class=\"after:px-3 after:content-['·']\" href=\"/terms\">Terms</a>"
},
{
"href": "/privacy",
"text": "Privacy",
"html": "<a target=\"_self\" class=\"after:px-3 after:content-['·']\" href=\"/privacy\">Privacy</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": "/products/roadmaps/timeline-roadmap",
"text": "Learn about timeline roadmaps",
"html": "<a target=\"_self\" class=\"flex gap-2 items-center group flex w-fit dark w-full flex-1 break-words underline\" href=\"/products/roadmaps/timeline-roadmap\">Learn about timeline roadmaps<span class=\"shrink-0 dark:invert size-6 overflow-hidden\"><span class=\"bg-[url('/images/icons/arrow-black.svg')] custom-arrow flex h-6 w-12 -translate-x-6 bg-contain bg-left bg-repeat-x transition-all duration-300 group-hover:translate-x-0 group-disabled:transform-none group-hover/undefined:translate-x-0\">..."
},
{
"href": "/products/roadmaps/project-timeline-roadmaps",
"text": "Learn about project timeline roadmaps",
"html": "<a target=\"_self\" class=\"flex gap-2 items-center group flex w-fit dark w-full flex-1 break-words underline\" href=\"/products/roadmaps/project-timeline-roadmaps\">Learn about project timeline roadmaps<span class=\"shrink-0 dark:invert size-6 overflow-hidden\"><span class=\"bg-[url('/images/icons/arrow-black.svg')] custom-arrow flex h-6 w-12 -translate-x-6 bg-contain bg-left bg-repeat-x transition-all duration-300 group-hover:translate-x-0 group-disabled:transform-none group-hover/undefine..."
},
{
"href": "https://try.tempo.io/about-us/",
"text": "About Us",
"html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://try.tempo.io/about-us/\">About Us</a>"
},
{
"href": "https://www.linkedin.com/company/tempohq",
"text": "LinkedIn",
"html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.linkedin.com/company/tempohq\"><span class=\"sr-only\">LinkedIn</span><svg stroke=\"currentColor\" fill=\"none\" stroke-width=\"2\" viewBox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" focusable=\"false\" height=\"1.3rem\" width=\"1.3rem\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z\"/..."
}
],
"contactLinks": [
{
"href": "https://help.tempo.io/",
"text": "Help Center",
"html": "<a target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex gap-2 items-center group flex w-fit flex flex-nowrap items-center gap-2 text-black underline\" href=\"https://help.tempo.io/\">Help Center<span class=\"shrink-0 dark:invert size-6 overflow-hidden\"><span class=\"bg-[url('/images/icons/arrow-black.svg')] custom-arrow flex h-6 w-12 -translate-x-6 bg-contain bg-left bg-repeat-x transition-all duration-300 group-hover:translate-x-0 group-disabled:transform-none group-hover/undefined:tra..."
},
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a target=\"_self\" class=\"text-violet underline\" href=\"mailto:[email protected]\">[email protected]</a>"
},
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a target=\"_self\" class=\"text-violet underline\" href=\"mailto:[email protected]\">[email protected]</a>"
},
{
"href": "https://help.tempo.io/",
"text": "Help Center",
"html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://help.tempo.io/\">Help Center</a>"
}
],
"privacyLinks": [
{
"href": "/terms",
"text": "Terms",
"html": "<a target=\"_self\" class=\"after:px-3 after:content-['·']\" href=\"/terms\">Terms</a>"
},
{
"href": "/privacy",
"text": "Privacy",
"html": "<a target=\"_self\" class=\"after:px-3 after:content-['·']\" href=\"/privacy\">Privacy</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, JSON-LD structured data.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 8,
"schemaBlocks": 0,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"JSON-LD structured data"
],
"score": 60,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: 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
16 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": 19,
"passing": 3,
"failing": [
{
"heading": "Strategic Roadmaps (formerly Roadmunk)",
"headingHtml": "<h2 class=\"text-balance text-3xl/heading tracking-tighter max-md:pt-2 max-md:font-medium md:text-5xl/heading\">Strategic Roadmaps (formerly Roadmunk)</h2>",
"firstParagraph": "Align your whole organization with boardroom-ready roadmaps. Capture customer feedback, prioritize what to build next, and build impressive roadmaps to communicate your strategy.",
"paragraphHtml": "<p class=\"text-lg/7 font-normal tracking-tight text-black\">Align your whole organization with boardroom-ready roadmaps. Capture customer feedback, prioritize what to build next, and build impressive roadmaps to communicate your strategy.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "The roadmapping tool designed for high-performing teams",
"headingHtml": "<h2 class=\"text-balance text-2xl/heading tracking-tighter dark:text-white lg:max-w-2xl lg:text-4.5xl/heading\">The roadmapping tool designed for high-performing teams</h2>",
"firstParagraph": "Build and communicate your product strategy easily across teams and organization-wide.",
"paragraphHtml": "<p class=\"mb-4 text-lg/7 font-normal tracking-tight text-black dark:text-white\">Build and communicate your product strategy easily across teams and organization-wide.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Boardroom-ready roadmaps, fast",
"headingHtml": "<h2 class=\"text-balance text-3xl/heading font-normal tracking-tighter md:text-5xl/heading\">Boardroom-ready roadmaps, fast</h2>",
"firstParagraph": "The next time you receive a last-minute request to see what upcoming projects you have, no need to panic - our roadmaps have you covered. Start from a template or from scratch.",
"paragraphHtml": "<p class=\"text-balance text-base font-normal text-grey md:text-lg/7\">The next time you receive a last-minute request to see what upcoming projects you have, no need to panic - our roadmaps have you covered. Start from a template or from scratch.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Present your plans with confidence",
"headingHtml": "<h2 class=\"text-balance text-3xl/heading tracking-tighter md:text-6xl/heading\">Present your plans with <span class=\"font-serifItalic\">confidence</span></h2>",
"firstParagraph": "Lead more effective roadmap presentations",
"paragraphHtml": "<p class=\"text-balance font-normal tracking-tight md:text-lg/7\">Lead more effective roadmap presentations</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "What our customers think about us",
"headingHtml": "<h2 class=\"mb-8 text-balance text-3xl/tight tracking-tighter sm:text-4xl/tight lg:mb-20 xl:text-4.5xl/tight\">What our customers think about us</h2>",
"firstParagraph": "Dan Rinzel",
"paragraphHtml": "<p class=\"font-semibold leading-tight\">Dan Rinzel</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Convert your Jira data into a live roadmap",
"headingHtml": "<h2 class=\"text-balance text-3xl/heading tracking-tighter md:text-6xl/heading\">Convert your Jira data into a live roadmap</h2>",
"firstParagraph": "Explore what's possible when you integrate Strategic Roadmaps with Structure PPM.",
"paragraphHtml": "<p class=\"text-balance font-normal tracking-tight md:text-lg/7\">Explore what's possible when you integrate Strategic Roadmaps with Structure PPM.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise-grade security",
"headingHtml": "<h2 class=\"text-2xl tracking-tighter sm:text-4xl md:max-w-56\">Enterprise-grade security</h2>",
"firstParagraph": "Ensure your company's data is completely secure and that you're in compliance with the latest standards.",
"paragraphHtml": "<p class=\"max-w-xl grow font-normal tracking-tight text-grey-strong sm:text-2xl md:w-1/2\">Ensure your company's data is completely secure and that you're in compliance with the latest standards.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Connect with the systems you use every day",
"headingHtml": "<h2 class=\"mb-4 text-balance text-3xl/tight tracking-tighter sm:text-4xl/heading xl:text-5xl/heading\">Connect with the systems you use every day </h2>",
"firstParagraph": "Strategic Roadmaps integrates with Jira, Azure DevOps, Asana, Monday.com, Pivotal Tracker, Shortcut, Trello, GitHub, GitLab, and offer Single Sign On (SSO). Need a custom integration? Use our Strategic Roadmaps API.",
"paragraphHtml": "<p class=\"text-balance text-lg/7 font-normal tracking-tight text-grey\">Strategic Roadmaps integrates with Jira, Azure DevOps, Asana, Monday.com, Pivotal Tracker, Shortcut, Trello, GitHub, GitLab, and offer Single Sign On (SSO). Need a custom integration? Use our Strategic Roadmaps API.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Streamline your workflow, in-and-out of Jira",
"headingHtml": "<h2 class=\"text-balance text-2xl/heading tracking-tighter lg:text-4.5xl/heading\">Streamline your workflow, in-and-out of Jira</h2>",
"firstParagraph": "Tempo's products help teams increase productivity and communicate across their organization.",
"paragraphHtml": "<p class=\"text-balance font-normal tracking-tight text-grey-strong lg:text-2xl/9\">Tempo's products help teams increase productivity and communicate across their organization.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Capacity Planner",
"headingHtml": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/capacity-planner\">Capacity Planner</a><!--/$--></h2>",
"firstParagraph": "A powerful team resource management tool designed to optimize capacity planning and project management in Jira",
"paragraphHtml": "<p class=\"custom-card-text mb-2 line-clamp-4 text-base text-grey-strong\">A powerful team resource management tool designed to optimize capacity planning and project management in Jira</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Custom Charts for Jira",
"headingHtml": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/project-dashboards-for-jira\">Custom Charts for Jira</a><!--/$--></h2>",
"firstParagraph": "See how work is progressing and where blockers are with the most flexible reporting app in Jira.",
"paragraphHtml": "<p class=\"custom-card-text mb-2 line-clamp-4 text-base text-grey-strong\">See how work is progressing and where blockers are with the most flexible reporting app in Jira. </p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Structure PPM",
"headingHtml": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/project-portfolio-management-software-ppm\">Structure PPM</a><!--/$--></h2>",
"firstParagraph": "Visualize all your Jira data & manage portfolios of projects in real-time.",
"paragraphHtml": "<p class=\"custom-card-text mb-2 line-clamp-4 text-base text-grey-strong\">Visualize all your Jira data & manage portfolios of projects in real-time.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Gantt Charts for Structure PPM",
"headingHtml": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/jira-gantt-chart\">Gantt Charts for Structure PPM</a><!--/$--></h2>",
"firstParagraph": "Visualize project plans and roadmaps with a Gantt chart extension for Jira",
"paragraphHtml": "<p class=\"custom-card-text mb-2 line-clamp-4 text-base text-grey-strong\">Visualize project plans and roadmaps with a Gantt chart extension for Jira</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Frequently Asked Questions",
"headingHtml": "<h3 id=\"faq\" class=\"text-balance text-3xl/tight tracking-tighter sm:text-4xl/heading\">Frequently Asked Questions</h3>",
"firstParagraph": "Couldn't find what you need?Go to ourHelp Center",
"paragraphHtml": "<p class=\"flex flex-wrap gap-x-2 text-lg text-grey-strong\"><span class=\"max-sm:basis-full\">Couldn't find what you need?</span>Go to our<!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex gap-2 items-center group flex w-fit flex flex-nowrap items-center gap-2 text-black underline\" href=\"https://help.tempo.io/\">Help Center<span class=\"shrink-0 dark:invert size-6 overflow-hidden\"><span class=\"bg-[url('/imag...",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Present your plans with confidence",
"headingHtml": "<h2 class=\"text-balance text-3xl/heading tracking-tighter md:text-6xl/heading\">Present your plans with <span class=\"font-serifItalic\">confidence</span></h2>",
"firstParagraph": "Lead more effective roadmap presentations",
"paragraphHtml": "<p class=\"text-balance font-normal tracking-tight md:text-lg/7\">Lead more effective roadmap presentations</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Subscribe to Tempo Newsletter",
"headingHtml": "<h3 class=\"mb-4 text-center text-lg font-semibold text-grey\">Subscribe to Tempo Newsletter</h3>",
"firstParagraph": "Products",
"paragraphHtml": "<p class=\"mb-4 text-xl\">Products</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 82/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 82/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: formerly, roadmunk, tempo, teams, all, sizes.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
82/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 82/100 and needs improvement.
Evidence
{
"title": "Roadmapping Software | Formerly Roadmunk | Free Templates | Tempo",
"h1": "Roadmapping software for teams of all sizes",
"description": "Craft perfect strategic plans with our advanced roadmapping software. Get started with free templates.",
"topicOverlap": 0.4,
"topicTerms": [
"roadmapping",
"software",
"formerly",
"roadmunk",
"free",
"templates",
"tempo",
"teams",
"all",
"sizes"
],
"descriptionTerms": [
"craft",
"perfect",
"strategic",
"plans",
"advanced",
"roadmapping",
"software",
"get",
"started",
"free",
"templates"
],
"missingFromDescription": [
"formerly",
"roadmunk",
"tempo",
"teams",
"all",
"sizes"
],
"score": 82,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
9 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": 9,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 16,
"heading": "H2: Surface high-impact product ideas to work on",
"text": "Prioritize your product ideas using Idea Manager for Strategic Roadmaps' built-in product management best practices. Idea Manager lets you log your team’s ideas and move them in and out of your roadmap for quick pivoting when projects change and to build a more collaborative culture in your organization.",
"words": 49,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (49 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-balance text-base font-normal text-grey md:text-lg/7\">Prioritize your product ideas using Idea Manager for Strategic Roadmaps' built-in product management best practices. Idea Manager lets you log your team’s ideas and move them in and out of your roadmap for quick pivoting when projects change and to build a more collaborative culture in your organization.</p>"
},
{
"index": 26,
"heading": "H2: Staples solves product management visibility challenge with Strategic Roadmaps",
"text": "Staples is a renowned office retail giant, providing a comprehensive range of products and services tailored to the needs of businesses, students, and professionals alike. With a rich history spanning several decades, Staples has established itself as a go-to destination for office supplies, technology, furniture, and print services.",
"words": 48,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (48 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"max-w-2xl text-base font-normal lg:text-lg/8 xl:text-xl/8\">Staples is a renowned office retail giant, providing a comprehensive range of products and services tailored to the needs of businesses, students, and professionals alike. With a rich history spanning several decades, Staples has established itself as a go-to destination for office supplies, technology, furniture, and print services.</p>"
},
{
"index": 29,
"heading": "H2: Staples solves product management visibility challenge with Strategic Roadmaps",
"text": "Their product team leader realized they needed a better roadmapping tool than the standard office tools they had. They wanted to visualize what the team was up to for executives and other stakeholders, specifically how each product manager’s tasks were helping to push their product forward.",
"words": 47,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"max-w-2xl text-base font-normal lg:text-lg/8 xl:text-xl/8\">Their product team leader realized they needed a better roadmapping tool than the standard office tools they had. They wanted to visualize what the team was up to for executives and other stakeholders, specifically how each product manager’s tasks were helping to push their product forward.</p>"
},
{
"index": 31,
"heading": "H2: Staples solves product management visibility challenge with Strategic Roadmaps",
"text": "After searching for roadmap applications and signing up for a free trial, Staples' product team leader Laura Kaeppner started roadmapping right away. Kaeppner liked to the tool so much that she quickly enlisted ten of her product managers to use Strategic Roadmaps too.",
"words": 43,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"max-w-2xl text-base font-normal lg:text-lg/8 xl:text-xl/8\">After searching for roadmap applications and signing up for a free trial, Staples' product team leader Laura Kaeppner started roadmapping right away. Kaeppner liked to the tool so much that she quickly enlisted ten of her product managers to use Strategic Roadmaps too.</p>"
},
{
"index": 33,
"heading": "H2: Staples solves product management visibility challenge with Strategic Roadmaps",
"text": "The executive team at Staples were so pleased with the visualization and sharing capability of Strategic Roadmaps, that they took the tool and implemented it across the entire company to help all teams share their plans and align on what is coming next.",
"words": 43,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"max-w-2xl text-base font-normal lg:text-lg/8 xl:text-xl/8\">The executive team at Staples were so pleased with the visualization and sharing capability of Strategic Roadmaps, that they took the tool and implemented it across the entire company to help all teams share their plans and align on what is coming next.</p>"
},
{
"index": 35,
"heading": "H2: Staples solves product management visibility challenge with Strategic Roadmaps",
"text": "Adopting Strategic Roadmaps into our product management organization has transformed how we manage our products. Strategic Roadmaps helps each of my product managers remain focused on the right mix of transformative efforts and backlog items for each of their products.",
"words": 40,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"max-w-2xl font-serif text-base lg:text-xl/8\"><span class=\"font-serif font-light\">Adopting Strategic Roadmaps into our product management organization has transformed how we manage our products. Strategic Roadmaps helps each of my product managers remain focused on the right mix of transformative efforts and backlog items for each of their products.</span></p>"
},
{
"index": 49,
"heading": "H3: Frequently Asked Questions",
"text": "We have extensive experience serving enterprise clients with complex security requirements. Roadmaps is ISO/IEC 27001:2013 and 27701:2019 certified, the world's leading standard for information security management systems. Our security page outlines our full data protection policy. For companies requiring enhanced security, we also offer data storage in a private cloud and SAML Single Sign-On. Message our support...",
"words": 69,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (69 words; target 80-220)."
],
"html": "<p class=\"font-sans text-lg font-light leading-7 tracking-tight text-grey-strong\">We have extensive experience serving enterprise clients with complex security requirements. Roadmaps is ISO/IEC 27001:2013 and 27701:2019 certified, the world's leading standard for information security management systems. Our security page outlines our full data protection policy. For companies requiring enhanced security, we also offer data storage in a private cloud and SAML Single Sign-On. Message..."
},
{
"index": 51,
"heading": "H3: Frequently Asked Questions",
"text": "Absolutely! At the account level, we have three permission settings: 1. Account admins have access to user creation and billing options. 2. Collaborators can create and edit prioritization views and roadmaps, but they can’t invite new users to a group account. 3. Reviewers can submit feedback and view / comment on both prioritization views and roadmaps. Plus, stakeholders without a Roadmaps license have unlimited...",
"words": 69,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (69 words; target 80-220)."
],
"html": "<p class=\"font-sans text-lg font-light leading-7 tracking-tight text-grey-strong\">Absolutely! At the account level, we have three permission settings: <b>1. </b>Account admins have access to user creation and billing options.<b> 2.</b> Collaborators can create and edit prioritization views and roadmaps, but they can’t invite new users to a group account. <b>3.</b> Reviewers can submit feedback and view / comment on both prioritization views and roadmaps. Plus, stake..."
},
{
"index": 52,
"heading": "H3: Frequently Asked Questions",
"text": "Organizations that don’t want to waste time ramping up on to a tool with a steep learning curve, but instead wants to be able to easily roadmap, see dependencies across teams and the wider organization to foster alignment and hit product goals. Roadmaps is also the most visually-appealing tool for presenting impressive roadmaps to all stakeholders, that integrates with tools you already use. Start a free trial and...",
"words": 73,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (73 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font-sans text-lg font-light leading-7 tracking-tight text-grey-strong\">Organizations that don’t want to waste time ramping up on to a tool with a steep learning curve, but instead wants to be able to easily roadmap, see dependencies across teams and the wider organization to foster alignment and hit product goals. Roadmaps is also the most visually-appealing tool for presenting impressive roadmaps to all stakeholders, that integrates with tools you already use. <!--$!--><tem..."
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
16 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": 19,
"passing": 3,
"failing": [
{
"heading": "Strategic Roadmaps (formerly Roadmunk)",
"headingHtml": "<h2 class=\"text-balance text-3xl/heading tracking-tighter max-md:pt-2 max-md:font-medium md:text-5xl/heading\">Strategic Roadmaps (formerly Roadmunk)</h2>",
"firstParagraph": "Align your whole organization with boardroom-ready roadmaps. Capture customer feedback, prioritize what to build next, and build impressive roadmaps to communicate your strategy.",
"paragraphHtml": "<p class=\"text-lg/7 font-normal tracking-tight text-black\">Align your whole organization with boardroom-ready roadmaps. Capture customer feedback, prioritize what to build next, and build impressive roadmaps to communicate your strategy.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "The roadmapping tool designed for high-performing teams",
"headingHtml": "<h2 class=\"text-balance text-2xl/heading tracking-tighter dark:text-white lg:max-w-2xl lg:text-4.5xl/heading\">The roadmapping tool designed for high-performing teams</h2>",
"firstParagraph": "Build and communicate your product strategy easily across teams and organization-wide.",
"paragraphHtml": "<p class=\"mb-4 text-lg/7 font-normal tracking-tight text-black dark:text-white\">Build and communicate your product strategy easily across teams and organization-wide.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Boardroom-ready roadmaps, fast",
"headingHtml": "<h2 class=\"text-balance text-3xl/heading font-normal tracking-tighter md:text-5xl/heading\">Boardroom-ready roadmaps, fast</h2>",
"firstParagraph": "The next time you receive a last-minute request to see what upcoming projects you have, no need to panic - our roadmaps have you covered. Start from a template or from scratch.",
"paragraphHtml": "<p class=\"text-balance text-base font-normal text-grey md:text-lg/7\">The next time you receive a last-minute request to see what upcoming projects you have, no need to panic - our roadmaps have you covered. Start from a template or from scratch.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Present your plans with confidence",
"headingHtml": "<h2 class=\"text-balance text-3xl/heading tracking-tighter md:text-6xl/heading\">Present your plans with <span class=\"font-serifItalic\">confidence</span></h2>",
"firstParagraph": "Lead more effective roadmap presentations",
"paragraphHtml": "<p class=\"text-balance font-normal tracking-tight md:text-lg/7\">Lead more effective roadmap presentations</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "What our customers think about us",
"headingHtml": "<h2 class=\"mb-8 text-balance text-3xl/tight tracking-tighter sm:text-4xl/tight lg:mb-20 xl:text-4.5xl/tight\">What our customers think about us</h2>",
"firstParagraph": "Dan Rinzel",
"paragraphHtml": "<p class=\"font-semibold leading-tight\">Dan Rinzel</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Convert your Jira data into a live roadmap",
"headingHtml": "<h2 class=\"text-balance text-3xl/heading tracking-tighter md:text-6xl/heading\">Convert your Jira data into a live roadmap</h2>",
"firstParagraph": "Explore what's possible when you integrate Strategic Roadmaps with Structure PPM.",
"paragraphHtml": "<p class=\"text-balance font-normal tracking-tight md:text-lg/7\">Explore what's possible when you integrate Strategic Roadmaps with Structure PPM.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise-grade security",
"headingHtml": "<h2 class=\"text-2xl tracking-tighter sm:text-4xl md:max-w-56\">Enterprise-grade security</h2>",
"firstParagraph": "Ensure your company's data is completely secure and that you're in compliance with the latest standards.",
"paragraphHtml": "<p class=\"max-w-xl grow font-normal tracking-tight text-grey-strong sm:text-2xl md:w-1/2\">Ensure your company's data is completely secure and that you're in compliance with the latest standards.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Connect with the systems you use every day",
"headingHtml": "<h2 class=\"mb-4 text-balance text-3xl/tight tracking-tighter sm:text-4xl/heading xl:text-5xl/heading\">Connect with the systems you use every day </h2>",
"firstParagraph": "Strategic Roadmaps integrates with Jira, Azure DevOps, Asana, Monday.com, Pivotal Tracker, Shortcut, Trello, GitHub, GitLab, and offer Single Sign On (SSO). Need a custom integration? Use our Strategic Roadmaps API.",
"paragraphHtml": "<p class=\"text-balance text-lg/7 font-normal tracking-tight text-grey\">Strategic Roadmaps integrates with Jira, Azure DevOps, Asana, Monday.com, Pivotal Tracker, Shortcut, Trello, GitHub, GitLab, and offer Single Sign On (SSO). Need a custom integration? Use our Strategic Roadmaps API.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Streamline your workflow, in-and-out of Jira",
"headingHtml": "<h2 class=\"text-balance text-2xl/heading tracking-tighter lg:text-4.5xl/heading\">Streamline your workflow, in-and-out of Jira</h2>",
"firstParagraph": "Tempo's products help teams increase productivity and communicate across their organization.",
"paragraphHtml": "<p class=\"text-balance font-normal tracking-tight text-grey-strong lg:text-2xl/9\">Tempo's products help teams increase productivity and communicate across their organization.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Capacity Planner",
"headingHtml": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/capacity-planner\">Capacity Planner</a><!--/$--></h2>",
"firstParagraph": "A powerful team resource management tool designed to optimize capacity planning and project management in Jira",
"paragraphHtml": "<p class=\"custom-card-text mb-2 line-clamp-4 text-base text-grey-strong\">A powerful team resource management tool designed to optimize capacity planning and project management in Jira</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Custom Charts for Jira",
"headingHtml": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/project-dashboards-for-jira\">Custom Charts for Jira</a><!--/$--></h2>",
"firstParagraph": "See how work is progressing and where blockers are with the most flexible reporting app in Jira.",
"paragraphHtml": "<p class=\"custom-card-text mb-2 line-clamp-4 text-base text-grey-strong\">See how work is progressing and where blockers are with the most flexible reporting app in Jira. </p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Structure PPM",
"headingHtml": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/project-portfolio-management-software-ppm\">Structure PPM</a><!--/$--></h2>",
"firstParagraph": "Visualize all your Jira data & manage portfolios of projects in real-time.",
"paragraphHtml": "<p class=\"custom-card-text mb-2 line-clamp-4 text-base text-grey-strong\">Visualize all your Jira data & manage portfolios of projects in real-time.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Gantt Charts for Structure PPM",
"headingHtml": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/jira-gantt-chart\">Gantt Charts for Structure PPM</a><!--/$--></h2>",
"firstParagraph": "Visualize project plans and roadmaps with a Gantt chart extension for Jira",
"paragraphHtml": "<p class=\"custom-card-text mb-2 line-clamp-4 text-base text-grey-strong\">Visualize project plans and roadmaps with a Gantt chart extension for Jira</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Frequently Asked Questions",
"headingHtml": "<h3 id=\"faq\" class=\"text-balance text-3xl/tight tracking-tighter sm:text-4xl/heading\">Frequently Asked Questions</h3>",
"firstParagraph": "Couldn't find what you need?Go to ourHelp Center",
"paragraphHtml": "<p class=\"flex flex-wrap gap-x-2 text-lg text-grey-strong\"><span class=\"max-sm:basis-full\">Couldn't find what you need?</span>Go to our<!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex gap-2 items-center group flex w-fit flex flex-nowrap items-center gap-2 text-black underline\" href=\"https://help.tempo.io/\">Help Center<span class=\"shrink-0 dark:invert size-6 overflow-hidden\"><span class=\"bg-[url('/imag...",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Present your plans with confidence",
"headingHtml": "<h2 class=\"text-balance text-3xl/heading tracking-tighter md:text-6xl/heading\">Present your plans with <span class=\"font-serifItalic\">confidence</span></h2>",
"firstParagraph": "Lead more effective roadmap presentations",
"paragraphHtml": "<p class=\"text-balance font-normal tracking-tight md:text-lg/7\">Lead more effective roadmap presentations</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Subscribe to Tempo Newsletter",
"headingHtml": "<h3 class=\"mb-4 text-center text-lg font-semibold text-grey\">Subscribe to Tempo Newsletter</h3>",
"firstParagraph": "Products",
"paragraphHtml": "<p class=\"mb-4 text-xl\">Products</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 85/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 85/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: formerly, roadmunk, tempo, teams, all, sizes.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 85/100 and needs improvement.
Evidence
{
"title": "Roadmapping Software | Formerly Roadmunk | Free Templates | Tempo",
"h1": "Roadmapping software for teams of all sizes",
"description": "Craft perfect strategic plans with our advanced roadmapping software. Get started with free templates.",
"topicOverlap": 0.4,
"definitionCount": 8,
"topicTerms": [
"roadmapping",
"software",
"formerly",
"roadmunk",
"free",
"templates",
"tempo",
"teams",
"all",
"sizes"
],
"descriptionTerms": [
"craft",
"perfect",
"strategic",
"plans",
"advanced",
"roadmapping",
"software",
"get",
"started",
"free",
"templates"
],
"missingFromDescription": [
"formerly",
"roadmunk",
"tempo",
"teams",
"all",
"sizes"
],
"score": 85,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: how, 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": "Strategic Roadmaps (formerly Roadmunk)",
"html": "<h2 class=\"text-balance text-3xl/heading tracking-tighter max-md:pt-2 max-md:font-medium md:text-5xl/heading\">Strategic Roadmaps (formerly Roadmunk)</h2>"
},
{
"text": "The roadmapping tool designed for high-performing teams",
"html": "<h2 class=\"text-balance text-2xl/heading tracking-tighter dark:text-white lg:max-w-2xl lg:text-4.5xl/heading\">The roadmapping tool designed for high-performing teams</h2>"
},
{
"text": "Create organizational alignment",
"html": "<h2 class=\"text-balance text-3xl/heading font-normal tracking-tighter md:text-5xl/heading\">Create organizational alignment</h2>"
},
{
"text": "Boardroom-ready roadmaps, fast",
"html": "<h2 class=\"text-balance text-3xl/heading font-normal tracking-tighter md:text-5xl/heading\">Boardroom-ready roadmaps, fast</h2>"
},
{
"text": "Surface high-impact product ideas to work on",
"html": "<h2 class=\"text-balance text-3xl/heading font-normal tracking-tighter md:text-5xl/heading\">Surface high-impact product ideas to work on</h2>"
},
{
"text": "Present your plans with confidence",
"html": "<h2 class=\"text-balance text-3xl/heading tracking-tighter md:text-6xl/heading\">Present your plans with <span class=\"font-serifItalic\">confidence</span></h2>"
},
{
"text": "What our customers think about us",
"html": "<h2 class=\"mb-8 text-balance text-3xl/tight tracking-tighter sm:text-4xl/tight lg:mb-20 xl:text-4.5xl/tight\">What our customers think about us</h2>"
},
{
"text": "Convert your Jira data into a live roadmap",
"html": "<h2 class=\"text-balance text-3xl/heading tracking-tighter md:text-6xl/heading\">Convert your Jira data into a live roadmap</h2>"
},
{
"text": "Staples solves product management visibility challenge with Strategic Roadmaps",
"html": "<h2 class=\"max-w-2xl text-balance text-2xl/tight tracking-tighter lg:text-4xl/tight\">Staples solves product management visibility challenge with Strategic Roadmaps</h2>"
},
{
"text": "Enterprise-grade security",
"html": "<h2 class=\"text-2xl tracking-tighter sm:text-4xl md:max-w-56\">Enterprise-grade security</h2>"
},
{
"text": "Connect with the systems you use every day",
"html": "<h2 class=\"mb-4 text-balance text-3xl/tight tracking-tighter sm:text-4xl/heading xl:text-5xl/heading\">Connect with the systems you use every day </h2>"
},
{
"text": "Streamline your workflow, in-and-out of Jira",
"html": "<h2 class=\"text-balance text-2xl/heading tracking-tighter lg:text-4.5xl/heading\">Streamline your workflow, in-and-out of Jira</h2>"
},
{
"text": "Capacity Planner",
"html": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/capacity-planner\">Capacity Planner</a><!--/$--></h2>"
},
{
"text": "Custom Charts for Jira",
"html": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/project-dashboards-for-jira\">Custom Charts for Jira</a><!--/$--></h2>"
},
{
"text": "Structure PPM",
"html": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/project-portfolio-management-software-ppm\">Structure PPM</a><!--/$--></h2>"
},
{
"text": "Gantt Charts for Structure PPM",
"html": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/jira-gantt-chart\">Gantt Charts for Structure PPM</a><!--/$--></h2>"
},
{
"text": "Present your plans with confidence",
"html": "<h2 class=\"text-balance text-3xl/heading tracking-tighter md:text-6xl/heading\">Present your plans with <span class=\"font-serifItalic\">confidence</span></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Roadmapping Software?",
"pattern": {}
},
{
"id": "how",
"label": "How does Roadmapping Software work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Roadmapping Software?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Roadmapping Software free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Roadmapping Software compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Roadmapping Software work?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Roadmapping Software compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
17 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/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 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1519,
"htmlBytes": 613587,
"imagesMissingDimensions": [
{
"src": "/images/brand/tempo-logo-mono.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Tempo logotype\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain brightness-0 invert\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/brand/tempo-logo-mono.svg\">"
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F77LUCevqsTYDiUiys52mR%2F440a6e03099185dff2791924dab3e543%2Fproduct-header-roadmaps.jpg%3Fw%3D2000%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "eager",
"html": "<img alt loading=\"eager\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F77LUCevqsTYDiUiys52mR%2F440a6e03099185dff2791924dab3e543%2Fproduct-header-roadmaps.jpg%3Fw%3D2000%26fm%3Dwebp&w=640&q=75 640w, /_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F77LUCevqsTYDiUiys52mR%2F4..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F3MfYcpOrqyeVN82x5zzLDn%2F3fdf891b65481ed015818965099716e2%2FRoadmaps-icon-minutes.png%3Fw%3D1000%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"max-h-36\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"36vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F3MfYcpOrqyeVN82x5zzLDn%2F3fdf891b65481ed015818965099716e2%2FRoadmaps-icon-minutes.png%3Fw%3D1000%26fm%3Dwebp&w=256&q=75 256w, /_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F3MfYcpOrqyeVN82x5zzLDn%2F3fdf891..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F1B5EyD1AzRJyepZ2eLQrL7%2F6a583908ec7728b10b2ca3fb66a14f8f%2FRoadmaps-icon-multiple_views.png%3Fw%3D1000%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"max-h-36\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"36vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F1B5EyD1AzRJyepZ2eLQrL7%2F6a583908ec7728b10b2ca3fb66a14f8f%2FRoadmaps-icon-multiple_views.png%3Fw%3D1000%26fm%3Dwebp&w=256&q=75 256w, /_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F1B5EyD1AzRJyepZ2eLQrL7%2F..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F5lVmPhprrfCt16qyY0Aiot%2F6757bb9d67bb69257e5be624145fd44f%2FRoadmaps-icon-prioritize_ideas.png%3Fw%3D1000%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"max-h-36\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"36vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F5lVmPhprrfCt16qyY0Aiot%2F6757bb9d67bb69257e5be624145fd44f%2FRoadmaps-icon-prioritize_ideas.png%3Fw%3D1000%26fm%3Dwebp&w=256&q=75 256w, /_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F5lVmPhprrfCt16qyY0Aiot%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F2FKMaaAfetK0qhtjrEnQWp%2F4abaea87b45156914e71c6bf6d64724f%2FRoadmaps-icon-collect_feedback.png%3Fw%3D1000%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"max-h-36\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"36vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F2FKMaaAfetK0qhtjrEnQWp%2F4abaea87b45156914e71c6bf6d64724f%2FRoadmaps-icon-collect_feedback.png%3Fw%3D1000%26fm%3Dwebp&w=256&q=75 256w, /_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F2FKMaaAfetK0qhtjrEnQWp%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F7o8ksRM6lN4Lj1Oopn5Dby%2F8a9e74003cac57cd9eaf7b5df4bb2af8%2Fimages.png%3Fw%3D400%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GDPR Seal\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F7o8ksRM6lN4Lj1Oopn5Dby%2F8a9e74003cac57cd9eaf7b5df4bb2af8%2Fimages.png%3Fw%3D400%26fm%3Dwebp&w=640&q=75 640w, /_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F7o8ksRM6lN4Lj1Oopn5Dby%2F8a9e74003cac57cd9eaf7b5df4b..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F5yE41aTY4SvCowxlEUlX3K%2F5fc1736a595afa87eb53dd94b3b5b8ae%2FFrame_1533212472.png%3Fw%3D400%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ISO Seal\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F5yE41aTY4SvCowxlEUlX3K%2F5fc1736a595afa87eb53dd94b3b5b8ae%2FFrame_1533212472.png%3Fw%3D400%26fm%3Dwebp&w=640&q=75 640w, /_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F5yE41aTY4SvCowxlEUlX3K%2F5fc1736a595afa87eb..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F8sTTnTO5H9G5mbhaXWAwi%2F4905cfd7bc8c9140870e2d9eb557437a%2F21972-312_SOC_NonCPA-375px-1.png%3Fw%3D400%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AICPA Soc Seal\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F8sTTnTO5H9G5mbhaXWAwi%2F4905cfd7bc8c9140870e2d9eb557437a%2F21972-312_SOC_NonCPA-375px-1.png%3Fw%3D400%26fm%3Dwebp&w=640&q=75 640w, /_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F8sTTnTO5H9G5mbhaXWAwi%2F49..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F6S5eZsXgQH9GVvIytMTSs9%2F19b56b7332c2262ccacfcc72da4db856%2Fintegration-logo-jira.png%3Fh%3D500%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"feature-image-6S5eZsXgQH9GVvIytMTSs9\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"min-h-16 object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"36vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F6S5eZsXgQH9GVvIytMTSs9%2F19b56b7332c2262ccacfcc72da4db856%2Fintegration-logo-jira.png%3Fh%3D500%26fm%3Dwebp&w=256&q=75 256w, /_next/image?url=https%3A%2F%2Fimages.ctfassets...."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F6ftB9OQUhxTeeLOTi3syiU%2F0e4da990dd578b4a8ad620f38a1acb69%2Fintegration-logo-asana.png%3Fh%3D500%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"feature-image-6ftB9OQUhxTeeLOTi3syiU\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"min-h-16 object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"36vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F6ftB9OQUhxTeeLOTi3syiU%2F0e4da990dd578b4a8ad620f38a1acb69%2Fintegration-logo-asana.png%3Fh%3D500%26fm%3Dwebp&w=256&q=75 256w, /_next/image?url=https%3A%2F%2Fimages.ctfassets..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F2HygJbf3WfMLtFndKjmx6a%2Fe5fc549508bf84d466dc191952b39e11%2Fintegration-logo-trello.png%3Fh%3D500%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"feature-image-2HygJbf3WfMLtFndKjmx6a\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"min-h-16 object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"36vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F2HygJbf3WfMLtFndKjmx6a%2Fe5fc549508bf84d466dc191952b39e11%2Fintegration-logo-trello.png%3Fh%3D500%26fm%3Dwebp&w=256&q=75 256w, /_next/image?url=https%3A%2F%2Fimages.ctfasset..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F64DCyL0cccPbYI5OiXwn8e%2F26b0017418a3447accc5873d767892e0%2Fintegration-logo-monday.png%3Fh%3D500%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"feature-image-64DCyL0cccPbYI5OiXwn8e\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"min-h-16 object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"36vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F64DCyL0cccPbYI5OiXwn8e%2F26b0017418a3447accc5873d767892e0%2Fintegration-logo-monday.png%3Fh%3D500%26fm%3Dwebp&w=256&q=75 256w, /_next/image?url=https%3A%2F%2Fimages.ctfasset..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F7mp4GvYMjhrekEA6gOUqHJ%2Fb967a198accf1fe326f95e04f9236bf2%2Fintegration-logo-azure_devops.png%3Fh%3D500%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"feature-image-7mp4GvYMjhrekEA6gOUqHJ\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"min-h-16 object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"36vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F7mp4GvYMjhrekEA6gOUqHJ%2Fb967a198accf1fe326f95e04f9236bf2%2Fintegration-logo-azure_devops.png%3Fh%3D500%26fm%3Dwebp&w=256&q=75 256w, /_next/image?url=https%3A%2F%2Fimages.ct..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F14phqyYwWo0oG2EQjdGHGe%2F22b182eb85958d61f94a2ed327fce88e%2Fintegration-logo-sso.png%3Fh%3D500%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"feature-image-14phqyYwWo0oG2EQjdGHGe\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"min-h-16 object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"36vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F14phqyYwWo0oG2EQjdGHGe%2F22b182eb85958d61f94a2ed327fce88e%2Fintegration-logo-sso.png%3Fh%3D500%26fm%3Dwebp&w=256&q=75 256w, /_next/image?url=https%3A%2F%2Fimages.ctfassets.n..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F67ZQiEBw3GsThjKP9eB2xn%2Fae55eeda3014b2d94d6104972ce8de00%2FGroup_1533211848__2_.png%3Fw%3D600%26fm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover transition-all duration-500 group-hover:scale-110\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2F99u0kepfatsy%2F67ZQiEBw3GsThjKP9eB2xn%2Fae55eeda3014b2d94d6104972ce8de00%2FGroup_1533211848__2_.png%3Fw%3D600%26fm%3Dwebp&w=640&q=75 640w, /_next/image?url=https%3A%2F%2Fimages.ctfassets...."
},
{
"src": "/images/brand/tempo-logo-mono.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Tempo logotype\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain brightness-0 invert\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/brand/tempo-logo-mono.svg\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}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": 404,
"contentType": "text/html; charset=utf-8",
"length": 190314
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 167020
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166161
}
]
},
"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, 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": "Strategic Roadmaps (formerly Roadmunk)",
"html": "<h2 class=\"text-balance text-3xl/heading tracking-tighter max-md:pt-2 max-md:font-medium md:text-5xl/heading\">Strategic Roadmaps (formerly Roadmunk)</h2>"
},
{
"text": "The roadmapping tool designed for high-performing teams",
"html": "<h2 class=\"text-balance text-2xl/heading tracking-tighter dark:text-white lg:max-w-2xl lg:text-4.5xl/heading\">The roadmapping tool designed for high-performing teams</h2>"
},
{
"text": "Create organizational alignment",
"html": "<h2 class=\"text-balance text-3xl/heading font-normal tracking-tighter md:text-5xl/heading\">Create organizational alignment</h2>"
},
{
"text": "Boardroom-ready roadmaps, fast",
"html": "<h2 class=\"text-balance text-3xl/heading font-normal tracking-tighter md:text-5xl/heading\">Boardroom-ready roadmaps, fast</h2>"
},
{
"text": "Surface high-impact product ideas to work on",
"html": "<h2 class=\"text-balance text-3xl/heading font-normal tracking-tighter md:text-5xl/heading\">Surface high-impact product ideas to work on</h2>"
},
{
"text": "Present your plans with confidence",
"html": "<h2 class=\"text-balance text-3xl/heading tracking-tighter md:text-6xl/heading\">Present your plans with <span class=\"font-serifItalic\">confidence</span></h2>"
},
{
"text": "What our customers think about us",
"html": "<h2 class=\"mb-8 text-balance text-3xl/tight tracking-tighter sm:text-4xl/tight lg:mb-20 xl:text-4.5xl/tight\">What our customers think about us</h2>"
},
{
"text": "Convert your Jira data into a live roadmap",
"html": "<h2 class=\"text-balance text-3xl/heading tracking-tighter md:text-6xl/heading\">Convert your Jira data into a live roadmap</h2>"
},
{
"text": "Staples solves product management visibility challenge with Strategic Roadmaps",
"html": "<h2 class=\"max-w-2xl text-balance text-2xl/tight tracking-tighter lg:text-4xl/tight\">Staples solves product management visibility challenge with Strategic Roadmaps</h2>"
},
{
"text": "Enterprise-grade security",
"html": "<h2 class=\"text-2xl tracking-tighter sm:text-4xl md:max-w-56\">Enterprise-grade security</h2>"
},
{
"text": "Connect with the systems you use every day",
"html": "<h2 class=\"mb-4 text-balance text-3xl/tight tracking-tighter sm:text-4xl/heading xl:text-5xl/heading\">Connect with the systems you use every day </h2>"
},
{
"text": "Streamline your workflow, in-and-out of Jira",
"html": "<h2 class=\"text-balance text-2xl/heading tracking-tighter lg:text-4.5xl/heading\">Streamline your workflow, in-and-out of Jira</h2>"
},
{
"text": "Capacity Planner",
"html": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/capacity-planner\">Capacity Planner</a><!--/$--></h2>"
},
{
"text": "Custom Charts for Jira",
"html": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/project-dashboards-for-jira\">Custom Charts for Jira</a><!--/$--></h2>"
},
{
"text": "Structure PPM",
"html": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/project-portfolio-management-software-ppm\">Structure PPM</a><!--/$--></h2>"
},
{
"text": "Gantt Charts for Structure PPM",
"html": "<h2 class=\"custom-card-title line-clamp-3 text-3xl/heading tracking-tight lg:min-h-24\"><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><a target=\"_self\" class=\"after:absolute after:inset-0 after:content-[''] focus-visible:underline focus-visible:outline-none\" href=\"/products/jira-gantt-chart\">Gantt Charts for Structure PPM</a><!--/$--></h2>"
},
{
"text": "Present your plans with confidence",
"html": "<h2 class=\"text-balance text-3xl/heading tracking-tighter md:text-6xl/heading\">Present your plans with <span class=\"font-serifItalic\">confidence</span></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Roadmapping Software?",
"pattern": {}
},
{
"id": "how",
"label": "How does Roadmapping Software work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Roadmapping Software?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Roadmapping Software free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Roadmapping Software compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Roadmapping Software work?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Roadmapping Software compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 166161,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 165300,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/_next/static/chunks/webpack-60d7fc471bdc66c6.js",
"/_next/static/chunks/f2c16a0f-4faac38604945991.js",
"/script",
"/_next/static/chunks/621-6ad17a18160b1573.js",
"/script",
"/_next/static/chunks/main-app-d365ec5c161ba522.js",
"/script",
"/title",
"/favicon.ico",
"/x-icon"
],
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\"/><script src=\"/_next/static/chunks/f2c16a0f-4faac38604945991.js\" async=\"\"></script><script src=\"/_next/static/chunks/621-6ad17a18160b1573.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d365ec5c161ba522.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Project, Product, & Portfolio Management Solutions | Tempo</title><meta name=\"description\" content=\"Comprehensive solutions for Jira. Streamline workflows, enhance collaboration, and gain real-time insights to drive pro"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 167095,
"text": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\"/><script src=\"/_next/static/chunks/f2c16a0f-4faac38604945991.js\" async=\"\"></script><script src=\"/_next/static/chunks/621-6ad17a18160b1573.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d365ec5c161ba522.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Project, Product, & Portfolio Management Solutions | Tempo</title><meta name=\"description\" content=\"Comprehensive solutions for Jira. Streamline workflows, enhance collaboration, and gain real-time insights to drive productivity and decision-making.\"/><link rel=\"icon\" href=\"/favicon.ico\" type=\"image/x-icon\" sizes=\"16x16\"/><link rel=\"icon\" href=\"/icon.png?79c02f3b6d3e0d3b\" type=\"image/png\" sizes=\"256x256\"/><link rel=\"apple-touch-icon\" href=\"/apple-icon.png?79c02f3b6d3e0d3b\" type=\"image/png\" sizes=\"256x256\"/><script src=\"/_next/static/chunks/polyfills-42372ed130431b0a.js\" noModule=\"\"></script></head><body><script src=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\" async=\"\"></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,\"1:\\\"$Sreact.fragment\\\"\\n2:I[97306,[\\\"3547\\\",\\\"static/chunks/bae63483-3dfe8a2a221dd720.js\\\",\\\"7637\\\",\\\"static/chunks/7637-490c3d94580e040c.js\\\",\\\"7340\\\",\\\"static/chunks/7340-4b53ac0f1b1ad540.js\\\",\\\"5873\\\",\\\"static/chunks/5873-2ad133e3c4e7e2c1.js\\\",\\\"1638\\\",\\\"static/chunks/1638-0eaf6aceaddf3d61.js\\\",\\\"2336\\\",\\\"static/chunks/2336-b6c4fd3af2d8c49a.js\\\",\\\"956\\\",\\\"static/chunks/956-a83d8bf9f11969ee.js\\\",\\\"7001\\\",\\\"static/chunks/7001-ed548610e07c8f00.js\\\",\\\"7599\\\",\\\"static/chunks/7599-84f8e7de2101f79a.js\\\",\\\"5667\\\",\\\"static/chunks/5667-b181d4f0adc98301.js\\\",\\\"6265\\\",\\\"static/chunks/6265-7f6df25950f3fed1.js\\\",\\\"530\\\",\\\"static/chunks/app/(main)/%5Brest%5D/page-ed75b45f1651c905.js\\\"],\\\"\\\"]\\n5:I[37702,[],\\\"\\\"]\\n6:I[47308,[],\\\"\\\"]\\na:I[40382,[],\\\"OutletBoundary\\\"]\\nd:I[40382,[],\\\"ViewportBoundary\\\"]\\nf:I[40382,[],\\\"MetadataBoundary\\\"]\\n11:I[29233,[],\\\"\\\"]\\n:HL[\\\"/_next/static/media/063ea6374c4ef9d2-s.p.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/media/49edc49978ccf901-s.p.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/media/c66d6d96a3b7cea4-s.p.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/media/ed06bd36834239a7-s.p.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/css/acd4c8e03bc44d1f.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/css/11ae93665570b470.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/css/de7924251711c0ac.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/css/492d566edbf6c2ea.css\\\",\\\"style\\\"]\\n3:T68c,\\n !function(){var i=\\\"analytics\\\",analytics=window[i]=window[i]||[];if(!analytics.initialize)if(analytics.invoked)window.console\\u0026\\u0026console.error\\u0026\\u0026console.error(\\\"Segment snippet included twice.\\\");else{analytics.invoked=!0;analytics.methods=[\\\"trackSubmit\\\",\\\"trackClick\\\",\\\"trackLink\\\",\\\"trackForm\\\",\\\"pageview\\\",\\\"identify\\\",\\\"reset\\\",\\\"group\\\",\\\"track\\\",\\\"ready\\\",\\\"alias\\\",\\\"debug\\\",\\\"page\\\",\\\"screen\\\",\\\"once\\\",\\\"off\\\",\\\"on\\\",\\\"addSourceMiddleware\\\",\\\"addIntegrationMiddleware\\\",\\\"setAnonymousId\\\",\\\"addDestinationMiddleware\\\",\\\"register\\\"];analytics.factory=function(e){return function(){if(window[i].initialized)return window[i][e].apply(window[i],arguments);var n=Arr\"])</script><script>self.__next_f.push([1,\"ay.prototype.slice.call(arguments);if([\\\"track\\\",\\\"screen\\\",\\\"alias\\\",\\\"group\\\",\\\"page\\\",\\\"identify\\\"].indexOf(e)\\u003e-1){var c=document.querySelector(\\\"link[rel='canonical']\\\");n.push({__t:\\\"bpc\\\",c:c\\u0026\\u0026c.getAttribute(\\\"href\\\")||void 0,p:location.pathname,u:location.href,s:location.search,t:document.title,r:document.ref"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 167101,
"text": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\"/><script src=\"/_next/static/chunks/f2c16a0f-4faac38604945991.js\" async=\"\"></script><script src=\"/_next/static/chunks/621-6ad17a18160b1573.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d365ec5c161ba522.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Project, Product, & Portfolio Management Solutions | Tempo</title><meta name=\"description\" content=\"Comprehensive solutions for Jira. Streamline workflows, enhance collaboration, and gain real-time insights to drive productivity and decision-making.\"/><link rel=\"icon\" href=\"/favicon.ico\" type=\"image/x-icon\" sizes=\"16x16\"/><link rel=\"icon\" href=\"/icon.png?79c02f3b6d3e0d3b\" type=\"image/png\" sizes=\"256x256\"/><link rel=\"apple-touch-icon\" href=\"/apple-icon.png?79c02f3b6d3e0d3b\" type=\"image/png\" sizes=\"256x256\"/><script src=\"/_next/static/chunks/polyfills-42372ed130431b0a.js\" noModule=\"\"></script></head><body><script src=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\" async=\"\"></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,\"1:\\\"$Sreact.fragment\\\"\\n2:I[97306,[\\\"3547\\\",\\\"static/chunks/bae63483-3dfe8a2a221dd720.js\\\",\\\"7637\\\",\\\"static/chunks/7637-490c3d94580e040c.js\\\",\\\"7340\\\",\\\"static/chunks/7340-4b53ac0f1b1ad540.js\\\",\\\"5873\\\",\\\"static/chunks/5873-2ad133e3c4e7e2c1.js\\\",\\\"1638\\\",\\\"static/chunks/1638-0eaf6aceaddf3d61.js\\\",\\\"2336\\\",\\\"static/chunks/2336-b6c4fd3af2d8c49a.js\\\",\\\"956\\\",\\\"static/chunks/956-a83d8bf9f11969ee.js\\\",\\\"7001\\\",\\\"static/chunks/7001-ed548610e07c8f00.js\\\",\\\"7599\\\",\\\"static/chunks/7599-84f8e7de2101f79a.js\\\",\\\"5667\\\",\\\"static/chunks/5667-b181d4f0adc98301.js\\\",\\\"6265\\\",\\\"static/chunks/6265-7f6df25950f3fed1.js\\\",\\\"530\\\",\\\"static/chunks/app/(main)/%5Brest%5D/page-ed75b45f1651c905.js\\\"],\\\"\\\"]\\n5:I[37702,[],\\\"\\\"]\\n6:I[47308,[],\\\"\\\"]\\na:I[40382,[],\\\"OutletBoundary\\\"]\\nd:I[40382,[],\\\"ViewportBoundary\\\"]\\nf:I[40382,[],\\\"MetadataBoundary\\\"]\\n11:I[29233,[],\\\"\\\"]\\n:HL[\\\"/_next/static/media/063ea6374c4ef9d2-s.p.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/media/49edc49978ccf901-s.p.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/media/c66d6d96a3b7cea4-s.p.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/media/ed06bd36834239a7-s.p.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/css/acd4c8e03bc44d1f.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/css/11ae93665570b470.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/css/de7924251711c0ac.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/css/492d566edbf6c2ea.css\\\",\\\"style\\\"]\\n3:T68c,\\n !function(){var i=\\\"analytics\\\",analytics=window[i]=window[i]||[];if(!analytics.initialize)if(analytics.invoked)window.console\\u0026\\u0026console.error\\u0026\\u0026console.error(\\\"Segment snippet included twice.\\\");else{analytics.invoked=!0;analytics.methods=[\\\"trackSubmit\\\",\\\"trackClick\\\",\\\"trackLink\\\",\\\"trackForm\\\",\\\"pageview\\\",\\\"identify\\\",\\\"reset\\\",\\\"group\\\",\\\"track\\\",\\\"ready\\\",\\\"alias\\\",\\\"debug\\\",\\\"page\\\",\\\"screen\\\",\\\"once\\\",\\\"off\\\",\\\"on\\\",\\\"addSourceMiddleware\\\",\\\"addIntegrationMiddleware\\\",\\\"setAnonymousId\\\",\\\"addDestinationMiddleware\\\",\\\"register\\\"];analytics.factory=function(e){return function(){if(window[i].initialized)return window[i][e].apply(window[i],arguments);var n=Arr\"])</script><script>self.__next_f.push([1,\"ay.prototype.slice.call(arguments);if([\\\"track\\\",\\\"screen\\\",\\\"alias\\\",\\\"group\\\",\\\"page\\\",\\\"identify\\\"].indexOf(e)\\u003e-1){var c=document.querySelector(\\\"link[rel='canonical']\\\");n.push({__t:\\\"bpc\\\",c:c\\u0026\\u0026c.getAttribute(\\\"href\\\")||void 0,p:location.pathname,u:location.href,s:location.search,t:document.title,r:document.ref"
}
},
"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": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "single sign-on"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 167083
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 167101
}
]
},
"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": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "single sign-on"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-60d7fc471bdc66c6.js\"/><script src=\"/_next/static/chunks/f2c16a0f-4faac38604945991.js\" async=\"\"></script><script src=\"/_next/static/chunks/621-6ad17a18160b1573.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-d365ec5c161ba522.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Project, Product, & Portfolio Management Solutions | Tempo</title><meta name=\"description\" content=\"Comprehensive solutions for Jira. Streamline workflows, enhance collaboration, and gain real-time insights to drive pro"
},
"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.tempo.io"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.tempo.io/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.tempo.io/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.tempo.io/.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": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "single sign-on"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}Performance and AccessibilityAccessibilityBrowser audit
Heading elements are not in a sequentially-descending order
100 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)."
}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 AccessibilityPerformanceBrowser audit
Forced reflow
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
13 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 71Â KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 71Â KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
6 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 12Â 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 12Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 640Â KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 640Â KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 99Â KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 99Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
3 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
78/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": "interactive",
"title": "Time to Interactive",
"score": 63,
"displayValue": "3.8Â s",
"numericValue": 3830.024767166831
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10Â ms",
"numericValue": 7
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "20Â ms",
"numericValue": 23.828085
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 100,
"displayValue": "0.3Â s",
"numericValue": 281.00701497452866
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 63,
"displayValue": "210Â ms",
"numericValue": 210
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 97,
"displayValue": "0.8Â s",
"numericValue": 841.0266569032088
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 22,
"displayValue": "580Â ms",
"numericValue": 577.5000000000005
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 81,
"displayValue": "1.6Â s",
"numericValue": 1559.7832448881004
}
]
}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 |
|---|---|---|---|
| 54/100 | Level 3, Bot-Aware | Current report |