Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 53 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 78 out of 100
- SEO 85 out of 100
- Performance and Accessibility 68 out of 100
What AI sees of your website
GoodTime | Smarter Interview Scheduling, Better Experiences
GoodTime's AI handles the toughest scheduling challenges, surfaces insights, and helps teams orchestrate brilliant hiring experiences.
Next step
Turn this report into a fix workflow
22 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 | 53 | Needs work | 11 | 12 | 1 | View details |
| Discoverability | 83 | Mostly ready | 6 | 3 | 0 | View details |
| Content Readiness | 63 | Needs work | 5 | 5 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 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 | 78 | Mostly ready | 4 | 0 | 15 | |
| GEO Readiness | 86 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 80 | Mostly ready | 2 | 0 | 5 | |
| AEO Readiness | 67 | Needs work | 1 | 0 | 6 | |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 8 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 4 | 1 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 68 | Needs work | 14 | 7 | 4 | View details |
| Performance | 56 | Needs work | 8 | 7 | 4 | View details |
| Accessibility | 89 | Mostly ready | 6 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
50 items need attention
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
100 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "frame-ancestors 'self' https://app.goodtime.io https://meet.goodtime.io https://auth.goodtime.io https://auth.eu.goodtime.io https://a.goodtime.io https://www.chatbase.co;"
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
100 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://goodtime.io/wp-json/",
"rel": "https://api.w.org/"
},
{
"url": "https://goodtime.io/wp-json/wp/v2/pages/49648",
"rel": "alternate",
"type": "application/json"
},
{
"url": "https://goodtime.io/",
"rel": "shortlink"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of 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>\n<html lang=\"en-US\">\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n\t<meta http-equiv=\"Content-Security-Policy\" content=\"upgrade-insecure-requests\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n\t<link rel=\"manifest\" href=\"/site.webmanifest\">\n\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">\n\t<meta name=\"msapplication-TileColor\" content=\"#603cba\">\n\t<meta name=\"theme-color\" content=\"#ffffff\">\n\t<meta name"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n\t<meta http-equiv=\"Content-Security-Policy\" content=\"upgrade-insecure-requests\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n\t<link rel=\"manifest\" href=\"/site.webmanifest\">\n\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">\n\t<meta name=\"msapplication-TileColor\" content=\"#603cba\">\n\t<meta name=\"theme-color\" content=\"#ffffff\">\n\t<meta name"
},
{
"path": "/openapi.yaml",
"statusCode": 403,
"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": "<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n\t<meta http-equiv=\"Content-Security-Policy\" content=\"upgrade-insecure-requests\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n\t<link rel=\"manifest\" href=\"/site.webmanifest\">\n\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">\n\t<meta name=\"msapplication-TileColor\" content=\"#603cba\">\n\t<meta name=\"theme-color\" content=\"#ffffff\">\n\t<meta name"
},
{
"path": "/swagger.yaml",
"statusCode": 403,
"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": "<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n\t<meta http-equiv=\"Content-Security-Policy\" content=\"upgrade-insecure-requests\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n\t<link rel=\"manifest\" href=\"/site.webmanifest\">\n\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">\n\t<meta name=\"msapplication-TileColor\" content=\"#603cba\">\n\t<meta name=\"theme-color\" content=\"#ffffff\">\n\t<meta name"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n\t<meta http-equiv=\"Content-Security-Policy\" content=\"upgrade-insecure-requests\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n\t<link rel=\"manifest\" href=\"/site.webmanifest\">\n\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">\n\t<meta name=\"msapplication-TileColor\" content=\"#603cba\">\n\t<meta name=\"theme-color\" content=\"#ffffff\">\n\t<meta name"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n\t<meta http-equiv=\"Content-Security-Policy\" content=\"upgrade-insecure-requests\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n\t<link rel=\"manifest\" href=\"/site.webmanifest\">\n\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">\n\t<meta name=\"msapplication-TileColor\" content=\"#603cba\">\n\t<meta name=\"theme-color\" content=\"#ffffff\">\n\t<meta name"
}
]
},
"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 ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI 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 "Accept-Encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=UTF-8"
},
"issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 38823,
"excerpt": "<!doctype html>\n<html lang=\"en-US\">\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n\t<meta http-equiv=\"Content-Securi",
"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": 120235
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120235
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
}
]
},
"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": 120154
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120235
}
]
},
"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: missing <main> landmark; skipped heading levels; 29 links missing accessible names; 1 buttons missing accessible names.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a class=\"menu-item__link\" href=\"https://goodtime.io/search/\"> <svg class=\"menu-item--search__icon\" width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.0064 6.49049C13.0064 7.92589 12.5374 9.26768 11.7557 10.3286L15.6952 14.2916C16.1016 14.666 16.1016 15.3213 15.6952 15.6958C15.32 16.1014 14.6634 16.1014 14.2882 15.6958L10.3175 11.7328C9.25452 12.5441 7.91011 12.981 6.50318 12.981C2.90767 12.981 0 10.079 0 6.49049C0 2.9332 2.90767 0 6.5",
"<a> <img decoding=\"async\" width=\"150\" height=\"106\" src=\"https://goodtime.io/wp-content/uploads/2023/05/zendesk.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"73\" src=\"https://goodtime.io/wp-content/uploads/2023/04/spotify-80h.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"142\" src=\"https://goodtime.io/wp-content/uploads/2023/10/lyft-1.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"68\" src=\"https://goodtime.io/wp-content/uploads/2023/04/slack-80h.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"73\" src=\"https://goodtime.io/wp-content/uploads/2025/07/Glovo-Mono-Padding.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"68\" src=\"https://goodtime.io/wp-content/uploads/2023/10/shopify.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"67\" src=\"https://goodtime.io/wp-content/uploads/2023/04/hubspot-80h.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"61\" src=\"https://goodtime.io/wp-content/uploads/2023/12/Priceline-80h.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"65\" src=\"https://goodtime.io/wp-content/uploads/2023/04/hf.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"37\" src=\"https://goodtime.io/wp-content/uploads/2025/09/databricks-logo.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"106\" src=\"https://goodtime.io/wp-content/uploads/2023/05/zendesk.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"73\" src=\"https://goodtime.io/wp-content/uploads/2023/04/spotify-80h.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"142\" src=\"https://goodtime.io/wp-content/uploads/2023/10/lyft-1.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"68\" src=\"https://goodtime.io/wp-content/uploads/2023/04/slack-80h.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"73\" src=\"https://goodtime.io/wp-content/uploads/2025/07/Glovo-Mono-Padding.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"68\" src=\"https://goodtime.io/wp-content/uploads/2023/10/shopify.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"67\" src=\"https://goodtime.io/wp-content/uploads/2023/04/hubspot-80h.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"61\" src=\"https://goodtime.io/wp-content/uploads/2023/12/Priceline-80h.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"65\" src=\"https://goodtime.io/wp-content/uploads/2023/04/hf.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"37\" src=\"https://goodtime.io/wp-content/uploads/2025/09/databricks-logo.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"106\" src=\"https://goodtime.io/wp-content/uploads/2023/05/zendesk.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a> <img decoding=\"async\" width=\"150\" height=\"73\" src=\"https://goodtime.io/wp-content/uploads/2023/04/spotify-80h.svg\" class=\"attachment-thumbnail size-thumbnail\" alt> </a>",
"<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQ4NDc4IiwidG9nZ2xlIjpmYWxzZX0%3D\"> <img decoding=\"async\" width=\"270\" height=\"153\" src=\"https://goodtime.io/wp-content/uploads/2025/07/play-button-purple-new.webp\" class=\"attachment-full size-full wp-image-46204\" alt> </a>",
"<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQzNDIxIiwidG9nZ2xlIjpmYWxzZX0%3D\"> <img decoding=\"async\" width=\"136\" height=\"75\" src=\"https://goodtime.io/wp-content/uploads/2022/06/watch-video-1.svg\" class=\"attachment-full size-full wp-image-9621\" alt> </a>",
"<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQ1MzI3IiwidG9nZ2xlIjpmYWxzZX0%3D\"> <img decoding=\"async\" width=\"270\" height=\"153\" src=\"https://goodtime.io/wp-content/uploads/2025/07/play-button-magenta-black.png\" class=\"attachment-full size-full wp-image-46656\" alt> </a>",
"<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjM4ODMzIiwidG9nZ2xlIjpmYWxzZX0%3D\"> <img decoding=\"async\" width=\"136\" height=\"75\" src=\"https://goodtime.io/wp-content/uploads/2022/06/watch-video-1.svg\" class=\"attachment-full size-full wp-image-9621\" alt> </a>",
"<a class=\"gt-footer__social-icon-link\" href=\"https://www.linkedin.com/company/goodtime.io\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.3202 0.208344C21.1392 0.208344 21.8619 0.930999 21.8619 1.79819V20.25C21.8619 21.1172 21.1392 21.7917 20.3202 21.7917H1.77205C0.953044 21.7917 0.278564 21.1172 0.278564 20.25V1.79819C0.278564 0.930999 0.953044 0.208344 1.77205 0.208344H20.3202ZM6.78247 18.7083V8.44662H3.60278V18.7083H6.78247ZM5.19263",
"<a class=\"gt-footer__social-icon-link\" href=\"https://www.youtube.com/channel/UCFB4cxNjvPCfgUS0OnvYa6w\"><svg width=\"27\" height=\"20\" viewBox=\"0 0 27 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M26.4217 3.6888C26.9998 5.71224 26.9998 10.0482 26.9998 10.0482C26.9998 10.0482 26.9998 14.3359 26.4217 16.4076C26.1326 17.5638 25.2173 18.431 24.1092 18.7201C22.0376 19.25 13.8475 19.25 13.8475 19.25C13.8475 19.25 5.60921 19.25 3.5376 18.7201C2.42952 18.431 1.51416 17.5638 1.2251 16.4076C0.6"
],
"inaccessibleButtons": [
"<button class=\"mobile-menu-icon\"> <span></span> <span></span> </button>"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img class=\"sub-menu__eyebrow__icon\" src=\"https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--efficiency.svg\">",
"<img class=\"sub-menu__eyebrow__icon\" src=\"https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--experience.svg\">",
"<img class=\"sub-menu__eyebrow__icon\" src=\"https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--intelligence.svg\">",
"<img class=\"mobile-nav__icon\" src=\"https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--efficiency.svg\">",
"<img class=\"mobile-nav__icon\" src=\"https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--experience.svg\">",
"<img class=\"mobile-nav__icon\" src=\"https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--intelligence.svg\">"
],
"skippedHeadingLevels": [
"h1: Smarter scheduling. Sharper decisions. Better experiences.",
"h2: This is intelligent orchestration — powered by Cori",
"h3: Unrivaled scheduling efficiency",
"h3: Exceptional hiring experiences at scale",
"h3: Intelligent insights and recommendations",
"h3: Powered by Cori, our AI agent",
"h2: AI that drives real ROI in enterprise hiring",
"h2: 75%",
"h2: 88%",
"h2: 62%",
"h2: 85%",
"h5: Read The Full Story",
"h4: \"After implementing GoodTime, we’ve not only seen faster interview scheduling — we’ve seen happier candidates, happier interviewers, and a happier coordination team.\"",
"h3: 75%",
"h3: 30%",
"h3: 152%",
"h5: Read The Full Story",
"h4: “Prior to GoodTime, we were sitting at approximately 60 days to fill a position on the salary side. Since implementing GoodTime, that number has dropped to 45 days time-to-fill.”",
"h3: 15-day",
"h3: 50%",
"h3: 73%",
"h5: Read The Full Story",
"h4: \"GoodTime is really good at is enabling us to quantify how much we can improve metrics and whether those improvements are within our control.\"",
"h3: 73%",
"h3: 62%",
"h3: 25%",
"h5: Read The Full Story",
"h4: \"GoodTime allows us to orchestrate a better hiring experience for everyone involved, from candidates to interviewers and coordinators.\"",
"h3: 43%",
"h3: 3.4x",
"h3: 85%",
"h2: The only platform that fully automates corporate and high-volume hiring",
"h4: Corporate",
"h4: High-Volume",
"h4: Campus Recruiting",
"h5: Technology",
"h5: LEARN MORE",
"h5: Financial Services",
"h5: LEARN MORE",
"h5: Professional Services",
"h5: LEARN MORE",
"h5: Life Sciences",
"h5: LEARN MORE",
"h5: Healthcare",
"h5: LEARN MORE",
"h5: Manufacturing",
"h5: LEARN MORE",
"h5: Retail",
"h5: LEARN MORE",
"h5: Logistics & Trucking",
"h5: LEARN MORE",
"h5: Travel & Hospitality",
"h5: LEARN MORE",
"h2: Seamless ATS integration, zero disruption",
"h5: See All Integrations",
"h2: Enterprise-grade security, proven bias protection",
"h5: Learn More",
"h2: Ideas, data, and insights to move you forward",
"h5: 2026 Hiring Insights Report",
"h5: Meet the leaders advancing talent acquisition with AI",
"h5: Hiring has a coordination problem — and It costs more than we think",
"h2: Put an AI workforce behind your hiring team",
"h6: Product",
"h6: Features",
"h6: Platform",
"h6: ATS Integrations",
"h6: Industries",
"h6: Use Cases",
"h6: Roles",
"h6: Tools",
"h6: Resources",
"h6: Company"
]
},
"counts": {
"h1": 1,
"headings": 72,
"links": 277,
"inaccessibleLinks": 29,
"buttons": 1,
"inaccessibleButtons": 1,
"images": 96,
"imagesWithAlt": 90,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of 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": 120154
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120235
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
}
]
},
"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": 120235
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120235
}
]
},
"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": 120154
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
}
]
},
"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": 120154
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "goodtime.io",
"probes": [
{
"name": "_index._agents.goodtime.io",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.goodtime.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": "goodtime.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."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
8 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header.
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
75/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": null,
"schemaDates": [
"2025-08-14T18:54:04.000Z",
"2025-03-25T17:11:31.000Z",
"2025-07-04T14:57:37.000Z",
"2024-12-04T20:05:13.000Z",
"2026-05-12T16:24:51+00:00",
"2025-10-13T18:05:24+00:00"
],
"metaDateCount": 1,
"timeDateCount": 0
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2025-08-14T18:54:04.000Z",
"2025-03-25T17:11:31.000Z",
"2025-07-04T14:57:37.000Z",
"2024-12-04T20:05:13.000Z",
"2025-10-13T18:05:24+00:00",
"2026-05-12T16:24:51+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about-us/",
"text": "About Us",
"html": "<a class=\"sub-menu-list__link\" href=\"/about-us/\"> <span class=\"sub-menu-list__title\">About Us</span> </a>"
},
{
"href": "#",
"text": "Company",
"html": "<a href=\"#\" class=\"mobile-nav__link\">Company</a>"
},
{
"href": "/about-us/",
"text": "About Us",
"html": "<a href=\"/about-us/\" class=\"mobile-nav__link-sub\">About Us</a>"
},
{
"href": "/about-us/",
"text": "About Us",
"html": "<a class=\"gt-footer__link\" href=\"/about-us/\">About Us</a>"
},
{
"href": "https://www.linkedin.com/company/goodtime.io",
"text": "",
"html": "<a class=\"gt-footer__social-icon-link\" href=\"https://www.linkedin.com/company/goodtime.io\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.3202 0.208344C21.1392 0.208344 21.8619 0.930999 21.8619 1.79819V20.25C21.8619 21.1172 21.1392 21.7917 20.3202 21.7917H1.77205C0.953044 21.7917 0.278564 21.1172 0.278564 20.25V1.79819C0.278564 0.930999 0.953044 0.208344 1.77205 0.208344H20.3202ZM6.78247 18.7083V8.44662H3.60278V18.7083H6.78247ZM5.19..."
}
],
"contactLinks": [
{
"href": "https://support.goodtime.io/hc/en-us",
"text": "Customer Help Center",
"html": "<a class=\"sub-menu-list__link\" href=\"https://support.goodtime.io/hc/en-us\"> <span class=\"sub-menu-list__title\">Customer Help Center</span> </a>"
},
{
"href": "https://support.goodtime.io/hc/en-us",
"text": "Customer Help Center",
"html": "<a href=\"https://support.goodtime.io/hc/en-us\" class=\"mobile-nav__link-sub\">Customer Help Center</a>"
},
{
"href": "https://support.goodtime.io/hc/en-us",
"text": "Customer Help Center",
"html": "<a class=\"gt-footer__link\" href=\"https://support.goodtime.io/hc/en-us\">Customer Help Center</a>"
},
{
"href": "/contact-us-main/",
"text": "Contact Us",
"html": "<a class=\"gt-footer__button-link gt-footer__button-link--ghost\" href=\"/contact-us-main/\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "/privacy-policy-m/",
"text": "Privacy Policy",
"html": "<a class=\"gt-footer__tertiary-link\" href=\"/privacy-policy-m/\">Privacy Policy</a>"
},
{
"href": "/terms-of-use/",
"text": "Terms of Use",
"html": "<a class=\"gt-footer__tertiary-link\" href=\"/terms-of-use/\">Terms of Use</a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
26 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": 27,
"passing": 1,
"failing": [
{
"heading": "This is intelligent orchestration — powered by Cori",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">This is intelligent <span class=\"text-highlight-gradient\">orchestration</span> — powered by Cori</h2>",
"firstParagraph": "View Product Overview",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https://goodtime.io/products/hire/\">View Product Overview</a></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Unrivaled scheduling efficiency",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Unrivaled scheduling efficiency</h3>",
"firstParagraph": "We’re the leader in complex enterprise-level interview scheduling. From simple 1:1 interviews to multi-day panels, we handle interviewer selection, messaging, reminders, rescheduling, and more so you don’t have to.",
"paragraphHtml": "<p>We’re the leader in complex enterprise-level interview scheduling. From simple 1:1 interviews to multi-day panels, we handle interviewer selection, messaging, reminders, rescheduling, and more so you don’t have to.</p>",
"words": 32,
"direct": false,
"issue": "First paragraph is 32 words and does not look like a concise direct answer."
},
{
"heading": "Exceptional hiring experiences at scale",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Exceptional hiring experiences at scale</h3>",
"firstParagraph": "Elevate every step of the hiring process for both candidates and interviewers. From personalized messages to branded candidate portals and seamless self-scheduling and rescheduling — everyone stays informed, engaged, and prepared.",
"paragraphHtml": "<p>Elevate every step of the hiring process for both candidates and interviewers. From personalized messages to branded candidate portals and seamless self-scheduling and rescheduling — everyone stays informed, engaged, and prepared.</p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "Intelligent insights and recommendations",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Intelligent insights and recommendations</h3>",
"firstParagraph": "Unlock the data and insights your ATS and other tools can’t provide. See your performance against benchmarks, and leverage AI-driven bottleneck detection and recommendations to clearly see your strengths and areas for improvement.",
"paragraphHtml": "<p>Unlock the data and insights your ATS and other tools can’t provide. See your performance against benchmarks, and leverage AI-driven bottleneck detection and recommendations to clearly see your strengths and areas for improvement.</p>",
"words": 34,
"direct": false,
"issue": "First paragraph is 34 words and does not look like a concise direct answer."
},
{
"heading": "Powered by Cori, our AI agent",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Powered by Cori, <br>our AI agent</h3>",
"firstParagraph": "Meet Cori",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https://goodtime.io/products/hire/cori/\">Meet Cori</a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "AI that drives real ROI in enterprise hiring",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">AI that drives <span class=\"text-highlight-gradient\"> real ROI</span> in enterprise hiring</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "75%",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">75%</h2>",
"firstParagraph": "Increase in hiring team productivity",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Increase in hiring <br>team productivity</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "88%",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">88%</h2>",
"firstParagraph": "Reduction in time spent scheduling",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Reduction in time <br>spent scheduling</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "62%",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">62%</h2>",
"firstParagraph": "Reduction in administrative errors",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Reduction in <br>administrative errors</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "85%",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">85%</h2>",
"firstParagraph": "Job offer acceptance rate",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Job offer <br>acceptance rate</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "75%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">75%</h3>",
"firstParagraph": "increase in team productivity",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">increase in <br>team productivity</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "30%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">30%</h3>",
"firstParagraph": "faster interview scheduling process",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">faster interview<br> scheduling process</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "152%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">152%</h3>",
"firstParagraph": "increase in active interviewers",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">increase in <br>active interviewers</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "15-day",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">15-day</h3>",
"firstParagraph": "reduction in time to fill",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">reduction in<br> time to fill</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "50%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">50%</h3>",
"firstParagraph": "reduction in time to schedule",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">reduction in<br> time to schedule</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "73%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">73%</h3>",
"firstParagraph": "less time spent scheduling",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">less time<br> spent scheduling</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "73%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">73%</h3>",
"firstParagraph": "faster interview scheduling",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">faster interview<br> scheduling</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "62%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">62%</h3>",
"firstParagraph": "reduction in administrative errors",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">reduction in<br> administrative errors</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "25%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">25%</h3>",
"firstParagraph": "immediate improvement in time-to-hire",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">immediate improvement<br> in time-to-hire</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "43%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">43%</h3>",
"firstParagraph": "reduction in time-to-schedule",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">reduction in<br> time-to-schedule</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "3.4x",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">3.4x</h3>",
"firstParagraph": "more interviews scheduled per coordinator",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">more interviews<br> scheduled per coordinator</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "85%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">85%</h3>",
"firstParagraph": "job offer acceptance rate",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">job offer<br> acceptance rate</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "The only platform that fully automates corporate and high-volume hiring",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">The <span class=\"text-highlight-gradient\">only platform</span> that fully automates corporate and high-volume hiring</h2>",
"firstParagraph": "Automate complex scheduling, optimize hiring with AI, and deliver a white glove candidate experience that wins top talent.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Automate complex scheduling, optimize hiring with AI, and deliver a white glove candidate experience that wins top talent.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Seamless ATS integration, zero disruption",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Seamless ATS integration, zero disruption</h2>",
"firstParagraph": "GoodTime integrates deeply with leading ATS platforms like Workday, SuccessFactors, and iCIMS. No double entry, no missed updates, no headaches.",
"paragraphHtml": "<p>GoodTime integrates deeply with leading ATS platforms like Workday, SuccessFactors, and iCIMS. No double entry, no missed updates, no headaches.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Ideas, data, and insights to move you forward",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Ideas, data, and insights to move you forward</h2>",
"firstParagraph": "From AI innovations to industry benchmarks, explore resources that help you hire faster, smarter, and more human-first.",
"paragraphHtml": "<p>From AI innovations to industry benchmarks, explore resources that help you hire faster, smarter, and more human-first.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Put an AI workforce behind your hiring team",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Put an AI workforce 
behind your hiring team</h2>",
"firstParagraph": "Join hundreds of world-leading companies that have automated 90% of interview management tasks with human-centric AI.",
"paragraphHtml": "<p>Join hundreds of world-leading companies that have automated 90% of interview management tasks with human-centric AI.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 11,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2025-08-14T18:54:04.000Z",
"2025-03-25T17:11:31.000Z",
"2025-07-04T14:57:37.000Z",
"2024-12-04T20:05:13.000Z",
"2025-10-13T18:05:24+00:00",
"2026-05-12T16:24:51+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about-us/",
"text": "About Us",
"html": "<a class=\"sub-menu-list__link\" href=\"/about-us/\"> <span class=\"sub-menu-list__title\">About Us</span> </a>"
},
{
"href": "#",
"text": "Company",
"html": "<a href=\"#\" class=\"mobile-nav__link\">Company</a>"
},
{
"href": "/about-us/",
"text": "About Us",
"html": "<a href=\"/about-us/\" class=\"mobile-nav__link-sub\">About Us</a>"
},
{
"href": "/about-us/",
"text": "About Us",
"html": "<a class=\"gt-footer__link\" href=\"/about-us/\">About Us</a>"
},
{
"href": "https://www.linkedin.com/company/goodtime.io",
"text": "",
"html": "<a class=\"gt-footer__social-icon-link\" href=\"https://www.linkedin.com/company/goodtime.io\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.3202 0.208344C21.1392 0.208344 21.8619 0.930999 21.8619 1.79819V20.25C21.8619 21.1172 21.1392 21.7917 20.3202 21.7917H1.77205C0.953044 21.7917 0.278564 21.1172 0.278564 20.25V1.79819C0.278564 0.930999 0.953044 0.208344 1.77205 0.208344H20.3202ZM6.78247 18.7083V8.44662H3.60278V18.7083H6.78247ZM5.19..."
}
],
"contactLinks": [
{
"href": "https://support.goodtime.io/hc/en-us",
"text": "Customer Help Center",
"html": "<a class=\"sub-menu-list__link\" href=\"https://support.goodtime.io/hc/en-us\"> <span class=\"sub-menu-list__title\">Customer Help Center</span> </a>"
},
{
"href": "https://support.goodtime.io/hc/en-us",
"text": "Customer Help Center",
"html": "<a href=\"https://support.goodtime.io/hc/en-us\" class=\"mobile-nav__link-sub\">Customer Help Center</a>"
},
{
"href": "https://support.goodtime.io/hc/en-us",
"text": "Customer Help Center",
"html": "<a class=\"gt-footer__link\" href=\"https://support.goodtime.io/hc/en-us\">Customer Help Center</a>"
},
{
"href": "/contact-us-main/",
"text": "Contact Us",
"html": "<a class=\"gt-footer__button-link gt-footer__button-link--ghost\" href=\"/contact-us-main/\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "/privacy-policy-m/",
"text": "Privacy Policy",
"html": "<a class=\"gt-footer__tertiary-link\" href=\"/privacy-policy-m/\">Privacy Policy</a>"
},
{
"href": "/terms-of-use/",
"text": "Terms of Use",
"html": "<a class=\"gt-footer__tertiary-link\" href=\"/terms-of-use/\">Terms of Use</a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 81/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 81/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: smarter, interview, better, sharper, decisions.
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
81/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 81/100 and needs improvement.
Evidence
{
"title": "GoodTime | Smarter Interview Scheduling, Better Experiences",
"h1": "Smarter scheduling. Sharper decisions. Better experiences.",
"description": "GoodTime's AI handles the toughest scheduling challenges, surfaces insights, and helps teams orchestrate brilliant hiring experiences.",
"topicOverlap": 0.375,
"topicTerms": [
"goodtime",
"smarter",
"interview",
"scheduling",
"better",
"experiences",
"sharper",
"decisions"
],
"descriptionTerms": [
"goodtime",
"handles",
"toughest",
"scheduling",
"challenges",
"surfaces",
"insights",
"helps",
"teams",
"orchestrate",
"brilliant",
"hiring",
"experiences"
],
"missingFromDescription": [
"smarter",
"interview",
"better",
"sharper",
"decisions"
],
"score": 81,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
No substantial explanatory paragraphs were found.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 81/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 81/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
5 structured-data value(s) were not found in visible page text.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
81/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 81/100 and needs improvement.
Evidence
{
"schemaCount": 11,
"checkedFields": [
{
"path": "$[0].name",
"value": "HubSpot + GoodTime: Boosting hiring productivity by 75% with AI agents from GoodTime"
},
{
"path": "$[0].description",
"value": "a GoodTime Customer Stories video"
},
{
"path": "$[1].name",
"value": "HelloFresh + GoodTime: Fills Roles 15 Days Faster with GoodTime"
},
{
"path": "$[1].description",
"value": "a GoodTime Customer Stories video"
},
{
"path": "$[2].name",
"value": "Glovo Prioritizes People, Scheduling Interviews 73% Faster"
},
{
"path": "$[2].description",
"value": "a GoodTime Customer Stories video"
},
{
"path": "$[3].name",
"value": "OLX + GoodTime: Accelerating Global Hiring While Elevating Candidate Experience"
},
{
"path": "$[3].description",
"value": "OLX shares how they schedule interviews 43% faster and achieve an 85%\noffer acceptance rate — and the hiring lessons they learned along the\nway."
},
{
"path": "$[4].@graph[0].name",
"value": "GoodTime | Smarter Interview Scheduling, Better Experiences"
},
{
"path": "$[4].@graph[0].description",
"value": "GoodTime's AI handles the toughest scheduling challenges, surfaces insights, and helps teams orchestrate brilliant hiring experiences."
},
{
"path": "$[4].@graph[2].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[4].@graph[3].name",
"value": "GoodTime"
},
{
"path": "$[4].@graph[3].description",
"value": "The Best Interview Scheduling Software"
},
{
"path": "$[4].@graph[4].name",
"value": "GoodTime"
},
{
"path": "$[4].@graph[4].description",
"value": "GoodTime is the leader in complex interview scheduling automation for enterprise talent teams. Our AI-powered platform handles the toughest global scheduling challenges, from multi-day panels to high-volume hiring events."
},
{
"path": "$[4].@graph[5].name",
"value": "GoodTime"
},
{
"path": "$[4].@graph[5].description",
"value": "GoodTime's AI handles the toughest scheduling challenges, surfaces insights, and helps teams orchestrate brilliant hiring experiences."
},
{
"path": "$[5].name",
"value": "GoodTime | Smarter Interview Scheduling, Better Experiences"
},
{
"path": "$[5].description",
"value": "GoodTime's AI handles the toughest scheduling challenges, surfaces insights, and helps teams orchestrate brilliant hiring experiences."
},
{
"path": "$[7].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[8].name",
"value": "GoodTime"
},
{
"path": "$[8].description",
"value": "The Best Interview Scheduling Software"
},
{
"path": "$[9].name",
"value": "GoodTime"
},
{
"path": "$[9].description",
"value": "GoodTime is the leader in complex interview scheduling automation for enterprise talent teams. Our AI-powered platform handles the toughest global scheduling challenges, from multi-day panels to high-volume hiring events."
},
{
"path": "$[10].name",
"value": "GoodTime"
},
{
"path": "$[10].description",
"value": "GoodTime's AI handles the toughest scheduling challenges, surfaces insights, and helps teams orchestrate brilliant hiring experiences."
}
],
"mismatches": [
{
"path": "$[2].name",
"value": "Glovo Prioritizes People, Scheduling Interviews 73% Faster"
},
{
"path": "$[3].name",
"value": "OLX + GoodTime: Accelerating Global Hiring While Elevating Candidate Experience"
},
{
"path": "$[3].description",
"value": "OLX shares how they schedule interviews 43% faster and achieve an 85%\noffer acceptance rate — and the hiring lessons they learned along the\nway."
},
{
"path": "$[4].@graph[2].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[7].itemListElement[0].name",
"value": "Home"
}
],
"score": 81,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 3,
"schemaBlocks": 5,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
22 image(s) are missing width/height attributes. 5 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1266,
"htmlBytes": 408239,
"imagesMissingDimensions": [
{
"src": "/wp-content/uploads/2022/04/goodtime-logo-colored.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"logo-dark\" src=\"/wp-content/uploads/2022/04/goodtime-logo-colored.svg\" alt=\"GoodTime\">"
},
{
"src": "https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--efficiency.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"sub-menu__eyebrow__icon\" src=\"https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--efficiency.svg\">"
},
{
"src": "https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--experience.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"sub-menu__eyebrow__icon\" src=\"https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--experience.svg\">"
},
{
"src": "https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--intelligence.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"sub-menu__eyebrow__icon\" src=\"https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--intelligence.svg\">"
},
{
"src": "https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--efficiency.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"mobile-nav__icon\" src=\"https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--efficiency.svg\">"
},
{
"src": "https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--experience.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"mobile-nav__icon\" src=\"https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--experience.svg\">"
},
{
"src": "https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--intelligence.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"mobile-nav__icon\" src=\"https://goodtime.io/wp-content/themes/algert-themes/images/nav-icon--intelligence.svg\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-miro.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-miro.webp\" alt=\"Miro customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-databricks.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-databricks.webp\" alt=\"Databricks customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-hubspot.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-hubspot.webp\" alt=\"Hubspot customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-canva.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-canva.webp\" alt=\"Canva customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-hf.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-hf.webp\" alt=\"HelloFresh customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-olx.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-olx.webp\" alt=\"OLX customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-glovo.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-glovo.webp\" alt=\"Glovo customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-miro.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-miro.webp\" alt=\"Miro customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-databricks.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-databricks.webp\" alt=\"Databricks customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-hubspot.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-hubspot.webp\" alt=\"Hubspot customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-canva.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-canva.webp\" alt=\"Canva customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-hf.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-hf.webp\" alt=\"HelloFresh customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-olx.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-olx.webp\" alt=\"OLX customer story thumbnail\">"
},
{
"src": "https://goodtime.io/wp-content/uploads/2025/09/video-thumb-glovo.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://goodtime.io/wp-content/uploads/2025/09/video-thumb-glovo.webp\" alt=\"Glovo customer story thumbnail\">"
},
{
"src": "https://fast.wistia.com/embed/medias/qberuya5ul/swatch",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://fast.wistia.com/embed/medias/qberuya5ul/swatch\" style=\"filter:blur(5px);height:100%;object-fit:contain;width:100%;\" alt aria-hidden=\"true\" onload=\"this.parentNode.style.opacity=1;\">"
}
],
"possibleDialogs": [
"<div data-elementor-type=\"popup\" data-elementor-id=\"48478\" class=\"elementor elementor-48478 elementor-location-popup\" data-elementor-settings=\"{"entrance_animation":"fadeIn","exit_animation":"none","entrance_animation_duration":{"unit":"px","size":1.5,"sizes":[]},"a11y_navigation":"yes","timing":{"times_times":1,"times_period":"session","ti...",
"<div data-elementor-type=\"popup\" data-elementor-id=\"43421\" class=\"elementor elementor-43421 elementor-location-popup\" data-elementor-settings=\"{"entrance_animation":"fadeIn","exit_animation":"none","entrance_animation_duration":{"unit":"px","size":1.5,"sizes":[]},"a11y_navigation":"yes","timing":{"times_times":1,"times_period":"session","ti...",
"<div data-elementor-type=\"popup\" data-elementor-id=\"45327\" class=\"elementor elementor-45327 elementor-location-popup\" data-elementor-settings=\"{"entrance_animation":"fadeIn","exit_animation":"none","entrance_animation_duration":{"unit":"px","size":1.5,"sizes":[]},"a11y_navigation":"yes","timing":{"times_times":1,"times_period":"session","ti...",
"<div data-elementor-type=\"popup\" data-elementor-id=\"38833\" class=\"elementor elementor-38833 elementor-location-popup\" data-elementor-settings=\"{"entrance_animation":"fadeIn","exit_animation":"none","entrance_animation_duration":{"unit":"px","size":1.5,"sizes":[]},"a11y_navigation":"yes","timing":{"times_times":1,"times_period":"session","ti...",
"<link rel=\"stylesheet\" id=\"e-popup-css\" href=\"https://goodtime.io/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css\" media=\"all\">"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
26 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": 27,
"passing": 1,
"failing": [
{
"heading": "This is intelligent orchestration — powered by Cori",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">This is intelligent <span class=\"text-highlight-gradient\">orchestration</span> — powered by Cori</h2>",
"firstParagraph": "View Product Overview",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https://goodtime.io/products/hire/\">View Product Overview</a></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Unrivaled scheduling efficiency",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Unrivaled scheduling efficiency</h3>",
"firstParagraph": "We’re the leader in complex enterprise-level interview scheduling. From simple 1:1 interviews to multi-day panels, we handle interviewer selection, messaging, reminders, rescheduling, and more so you don’t have to.",
"paragraphHtml": "<p>We’re the leader in complex enterprise-level interview scheduling. From simple 1:1 interviews to multi-day panels, we handle interviewer selection, messaging, reminders, rescheduling, and more so you don’t have to.</p>",
"words": 32,
"direct": false,
"issue": "First paragraph is 32 words and does not look like a concise direct answer."
},
{
"heading": "Exceptional hiring experiences at scale",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Exceptional hiring experiences at scale</h3>",
"firstParagraph": "Elevate every step of the hiring process for both candidates and interviewers. From personalized messages to branded candidate portals and seamless self-scheduling and rescheduling — everyone stays informed, engaged, and prepared.",
"paragraphHtml": "<p>Elevate every step of the hiring process for both candidates and interviewers. From personalized messages to branded candidate portals and seamless self-scheduling and rescheduling — everyone stays informed, engaged, and prepared.</p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "Intelligent insights and recommendations",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Intelligent insights and recommendations</h3>",
"firstParagraph": "Unlock the data and insights your ATS and other tools can’t provide. See your performance against benchmarks, and leverage AI-driven bottleneck detection and recommendations to clearly see your strengths and areas for improvement.",
"paragraphHtml": "<p>Unlock the data and insights your ATS and other tools can’t provide. See your performance against benchmarks, and leverage AI-driven bottleneck detection and recommendations to clearly see your strengths and areas for improvement.</p>",
"words": 34,
"direct": false,
"issue": "First paragraph is 34 words and does not look like a concise direct answer."
},
{
"heading": "Powered by Cori, our AI agent",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Powered by Cori, <br>our AI agent</h3>",
"firstParagraph": "Meet Cori",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https://goodtime.io/products/hire/cori/\">Meet Cori</a></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "AI that drives real ROI in enterprise hiring",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">AI that drives <span class=\"text-highlight-gradient\"> real ROI</span> in enterprise hiring</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "75%",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">75%</h2>",
"firstParagraph": "Increase in hiring team productivity",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Increase in hiring <br>team productivity</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "88%",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">88%</h2>",
"firstParagraph": "Reduction in time spent scheduling",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Reduction in time <br>spent scheduling</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "62%",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">62%</h2>",
"firstParagraph": "Reduction in administrative errors",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Reduction in <br>administrative errors</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "85%",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">85%</h2>",
"firstParagraph": "Job offer acceptance rate",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Job offer <br>acceptance rate</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "75%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">75%</h3>",
"firstParagraph": "increase in team productivity",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">increase in <br>team productivity</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "30%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">30%</h3>",
"firstParagraph": "faster interview scheduling process",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">faster interview<br> scheduling process</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "152%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">152%</h3>",
"firstParagraph": "increase in active interviewers",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">increase in <br>active interviewers</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "15-day",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">15-day</h3>",
"firstParagraph": "reduction in time to fill",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">reduction in<br> time to fill</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "50%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">50%</h3>",
"firstParagraph": "reduction in time to schedule",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">reduction in<br> time to schedule</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "73%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">73%</h3>",
"firstParagraph": "less time spent scheduling",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">less time<br> spent scheduling</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "73%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">73%</h3>",
"firstParagraph": "faster interview scheduling",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">faster interview<br> scheduling</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "62%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">62%</h3>",
"firstParagraph": "reduction in administrative errors",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">reduction in<br> administrative errors</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "25%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">25%</h3>",
"firstParagraph": "immediate improvement in time-to-hire",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">immediate improvement<br> in time-to-hire</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "43%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">43%</h3>",
"firstParagraph": "reduction in time-to-schedule",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">reduction in<br> time-to-schedule</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "3.4x",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">3.4x</h3>",
"firstParagraph": "more interviews scheduled per coordinator",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">more interviews<br> scheduled per coordinator</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "85%",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">85%</h3>",
"firstParagraph": "job offer acceptance rate",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">job offer<br> acceptance rate</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "The only platform that fully automates corporate and high-volume hiring",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">The <span class=\"text-highlight-gradient\">only platform</span> that fully automates corporate and high-volume hiring</h2>",
"firstParagraph": "Automate complex scheduling, optimize hiring with AI, and deliver a white glove candidate experience that wins top talent.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Automate complex scheduling, optimize hiring with AI, and deliver a white glove candidate experience that wins top talent.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Seamless ATS integration, zero disruption",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Seamless ATS integration, zero disruption</h2>",
"firstParagraph": "GoodTime integrates deeply with leading ATS platforms like Workday, SuccessFactors, and iCIMS. No double entry, no missed updates, no headaches.",
"paragraphHtml": "<p>GoodTime integrates deeply with leading ATS platforms like Workday, SuccessFactors, and iCIMS. No double entry, no missed updates, no headaches.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Ideas, data, and insights to move you forward",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Ideas, data, and insights to move you forward</h2>",
"firstParagraph": "From AI innovations to industry benchmarks, explore resources that help you hire faster, smarter, and more human-first.",
"paragraphHtml": "<p>From AI innovations to industry benchmarks, explore resources that help you hire faster, smarter, and more human-first.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Put an AI workforce behind your hiring team",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Put an AI workforce 
behind your hiring team</h2>",
"firstParagraph": "Join hundreds of world-leading companies that have automated 90% of interview management tasks with human-centric AI.",
"paragraphHtml": "<p>Join hundreds of world-leading companies that have automated 90% of interview management tasks with human-centric AI.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 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 84/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 84/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: smarter, interview, better, sharper, decisions.
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
84/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 84/100 and needs improvement.
Evidence
{
"title": "GoodTime | Smarter Interview Scheduling, Better Experiences",
"h1": "Smarter scheduling. Sharper decisions. Better experiences.",
"description": "GoodTime's AI handles the toughest scheduling challenges, surfaces insights, and helps teams orchestrate brilliant hiring experiences.",
"topicOverlap": 0.375,
"definitionCount": 3,
"topicTerms": [
"goodtime",
"smarter",
"interview",
"scheduling",
"better",
"experiences",
"sharper",
"decisions"
],
"descriptionTerms": [
"goodtime",
"handles",
"toughest",
"scheduling",
"challenges",
"surfaces",
"insights",
"helps",
"teams",
"orchestrate",
"brilliant",
"hiring",
"experiences"
],
"missingFromDescription": [
"smarter",
"interview",
"better",
"sharper",
"decisions"
],
"score": 84,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "This is intelligent orchestration — powered by Cori",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">This is intelligent <span class=\"text-highlight-gradient\">orchestration</span> — powered by Cori</h2>"
},
{
"text": "AI that drives real ROI in enterprise hiring",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">AI that drives <span class=\"text-highlight-gradient\"> real ROI</span> in enterprise hiring</h2>"
},
{
"text": "75%",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">75%</h2>"
},
{
"text": "88%",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">88%</h2>"
},
{
"text": "62%",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">62%</h2>"
},
{
"text": "85%",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">85%</h2>"
},
{
"text": "The only platform that fully automates corporate and high-volume hiring",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">The <span class=\"text-highlight-gradient\">only platform</span> that fully automates corporate and high-volume hiring</h2>"
},
{
"text": "Seamless ATS integration, zero disruption",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Seamless ATS integration, zero disruption</h2>"
},
{
"text": "Enterprise-grade security, proven bias protection",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Enterprise-grade security, proven bias protection</h2>"
},
{
"text": "Ideas, data, and insights to move you forward",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Ideas, data, and insights to move you forward</h2>"
},
{
"text": "Put an AI workforce behind your hiring team",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Put an AI workforce 
behind your hiring team</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is GoodTime?",
"pattern": {}
},
{
"id": "how",
"label": "How does GoodTime work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use GoodTime?",
"pattern": {}
},
{
"id": "cost",
"label": "Is GoodTime free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does GoodTime compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is GoodTime?",
"pattern": {}
},
{
"id": "how",
"label": "How does GoodTime work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use GoodTime?",
"pattern": {}
},
{
"id": "cost",
"label": "Is GoodTime free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does GoodTime compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120235
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "This is intelligent orchestration — powered by Cori",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">This is intelligent <span class=\"text-highlight-gradient\">orchestration</span> — powered by Cori</h2>"
},
{
"text": "AI that drives real ROI in enterprise hiring",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">AI that drives <span class=\"text-highlight-gradient\"> real ROI</span> in enterprise hiring</h2>"
},
{
"text": "75%",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">75%</h2>"
},
{
"text": "88%",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">88%</h2>"
},
{
"text": "62%",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">62%</h2>"
},
{
"text": "85%",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">85%</h2>"
},
{
"text": "The only platform that fully automates corporate and high-volume hiring",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">The <span class=\"text-highlight-gradient\">only platform</span> that fully automates corporate and high-volume hiring</h2>"
},
{
"text": "Seamless ATS integration, zero disruption",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Seamless ATS integration, zero disruption</h2>"
},
{
"text": "Enterprise-grade security, proven bias protection",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Enterprise-grade security, proven bias protection</h2>"
},
{
"text": "Ideas, data, and insights to move you forward",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Ideas, data, and insights to move you forward</h2>"
},
{
"text": "Put an AI workforce behind your hiring team",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Put an AI workforce 
behind your hiring team</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is GoodTime?",
"pattern": {}
},
{
"id": "how",
"label": "How does GoodTime work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use GoodTime?",
"pattern": {}
},
{
"id": "cost",
"label": "Is GoodTime free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does GoodTime compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is GoodTime?",
"pattern": {}
},
{
"id": "how",
"label": "How does GoodTime work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use GoodTime?",
"pattern": {}
},
{
"id": "cost",
"label": "Is GoodTime free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does GoodTime 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 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 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": 120154,
"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 credential type language.",
"compatibleContentType": false,
"contentLength": 109162,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": false,
"links": [
"/html;",
"https://gmpg.org/xfn/11\">",
"/apple-touch-icon.png",
"/png",
"/favicon-32x32.png",
"/png",
"/favicon-16x16.png",
"/site.webmanifest",
"/safari-pinned-tab.svg",
"https://yoast.com/product/yoast-seo-premium-wordpress/"
],
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n\t<meta http-equiv=\"Content-Security-Policy\" content=\"upgrade-insecure-requests\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n\t<link rel=\"manifest\" href=\"/site.webmanifest\">\n\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">\n\t<meta name=\"msapplication-TileColor\" content=\"#603cba\">\n\t<meta name=\"theme-color\" content=\"#ffffff\">\n\t<meta name"
}
},
"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 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": 120154,
"text": "<!doctype html>\n<html lang=\"en-US\">\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n\t<meta http-equiv=\"Content-Security-Policy\" content=\"upgrade-insecure-requests\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n\t<link rel=\"manifest\" href=\"/site.webmanifest\">\n\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">\n\t<meta name=\"msapplication-TileColor\" content=\"#603cba\">\n\t<meta name=\"theme-color\" content=\"#ffffff\">\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO Premium plugin - https://yoast.com/product/yoast-seo-premium-wordpress/ -->\n\t<title>Page not found | GoodTime</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | GoodTime\" />\n\t<meta property=\"og:site_name\" content=\"GoodTime\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/goodtime.io\\/#website\",\"url\":\"https:\\/\\/goodtime.io\\/\",\"name\":\"GoodTime\",\"description\":\"The Best Interview Scheduling Software\",\"publisher\":{\"@id\":\"https:\\/\\/goodtime.io\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/goodtime.io\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/goodtime.io\\/#organization\",\"name\":\"GoodTime\",\"url\":\"https:\\/\\/goodtime.io\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\/\\/goodtime.io\\/#\\/schema\\/logo\\/image\\/\",\"url\":\"https:\\/\\/goodtime.io\\/wp-content\\/uploads\\/2022\\/04\\/goodtime-logo-colored.svg\",\"contentUrl\":\"https:\\/\\/goodtime.io\\/wp-content\\/uploads\\/2022\\/04\\/goodtime-logo-colored.svg\",\"width\":167,\"height\":24,\"caption\":\"GoodTime\"},\"image\":{\"@id\":\"https:\\/\\/goodtime.io\\/#\\/schema\\/logo\\/image\\/\"},\"sameAs\":[\"https:\\/\\/www.linkedin.com\\/company\\/goodtime-io\\/\"],\"description\":\"GoodTime is the leader in complex interview scheduling automation for enterprise talent teams. Our AI-powered platform handles the toughest global scheduling challenges, from multi-day panels to high-volume hiring events.\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"51\",\"maxValue\":\"200\"}}]}</script>\n\t<!-- / Yoast SEO Premium plugin. -->\n\n\n<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<style id=\"wp-img-auto-sizes-contain-inline-css\">\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<link rel='stylesheet' id='wp-block-library-css' href='https://goodtime.io/wp-includes/css/dist/block-library/style.min.css' media='all' />\n<style id=\"classic-theme-styles-inline-css\">\n/*! This file is auto-generated */\n.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}\n/*# sourceURL=/wp-includes/css/classic-themes.min.css */\n</style>\n<style id=\"global-styles-inline-css\">\n:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f7"
},
"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": 120154,
"text": "<!doctype html>\n<html lang=\"en-US\">\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n\t<meta http-equiv=\"Content-Security-Policy\" content=\"upgrade-insecure-requests\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n\t<link rel=\"manifest\" href=\"/site.webmanifest\">\n\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">\n\t<meta name=\"msapplication-TileColor\" content=\"#603cba\">\n\t<meta name=\"theme-color\" content=\"#ffffff\">\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO Premium plugin - https://yoast.com/product/yoast-seo-premium-wordpress/ -->\n\t<title>Page not found | GoodTime</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | GoodTime\" />\n\t<meta property=\"og:site_name\" content=\"GoodTime\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/goodtime.io\\/#website\",\"url\":\"https:\\/\\/goodtime.io\\/\",\"name\":\"GoodTime\",\"description\":\"The Best Interview Scheduling Software\",\"publisher\":{\"@id\":\"https:\\/\\/goodtime.io\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/goodtime.io\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/goodtime.io\\/#organization\",\"name\":\"GoodTime\",\"url\":\"https:\\/\\/goodtime.io\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\/\\/goodtime.io\\/#\\/schema\\/logo\\/image\\/\",\"url\":\"https:\\/\\/goodtime.io\\/wp-content\\/uploads\\/2022\\/04\\/goodtime-logo-colored.svg\",\"contentUrl\":\"https:\\/\\/goodtime.io\\/wp-content\\/uploads\\/2022\\/04\\/goodtime-logo-colored.svg\",\"width\":167,\"height\":24,\"caption\":\"GoodTime\"},\"image\":{\"@id\":\"https:\\/\\/goodtime.io\\/#\\/schema\\/logo\\/image\\/\"},\"sameAs\":[\"https:\\/\\/www.linkedin.com\\/company\\/goodtime-io\\/\"],\"description\":\"GoodTime is the leader in complex interview scheduling automation for enterprise talent teams. Our AI-powered platform handles the toughest global scheduling challenges, from multi-day panels to high-volume hiring events.\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"51\",\"maxValue\":\"200\"}}]}</script>\n\t<!-- / Yoast SEO Premium plugin. -->\n\n\n<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<style id=\"wp-img-auto-sizes-contain-inline-css\">\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<link rel='stylesheet' id='wp-block-library-css' href='https://goodtime.io/wp-includes/css/dist/block-library/style.min.css' media='all' />\n<style id=\"classic-theme-styles-inline-css\">\n/*! This file is auto-generated */\n.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}\n/*# sourceURL=/wp-includes/css/classic-themes.min.css */\n</style>\n<style id=\"global-styles-inline-css\">\n:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f7"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
}
]
},
"resourceFetchSucceeded": false
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
11 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 11,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "This is intelligent orchestration — powered by Cori",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">This is intelligent <span class=\"text-highlight-gradient\">orchestration</span> — powered by Cori</h2>"
},
{
"index": 2,
"text": "AI that drives real ROI in enterprise hiring",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">AI that drives <span class=\"text-highlight-gradient\"> real ROI</span> in enterprise hiring</h2>"
},
{
"index": 3,
"text": "75%",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">75%</h2>"
},
{
"index": 4,
"text": "88%",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">88%</h2>"
},
{
"index": 5,
"text": "62%",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">62%</h2>"
},
{
"index": 6,
"text": "85%",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">85%</h2>"
},
{
"index": 7,
"text": "The only platform that fully automates corporate and high-volume hiring",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">The <span class=\"text-highlight-gradient\">only platform</span> that fully automates corporate and high-volume hiring</h2>"
},
{
"index": 8,
"text": "Seamless ATS integration, zero disruption",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Seamless ATS integration, zero disruption</h2>"
},
{
"index": 9,
"text": "Enterprise-grade security, proven bias protection",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Enterprise-grade security, proven bias protection</h2>"
},
{
"index": 10,
"text": "Ideas, data, and insights to move you forward",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Ideas, data, and insights to move you forward</h2>"
},
{
"index": 11,
"text": "Put an AI workforce behind your hiring team",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Put an AI workforce 
behind your hiring team</h2>"
}
],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 120154
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!doctype html>\n<html lang=\"en-US\">\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n\t<meta http-equiv=\"Content-Security-Policy\" content=\"upgrade-insecure-requests\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n\t<link rel=\"manifest\" href=\"/site.webmanifest\">\n\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">\n\t<meta name=\"msapplication-TileColor\" content=\"#603cba\">\n\t<meta name=\"theme-color\" content=\"#ffffff\">\n\t<meta name"
},
"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://goodtime.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://goodtime.io/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://goodtime.io/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://goodtime.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": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
}
]
},
"resourceFetchSucceeded": false
}SEOSEOBrowser audit
Links are not crawlable
50 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}SEOSEOBrowser audit
Links do not have descriptive text
50 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
4 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": "4 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
Avoid large layout shifts
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Avoid large layout shifts
Check name
Avoid large layout shifts
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
4 layout shifts found
Fix guidance
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "4 layout shifts found",
"description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
}Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
Check name
Document does not have a main landmark.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).
References
https://web.dev/learn/performance/Evidence
{
"description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)."
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "image-aspect-ratio",
"title": "Displays images with incorrect aspect ratio",
"score": 0
}
]
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 1,063 KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 1,063 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": 40
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 410 ms
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 410 ms",
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
5 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 3,806 KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 3,806 KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 3897181
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
5 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 127 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 127 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
Minify JavaScript
5 Warning
Performance and AccessibilityPerformanceBrowser audit
Minify JavaScript
Check name
Minify JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 9 KiB
Fix guidance
Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 9 KiB",
"description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
5 Warning
Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
Check name
Reduce unused CSS
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 25 KiB
Fix guidance
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 25 KiB",
"description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
4 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
55/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": 26,
"displayValue": "6.0 s",
"numericValue": 6032.078119534999
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 100,
"displayValue": "0.4 s",
"numericValue": 426.00686925519676
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 11,
"displayValue": "3.9 s",
"numericValue": 3901.697010315854
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "10 ms",
"numericValue": 11.957730000000003
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 100,
"displayValue": "0.4 s",
"numericValue": 446.00729858364656
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 370 ms",
"numericValue": 373
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 1,
"displayValue": "740 ms",
"numericValue": 744
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 1,
"displayValue": "1,540 ms",
"numericValue": 1539.3094614829392
}
]
}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 |
|---|---|---|---|
| 59/100 | Level 3, Bot-Aware | Current report |