Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 41 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 20 out of 100
- GEO, AIO and AEO 62 out of 100
- SEO 92 out of 100
- Performance and Accessibility 83 out of 100
What AI sees of your website
Pathful | The Career Readiness & Development Company for K-16
Pathful prepares 2.5M+ students for careers that actually exist—with real skills, authentic industry experiences, and professional connections from 5,000+ partner companies. Built for K-12.
Next step
Turn this report into a fix workflow
27 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 41 | Priority fix | 9 | 14 | 1 | View details |
| Discoverability | 33 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 54 | Needs work | 5 | 5 | 1 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 62 | Needs work | 4 | 4 | 12 | View details |
| GEO Readiness | 62 | Needs work | 1 | 1 | 4 | View details |
| AIO Readiness | 60 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 63 | Needs work | 1 | 1 | 5 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 20 | Priority fix | 5 | 4 | 0 | View details |
| Security & Trust | 20 | Priority fix | 1 | 4 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 83 | Mostly ready | 16 | 6 | 4 | View details |
| Performance | 83 | Mostly ready | 8 | 4 | 4 | View details |
| Accessibility | 83 | Mostly ready | 8 | 2 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
53 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 16:17:33 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.pathful.com\" data-wf-page=\"68719e50f0b3a42d461aa884\" data-wf-site=\"68719e50f0b3a42d461aa8b0\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/css/pathful-staging.webflow.shared.2df186037.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-LfGGA30bXmPYGCMdguzpLSwW2/Rbcu5dxbjhWjq3bS60QuqpI7vFcqesdbLaazVr\" crossorigin=\"anonymous\""
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 16:17:33 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.pathful.com\" data-wf-page=\"68719e50f0b3a42d461aa884\" data-wf-site=\"68719e50f0b3a42d461aa8b0\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/css/pathful-staging.webflow.shared.2df186037.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-LfGGA30bXmPYGCMdguzpLSwW2/Rbcu5dxbjhWjq3bS60QuqpI7vFcqesdbLaazVr\" crossorigin=\"anonymous\""
},
{
"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><!-- Last Published: Tue Jun 09 2026 16:17:33 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.pathful.com\" data-wf-page=\"68719e50f0b3a42d461aa884\" data-wf-site=\"68719e50f0b3a42d461aa8b0\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/css/pathful-staging.webflow.shared.2df186037.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-LfGGA30bXmPYGCMdguzpLSwW2/Rbcu5dxbjhWjq3bS60QuqpI7vFcqesdbLaazVr\" crossorigin=\"anonymous\""
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 16:17:33 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.pathful.com\" data-wf-page=\"68719e50f0b3a42d461aa884\" data-wf-site=\"68719e50f0b3a42d461aa8b0\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/css/pathful-staging.webflow.shared.2df186037.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-LfGGA30bXmPYGCMdguzpLSwW2/Rbcu5dxbjhWjq3bS60QuqpI7vFcqesdbLaazVr\" crossorigin=\"anonymous\""
},
{
"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><!-- Last Published: Tue Jun 09 2026 16:17:33 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.pathful.com\" data-wf-page=\"68719e50f0b3a42d461aa884\" data-wf-site=\"68719e50f0b3a42d461aa8b0\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/css/pathful-staging.webflow.shared.2df186037.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-LfGGA30bXmPYGCMdguzpLSwW2/Rbcu5dxbjhWjq3bS60QuqpI7vFcqesdbLaazVr\" crossorigin=\"anonymous\""
},
{
"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><!-- Last Published: Tue Jun 09 2026 16:17:33 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.pathful.com\" data-wf-page=\"68719e50f0b3a42d461aa884\" data-wf-site=\"68719e50f0b3a42d461aa8b0\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/css/pathful-staging.webflow.shared.2df186037.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-LfGGA30bXmPYGCMdguzpLSwW2/Rbcu5dxbjhWjq3bS60QuqpI7vFcqesdbLaazVr\" crossorigin=\"anonymous\""
},
{
"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><!-- Last Published: Tue Jun 09 2026 16:17:33 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.pathful.com\" data-wf-page=\"68719e50f0b3a42d461aa884\" data-wf-site=\"68719e50f0b3a42d461aa8b0\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/css/pathful-staging.webflow.shared.2df186037.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-LfGGA30bXmPYGCMdguzpLSwW2/Rbcu5dxbjhWjq3bS60QuqpI7vFcqesdbLaazVr\" crossorigin=\"anonymous\""
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
50 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
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": 26352,
"excerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 16:17:33 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.pathful.com\" data-wf-page=\"68719e50f0b3a42d461aa882\" data-wf-site=\"68719e50f0b3a42d461aa8b0\" lang=\"en\"><head><me",
"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": 88
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"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": 148173
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"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: 32 links missing accessible names.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a href=\"#\" class=\"banner3_close-button pink-7 w-inline-block\"><div class=\"icon-embed-small pink-8 w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22.8354 22.864L22.3639 23.3354C22.1036 23.5957 21.6815 23.5957 21.4211 23.3354L16 17.9142L10.5788 23.3353C10.3185 23.5957 9.89638 23.5957 9.63603 23.3353L9.16462 22.8639C8.90427 22.6036 8.90427 22.1815 9.16462 21.9211L14.5858 16.5L9.16462 11.0788C8.90427 10.8185 8.90427 10.3964 9.1",
"<a href=\"/\" aria-current=\"page\" class=\"navbar_logo-link w-nav-brand w--current\"><img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6872beb88b459659a56f1498_pathful-logo.png\" loading=\"lazy\" alt class=\"navbar-logo_image\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a style=\"background-color:#9bba3c\" href=\"#\" class=\"button is-framework w-dyn-bind-empty w-button\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a style=\"background-color:#92278f\" href=\"#\" class=\"button is-framework w-dyn-bind-empty w-button\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a style=\"background-color:#0692b1\" href=\"#\" class=\"button is-framework w-dyn-bind-empty w-button\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a href=\"#\" class=\"tag-link w-inline-block w-condition-invisible\"></a>",
"<a style=\"background-color:#f7941d\" href=\"#\" class=\"button is-framework w-dyn-bind-empty w-button\"></a>",
"<a style=\"background-color:#f7941d\" href=\"#\" class=\"button is-framework w-dyn-bind-empty w-button\"></a>",
"<a href=\"/\" aria-current=\"page\" class=\"footer_logo-wrapper w-inline-block w--current\"><img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6872beb88b459659a56f1498_pathful-logo.png\" loading=\"lazy\" alt class=\"footer_logo-image\"></a>",
"<a href=\"https://www.facebook.com/PathfulInc/\" target=\"_blank\" class=\"footer_social-link w-inline-block\" rel=\"noopener noreferrer\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 25\" fill=\"none\"><path opacity=\"1\" d=\"M22 12.6407C22 7.0841 17.5229 2.57959 12 2.57959C6.47715 2.57959 2 7.0841 2 12.6407C2 17.6624 5.65684 21.8248 10.4375 22.5796V15.549H7.89844V12.6407H10.4375V10.4241C10.4375 7.90255 11.9305 6.50971 14.2146 6.50971C15.3088 6.50971 16.4531 6.70622 16.4531 6.70622V9.",
"<a href=\"https://www.instagram.com/pathfulinc/\" target=\"_blank\" class=\"footer_social-link w-inline-block\" rel=\"noopener noreferrer\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 25\" fill=\"none\"><path opacity=\"1\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 3.57959H8C5.23858 3.57959 3 5.81817 3 8.57959V16.5796C3 19.341 5.23858 21.5796 8 21.5796H16C18.7614 21.5796 21 19.341 21 16.5796V8.57959C21 5.81817 18.7614 3.57959 16 3.57959ZM19.25 16.5796C19.2445 18.3722 17.7926 19.8",
"<a href=\"https://x.com/Pathfulinc\" target=\"_blank\" class=\"footer_social-link w-inline-block\" rel=\"noopener noreferrer\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 25\" fill=\"none\"><path opacity=\"1\" d=\"M17.1761 4.57959H19.9362L13.9061 11.357L21 20.5796H15.4456L11.0951 14.9862L6.11723 20.5796H3.35544L9.80517 13.3304L3 4.57959H8.69545L12.6279 9.69221L17.1761 4.57959ZM16.2073 18.955H17.7368L7.86441 6.11887H6.2232L16.2073 18.955Z\" fill=\"currentColor\"/></svg></a>",
"<a href=\"https://www.linkedin.com/company/pathful-inc/\" target=\"_blank\" class=\"footer_social-link w-inline-block\" rel=\"noopener noreferrer\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 25\" fill=\"none\"><path opacity=\"1\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 3.57959C3.67157 3.57959 3 4.25116 3 5.07959V20.0796C3 20.908 3.67157 21.5796 4.5 21.5796H19.5C20.3284 21.5796 21 20.908 21 20.0796V5.07959C21 4.25116 20.3284 3.57959 19.5 3.57959H4.5ZM8.52076 7.58231C8.52639 8",
"<a href=\"https://www.youtube.com/@Pathful\" target=\"_blank\" class=\"footer_social-link w-inline-block\" rel=\"noopener noreferrer\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 25\" fill=\"none\"><path opacity=\"1\" d=\"M21.5928 7.53992C21.4789 7.11732 21.2563 6.73193 20.9472 6.42209C20.6381 6.11225 20.2532 5.88878 19.8308 5.77392C18.2648 5.34392 11.9998 5.33692 11.9998 5.33692C11.9998 5.33692 5.73584 5.32992 4.16884 5.74092C3.74677 5.86107 3.36266 6.0877 3.05341 6.39906C2.74415 6.7"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 16,
"links": 86,
"inaccessibleLinks": 32,
"buttons": 2,
"inaccessibleButtons": 0,
"images": 25,
"imagesWithAlt": 25,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 148173
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 148173
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
25 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Fri, 12 Jun 2026 03:35:11 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 148173
}
]
},
"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": 88
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"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": 88
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 148173
}
]
},
"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": 88
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 148173
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.pathful.com",
"probes": [
{
"name": "_index._agents.www.pathful.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.pathful.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.pathful.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "pathful.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
10 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
No JSON-LD structured data was detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 0/100 and needs a fix.
Evidence
{
"schemaCount": 0,
"mismatches": [],
"score": 0,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about",
"text": "About Us",
"html": "<a blocks-name=\"navbar11_dropdown-link-2\" href=\"/about\" class=\"navbar_dropdown-link w-inline-block\"><div blocks-name=\"navbar11_text-wrapper-2\" blocks-slot-children=\"ST232\" class=\"navbar_text-wrapper\"><div blocks-name=\"paragraph-3\" class=\"text-weight-semibold\">About Us</div></div></a>"
},
{
"href": "/company-news",
"text": "Company News",
"html": "<a blocks-name=\"navbar11_dropdown-link-2\" href=\"/company-news\" class=\"navbar_dropdown-link w-inline-block\"><div blocks-name=\"navbar11_text-wrapper-2\" blocks-slot-children=\"ST232\" class=\"navbar_text-wrapper\"><div blocks-name=\"paragraph-3\" class=\"text-weight-semibold\">Company News</div></div></a>"
},
{
"href": "www.pathful.com/lifestyle-calculator",
"text": "Learn about our Lifestyle Calculator",
"html": "<a style=\"background-color:#9bba3c\" href=\"www.pathful.com/lifestyle-calculator\" class=\"button is-framework w-button\">Learn about our Lifestyle Calculator</a>"
},
{
"href": "https://www.pathful.com/lifestyle-calculator",
"text": "Learn about our Lifestyle Calculator",
"html": "<a style=\"background-color:#92278f\" href=\"https://www.pathful.com/lifestyle-calculator\" class=\"button is-framework w-button\">Learn about our Lifestyle Calculator</a>"
},
{
"href": "https://www.pathful.com/experience-tracker",
"text": "Learn about our Experience Tracker",
"html": "<a style=\"background-color:#0692b1\" href=\"https://www.pathful.com/experience-tracker\" class=\"button is-framework w-button\">Learn about our Experience Tracker</a>"
},
{
"href": "https://www.linkedin.com/company/pathful-inc/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/pathful-inc/\" target=\"_blank\" class=\"footer_social-link w-inline-block\" rel=\"noopener noreferrer\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 25\" fill=\"none\"><path opacity=\"1\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 3.57959C3.67157 3.57959 3 4.25116 3 5.07959V20.0796C3 20.908 3.67157 21.5796 4.5 21.5796H19.5C20.3284 21.5796 21 20.908 21 20.0796V5.07959C21 4.25116 20.3284 3.57959 19.5 3.57959H4.5ZM8.52076 7.58231C8.5263..."
}
],
"contactLinks": [
{
"href": "https://learn.pathful.com/contact_support",
"text": "Contact Support",
"html": "<a blocks-name=\"navbar11_dropdown-link-2\" href=\"https://learn.pathful.com/contact_support\" target=\"_blank\" class=\"navbar_dropdown-link w-inline-block\" rel=\"noopener noreferrer\"><div blocks-name=\"navbar11_text-wrapper-2\" blocks-slot-children=\"ST232\" class=\"navbar_text-wrapper\"><div blocks-name=\"paragraph-3\" class=\"text-weight-semibold\">Contact Support</div></div></a>"
},
{
"href": "https://learn.pathful.com/k-16-education-demo-web",
"text": "Education PartnersLearn how Pathful helps educators deliver Career Readiness & Development",
"html": "<a blocks-name=\"navbar11_dropdown-link\" href=\"https://learn.pathful.com/k-16-education-demo-web\" target=\"_blank\" class=\"navbar_dropdown-link w-inline-block\" rel=\"noopener noreferrer\"><div blocks-name=\"navbar11_text-wrapper\" blocks-slot-children=\"ST232\" class=\"navbar_text-wrapper\"><div blocks-name=\"paragraph\" class=\"text-weight-semibold\">Education Partners</div><p blocks-name=\"paragraph-2\" class=\"text-size-small hide-mobile-landscape\">Learn how Pathful helps educators deliver Career Readi..."
},
{
"href": "https://learn.pathful.com/industry-demo-web",
"text": "Workforce PartnersSee how Pathful helps you shape your workforce pipeline",
"html": "<a blocks-name=\"navbar11_dropdown-link\" href=\"https://learn.pathful.com/industry-demo-web\" target=\"_blank\" class=\"navbar_dropdown-link w-inline-block\" rel=\"noopener noreferrer\"><div blocks-name=\"navbar11_text-wrapper\" blocks-slot-children=\"ST232\" class=\"navbar_text-wrapper\"><div blocks-name=\"paragraph\" class=\"text-weight-semibold\">Workforce Partners</div><p blocks-name=\"paragraph-2\" class=\"text-size-small hide-mobile-landscape\">See how Pathful helps you shape your workforce pipeline</p></div>..."
},
{
"href": "https://learn.pathful.com/k-16-education-demo-web",
"text": "Contact Sales",
"html": "<a href=\"https://learn.pathful.com/k-16-education-demo-web\" target=\"_blank\" class=\"footer_legal-link\" rel=\"noopener noreferrer\">Contact Sales</a>"
},
{
"href": "https://learn.pathful.com/contact_support",
"text": "Contact Support",
"html": "<a href=\"https://learn.pathful.com/contact_support\" target=\"_blank\" class=\"footer_legal-link\" rel=\"noopener noreferrer\">Contact Support</a>"
}
],
"privacyLinks": [
{
"href": "/privacy",
"text": "Policies",
"html": "<a href=\"/privacy\" class=\"footer_legal-link\">Policies</a>"
},
{
"href": "/terms",
"text": "Terms & Conditions",
"html": "<a href=\"/terms\" class=\"footer_legal-link\">Terms & Conditions</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: AI crawler accessibility
GEO: AI crawler accessibility scored 45/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: AI crawler accessibility
GEO: AI crawler accessibility scored 45/100 and needs a fix.
Needs attention
GEO: AI crawler accessibility
Issue
robots.txt blocks these AI crawlers: gptbot. No rendered JSON-LD schema block was detected.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: AI crawler accessibility
Score
45/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: AI crawler accessibility scored 45/100 and needs a fix.
Evidence
{
"textWords": 864,
"htmlBytes": 226407,
"robots": {
"checkedCrawlers": [
"gptbot",
"chatgpt-user",
"claudebot",
"perplexitybot",
"google-extended"
],
"blocked": [
"gptbot"
],
"allows": false
},
"schemaBlocks": 0,
"finalUrl": "https://www.pathful.com/",
"robotsExcerpt": "# Pathful, Inc. — robots.txt\n# AEO-optimised: allow AI *search* and *user-fetch* crawlers (drive citations),\n# block pure *training* crawlers (no citation upside, bandwidth cost only).\n# Last updated: 2026-05-11\n\n# ===== Cookie / privacy compliance scanner =====\nUser-agent: TermlyBot\nAllow: /\n\n# =====================================================================\n# ALLOWED — AI SEARCH / RETRIEVAL CRAWLERS\n# These build the indices that produce inline citations in AI answers.\n# =====================================================================\n\n# Anthropic training - May be used for search results, unclear\nUser-agent: ClaudeBot\nAllow: /\n\n# OpenAI — ChatGPT Search & SearchGPT citations\nUser-agent: OAI-SearchBot\nAllow: /\n\n# Anthropic — Claude search & retrieval\nUser-agent: Claude-Search",
"score": 45,
"weight": 26
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about",
"text": "About Us",
"html": "<a blocks-name=\"navbar11_dropdown-link-2\" href=\"/about\" class=\"navbar_dropdown-link w-inline-block\"><div blocks-name=\"navbar11_text-wrapper-2\" blocks-slot-children=\"ST232\" class=\"navbar_text-wrapper\"><div blocks-name=\"paragraph-3\" class=\"text-weight-semibold\">About Us</div></div></a>"
},
{
"href": "/company-news",
"text": "Company News",
"html": "<a blocks-name=\"navbar11_dropdown-link-2\" href=\"/company-news\" class=\"navbar_dropdown-link w-inline-block\"><div blocks-name=\"navbar11_text-wrapper-2\" blocks-slot-children=\"ST232\" class=\"navbar_text-wrapper\"><div blocks-name=\"paragraph-3\" class=\"text-weight-semibold\">Company News</div></div></a>"
},
{
"href": "www.pathful.com/lifestyle-calculator",
"text": "Learn about our Lifestyle Calculator",
"html": "<a style=\"background-color:#9bba3c\" href=\"www.pathful.com/lifestyle-calculator\" class=\"button is-framework w-button\">Learn about our Lifestyle Calculator</a>"
},
{
"href": "https://www.pathful.com/lifestyle-calculator",
"text": "Learn about our Lifestyle Calculator",
"html": "<a style=\"background-color:#92278f\" href=\"https://www.pathful.com/lifestyle-calculator\" class=\"button is-framework w-button\">Learn about our Lifestyle Calculator</a>"
},
{
"href": "https://www.pathful.com/experience-tracker",
"text": "Learn about our Experience Tracker",
"html": "<a style=\"background-color:#0692b1\" href=\"https://www.pathful.com/experience-tracker\" class=\"button is-framework w-button\">Learn about our Experience Tracker</a>"
},
{
"href": "https://www.linkedin.com/company/pathful-inc/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/pathful-inc/\" target=\"_blank\" class=\"footer_social-link w-inline-block\" rel=\"noopener noreferrer\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 25\" fill=\"none\"><path opacity=\"1\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 3.57959C3.67157 3.57959 3 4.25116 3 5.07959V20.0796C3 20.908 3.67157 21.5796 4.5 21.5796H19.5C20.3284 21.5796 21 20.908 21 20.0796V5.07959C21 4.25116 20.3284 3.57959 19.5 3.57959H4.5ZM8.52076 7.58231C8.5263..."
}
],
"contactLinks": [
{
"href": "https://learn.pathful.com/contact_support",
"text": "Contact Support",
"html": "<a blocks-name=\"navbar11_dropdown-link-2\" href=\"https://learn.pathful.com/contact_support\" target=\"_blank\" class=\"navbar_dropdown-link w-inline-block\" rel=\"noopener noreferrer\"><div blocks-name=\"navbar11_text-wrapper-2\" blocks-slot-children=\"ST232\" class=\"navbar_text-wrapper\"><div blocks-name=\"paragraph-3\" class=\"text-weight-semibold\">Contact Support</div></div></a>"
},
{
"href": "https://learn.pathful.com/k-16-education-demo-web",
"text": "Education PartnersLearn how Pathful helps educators deliver Career Readiness & Development",
"html": "<a blocks-name=\"navbar11_dropdown-link\" href=\"https://learn.pathful.com/k-16-education-demo-web\" target=\"_blank\" class=\"navbar_dropdown-link w-inline-block\" rel=\"noopener noreferrer\"><div blocks-name=\"navbar11_text-wrapper\" blocks-slot-children=\"ST232\" class=\"navbar_text-wrapper\"><div blocks-name=\"paragraph\" class=\"text-weight-semibold\">Education Partners</div><p blocks-name=\"paragraph-2\" class=\"text-size-small hide-mobile-landscape\">Learn how Pathful helps educators deliver Career Readi..."
},
{
"href": "https://learn.pathful.com/industry-demo-web",
"text": "Workforce PartnersSee how Pathful helps you shape your workforce pipeline",
"html": "<a blocks-name=\"navbar11_dropdown-link\" href=\"https://learn.pathful.com/industry-demo-web\" target=\"_blank\" class=\"navbar_dropdown-link w-inline-block\" rel=\"noopener noreferrer\"><div blocks-name=\"navbar11_text-wrapper\" blocks-slot-children=\"ST232\" class=\"navbar_text-wrapper\"><div blocks-name=\"paragraph\" class=\"text-weight-semibold\">Workforce Partners</div><p blocks-name=\"paragraph-2\" class=\"text-size-small hide-mobile-landscape\">See how Pathful helps you shape your workforce pipeline</p></div>..."
},
{
"href": "https://learn.pathful.com/k-16-education-demo-web",
"text": "Contact Sales",
"html": "<a href=\"https://learn.pathful.com/k-16-education-demo-web\" target=\"_blank\" class=\"footer_legal-link\" rel=\"noopener noreferrer\">Contact Sales</a>"
},
{
"href": "https://learn.pathful.com/contact_support",
"text": "Contact Support",
"html": "<a href=\"https://learn.pathful.com/contact_support\" target=\"_blank\" class=\"footer_legal-link\" rel=\"noopener noreferrer\">Contact Support</a>"
}
],
"privacyLinks": [
{
"href": "/privacy",
"text": "Policies",
"html": "<a href=\"/privacy\" class=\"footer_legal-link\">Policies</a>"
},
{
"href": "/terms",
"text": "Terms & Conditions",
"html": "<a href=\"/terms\" class=\"footer_legal-link\">Terms & Conditions</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 50/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 50/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, clear definition sentence using "is", "means", or "refers to" where natural, JSON-LD structured data.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
50/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 50/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 0,
"schemaBlocks": 0,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema",
"clear definition sentence using \"is\", \"means\", or \"refers to\" where natural",
"JSON-LD structured data"
],
"score": 50,
"weight": 24
}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
15 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer-first sections
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer-first sections scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 15,
"passing": 0,
"failing": [
{
"heading": "Career Readiness & Development Shaped by the Workforce That Needs It",
"headingHtml": "<h2>Career Readiness & Development Shaped by the Workforce That Needs It</h2>",
"firstParagraph": "Pathful prepares students and adult learners for careers that actually exist with skills employers actually need. We deliver traditional career readiness and work-based learning requirements—plus authentic experiences, progressive skill development, and professional connections developed in partnership with 5,000+ c...",
"paragraphHtml": "<p>Pathful prepares students and adult learners for careers that actually exist with skills employers actually need. We deliver traditional career readiness and work-based learning requirements—plus authentic experiences, progressive skill development, and professional connections developed in partnership with 5,000+ companies. <br><br>When industry shapes career preparation, students gain real skills, employers build talent pipelines, and communities strengthen workforce growth where...",
"words": 63,
"direct": false,
"issue": "First paragraph is 63 words and does not look like a concise direct answer."
},
{
"heading": "Bring Their Career Journey To Life",
"headingHtml": "<h2>Bring Their Career Journey To Life</h2>",
"firstParagraph": "Through authentic, industry-informed experiences, Pathful empowers learners to discover career possibilities, build confidence through engaging exploration, and develop essential skills—creating clear pathways to their professional futures.",
"paragraphHtml": "<p>Through authentic, industry-informed experiences, Pathful empowers learners to discover career possibilities, build confidence through engaging exploration, and develop essential skills—creating clear pathways to their professional futures.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Awareness",
"headingHtml": "<h2>Awareness</h2>",
"firstParagraph": "Interactive tools and videos help students explore broad career categories and understand the impact of personal interests and lifestyle choices.",
"paragraphHtml": "<p>Interactive tools and videos help students explore broad career categories and understand the impact of personal interests and lifestyle choices.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Exploration",
"headingHtml": "<h2>Exploration</h2>",
"firstParagraph": "Students dive deeper into specific roles, industries, and pathways with job shadowing videos, assessments, and planning tools that align with their strengths and values.",
"paragraphHtml": "<p>Students dive deeper into specific roles, industries, and pathways with job shadowing videos, assessments, and planning tools that align with their strengths and values.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Preparation",
"headingHtml": "<h2>Preparation</h2>",
"firstParagraph": "From project-based learning to employability training, students gain practical experience and develop key skills they’ll need for college, careers, or both.",
"paragraphHtml": "<p>From project-based learning to employability training, students gain practical experience and develop key skills they’ll need for college, careers, or both.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Placement",
"headingHtml": "<h2>Placement</h2>",
"firstParagraph": "Connecting with opportunities and transitioning into chosen career paths.",
"paragraphHtml": "<p>Connecting with opportunities and transitioning into chosen career paths.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Career Content That Inspires",
"headingHtml": "<h2>Career Content That Inspires</h2>",
"firstParagraph": "Exclusive career experiences from the companies and professionals powering today's workforce and shaping tomorrow.",
"paragraphHtml": "<p>Exclusive career experiences from the companies and professionals powering today's workforce and shaping tomorrow.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Social Media Influencer",
"headingHtml": "<h3 class=\"heading-style-h5\">Social Media Influencer</h3>",
"firstParagraph": "Learners can step behind the scenes with a successful social media influencer and discover the strategy, creativity, and business savvy that makes this career so appealing—offering insights into a legitimate profession with genuine earning potential that resonates with today's digital-native students.",
"paragraphHtml": "<p class=\"text-color-opacity80\">Learners can step behind the scenes with a successful social media influencer and discover the strategy, creativity, and business savvy that makes this career so appealing—offering insights into a legitimate profession with genuine earning potential that resonates with today's digital-native students.</p>",
"words": 42,
"direct": false,
"issue": "First paragraph is 42 words and does not look like a concise direct answer."
},
{
"heading": "Robotic Weld Technician",
"headingHtml": "<h3 class=\"heading-style-h5\">Robotic Weld Technician</h3>",
"firstParagraph": "Explore the high-tech world of advanced manufacturing where robotic weld technicians earn competitive salaries in a field facing a critical shortage—showcasing how skilled trades offer stable career paths without requiring expensive four-year degrees.",
"paragraphHtml": "<p class=\"text-color-opacity80\">Explore the high-tech world of advanced manufacturing where robotic weld technicians earn competitive salaries in a field facing a critical shortage—showcasing how skilled trades offer stable career paths without requiring expensive four-year degrees. </p>",
"words": 34,
"direct": false,
"issue": "First paragraph is 34 words and does not look like a concise direct answer."
},
{
"heading": "Bat Conservationist",
"headingHtml": "<h3 class=\"heading-style-h5\">Bat Conservationist</h3>",
"firstParagraph": "Journey into the world of wildlife conservation with Dr. Kristen Lear, whose passion for bats led to groundbreaking research protecting endangered species across three continents—demonstrating how students can transform childhood curiosity into meaningful scientific careers.",
"paragraphHtml": "<p class=\"text-color-opacity80\">Journey into the world of wildlife conservation with Dr. Kristen Lear, whose passion for bats led to groundbreaking research protecting endangered species across three continents—demonstrating how students can transform childhood curiosity into meaningful scientific careers.</p>",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "Sports Psychologist",
"headingHtml": "<h3 class=\"heading-style-h5\">Sports Psychologist</h3>",
"firstParagraph": "Gain access to specialized career pathways as students connect with a professional sports psychologist in this live, virtual session—bringing specialized expertise directly to learners while eliminating geographic barriers to authentic career exploration.",
"paragraphHtml": "<p class=\"text-color-opacity80\">Gain access to specialized career pathways as students connect with a professional sports psychologist in this live, virtual session—bringing specialized expertise directly to learners while eliminating geographic barriers to authentic career exploration. </p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
},
{
"heading": "Industrial Engineer",
"headingHtml": "<h3 class=\"heading-style-h5\">Industrial Engineer</h3>",
"firstParagraph": "STEM expertise can lead to unexpected career opportunities—like creating scents for everyday soaps, revealing creative career paths that most students wouldn't associate with traditional engineering roles.",
"paragraphHtml": "<p class=\"text-color-opacity80\">STEM expertise can lead to unexpected career opportunities—like creating scents for everyday soaps, revealing creative career paths that most students wouldn't associate with traditional engineering roles. </p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Aerospace and Structures Engineer",
"headingHtml": "<h3 class=\"heading-style-h5\">Aerospace and Structures Engineer</h3>",
"firstParagraph": "Tour real workplaces – no permission slip required! Explore facilities, observe professionals in action, and ask questions about daily operations—providing authentic career insights that go beyond traditional research while expanding occupational identity.",
"paragraphHtml": "<p class=\"text-color-opacity80\">Tour real workplaces – no permission slip required! Explore facilities, observe professionals in action, and ask questions about daily operations—providing authentic career insights that go beyond traditional research while expanding occupational identity. </p>",
"words": 32,
"direct": false,
"issue": "First paragraph is 32 words and does not look like a concise direct answer."
},
{
"heading": "Career Readiness Without Limitations",
"headingHtml": "<h2>Career Readiness Without Limitations</h2>",
"firstParagraph": "Across the U.S., educators and workforce partners are creating stronger pipelines and preparing students with purpose.",
"paragraphHtml": "<p>Across the U.S., educators and workforce partners are creating stronger pipelines and preparing students with purpose. </p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Ready to Make Career Readiness More Meaningful?",
"headingHtml": "<h2>Ready to Make Career Readiness More Meaningful?</h2>",
"firstParagraph": "Let’s talk about how Pathful can support your students and meet your goals.",
"paragraphHtml": "<p>Let’s talk about how Pathful can support your students and meet your goals.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 76/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 76/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: career, readiness, development, company.
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
76/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 76/100 and needs improvement.
Evidence
{
"title": "Pathful | The Career Readiness & Development Company for K-16",
"h1": "The Career Readiness & Development Company",
"description": "Pathful prepares 2.5M+ students for careers that actually exist—with real skills, authentic industry experiences, and professional connections from 5,000+ partner companies. Built for K-12.",
"topicOverlap": 0.2,
"topicTerms": [
"pathful",
"career",
"readiness",
"development",
"company"
],
"descriptionTerms": [
"pathful",
"prepares",
"students",
"careers",
"actually",
"exist",
"real",
"skills",
"authentic",
"industry",
"experiences",
"professional",
"connections",
"000",
"partner",
"companies",
"built"
],
"missingFromDescription": [
"career",
"readiness",
"development",
"company"
],
"score": 76,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 65/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: career, readiness, development, company.
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
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: Entity and definition clarity scored 65/100 and needs improvement.
Evidence
{
"title": "Pathful | The Career Readiness & Development Company for K-16",
"h1": "The Career Readiness & Development Company",
"description": "Pathful prepares 2.5M+ students for careers that actually exist—with real skills, authentic industry experiences, and professional connections from 5,000+ partner companies. Built for K-12.",
"topicOverlap": 0.2,
"definitionCount": 0,
"topicTerms": [
"pathful",
"career",
"readiness",
"development",
"company"
],
"descriptionTerms": [
"pathful",
"prepares",
"students",
"careers",
"actually",
"exist",
"real",
"skills",
"authentic",
"industry",
"experiences",
"professional",
"connections",
"000",
"partner",
"companies",
"built"
],
"missingFromDescription": [
"career",
"readiness",
"development",
"company"
],
"score": 65,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
15 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 70/100 and needs improvement.
Evidence
{
"h2Count": 9,
"questionH2s": [
{
"index": 10,
"text": "Ready to Make Career Readiness More Meaningful?",
"isQuestion": true,
"html": "<h2>Ready to Make Career Readiness More Meaningful?</h2>"
}
],
"hasFaq": false,
"score": 70,
"weight": 18
}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
2 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 2,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 12,
"heading": "H2: Career Readiness & Development Shaped by the Workforce That Needs It",
"text": "Pathful prepares students and adult learners for careers that actually exist with skills employers actually need. We deliver traditional career readiness and work-based learning requirements—plus authentic experiences, progressive skill development, and professional connections developed in partnership with 5,000+ companies. When industry shapes career preparation, students gain real skills, employers build talent...",
"words": 63,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (63 words; target 80-220)."
],
"html": "<p>Pathful prepares students and adult learners for careers that actually exist with skills employers actually need. We deliver traditional career readiness and work-based learning requirements—plus authentic experiences, progressive skill development, and professional connections developed in partnership with 5,000+ companies. <br><br>When industry shapes career preparation, students gain real skills, employers build talent pipelines, and communities strengthen workforce growth where..."
},
{
"index": 21,
"heading": "H3: Social Media Influencer",
"text": "Learners can step behind the scenes with a successful social media influencer and discover the strategy, creativity, and business savvy that makes this career so appealing—offering insights into a legitimate profession with genuine earning potential that resonates with today's digital-native students.",
"words": 42,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-color-opacity80\">Learners can step behind the scenes with a successful social media influencer and discover the strategy, creativity, and business savvy that makes this career so appealing—offering insights into a legitimate profession with genuine earning potential that resonates with today's digital-native students.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
15 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Answer block readiness
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Answer block readiness scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 15,
"passing": 0,
"failing": [
{
"heading": "Career Readiness & Development Shaped by the Workforce That Needs It",
"headingHtml": "<h2>Career Readiness & Development Shaped by the Workforce That Needs It</h2>",
"firstParagraph": "Pathful prepares students and adult learners for careers that actually exist with skills employers actually need. We deliver traditional career readiness and work-based learning requirements—plus authentic experiences, progressive skill development, and professional connections developed in partnership with 5,000+ c...",
"paragraphHtml": "<p>Pathful prepares students and adult learners for careers that actually exist with skills employers actually need. We deliver traditional career readiness and work-based learning requirements—plus authentic experiences, progressive skill development, and professional connections developed in partnership with 5,000+ companies. <br><br>When industry shapes career preparation, students gain real skills, employers build talent pipelines, and communities strengthen workforce growth where...",
"words": 63,
"direct": false,
"issue": "First paragraph is 63 words and does not look like a concise direct answer."
},
{
"heading": "Bring Their Career Journey To Life",
"headingHtml": "<h2>Bring Their Career Journey To Life</h2>",
"firstParagraph": "Through authentic, industry-informed experiences, Pathful empowers learners to discover career possibilities, build confidence through engaging exploration, and develop essential skills—creating clear pathways to their professional futures.",
"paragraphHtml": "<p>Through authentic, industry-informed experiences, Pathful empowers learners to discover career possibilities, build confidence through engaging exploration, and develop essential skills—creating clear pathways to their professional futures.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Awareness",
"headingHtml": "<h2>Awareness</h2>",
"firstParagraph": "Interactive tools and videos help students explore broad career categories and understand the impact of personal interests and lifestyle choices.",
"paragraphHtml": "<p>Interactive tools and videos help students explore broad career categories and understand the impact of personal interests and lifestyle choices.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Exploration",
"headingHtml": "<h2>Exploration</h2>",
"firstParagraph": "Students dive deeper into specific roles, industries, and pathways with job shadowing videos, assessments, and planning tools that align with their strengths and values.",
"paragraphHtml": "<p>Students dive deeper into specific roles, industries, and pathways with job shadowing videos, assessments, and planning tools that align with their strengths and values.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Preparation",
"headingHtml": "<h2>Preparation</h2>",
"firstParagraph": "From project-based learning to employability training, students gain practical experience and develop key skills they’ll need for college, careers, or both.",
"paragraphHtml": "<p>From project-based learning to employability training, students gain practical experience and develop key skills they’ll need for college, careers, or both.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Placement",
"headingHtml": "<h2>Placement</h2>",
"firstParagraph": "Connecting with opportunities and transitioning into chosen career paths.",
"paragraphHtml": "<p>Connecting with opportunities and transitioning into chosen career paths.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Career Content That Inspires",
"headingHtml": "<h2>Career Content That Inspires</h2>",
"firstParagraph": "Exclusive career experiences from the companies and professionals powering today's workforce and shaping tomorrow.",
"paragraphHtml": "<p>Exclusive career experiences from the companies and professionals powering today's workforce and shaping tomorrow.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Social Media Influencer",
"headingHtml": "<h3 class=\"heading-style-h5\">Social Media Influencer</h3>",
"firstParagraph": "Learners can step behind the scenes with a successful social media influencer and discover the strategy, creativity, and business savvy that makes this career so appealing—offering insights into a legitimate profession with genuine earning potential that resonates with today's digital-native students.",
"paragraphHtml": "<p class=\"text-color-opacity80\">Learners can step behind the scenes with a successful social media influencer and discover the strategy, creativity, and business savvy that makes this career so appealing—offering insights into a legitimate profession with genuine earning potential that resonates with today's digital-native students.</p>",
"words": 42,
"direct": false,
"issue": "First paragraph is 42 words and does not look like a concise direct answer."
},
{
"heading": "Robotic Weld Technician",
"headingHtml": "<h3 class=\"heading-style-h5\">Robotic Weld Technician</h3>",
"firstParagraph": "Explore the high-tech world of advanced manufacturing where robotic weld technicians earn competitive salaries in a field facing a critical shortage—showcasing how skilled trades offer stable career paths without requiring expensive four-year degrees.",
"paragraphHtml": "<p class=\"text-color-opacity80\">Explore the high-tech world of advanced manufacturing where robotic weld technicians earn competitive salaries in a field facing a critical shortage—showcasing how skilled trades offer stable career paths without requiring expensive four-year degrees. </p>",
"words": 34,
"direct": false,
"issue": "First paragraph is 34 words and does not look like a concise direct answer."
},
{
"heading": "Bat Conservationist",
"headingHtml": "<h3 class=\"heading-style-h5\">Bat Conservationist</h3>",
"firstParagraph": "Journey into the world of wildlife conservation with Dr. Kristen Lear, whose passion for bats led to groundbreaking research protecting endangered species across three continents—demonstrating how students can transform childhood curiosity into meaningful scientific careers.",
"paragraphHtml": "<p class=\"text-color-opacity80\">Journey into the world of wildlife conservation with Dr. Kristen Lear, whose passion for bats led to groundbreaking research protecting endangered species across three continents—demonstrating how students can transform childhood curiosity into meaningful scientific careers.</p>",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "Sports Psychologist",
"headingHtml": "<h3 class=\"heading-style-h5\">Sports Psychologist</h3>",
"firstParagraph": "Gain access to specialized career pathways as students connect with a professional sports psychologist in this live, virtual session—bringing specialized expertise directly to learners while eliminating geographic barriers to authentic career exploration.",
"paragraphHtml": "<p class=\"text-color-opacity80\">Gain access to specialized career pathways as students connect with a professional sports psychologist in this live, virtual session—bringing specialized expertise directly to learners while eliminating geographic barriers to authentic career exploration. </p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
},
{
"heading": "Industrial Engineer",
"headingHtml": "<h3 class=\"heading-style-h5\">Industrial Engineer</h3>",
"firstParagraph": "STEM expertise can lead to unexpected career opportunities—like creating scents for everyday soaps, revealing creative career paths that most students wouldn't associate with traditional engineering roles.",
"paragraphHtml": "<p class=\"text-color-opacity80\">STEM expertise can lead to unexpected career opportunities—like creating scents for everyday soaps, revealing creative career paths that most students wouldn't associate with traditional engineering roles. </p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Aerospace and Structures Engineer",
"headingHtml": "<h3 class=\"heading-style-h5\">Aerospace and Structures Engineer</h3>",
"firstParagraph": "Tour real workplaces – no permission slip required! Explore facilities, observe professionals in action, and ask questions about daily operations—providing authentic career insights that go beyond traditional research while expanding occupational identity.",
"paragraphHtml": "<p class=\"text-color-opacity80\">Tour real workplaces – no permission slip required! Explore facilities, observe professionals in action, and ask questions about daily operations—providing authentic career insights that go beyond traditional research while expanding occupational identity. </p>",
"words": 32,
"direct": false,
"issue": "First paragraph is 32 words and does not look like a concise direct answer."
},
{
"heading": "Career Readiness Without Limitations",
"headingHtml": "<h2>Career Readiness Without Limitations</h2>",
"firstParagraph": "Across the U.S., educators and workforce partners are creating stronger pipelines and preparing students with purpose.",
"paragraphHtml": "<p>Across the U.S., educators and workforce partners are creating stronger pipelines and preparing students with purpose. </p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Ready to Make Career Readiness More Meaningful?",
"headingHtml": "<h2>Ready to Make Career Readiness More Meaningful?</h2>",
"firstParagraph": "Let’s talk about how Pathful can support your students and meet your goals.",
"paragraphHtml": "<p>Let’s talk about how Pathful can support your students and meet your goals.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
25 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 864,
"htmlBytes": 226407,
"imagesMissingDimensions": [
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6872beb88b459659a56f1498_pathful-logo.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6872beb88b459659a56f1498_pathful-logo.png\" loading=\"lazy\" alt class=\"navbar-logo_image\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8ef94e2c0861ca23029b_hero-circle-1.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8ef94e2c0861ca23029b_hero-circle-1.webp\" loading=\"lazy\" data-w-id=\"d337c0d4-ccd5-1c02-22e5-4fff85488e78\" sizes=\"(max-width: 823px) 100vw, 823px\" alt srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8ef94e2c0861ca23029b_hero-circle-1-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8ef94e2c0861ca23029b_hero-circle-1.webp 823w\" class=\"home-hero_graphic is-smaller\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8b33207a16a7540c4007_hero-callout%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8b33207a16a7540c4007_hero-callout%20(1).webp\" loading=\"lazy\" sizes=\"(max-width: 1287px) 100vw, 1287px\" srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8b33207a16a7540c4007_hero-callout%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8b33207a16a7540c4007_hero-callout%20(1)-p-800.webp 800w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8b3320..."
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/687299a8e47d50201ca0e64a_Dots%20with%20Purple%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/687299a8e47d50201ca0e64a_Dots%20with%20Purple%20(1).webp\" loading=\"lazy\" data-w-id=\"16b8ffd7-9144-068b-1fdc-6958877816c0\" sizes=\"(max-width: 948px) 100vw, 948px\" alt srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/687299a8e47d50201ca0e64a_Dots%20with%20Purple%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/687299a8e47d50201ca0e64a_Dots%20with%20Purple%20(1)-p-800.webp 8..."
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68719e50f0b3a42d461aa932_placeholder-image.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68719e50f0b3a42d461aa932_placeholder-image.svg\" alt class=\"layout508_image w-condition-invisible w-dyn-bind-empty\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68719e50f0b3a42d461aa932_placeholder-image.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68719e50f0b3a42d461aa932_placeholder-image.svg\" alt class=\"layout508_image w-condition-invisible w-dyn-bind-empty\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68719e50f0b3a42d461aa932_placeholder-image.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68719e50f0b3a42d461aa932_placeholder-image.svg\" alt class=\"layout508_image w-condition-invisible w-dyn-bind-empty\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68719e50f0b3a42d461aa932_placeholder-image.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68719e50f0b3a42d461aa932_placeholder-image.svg\" alt class=\"layout508_image w-condition-invisible w-dyn-bind-empty\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/687299a8e47d50201ca0e64a_Dots%20with%20Purple%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/687299a8e47d50201ca0e64a_Dots%20with%20Purple%20(1).webp\" loading=\"lazy\" data-w-id=\"c4cc6009-4a7c-f6ed-d9fc-18528c1c83d9\" sizes=\"(max-width: 948px) 100vw, 948px\" alt srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/687299a8e47d50201ca0e64a_Dots%20with%20Purple%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/687299a8e47d50201ca0e64a_Dots%20with%20Purple%20(1)-p-800.webp 8..."
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b513ae5e77a5f99e4490_careers-slider1%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b513ae5e77a5f99e4490_careers-slider1%20(1).webp\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b513ae5e77a5f99e4490_careers-slider1%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b513ae5e77a5f99e4490_careers-slider1%20(1)-p-800.webp 800w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b513ae5e77a5f99e4490_..."
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6886770e740a71f62982f7a1_play-button.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6886770e740a71f62982f7a1_play-button.svg\" loading=\"lazy\" alt class=\"lightbox_play-button\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b51618b1ad39118d7105_careers-slider2%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b51618b1ad39118d7105_careers-slider2%20(1).webp\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b51618b1ad39118d7105_careers-slider2%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b51618b1ad39118d7105_careers-slider2%20(1)-p-800.webp 800w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b51618b1ad39118d7105_..."
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6886770e740a71f62982f7a1_play-button.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6886770e740a71f62982f7a1_play-button.svg\" loading=\"lazy\" alt class=\"lightbox_play-button\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b519d2c07e1704f7bed4_careers-slider3%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b519d2c07e1704f7bed4_careers-slider3%20(1).webp\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b519d2c07e1704f7bed4_careers-slider3%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b519d2c07e1704f7bed4_careers-slider3%20(1)-p-800.webp 800w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b519d2c07e1704f7bed4_..."
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6886770e740a71f62982f7a1_play-button.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6886770e740a71f62982f7a1_play-button.svg\" loading=\"lazy\" alt class=\"lightbox_play-button\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b51c1dd2d8c3fbf567e2_careers-slider4%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b51c1dd2d8c3fbf567e2_careers-slider4%20(1).webp\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b51c1dd2d8c3fbf567e2_careers-slider4%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b51c1dd2d8c3fbf567e2_careers-slider4%20(1)-p-800.webp 800w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b51c1dd2d8c3fbf567e2_..."
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6886770e740a71f62982f7a1_play-button.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6886770e740a71f62982f7a1_play-button.svg\" loading=\"lazy\" alt class=\"lightbox_play-button\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b52797431f5be43be301_careers-slider5%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b52797431f5be43be301_careers-slider5%20(1).webp\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b52797431f5be43be301_careers-slider5%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b52797431f5be43be301_careers-slider5%20(1)-p-800.webp 800w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b52797431f5be43be301_..."
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6886770e740a71f62982f7a1_play-button.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6886770e740a71f62982f7a1_play-button.svg\" loading=\"lazy\" alt class=\"lightbox_play-button\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b52d1f9b269d45eadc6c_careers-slider6%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b52d1f9b269d45eadc6c_careers-slider6%20(1).webp\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b52d1f9b269d45eadc6c_careers-slider6%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b52d1f9b269d45eadc6c_careers-slider6%20(1)-p-800.webp 800w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b7/6872b52d1f9b269d45eadc6c_..."
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6886770e740a71f62982f7a1_play-button.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6886770e740a71f62982f7a1_play-button.svg\" loading=\"lazy\" alt class=\"lightbox_play-button\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8ef94e2c0861ca23029b_hero-circle-1.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8ef94e2c0861ca23029b_hero-circle-1.webp\" loading=\"lazy\" data-w-id=\"4700808d-1ae6-1b8a-eebd-fd7d7f51a035\" sizes=\"(max-width: 823px) 100vw, 823px\" alt srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8ef94e2c0861ca23029b_hero-circle-1-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8ef94e2c0861ca23029b_hero-circle-1.webp 823w\" class=\"home-cta_decoration\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8ef8dac4af904272b6be_hero-circle.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8ef8dac4af904272b6be_hero-circle.webp\" loading=\"lazy\" data-w-id=\"4700808d-1ae6-1b8a-eebd-fd7d7f51a036\" sizes=\"100vw\" alt srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8ef8dac4af904272b6be_hero-circle-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac8ef8dac4af904272b6be_hero-circle.webp 822w\" class=\"home-cta_decoration is2\">"
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac6ba8237c0f888814f10c_home-cta%20(1).webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac6ba8237c0f888814f10c_home-cta%20(1).webp\" loading=\"lazy\" alt=\"industry-informed career education\" sizes=\"(max-width: 1326px) 100vw, 1326px, 100vw\" srcset=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac6ba8237c0f888814f10c_home-cta%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/68ac6ba8237c0f888814f10c_home-cta%20(1)-p-800.webp 800w, https://cdn.prod.website-files.com..."
},
{
"src": "https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6872beb88b459659a56f1498_pathful-logo.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/6872beb88b459659a56f1498_pathful-logo.png\" loading=\"lazy\" alt class=\"footer_logo-image\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}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": "Career Readiness & Development Shaped by the Workforce That Needs It",
"html": "<h2>Career Readiness & Development Shaped by the Workforce That Needs It</h2>"
},
{
"text": "Bring Their Career Journey To Life",
"html": "<h2>Bring Their Career Journey To Life</h2>"
},
{
"text": "Awareness",
"html": "<h2>Awareness</h2>"
},
{
"text": "Exploration",
"html": "<h2>Exploration</h2>"
},
{
"text": "Preparation",
"html": "<h2>Preparation</h2>"
},
{
"text": "Placement",
"html": "<h2>Placement</h2>"
},
{
"text": "Career Content That Inspires",
"html": "<h2>Career Content That Inspires</h2>"
},
{
"text": "Career Readiness Without Limitations",
"html": "<h2>Career Readiness Without Limitations</h2>"
},
{
"text": "Ready to Make Career Readiness More Meaningful?",
"html": "<h2>Ready to Make Career Readiness More Meaningful?</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Pathful?",
"pattern": {}
},
{
"id": "how",
"label": "How does Pathful work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Pathful?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Pathful free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Pathful compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Pathful?",
"pattern": {}
},
{
"id": "how",
"label": "How does Pathful work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Pathful?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Pathful free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Pathful 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": 148173
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 148173
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 148173
}
]
},
"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": "Career Readiness & Development Shaped by the Workforce That Needs It",
"html": "<h2>Career Readiness & Development Shaped by the Workforce That Needs It</h2>"
},
{
"text": "Bring Their Career Journey To Life",
"html": "<h2>Bring Their Career Journey To Life</h2>"
},
{
"text": "Awareness",
"html": "<h2>Awareness</h2>"
},
{
"text": "Exploration",
"html": "<h2>Exploration</h2>"
},
{
"text": "Preparation",
"html": "<h2>Preparation</h2>"
},
{
"text": "Placement",
"html": "<h2>Placement</h2>"
},
{
"text": "Career Content That Inspires",
"html": "<h2>Career Content That Inspires</h2>"
},
{
"text": "Career Readiness Without Limitations",
"html": "<h2>Career Readiness Without Limitations</h2>"
},
{
"text": "Ready to Make Career Readiness More Meaningful?",
"html": "<h2>Ready to Make Career Readiness More Meaningful?</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Pathful?",
"pattern": {}
},
{
"id": "how",
"label": "How does Pathful work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Pathful?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Pathful free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Pathful compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Pathful?",
"pattern": {}
},
{
"id": "how",
"label": "How does Pathful work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Pathful?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Pathful free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Pathful compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 148173,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 134387,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"https://cdn.prod.website-files.com\"",
"/title",
"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/css/pathful-staging.webflow.shared.2df186037.css\"",
"/css",
"/Rbcu5dxbjhWjq3bS60QuqpI7vFcqesdbLaazVr",
"https://fonts.googleapis.com\"",
"https://fonts.gstatic.com\"",
"https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js\"",
"/javascript",
"/script"
],
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 16:17:33 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.pathful.com\" data-wf-page=\"68719e50f0b3a42d461aa884\" data-wf-site=\"68719e50f0b3a42d461aa8b0\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68719e50f0b3a42d461aa8b0/css/pathful-staging.webflow.shared.2df186037.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-LfGGA30bXmPYGCMdguzpLSwW2/Rbcu5dxbjhWjq3bS60QuqpI7vFcqesdbLaazVr\" crossorigin=\"anonymous\""
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"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": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 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>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.pathful.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.pathful.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.pathful.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.pathful.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}SEOSEOBrowser audit
Links do not have descriptive text
100 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
1 link found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "1 link found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityAccessibilityBrowser audit
`[role]`s are not contained by their required parent element
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[role]`s are not contained by their required parent element
Check name
`[role]`s are not contained by their required parent element
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.11/aria-required-parent).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.11/aria-required-parent)."
}Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
Check name
Background and foreground colors do not have a sufficient contrast ratio.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}Performance and AccessibilityPerformanceBrowser audit
Font display
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Font display
Check name
Font display
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 410Â ms
Fix guidance
Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 410Â ms",
"description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
13 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
Check name
Links do not have a discernible name
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).
References
https://web.dev/learn/performance/Evidence
{
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
6 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 51,938Â 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 51,938Â 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": 53184559
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 421Â 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 421Â KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 13Â KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 13Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 5,171Â KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 5,171Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
2 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
87/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": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 92,
"displayValue": "120Â ms",
"numericValue": 120
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 81,
"displayValue": "3.0Â s",
"numericValue": 2965.6853206684027
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 94,
"displayValue": "1.0Â s",
"numericValue": 1042.4108115194822
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 85,
"displayValue": "1.4Â s",
"numericValue": 1445.6518875885167
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 0Â ms",
"numericValue": 4
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 85,
"displayValue": "1.0Â s",
"numericValue": 1022.4096652047615
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 59,
"displayValue": "300Â ms",
"numericValue": 300
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "50Â ms",
"numericValue": 51.93387
}
]
}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 |
|---|---|---|---|
| 55/100 | Level 3, Bot-Aware | Current report |