Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 23 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 69 out of 100
- SEO 92 out of 100
- Performance and Accessibility 57 out of 100
What AI sees of your website
Drive Financial Performance with Planful
Achieve peak financial performance with Planful. Empower your team to plan confidently, adapt quickly, and make informed decisions with AI-powered trusted, explainable intelligence—all in one secure, collaborative platform.
Next step
Turn this report into a fix workflow
29 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 23 | Priority fix | 4 | 19 | 0 | View details |
| Discoverability | 29 | Priority fix | 2 | 7 | 0 | View details |
| Content Readiness | 33 | Priority fix | 2 | 8 | 0 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 69 | Needs work | 6 | 3 | 11 | View details |
| GEO Readiness | 81 | Mostly ready | 3 | 0 | 3 | |
| AIO Readiness | 55 | Needs work | 1 | 2 | 4 | View details |
| AEO Readiness | 68 | Needs work | 2 | 1 | 4 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 60 | Needs work | 7 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 3 | 2 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 57 | Needs work | 18 | 4 | 3 | View details |
| Performance | 36 | Priority fix | 8 | 4 | 3 | View details |
| Accessibility | 95 | Strong | 10 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
50 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.11.0\"/><meta name=\"theme-color\" content=\"#663399\"/><style data-href=\"/styles.3fd106cd0beb1da968b3.css\" data-identity=\"gatsby-global-css\">[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration=\"200\"]{transition-duration:.2s}[data-sal][data-sal-duration=\"250\"]{transition-duration:.25s}[data-sal][data-sal-duration=\"300\"]{transition-duration:.3s}[data-sal][data-sal-duration=\"35"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "frame-ancestors https://app.zoominfo.com"
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.11.0\"/><meta name=\"theme-color\" content=\"#663399\"/><style data-href=\"/styles.3fd106cd0beb1da968b3.css\" data-identity=\"gatsby-global-css\">[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration=\"200\"]{transition-duration:.2s}[data-sal][data-sal-duration=\"250\"]{transition-duration:.25s}[data-sal][data-sal-duration=\"300\"]{transition-duration:.3s}[data-sal][data-sal-duration=\"35"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.11.0\"/><meta name=\"theme-color\" content=\"#663399\"/><style data-href=\"/styles.3fd106cd0beb1da968b3.css\" data-identity=\"gatsby-global-css\">[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration=\"200\"]{transition-duration:.2s}[data-sal][data-sal-duration=\"250\"]{transition-duration:.25s}[data-sal][data-sal-duration=\"300\"]{transition-duration:.3s}[data-sal][data-sal-duration=\"35"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.11.0\"/><meta name=\"theme-color\" content=\"#663399\"/><style data-href=\"/styles.3fd106cd0beb1da968b3.css\" data-identity=\"gatsby-global-css\">[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration=\"200\"]{transition-duration:.2s}[data-sal][data-sal-duration=\"250\"]{transition-duration:.25s}[data-sal][data-sal-duration=\"300\"]{transition-duration:.3s}[data-sal][data-sal-duration=\"35"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.11.0\"/><meta name=\"theme-color\" content=\"#663399\"/><style data-href=\"/styles.3fd106cd0beb1da968b3.css\" data-identity=\"gatsby-global-css\">[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration=\"200\"]{transition-duration:.2s}[data-sal][data-sal-duration=\"250\"]{transition-duration:.25s}[data-sal][data-sal-duration=\"300\"]{transition-duration:.3s}[data-sal][data-sal-duration=\"35"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.11.0\"/><meta name=\"theme-color\" content=\"#663399\"/><style data-href=\"/styles.3fd106cd0beb1da968b3.css\" data-identity=\"gatsby-global-css\">[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration=\"200\"]{transition-duration:.2s}[data-sal][data-sal-duration=\"250\"]{transition-duration:.25s}[data-sal][data-sal-duration=\"300\"]{transition-duration:.3s}[data-sal][data-sal-duration=\"35"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.11.0\"/><meta name=\"theme-color\" content=\"#663399\"/><style data-href=\"/styles.3fd106cd0beb1da968b3.css\" data-identity=\"gatsby-global-css\">[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration=\"200\"]{transition-duration:.2s}[data-sal][data-sal-duration=\"250\"]{transition-duration:.25s}[data-sal][data-sal-duration=\"300\"]{transition-duration:.3s}[data-sal][data-sal-duration=\"35"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.11.0\"/><meta name=\"theme-color\" content=\"#663399\"/><style data-href=\"/styles.3fd106cd0beb1da968b3.css\" data-identity=\"gatsby-global-css\">[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration=\"200\"]{transition-duration:.2s}[data-sal][data-sal-duration=\"250\"]{transition-duration:.25s}[data-sal][data-sal-duration=\"300\"]{transition-duration:.3s}[data-sal][data-sal-duration=\"35"
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": "no-referrer-when-downgrade, strict-origin-when-cross-origin"
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}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": 1212129
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
}
]
},
"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": 1212129
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
}
]
},
"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 DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 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": 111139,
"excerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby ",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; skipped heading levels; 1 buttons missing accessible names.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": true,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [
"<button class=\"l-alertBackground\"></button>"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=716731250254372&ev=PageView&noscript=1\">",
"<img src=\"https://t.co/i/adsct?bci=3&dv=Asia%2FCalcutta%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%261%2624%26800%26600%260%26na&eci=2&event_id=52fe9cb3-88b5-4688-8d33-bcb8b4a2e8f1&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=e4a0516a-c647-48a9-a441-db02038c8491&pt=Drive%20Financial%20Performance%20with%20Planful&tw_document_href=https%3A%2F%2Fplanful.com%2F&tw_iframe_status=0&",
"<img src=\"https://analytics.twitter.com/i/adsct?bci=3&dv=Asia%2FCalcutta%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%261%2624%26800%26600%260%26na&eci=2&event_id=52fe9cb3-88b5-4688-8d33-bcb8b4a2e8f1&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=e4a0516a-c647-48a9-a441-db02038c8491&pt=Drive%20Financial%20Performance%20with%20Planful&tw_document_href=https%3A%2F%2Fplanful.com%2F&tw_if",
"<img src=\"https://s.ml-attr.com/getuid?https://attr.ml-api.io/?domain=planful.com&pId=$UID\" width=\"1\" height=\"1\" style=\"display:none\">"
],
"skippedHeadingLevels": [
"h1: Empower Your Team to Drive Financial Success",
"h4: Trusted by 1,500+ companies",
"h4: Trusted by 1,500+ companies",
"h4: AI Built for Finance",
"h4: Fast Time to Value",
"h4: Limitless Scalability",
"h3: planful ai",
"h2: AI that Works the Way Finance Works",
"h2: Meet Planful AI",
"h5: Analyst",
"h5: Planner",
"h5: Help",
"h2: Where Every Team Plans With Confidence",
"h2: Planful for Finance",
"h3: Resources",
"h3: Resource",
"h5: The Next Era of Finance: 2025 Global Finance Survey",
"h3: Resource",
"h5: Harness the Power of Continuous Planning",
"h2: AI that elevates you.Empower your business with Planful.",
"h2: Get Started with Planful",
"h2: The FinancialPerformance Platform."
]
},
"counts": {
"h1": 1,
"headings": 22,
"links": 100,
"inaccessibleLinks": 0,
"buttons": 12,
"inaccessibleButtons": 1,
"images": 114,
"imagesWithAlt": 110,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 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": 1212129
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
}
]
},
"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": 1212129
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
}
]
},
"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": 1212129
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
}
]
},
"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": 1212129
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "planful.com",
"probes": [
{
"name": "_index._agents.planful.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.planful.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": "planful.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
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
8 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema, JSON-LD structured data.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 2,
"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",
"JSON-LD structured data"
],
"score": 60,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
7 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
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/service-and-support/",
"text": "Service and SupportHow we ensure your success, get in touch with our team, and learn about your journey with Planful.",
"html": "<a href=\"/service-and-support/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/12-1-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Service and Support</span><span class=\"l-navItemDescription\">How we ensure your success, get in touch with our team, and learn about your journey with Planful.</span></span></a>"
},
{
"href": "https://support.planful.com/s/",
"text": "Service and SupportLearn about the customer journey with Planful, our commitment to your success, or get in touch with our team.",
"html": "<a href=\"https://support.planful.com/s/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-adventure-1-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Service and Support</span><span class=\"l-navItemDescription\">Learn about the customer journey with Planful, our commitment to your success, or get in touch with our team.</span></span></a>"
},
{
"href": "/blog/",
"text": "BlogRead about the latest industry insights, best practices for using Planful, and more.",
"html": "<a href=\"/blog/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Blog.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Blog</span><span class=\"l-navItemDescription\">Read about the latest industry insights, best practices for using Planful, and more.</span></span></a>"
},
{
"href": "/resources/",
"text": "Resource CenterLearn about the Planful platform and explore eBooks, analyst reports, webinars, and more.",
"html": "<a href=\"/resources/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Resource-Center.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Resource Center</span><span class=\"l-navItemDescription\">Learn about the Planful platform and explore eBooks, analyst reports, webinars, and more.</span></span></a>"
},
{
"href": "/partners/",
"text": "PartnersLearn more about our partner program and different partner tiers.",
"html": "<a href=\"/partners/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Team-activites-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Partners</span><span class=\"l-navItemDescription\">Learn more about our partner program and different partner tiers.</span></span></a>"
},
{
"href": "/about-us/",
"text": "AboutOur Mission is to be the Undisputed Champion in Financial Performance Management.",
"html": "<a href=\"/about-us/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Edit-1-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">About</span><span class=\"l-navItemDescription\">Our Mission is to be the Undisputed Champion in Financial Performance Management.</span></span></a>"
},
{
"href": "/about-us/",
"text": "About us",
"html": "<a href=\"/about-us/\">About us</a>"
},
{
"href": "https://www.linkedin.com/company/planful-inc",
"text": "",
"html": "<a class=\"l--genericBorderRadius l--flex\" href=\"https://www.linkedin.com/company/planful-inc\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"LinkedIn, opens in a new tab\"><img loading=\"lazy\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwODdfMzIyMjIpIj4KPHBhdGggZD0iTTE0LjgxNTYgMC41SDEuMTgxMjVDMC41MjgxMjUgMC41IDAgMS4wMTU2MyAwIDEuNjUzMTNWMTUuMzQzOEMwI..."
}
],
"contactLinks": [
{
"href": "/planful-ai/help/",
"text": "Help AssistantGet answers, learn skills, and do more in Planful—instantly.",
"html": "<a href=\"/planful-ai/help/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-clear-understandable-answers-32x32-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle l--indentMobile\">Help Assistant</span><span class=\"l-navItemDescription\">Get answers, learn skills, and do more in Planful—instantly.
</span></span></a>"
},
{
"href": "/service-and-support/",
"text": "Service and SupportHow we ensure your success, get in touch with our team, and learn about your journey with Planful.",
"html": "<a href=\"/service-and-support/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/12-1-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Service and Support</span><span class=\"l-navItemDescription\">How we ensure your success, get in touch with our team, and learn about your journey with Planful.</span></span></a>"
},
{
"href": "/planful-ai/help/",
"text": "Help AssistantGet answers, learn skills, and do more in Planful—instantly.",
"html": "<a href=\"/planful-ai/help/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-clear-understandable-answers-32x32-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle l--indent\">Help Assistant</span><span class=\"l-navItemDescription\">Get answers, learn skills, and do more in Planful—instantly.
</span></span></a>"
},
{
"href": "https://support.planful.com/s/",
"text": "Service and SupportLearn about the customer journey with Planful, our commitment to your success, or get in touch with our team.",
"html": "<a href=\"https://support.planful.com/s/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-adventure-1-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Service and Support</span><span class=\"l-navItemDescription\">Learn about the customer journey with Planful, our commitment to your success, or get in touch with our team.</span></span></a>"
},
{
"href": "/contact-us/",
"text": "Contact usAsk questions, get help, or just drop us a line.",
"html": "<a href=\"/contact-us/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Contact.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Contact us</span><span class=\"l-navItemDescription\">Ask questions, get help, or just drop us a line.</span></span></a>"
},
{
"href": "/planful-ai/help/",
"text": "Discover Help",
"html": "<a class=\"l-textlink\" href=\"/planful-ai/help/\" target><span>Discover Help</span> <img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTY2OTkgNi45OTk5OUgxMi44MzM3TTEyLjgzMzcgNi45OTk5OUw3LjAwMDMzIDEuMTY2NjZNMTIuODMzNyA2Ljk5OTk5TDcuMDAwMzMgMTIuODMzMyIgc3Ryb2tlPSIjNjk0MUM2IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2..."
},
{
"href": "/contact-us/",
"text": "Contact Us",
"html": "<a href=\"/contact-us/\" class=\"l-button\">Contact Us</a>"
},
{
"href": "/service-and-support/",
"text": "Service and support",
"html": "<a href=\"/service-and-support/\">Service and support</a>"
},
{
"href": "https://support.planful.com/s/",
"text": "Service and Support",
"html": "<a href=\"https://support.planful.com/s/\" target=\"_blank\" rel=\"noreferrer\">Service and Support</a>"
},
{
"href": "/contact-us/",
"text": "Contact us",
"html": "<a href=\"/contact-us/\">Contact us</a>"
}
],
"privacyLinks": [
{
"href": "https://privacy.truste.com/privacy-seal/validation?rid=d908531f-bce5-4bae-aec3-4add4e35e70b",
"text": "",
"html": "<a href=\"https://privacy.truste.com/privacy-seal/validation?rid=d908531f-bce5-4bae-aec3-4add4e35e70b\" target=\"_blank\"><img loading=\"lazy\" src=\"//privacy-policy.truste.com/privacy-seal/seal?rid=d908531f-bce5-4bae-aec3-4add4e35e70b\" alt=\"TRUSTe\"></a>"
},
{
"href": "/terms-of-use/",
"text": "Terms",
"html": "<a href=\"/terms-of-use/\">Terms</a>"
},
{
"href": "/privacy-policy/",
"text": "Privacy",
"html": "<a href=\"/privacy-policy/\">Privacy</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
5 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": "/service-and-support/",
"text": "Service and SupportHow we ensure your success, get in touch with our team, and learn about your journey with Planful.",
"html": "<a href=\"/service-and-support/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/12-1-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Service and Support</span><span class=\"l-navItemDescription\">How we ensure your success, get in touch with our team, and learn about your journey with Planful.</span></span></a>"
},
{
"href": "https://support.planful.com/s/",
"text": "Service and SupportLearn about the customer journey with Planful, our commitment to your success, or get in touch with our team.",
"html": "<a href=\"https://support.planful.com/s/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-adventure-1-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Service and Support</span><span class=\"l-navItemDescription\">Learn about the customer journey with Planful, our commitment to your success, or get in touch with our team.</span></span></a>"
},
{
"href": "/blog/",
"text": "BlogRead about the latest industry insights, best practices for using Planful, and more.",
"html": "<a href=\"/blog/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Blog.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Blog</span><span class=\"l-navItemDescription\">Read about the latest industry insights, best practices for using Planful, and more.</span></span></a>"
},
{
"href": "/resources/",
"text": "Resource CenterLearn about the Planful platform and explore eBooks, analyst reports, webinars, and more.",
"html": "<a href=\"/resources/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Resource-Center.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Resource Center</span><span class=\"l-navItemDescription\">Learn about the Planful platform and explore eBooks, analyst reports, webinars, and more.</span></span></a>"
},
{
"href": "/partners/",
"text": "PartnersLearn more about our partner program and different partner tiers.",
"html": "<a href=\"/partners/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Team-activites-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Partners</span><span class=\"l-navItemDescription\">Learn more about our partner program and different partner tiers.</span></span></a>"
},
{
"href": "/about-us/",
"text": "AboutOur Mission is to be the Undisputed Champion in Financial Performance Management.",
"html": "<a href=\"/about-us/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Edit-1-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">About</span><span class=\"l-navItemDescription\">Our Mission is to be the Undisputed Champion in Financial Performance Management.</span></span></a>"
},
{
"href": "/about-us/",
"text": "About us",
"html": "<a href=\"/about-us/\">About us</a>"
},
{
"href": "https://www.linkedin.com/company/planful-inc",
"text": "",
"html": "<a class=\"l--genericBorderRadius l--flex\" href=\"https://www.linkedin.com/company/planful-inc\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"LinkedIn, opens in a new tab\"><img loading=\"lazy\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwODdfMzIyMjIpIj4KPHBhdGggZD0iTTE0LjgxNTYgMC41SDEuMTgxMjVDMC41MjgxMjUgMC41IDAgMS4wMTU2MyAwIDEuNjUzMTNWMTUuMzQzOEMwI..."
}
],
"contactLinks": [
{
"href": "/planful-ai/help/",
"text": "Help AssistantGet answers, learn skills, and do more in Planful—instantly.",
"html": "<a href=\"/planful-ai/help/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-clear-understandable-answers-32x32-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle l--indentMobile\">Help Assistant</span><span class=\"l-navItemDescription\">Get answers, learn skills, and do more in Planful—instantly.
</span></span></a>"
},
{
"href": "/service-and-support/",
"text": "Service and SupportHow we ensure your success, get in touch with our team, and learn about your journey with Planful.",
"html": "<a href=\"/service-and-support/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/12-1-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Service and Support</span><span class=\"l-navItemDescription\">How we ensure your success, get in touch with our team, and learn about your journey with Planful.</span></span></a>"
},
{
"href": "/planful-ai/help/",
"text": "Help AssistantGet answers, learn skills, and do more in Planful—instantly.",
"html": "<a href=\"/planful-ai/help/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-clear-understandable-answers-32x32-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle l--indent\">Help Assistant</span><span class=\"l-navItemDescription\">Get answers, learn skills, and do more in Planful—instantly.
</span></span></a>"
},
{
"href": "https://support.planful.com/s/",
"text": "Service and SupportLearn about the customer journey with Planful, our commitment to your success, or get in touch with our team.",
"html": "<a href=\"https://support.planful.com/s/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-adventure-1-1.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Service and Support</span><span class=\"l-navItemDescription\">Learn about the customer journey with Planful, our commitment to your success, or get in touch with our team.</span></span></a>"
},
{
"href": "/contact-us/",
"text": "Contact usAsk questions, get help, or just drop us a line.",
"html": "<a href=\"/contact-us/\" class=\"l--flex\"><span><img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Contact.svg\" alt></span><span class=\"l--maxWidth\"><span class=\"l-navItemTitle \">Contact us</span><span class=\"l-navItemDescription\">Ask questions, get help, or just drop us a line.</span></span></a>"
},
{
"href": "/planful-ai/help/",
"text": "Discover Help",
"html": "<a class=\"l-textlink\" href=\"/planful-ai/help/\" target><span>Discover Help</span> <img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTY2OTkgNi45OTk5OUgxMi44MzM3TTEyLjgzMzcgNi45OTk5OUw3LjAwMDMzIDEuMTY2NjZNMTIuODMzNyA2Ljk5OTk5TDcuMDAwMzMgMTIuODMzMyIgc3Ryb2tlPSIjNjk0MUM2IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2..."
},
{
"href": "/contact-us/",
"text": "Contact Us",
"html": "<a href=\"/contact-us/\" class=\"l-button\">Contact Us</a>"
},
{
"href": "/service-and-support/",
"text": "Service and support",
"html": "<a href=\"/service-and-support/\">Service and support</a>"
},
{
"href": "https://support.planful.com/s/",
"text": "Service and Support",
"html": "<a href=\"https://support.planful.com/s/\" target=\"_blank\" rel=\"noreferrer\">Service and Support</a>"
},
{
"href": "/contact-us/",
"text": "Contact us",
"html": "<a href=\"/contact-us/\">Contact us</a>"
}
],
"privacyLinks": [
{
"href": "https://privacy.truste.com/privacy-seal/validation?rid=d908531f-bce5-4bae-aec3-4add4e35e70b",
"text": "",
"html": "<a href=\"https://privacy.truste.com/privacy-seal/validation?rid=d908531f-bce5-4bae-aec3-4add4e35e70b\" target=\"_blank\"><img loading=\"lazy\" src=\"//privacy-policy.truste.com/privacy-seal/seal?rid=d908531f-bce5-4bae-aec3-4add4e35e70b\" alt=\"TRUSTe\"></a>"
},
{
"href": "/terms-of-use/",
"text": "Terms",
"html": "<a href=\"/terms-of-use/\">Terms</a>"
},
{
"href": "/privacy-policy/",
"text": "Privacy",
"html": "<a href=\"/privacy-policy/\">Privacy</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
10 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": 11,
"passing": 1,
"failing": [
{
"heading": "planful ai",
"headingHtml": "<h3 class=\"l-subHeaderHalfSection\">planful ai</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Meet Planful AI",
"headingHtml": "<h2>Meet Planful AI</h2>",
"firstParagraph": "Three assistants, every stage of the planning cycle, all working from the same data.",
"paragraphHtml": "<p>Three assistants, every stage of the planning cycle, all working from the same data.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Where Every Team Plans With Confidence",
"headingHtml": "<h2>Where Every Team Plans With Confidence</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Planful for Finance",
"headingHtml": "<h2>Planful for Finance</h2>",
"firstParagraph": "Empower Finance as a strategic catalyst for growth with automated reporting, forecasting, and scenario planning enhanced by AI. Planful elevates FP&A by uncovering drivers, turning data into foresight, and enabling confident decisions that ensure success.",
"paragraphHtml": "<p>Empower Finance as a strategic catalyst for growth with automated reporting, forecasting, and scenario planning enhanced by AI. Planful elevates FP&A by uncovering drivers, turning data into foresight, and enabling confident decisions that ensure success.</p>",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "Resources",
"headingHtml": "<h3>Resources</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resource",
"headingHtml": "<h3>Resource</h3>",
"firstParagraph": "",
"paragraphHtml": "<p></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Resource",
"headingHtml": "<h3>Resource</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI that elevates you.Empower your business with Planful.",
"headingHtml": "<h2 class>AI that elevates you.<br>Empower your business with Planful.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get Started with Planful",
"headingHtml": "<h2>Get Started with Planful</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The FinancialPerformance Platform.",
"headingHtml": "<h2>The Financial<br>Performance Platform.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
1 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": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 6,
"heading": "H2: AI that Works the Way Finance Works",
"text": "Purpose-built for finance, Planful AI reads from all your data inside Planful and brings together forecasting, analysis, and guidance in one connected experience. It learns from every cycle, delivering answers that are explainable, traceable, and governed, so your team moves faster without losing control.",
"words": 44,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220)."
],
"html": "<p>Purpose-built for finance, Planful AI reads from all your data inside Planful and brings together forecasting, analysis, and guidance in one connected experience. It learns from every cycle, delivering answers that are explainable, traceable, and governed, so your team moves faster without losing control.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"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
10 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": 7,
"questionH2s": [
{
"index": 3,
"text": "Where Every Team Plans With Confidence",
"isQuestion": true,
"html": "<h2>Where Every Team Plans With Confidence</h2>"
}
],
"hasFaq": false,
"score": 70,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Google eligibility and indexability
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Google eligibility and indexability
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
Needs attention
AIO: Google eligibility and indexability
Issue
Canonical tag is missing.
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: Google eligibility and indexability
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: Google eligibility and indexability scored 80/100 and needs improvement.
Evidence
{
"status": 200,
"googlebotBlocked": false,
"metaRobotsTags": [],
"xRobotsTag": "",
"canonical": "",
"finalUrl": "https://planful.com/",
"canonicalScore": 0,
"score": 80,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
1 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
10 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": 11,
"passing": 1,
"failing": [
{
"heading": "planful ai",
"headingHtml": "<h3 class=\"l-subHeaderHalfSection\">planful ai</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Meet Planful AI",
"headingHtml": "<h2>Meet Planful AI</h2>",
"firstParagraph": "Three assistants, every stage of the planning cycle, all working from the same data.",
"paragraphHtml": "<p>Three assistants, every stage of the planning cycle, all working from the same data.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Where Every Team Plans With Confidence",
"headingHtml": "<h2>Where Every Team Plans With Confidence</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Planful for Finance",
"headingHtml": "<h2>Planful for Finance</h2>",
"firstParagraph": "Empower Finance as a strategic catalyst for growth with automated reporting, forecasting, and scenario planning enhanced by AI. Planful elevates FP&A by uncovering drivers, turning data into foresight, and enabling confident decisions that ensure success.",
"paragraphHtml": "<p>Empower Finance as a strategic catalyst for growth with automated reporting, forecasting, and scenario planning enhanced by AI. Planful elevates FP&A by uncovering drivers, turning data into foresight, and enabling confident decisions that ensure success.</p>",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "Resources",
"headingHtml": "<h3>Resources</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resource",
"headingHtml": "<h3>Resource</h3>",
"firstParagraph": "",
"paragraphHtml": "<p></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Resource",
"headingHtml": "<h3>Resource</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI that elevates you.Empower your business with Planful.",
"headingHtml": "<h2 class>AI that elevates you.<br>Empower your business with Planful.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get Started with Planful",
"headingHtml": "<h2>Get Started with Planful</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The FinancialPerformance Platform.",
"headingHtml": "<h2>The Financial<br>Performance Platform.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, benefits, 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": "AI that Works the Way Finance Works",
"html": "<h2>AI that Works the Way Finance Works</h2>"
},
{
"text": "Meet Planful AI",
"html": "<h2>Meet Planful AI</h2>"
},
{
"text": "Where Every Team Plans With Confidence",
"html": "<h2>Where Every Team Plans With Confidence</h2>"
},
{
"text": "Planful for Finance",
"html": "<h2>Planful for Finance</h2>"
},
{
"text": "AI that elevates you.Empower your business with Planful.",
"html": "<h2 class>AI that elevates you.<br>Empower your business with Planful.</h2>"
},
{
"text": "Get Started with Planful",
"html": "<h2>Get Started with Planful</h2>"
},
{
"text": "The FinancialPerformance Platform.",
"html": "<h2>The Financial<br>Performance Platform.</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Drive Financial Performance with Planful?",
"pattern": {}
},
{
"id": "how",
"label": "How does Drive Financial Performance with Planful work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Drive Financial Performance with Planful?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Drive Financial Performance with Planful free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Drive Financial Performance with Planful compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Drive Financial Performance with Planful?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Drive Financial Performance with Planful?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Drive Financial Performance with Planful compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
109 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, shrink-to-fit=no",
"visibleWords": 1006,
"htmlBytes": 1300945,
"imagesMissingDimensions": [
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEw2LjU5IDEuNDFMMTIuMTcgN0gwVjlIMTIuMTdMNi41OSAxNC41OUw4IDE2TDE2IDhMOCAwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEw2LjU5IDEuNDFMMTIuMTcgN0gwVjlIMTIuMTdMNi41OSAxNC41OUw4IDE2TDE2IDhMOCAwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==\" alt=\"alert arrow\">"
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='33'%20width='33'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='33'%20width='33'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/f8c5e125a2123d98a9d3a60a3d1e6e1f/24612/alert-close.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 33px) 33px, 100vw\" decoding=\"async\" loading=\"lazy\" alt=\"close alert\" src=\"/static/f8c5e125a2123d98a9d3a60a3d1e6e1f/24612/alert-close.svg\" srcset=\"/static/f8c5e125a2123d98a9d3a60a3d1e6e1f/c410f/alert-close.svg 8w,/static/f8c5e125a2123d98a9d3a60a3d1e6e1f/cb4fa/alert-close.svg 17w,/static/f8c5e125a2123d98a9d3a60a3d1e6e1f/24612/alert-close.svg 33w\">"
},
{
"src": "/static/f8c5e125a2123d98a9d3a60a3d1e6e1f/24612/alert-close.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 33px) 33px, 100vw\" decoding=\"async\" loading=\"lazy\" src=\"/static/f8c5e125a2123d98a9d3a60a3d1e6e1f/24612/alert-close.svg\" srcset=\"/static/f8c5e125a2123d98a9d3a60a3d1e6e1f/c410f/alert-close.svg 8w,/static/f8c5e125a2123d98a9d3a60a3d1e6e1f/cb4fa/alert-close.svg 17w,/static/f8c5e125a2123d98a9d3a60a3d1e6e1f/24612/alert-close.svg 33w\" alt=\"close alert\">"
},
{
"src": "/static/planful-logo-latest-svg-12c7cee2bf3ea0aa0d255f2c604ac67a.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/static/planful-logo-latest-svg-12c7cee2bf3ea0aa0d255f2c604ac67a.svg\" alt=\"Planful\" id=\"l-contextLogo\">"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/14.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/14.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-planful-ai-24x24-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-planful-ai-24x24-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-support-24x24-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-support-24x24-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2026/04/icon_planner_nav.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2026/04/icon_planner_nav.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-clear-understandable-answers-32x32-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-clear-understandable-answers-32x32-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/02/forecast.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/02/forecast.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-detect-24x24-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-detect-24x24-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/12.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/12.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-support-24x24-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-support-24x24-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/12-1-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/12-1-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2026/04/icon_planner_nav.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2026/04/icon_planner_nav.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-clear-understandable-answers-32x32-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-clear-understandable-answers-32x32-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-forecast-24x24-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-forecast-24x24-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-detect-24x24-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/icon-detect-24x24-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-investment-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-investment-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-commercial-2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-commercial-2.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2024/05/Rolling-Forecast-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2024/05/Rolling-Forecast-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2024/05/People-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2024/05/People-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/Graph-2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Graph-2.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2024/05/Improvement-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2024/05/Improvement-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/Code-Fork.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Code-Fork.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2024/05/Steering-Wheel.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2024/05/Steering-Wheel.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-adventure-1-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-adventure-1-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-storytelling-1-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-storytelling-1-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/Blog.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Blog.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/Podcast.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Podcast.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/Events2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Events2.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/Solar-Panel-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Solar-Panel-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/Resource-Center.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Resource-Center.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-commercial-3.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/icons8-commercial-3.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/Team-activites-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Team-activites-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/Life-at-Planful-2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Life-at-Planful-2.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/Edit-1-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Edit-1-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/Contact.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Contact.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/Life-at-Planful-1-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/Life-at-Planful-1-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2023/04/About-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2023/04/About-1.svg\" alt>"
},
{
"src": "/static/English_Flag-17d4ca95087f050a50b2005cc7efd197.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/static/English_Flag-17d4ca95087f050a50b2005cc7efd197.svg\" alt=\"English\">"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjY0MjEgMTIuNUwxMC42NDIxIDcuNUw1LjY0MjA5IDEyLjUiIHN0cm9rZT0iIzFEMjkzOSIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"l-arrow\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjY0MjEgMTIuNUwxMC42NDIxIDcuNUw1LjY0MjA5IDEyLjUiIHN0cm9rZT0iIzFEMjkzOSIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+\" alt>"
},
{
"src": "/static/English_Flag-17d4ca95087f050a50b2005cc7efd197.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/static/English_Flag-17d4ca95087f050a50b2005cc7efd197.svg\" alt=\"English\">"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjY0MjEgMTIuNUwxMC42NDIxIDcuNUw1LjY0MjA5IDEyLjUiIHN0cm9rZT0iIzFEMjkzOSIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"l-arrow\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjY0MjEgMTIuNUwxMC42NDIxIDcuNUw1LjY0MjA5IDEyLjUiIHN0cm9rZT0iIzFEMjkzOSIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+\" alt>"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjY0MjEgMTIuNUwxMC42NDIxIDcuNUw1LjY0MjA5IDEyLjUiIHN0cm9rZT0iIzFEMjkzOSIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjY0MjEgMTIuNUwxMC42NDIxIDcuNUw1LjY0MjA5IDEyLjUiIHN0cm9rZT0iIzFEMjkzOSIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+\" alt>"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDQuNUwxMS41OSA1LjkxTDE3LjE3IDExLjVINVYxMy41SDE3LjE3TDExLjU5IDE5LjA5TDEzIDIwLjVMMjEgMTIuNUwxMyA0LjVaIiBmaWxsPSIjRjJFREZGIi8+Cjwvc3ZnPgo=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDQuNUwxMS41OSA1LjkxTDE3LjE3IDExLjVINVYxMy41SDE3LjE3TDExLjU5IDE5LjA5TDEzIDIwLjVMMjEgMTIuNUwxMyA0LjVaIiBmaWxsPSIjRjJFREZGIi8+Cjwvc3ZnPgo=\" alt>"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDQuNUwxMS41OSA1LjkxTDE3LjE3IDExLjVINVYxMy41SDE3LjE3TDExLjU5IDE5LjA5TDEzIDIwLjVMMjEgMTIuNUwxMyA0LjVaIiBmaWxsPSIjRjJFREZGIi8+Cjwvc3ZnPgo=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDQuNUwxMS41OSA1LjkxTDE3LjE3IDExLjVINVYxMy41SDE3LjE3TDExLjU5IDE5LjA5TDEzIDIwLjVMMjEgMTIuNUwxMyA0LjVaIiBmaWxsPSIjRjJFREZGIi8+Cjwvc3ZnPgo=\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-boston-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-boston-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-primerica-2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-primerica-2.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-etsy.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-etsy.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-figs.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-figs.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-five-guys.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-five-guys.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-international-2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-international-2.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-andersons-2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-andersons-2.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/CalCPA_Logo-1-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/CalCPA_Logo-1-1.svg\" alt>"
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='947'%20width='1920'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='947'%20width='1920'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/_gatsby/image/6b5e6219ae82eb3c68f4059a055758f7/c3605379e3aab7fe70cdc855c40767a4/homepage-3600x1775-1-scaled-2.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhomepage-3600x1775-1-scaled-2.png&a=w%3D480%26h%3D237%26fm%3Dwebp%26q%3D75&cd=b80761817bebee6087ed6bb6fa0a3ac3",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 1920px) 1920px, 100vw\" decoding=\"async\" loading=\"lazy\" alt src=\"/_gatsby/image/6b5e6219ae82eb3c68f4059a055758f7/c3605379e3aab7fe70cdc855c40767a4/homepage-3600x1775-1-scaled-2.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhomepage-3600x1775-1-scaled-2.png&a=w%3D480%26h%3D237%26fm%3Dwebp%26q%3D75&cd=b80761817bebee6087ed6bb6fa0a3ac3\" srcset=\"/_gatsby/image/6b5e6219ae82eb3c6..."
},
{
"src": "/_gatsby/image/6b5e6219ae82eb3c68f4059a055758f7/c3605379e3aab7fe70cdc855c40767a4/homepage-3600x1775-1-scaled-2.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhomepage-3600x1775-1-scaled-2.png&a=w%3D480%26h%3D237%26fm%3Dwebp%26q%3D75&cd=b80761817bebee6087ed6bb6fa0a3ac3",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 1920px) 1920px, 100vw\" decoding=\"async\" loading=\"lazy\" src=\"/_gatsby/image/6b5e6219ae82eb3c68f4059a055758f7/c3605379e3aab7fe70cdc855c40767a4/homepage-3600x1775-1-scaled-2.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhomepage-3600x1775-1-scaled-2.png&a=w%3D480%26h%3D237%26fm%3Dwebp%26q%3D75&cd=b80761817bebee6087ed6bb6fa0a3ac3\" srcset=\"/_gatsby/image/6b5e6219ae82eb3c68f40..."
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-boston-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-boston-1.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-primerica-2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-primerica-2.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-etsy.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-etsy.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-figs.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-figs.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-five-guys.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-five-guys.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-international-2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-international-2.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-andersons-2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/logo-andersons-2.svg\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/CalCPA_Logo-1-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/CalCPA_Logo-1-1.svg\" alt>"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEw2LjU5IDEuNDFMMTIuMTcgN0gwVjlIMTIuMTdMNi41OSAxNC41OUw4IDE2TDE2IDhMOCAwWiIgZmlsbD0iI0YyRURGRiIvPgo8L3N2Zz4K",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEw2LjU5IDEuNDFMMTIuMTcgN0gwVjlIMTIuMTdMNi41OSAxNC41OUw4IDE2TDE2IDhMOCAwWiIgZmlsbD0iI0YyRURGRiIvPgo8L3N2Zz4K\" alt>"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEw2LjU5IDEuNDFMMTIuMTcgN0gwVjlIMTIuMTdMNi41OSAxNC41OUw4IDE2TDE2IDhMOCAwWiIgZmlsbD0iI0YyRURGRiIvPgo8L3N2Zz4K",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEw2LjU5IDEuNDFMMTIuMTcgN0gwVjlIMTIuMTdMNi41OSAxNC41OUw4IDE2TDE2IDhMOCAwWiIgZmlsbD0iI0YyRURGRiIvPgo8L3N2Zz4K\" alt>"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHg9IjAuNSIgeT0iMC41IiB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9InVybCgjcGF0dGVybjBfMTQyXzE0MDEpIi8+CjxkZWZzPgo8cGF0dGVybiBpZD0icGF0dGVybjBfMTQyXzE0MDEiIHBhdHRlcm5Db250ZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIj4KPHVzZSB4bGluazpocmVmPSIjaW1hZ2UwXzE0Ml8xNDAxIiB0cmFuc2Zvcm09InNjYWxlKDAuMDEpIi8+CjwvcGF0dGVybj4KPGltYWdlIGlkPSJpbWFnZTBfMTQyXzE0MDEiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUdRQUFBQmtDQVlBQUFCdzRwVlVBQUFBQVhOU1IwSUFyczRjNlFBQUMxaEpSRUZVZUY3dG5YZk1melVWeGgvY0czZmNFb3dyL3FNU0ZYSGpKSUtLRWNXQnVJMmlpSHNiY1c5UXdSRVZGMkNpd1FFRUFYR0wyMmlpSW9nS2dudnZMWGcvcGsyK3ZIbHZ6K2x0ZTc5OVgrNUozdnlTMzdlM1BlMXoyNTV6K3B6ZUhiUklWeU93UTFmYUxNcG9BYVN6bDJBQlpBR2tzeEhvVEoxbGhpeUFkRFlDbmFtenpKQUZrS0lSdUs2a0cwdTZrYVNyU3Jxc3BDdEt1bHlvOVMrUy9pQ0pmMzhyNmZ1U3pwQjBibEdyTXo3Yzh3eGhzTzhnNlM2UzdpenBaZ0dBS2NQelYwbmZHZXI1aktSUFMvcUNKUDZ2TytrTmtDc01BL2NBU1ErVGRIdEpGMjgwWXY4S29MeGYwakdTL3R5b25leHFld0hrVHBJZUoybHZTWmZPN2tYWkEzK1Q5QkZKYjVmMCtiS3F5cDllTnlETWdoY1BBM0hYOHE1VXFlSFU0WVY0dGFUakpaMWZwY2JNU3RZRnlCMGx2VUhTTHBuNnpsWDhhNUtlRnBhMXVkcjhmenR6QTNKbFNhK1U5TmcxdEowN3NNeVFJd2VMN1JtU2ZwWDc4TlR5Y3dLeXY2UkRKRjFwcXJKcmV1NTNneWw5a0NRTWdPWXlCeUNZcjIrUjlQQ0t2Zm0zcExPQ2RmVDdGUk9XdGdBY2EyMm55bGJhZXlRZElBa2pvSm0wQmdUZjRVT1NibHJRZy85SytrYndINzRrNlhzQkRFQkpDU2J6enBKdUltbTM0TS9jVXRKRkMzVDVycVI5Z2c0RjFZdy8yaElRbkxtUERzdlVqaE0wQjRSUERRUDZ2bUhqUDA3U0h5ZlVzZGtqNkhKZlNmdEoybDNTUlNiVVN5U0FPajQzNFZuemtWYUE0RThjTGVsU3BnWVhMRUJuRDVmMDFtSGovMm5tczduRnJ5UHBDV0VaeW4xcC9qR0VaQjRjWHJqY2RwUGxXd0R5U0VudnlGd2FBT0sxQVl4YXM4RTdVTVRDMkJ1ZW1UbWJtY1dQR2ZZcTlwWnFVaHVRKzRSUXhNVXlOR1NQZWZMd3R2NHk0NWtXUmE4aDZUVWhiT01kRjBCNVVPaHpGWjI4RFhzYVk4LzRlTVl5OVpOZ2VSSHM2MG1JR3J4M21PWFhkaXJGOG5YUFdudEtMVUN3cGdnN2VOZmlFd1pMQ2Iva044NU96MTNzYXNHZ3VKZXpZWlpjTERrc3dDS3BBUWkyUDZFR3Iybjdra0ZqNGxkcmlSVmxqQlpqOHpKSnozTStnMGw4NjFJL3BRWWdiR3E4N1pZQXdOT0R0MjZWN2VsM052dzNPVTNrSTRiRHNFZVhLRjhLQ0VCNHJJenpndTJQS2J3VjVhRmhDZlA0TGZnNHhNQW1TUWtnSEtHZUx1a3FqcGFKQmIzUlVhN25JdmdzaElBc0lmWkZkT0RYVnNITmZpOEJ4THRVdlZUU2k2WW8xK0V6N0NuUGQrajFydUNqT0lwZXNNaFVRRGhZSW5SZ1BZOFpmTzh0c0lGN0I0NytmbXlJcmUxbFBNQit5Umg5MFZ0eExHY042Rmg5WDNjY0x1Rm4zS0pqMHpaM3JHSjVUT0p2T3Z5VXIwamFOYmVSS1lEc01aaDMrQkVwNFEzQndlck42Y3NkbjdIeTlPMFRqaFhpSHFHY3U5MHBnRUFFWURxbWhNT2NtdWNmN2c3TldQQ29nZmYxRUtPOXp3WUtrMXV0WEVCZ2g4QnRTZ2xlSzFiR3VtTlQ3a0dZV1BDYXdjcmtNQ3dsY012Z2dia2tGeEQ4Q01MT0tjR3o1ZHo4d2lBdkdLTGFXSkVwd1NmQk4zRkpEaUM4Q1Q4ZklxS1hTZFRNN09Eb3RIWUlIUW9wZFhkRGFBdGpRT2orYkNPR0IwT1MyZVRTUFFjUVFnTHZOR0RHVG4raDYxWElLOFN4S1U0WjlSODJ0RUhZdXhkNXVTUGU5WWdRUVRaMXpnR0VJMVY0dG1QQ0lGMi8wVWtmZ0h3d05JekovWlFwTnI0NUd0TUtjUEw0WXlQV2Rjb1FEYis3cDNvdklDeFRzRHN1a2FqMDVIQXU0R2szdDh3cUlQRloySVVjYkxGa3JGc1k4QlQ3RWk0eG5EU1Q0TzBGaEhNQnZPNlVGQVhWakxvM0E0UkhvT1M4T1N4bHBDQ3NTenhCVnBkUDRnVUV2dXV6ak9XS0lHUHR6VHcyT1FaSS9KMGxBLzNpc2pZM01IREJDQ2FtS0Vhdmt2UmNTekV2SUlRQk9Id1prNjhPTStnMlZtTUZ2MXVBeEtxSnJ4RlpKclF4dDFqaHBDOUx1cTJsbEFjUXl2eHBKVXRwc3pxWlFjK3hHaXY0M1FzSVRYRDJnaGNOaTJSTzV4VFdERHpnTWNIczVZZzdlVkxxQVFRZjRCeGpNQ0dPSFZzdzROYWpPWURFdWxnK2NkcllZOWhVVzh2OVFwNUpxaDBzc2lUZnpBUEkzUndCTXZMK3lPZHJKVk1BaWJxY0djNHdvQnUxRkRnRnB4a053SlpNQmx3OWdEd3hFTmpHMm9KakM5SEI0dHFXREVZSklMSGRFd2VqNDZraC9sU2l5OWl6dUFTWXRTbE9HcWVPYjBzMTdnR0UwNzZERTVYd0JwSVYyMUpxQUlKK3ZEUlFWZWtQb1pqYThvTWhiZUVHaVVxSlloQnRHQlVQSU5abTFkckNRdmxhZ01TQjROd2JPbEx0TUl4bGFjR01mSFlwSUV5eHh5Y3FJYVRTT2tld05pQ3hPeERiU0Yxak9hc2g3QTh3T01jRUVqbGJRTkVNSVh3TURXWk1PR1BHd21ncHJRQ0pPaE9HSVQ3Mm84Sk9NQmJ3bThmRURNVjdscXdGRUQ5S3N3Q3kzWmNzTEsrVC9HT2VMRG5Ma3JWczZuNjBadG5VTGJNWFUrK0dmcDBubGF5MWg3UTJlMzhZOGhySE9sbkY3RjBjUTk4N05KdGp1SVJPZklETUZqb2hJR2JkTjRYWmk0WFJTcVlzV1hNSEYwbDAvYkF4QUdSbC9helVEMW5DNzc3WHpESitxb1hmVVlmRGxkUUJGQmxVcVFNc1g1ZkdTM2xueURvUHFMamNnSXNKeG9STEQwaDdTNHJITWFRQ2poOVRNUmdZSitTTHRBalkwYjRGeUxxUGNDRXdjSVNiU3VpQlBHaW14M2tCSWN2VWl2ZkE1VzExUVV2dkpBZHk4MGxuU3drMElOZ3BWV1lJTkNBaXBKZE0xQVliSEdaRkN4bWpBVDBwY0tKYXRKbFRwOFZaKzJlNEZPZnZWcVhlR1VJOW53ejNnNHpWeVZrMlJEbnlRbXBMejBRNWpyamhocVdXSy9mTG1nUElveVNScXBXU1Z6aFR2bklCNjVsS3l0NWdFVHpnYlhHUmppazVnRnhlMGk4TXNqVzJQMlRyMnB0N3IyUnIrRmpNamxSS0FzZTZYTnZoSXZMbEFBSzZWaWllTWxEMElTQmZHTVNLOHpFR1djbEx1WUNRZkdMZEU4VXNJWXhBNnNKMmxtc0Z3Z1FyUjBySU51UGFFWmZrQWtLbEFBSXdLWUdveG1YSTIxaytNQUN5cjlGQnprZWcvcmhsQ2lBZW53UjJIblkzbHRsMkZQb0cyOThTQXJOWll6QUZFSlNBYVhJclF4c1llcVJGVDdyUndPcnBHbisvZXVBT3MyU2x4QlVxMlZqQlZFQnVGNjdsdHA3SHUrZmlBSHlVN1NENEdxUmxXQTR3L1dYdkFKUXNzUVkwVlJtaEFrSUdsclR5VGF4MlcvenU4VGxvbHlzT3VjcytXMG9BSVIrRXkyY0lLbG9Da2VCUXExRG52MXNucDFGOVFreHduU2RkemxZQ0NBcVFOZVh4UUpuQ0JCK3h2cmFpWURGeTdaL25laVk0YkpPdm9Tb0ZoTUY5OStDdGttVnFDWllYT1J1dnR3cDI5anNCVEs2VzhvQkJsakwzMmsrV0dvQVFDY2JxNHQ1RmorREZ3NzdvL1lvL0FFQlhLMDRWKy96dGNJaG5SblJUZzFRREVPckhNK2NxSWhMcFBZTDF4UkxXcTBtTWFVdkl3N0ttWWwvSlVPWTBrRDIxU0dvQmdoSjhFd1FHb1BjMmEvd1VvcUJaamxOUmIzMFA0L1J4T1p2bFo4VGFtQkVBNTc3UFpJNFpFdHZnWWkrWUZ6a1hLVU4weG9LeG1DMis0WnhlaXVzdnlKVmtBL2UrcUJ4ZFA5REJObkZyNVczWVhXSFk0Tm5jY3I1Q1FFRHlkU0ZmbzNibzN0S2RFRG9YRUpDd2FRVUtWK3NDREs0YndmcXFKaTBBUVRsNFdnVGZ2TXRYN0JEQXhNdjRXNXc4cmc0Y1p5ek1UUDZzSzVZMkRqakxGTGNpVmVlaXRRSWs3aWtvN04zb1Z6dU4zMEtrbEkyVjdGNDJ6UnJDYklpZnF5Q3h4bVBLYm13WFhjZ0JxYkpuYkt5OEpTQzBoZlZGOXF2WEpONXMwRmthdmhVQXdwSWo2NG5FR2l2VkdhNHQrWDd4Z3k2RXdXOCtFWVNvRjZZdGUwYXhOVFgyZHJVR2hIYnhVOGpsODhTOXZMUGdQeUYzbnJjMWZtcVZaL2tFS3pPU21YQzlUT1BDYWhzK0FYdE5rWjloTlRJSElGRUhyQmM4WGtobFcwbjRwdTZCSmVHUW5NN09DUWg2OGVaeUVUL2hpQ25yZDA3ZlNzdkd6K1p4WC8xc0R1emNnTVJCd3F2bHc1SXRMNndwQVlSekRMSno0VFRQS3VzQ0pIYVNReHc0dzN2TzJ1dnh4dUtuVi9rUTJWcGszWUNzQWtNdVBEa1dYTk14cDhDYklyckF4NG5kN0pCV0N2WUNTT3dmbnZMOVEvZ0Naa3VLUzF3eUpuQnRZYy9BTXdNTUY0bXRwRUh2czcwQnNxbzM1akpuOS9nUDhRUDNPYUdOMWJwSWxva2Z1SWNZelV4b2FyNTZBZGhZcm1kQU51c1RLV0Vjai9MSEVYTDBPL2dYNFUyUDkvdGlybkpsMUJuV0hWVlRCNi9GYzFzTmtCWmowRldkQ3lCZHdlR1ArM2VtOXZaVlo1a2huV0c3QUxJQTB0a0lkS2JPTWtNV1FEb2JnYzdVK1I5Zm5nK0RUUisxR1FBQUFBQkpSVTVFcmtKZ2dnPT0iLz4KPC9kZWZzPgo8L3N2Zz4K",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHg9IjAuNSIgeT0iMC41IiB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9InVybCgjcGF0dGVybjBfMTQyXzE0MDEpIi8+CjxkZWZzPgo8cGF0dGVybiBpZD0icGF0dGVybjBfMTQyXzE0MDEiIHBhdHRlcm5Db250ZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIj4KPHVzZSB4bGluazpocmVmPS..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='696'%20width='1214'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='696'%20width='1214'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/_gatsby/image/4461e282e856a2834073be34047a1758/f07d9481454cf82e95e96b403d8e62ba/Analyst-Assistant-Thumb_1213x696.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAnalyst-Assistant-Thumb_1213x696.png&a=w%3D304%26h%3D174%26fm%3Dwebp%26q%3D75&cd=bbb8eb6733128b5901c5b055b7e0bb48",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 1214px) 1214px, 100vw\" decoding=\"async\" loading=\"lazy\" alt src=\"/_gatsby/image/4461e282e856a2834073be34047a1758/f07d9481454cf82e95e96b403d8e62ba/Analyst-Assistant-Thumb_1213x696.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAnalyst-Assistant-Thumb_1213x696.png&a=w%3D304%26h%3D174%26fm%3Dwebp%26q%3D75&cd=bbb8eb6733128b5901c5b055b7e0bb48\" srcset=\"/_gatsby/image/4461e282e85..."
},
{
"src": "/_gatsby/image/4461e282e856a2834073be34047a1758/f07d9481454cf82e95e96b403d8e62ba/Analyst-Assistant-Thumb_1213x696.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAnalyst-Assistant-Thumb_1213x696.png&a=w%3D304%26h%3D174%26fm%3Dwebp%26q%3D75&cd=bbb8eb6733128b5901c5b055b7e0bb48",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 1214px) 1214px, 100vw\" decoding=\"async\" loading=\"lazy\" src=\"/_gatsby/image/4461e282e856a2834073be34047a1758/f07d9481454cf82e95e96b403d8e62ba/Analyst-Assistant-Thumb_1213x696.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAnalyst-Assistant-Thumb_1213x696.png&a=w%3D304%26h%3D174%26fm%3Dwebp%26q%3D75&cd=bbb8eb6733128b5901c5b055b7e0bb48\" srcset=\"/_gatsby/image/4461e282e856a28..."
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2026/04/analyst_370x232.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2026/04/analyst_370x232.png\" alt>"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTY2OTkgNi45OTk5OUgxMi44MzM3TTEyLjgzMzcgNi45OTk5OUw3LjAwMDMzIDEuMTY2NjZNMTIuODMzNyA2Ljk5OTk5TDcuMDAwMzMgMTIuODMzMyIgc3Ryb2tlPSIjNjk0MUM2IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTY2OTkgNi45OTk5OUgxMi44MzM3TTEyLjgzMzcgNi45OTk5OUw3LjAwMDMzIDEuMTY2NjZNMTIuODMzNyA2Ljk5OTk5TDcuMDAwMzMgMTIuODMzMyIgc3Ryb2tlPSIjNjk0MUM2IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2026/04/planner_370x232-1.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2026/04/planner_370x232-1.png\" alt>"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTY2OTkgNi45OTk5OUgxMi44MzM3TTEyLjgzMzcgNi45OTk5OUw3LjAwMDMzIDEuMTY2NjZNMTIuODMzNyA2Ljk5OTk5TDcuMDAwMzMgMTIuODMzMyIgc3Ryb2tlPSIjNjk0MUM2IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTY2OTkgNi45OTk5OUgxMi44MzM3TTEyLjgzMzcgNi45OTk5OUw3LjAwMDMzIDEuMTY2NjZNMTIuODMzNyA2Ljk5OTk5TDcuMDAwMzMgMTIuODMzMyIgc3Ryb2tlPSIjNjk0MUM2IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=\" alt>"
},
{
"src": "https://reactgatsby.planful.com/wp-content/uploads/2025/10/help-740x464-2.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://reactgatsby.planful.com/wp-content/uploads/2025/10/help-740x464-2.png\" alt>"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTY2OTkgNi45OTk5OUgxMi44MzM3TTEyLjgzMzcgNi45OTk5OUw3LjAwMDMzIDEuMTY2NjZNMTIuODMzNyA2Ljk5OTk5TDcuMDAwMzMgMTIuODMzMyIgc3Ryb2tlPSIjNjk0MUM2IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTY2OTkgNi45OTk5OUgxMi44MzM3TTEyLjgzMzcgNi45OTk5OUw3LjAwMDMzIDEuMTY2NjZNMTIuODMzNyA2Ljk5OTk5TDcuMDAwMzMgMTIuODMzMyIgc3Ryb2tlPSIjNjk0MUM2IiBzdHJva2Utd2lkdGg9IjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=\" alt>"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODMzNDIgMC44MzMyNTJMNS42NTg0MiAyLjAwODI1TDEwLjMwODQgNi42NjY1OEgwLjE2Njc0OFY4LjMzMzI1SDEwLjMwODRMNS42NTg0MiAxMi45OTE2TDYuODMzNDIgMTQuMTY2NkwxMy41MDAxIDcuNDk5OTJMNi44MzM0MiAwLjgzMzI1MloiIGZpbGw9IiM3QzRGRkYiLz4KPC9zdmc+Cg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODMzNDIgMC44MzMyNTJMNS42NTg0MiAyLjAwODI1TDEwLjMwODQgNi42NjY1OEgwLjE2Njc0OFY4LjMzMzI1SDEwLjMwODRMNS42NTg0MiAxMi45OTE2TDYuODMzNDIgMTQuMTY2NkwxMy41MDAxIDcuNDk5OTJMNi44MzM0MiAwLjgzMzI1MloiIGZpbGw9IiM3QzRGRkYiLz4KPC9zdmc+Cg==\" alt>"
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='832'%20width='1292'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='832'%20width='1292'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/_gatsby/image/1e427cc768674cbb204c165a57592f85/4c5327236b2702df7512cc5ddc05a410/finance-1292x832-2.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F10%2Ffinance-1292x832-2.png&a=w%3D323%26h%3D208%26fm%3Dwebp%26q%3D75&cd=6619730779a6f3e33a26c71532306615",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 1292px) 1292px, 100vw\" decoding=\"async\" loading=\"lazy\" alt src=\"/_gatsby/image/1e427cc768674cbb204c165a57592f85/4c5327236b2702df7512cc5ddc05a410/finance-1292x832-2.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F10%2Ffinance-1292x832-2.png&a=w%3D323%26h%3D208%26fm%3Dwebp%26q%3D75&cd=6619730779a6f3e33a26c71532306615\" srcset=\"/_gatsby/image/1e427cc768674cbb204c165a57592f85/4c5327..."
},
{
"src": "/_gatsby/image/1e427cc768674cbb204c165a57592f85/4c5327236b2702df7512cc5ddc05a410/finance-1292x832-2.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F10%2Ffinance-1292x832-2.png&a=w%3D323%26h%3D208%26fm%3Dwebp%26q%3D75&cd=6619730779a6f3e33a26c71532306615",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 1292px) 1292px, 100vw\" decoding=\"async\" loading=\"lazy\" src=\"/_gatsby/image/1e427cc768674cbb204c165a57592f85/4c5327236b2702df7512cc5ddc05a410/finance-1292x832-2.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F10%2Ffinance-1292x832-2.png&a=w%3D323%26h%3D208%26fm%3Dwebp%26q%3D75&cd=6619730779a6f3e33a26c71532306615\" srcset=\"/_gatsby/image/1e427cc768674cbb204c165a57592f85/4c5327236b..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='1080'%20width='1920'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='1080'%20width='1920'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/_gatsby/image/930d73759743dc7fbb8194c79080fe13/c1e730c8970848e9712b87bbb345f8f8/[email protected]?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F05%2FLandingPageImage-1920x1080px%402x-scaled.jpg&a=w%3D480%26h%3D270%26fm%3Dwebp%26q%3D75&cd=2ff7cf361469a7589a9428f67dde08ca",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 1920px) 1920px, 100vw\" decoding=\"async\" loading=\"lazy\" alt src=\"/_gatsby/image/930d73759743dc7fbb8194c79080fe13/c1e730c8970848e9712b87bbb345f8f8/[email protected]?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F05%2FLandingPageImage-1920x1080px%402x-scaled.jpg&a=w%3D480%26h%3D270%26fm%3Dwebp%26q%3D75&cd=2ff7cf361469a7589a9428f67dde08ca\" srcset=\"/_gatsby/ima..."
},
{
"src": "/_gatsby/image/930d73759743dc7fbb8194c79080fe13/c1e730c8970848e9712b87bbb345f8f8/[email protected]?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F05%2FLandingPageImage-1920x1080px%402x-scaled.jpg&a=w%3D480%26h%3D270%26fm%3Dwebp%26q%3D75&cd=2ff7cf361469a7589a9428f67dde08ca",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 1920px) 1920px, 100vw\" decoding=\"async\" loading=\"lazy\" src=\"/_gatsby/image/930d73759743dc7fbb8194c79080fe13/c1e730c8970848e9712b87bbb345f8f8/[email protected]?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2025%2F05%2FLandingPageImage-1920x1080px%402x-scaled.jpg&a=w%3D480%26h%3D270%26fm%3Dwebp%26q%3D75&cd=2ff7cf361469a7589a9428f67dde08ca\" srcset=\"/_gatsby/image/9..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='1080'%20width='1920'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='1080'%20width='1920'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/_gatsby/image/c865bd21fd9d7a1a2bb9521992b4884c/c1e730c8970848e9712b87bbb345f8f8/LandingPageImage-1920x1080px.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2024%2F07%2FLandingPageImage-1920x1080px.png&a=w%3D480%26h%3D270%26fm%3Dwebp%26q%3D75&cd=994307e07a823fabb7c93b8d6e09f03a",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 1920px) 1920px, 100vw\" decoding=\"async\" loading=\"lazy\" alt src=\"/_gatsby/image/c865bd21fd9d7a1a2bb9521992b4884c/c1e730c8970848e9712b87bbb345f8f8/LandingPageImage-1920x1080px.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2024%2F07%2FLandingPageImage-1920x1080px.png&a=w%3D480%26h%3D270%26fm%3Dwebp%26q%3D75&cd=994307e07a823fabb7c93b8d6e09f03a\" srcset=\"/_gatsby/image/c865bd21fd9d7a1a2bb..."
},
{
"src": "/_gatsby/image/c865bd21fd9d7a1a2bb9521992b4884c/c1e730c8970848e9712b87bbb345f8f8/LandingPageImage-1920x1080px.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2024%2F07%2FLandingPageImage-1920x1080px.png&a=w%3D480%26h%3D270%26fm%3Dwebp%26q%3D75&cd=994307e07a823fabb7c93b8d6e09f03a",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 1920px) 1920px, 100vw\" decoding=\"async\" loading=\"lazy\" src=\"/_gatsby/image/c865bd21fd9d7a1a2bb9521992b4884c/c1e730c8970848e9712b87bbb345f8f8/LandingPageImage-1920x1080px.webp?u=https%3A%2F%2Freactgatsby.planful.com%2Fwp-content%2Fuploads%2F2024%2F07%2FLandingPageImage-1920x1080px.png&a=w%3D480%26h%3D270%26fm%3Dwebp%26q%3D75&cd=994307e07a823fabb7c93b8d6e09f03a\" srcset=\"/_gatsby/image/c865bd21fd9d7a1a2bb9521..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEw2LjU5IDEuNDFMMTIuMTcgN0gwVjlIMTIuMTdMNi41OSAxNC41OUw4IDE2TDE2IDhMOCAwWiIgZmlsbD0iI0YyRURGRiIvPgo8L3N2Zz4K",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEw2LjU5IDEuNDFMMTIuMTcgN0gwVjlIMTIuMTdMNi41OSAxNC41OUw4IDE2TDE2IDhMOCAwWiIgZmlsbD0iI0YyRURGRiIvPgo8L3N2Zz4K\" alt>"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEw2LjU5IDEuNDFMMTIuMTcgN0gwVjlIMTIuMTdMNi41OSAxNC41OUw4IDE2TDE2IDhMOCAwWiIgZmlsbD0iI0YyRURGRiIvPgo8L3N2Zz4K",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEw2LjU5IDEuNDFMMTIuMTcgN0gwVjlIMTIuMTdMNi41OSAxNC41OUw4IDE2TDE2IDhMOCAwWiIgZmlsbD0iI0YyRURGRiIvPgo8L3N2Zz4K\" alt>"
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='29'%20width='28'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='29'%20width='28'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 28px) 28px, 100vw\" decoding=\"async\" loading=\"lazy\" alt=\"LinkedIn\" src=\"/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg\" srcset=\"/static/24e82d7a8b3cb434aeee0d75896e0980/0e9a5/footer-banner-icon.svg 7w,/static/24e82d7a8b3cb434aeee0d75896e0980/a5f49/footer-banner-icon.svg 14w,/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg 28w\">"
},
{
"src": "/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 28px) 28px, 100vw\" decoding=\"async\" loading=\"lazy\" src=\"/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg\" srcset=\"/static/24e82d7a8b3cb434aeee0d75896e0980/0e9a5/footer-banner-icon.svg 7w,/static/24e82d7a8b3cb434aeee0d75896e0980/a5f49/footer-banner-icon.svg 14w,/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg 28w\" alt=\"LinkedIn\">"
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='29'%20width='28'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='29'%20width='28'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 28px) 28px, 100vw\" decoding=\"async\" loading=\"lazy\" alt=\"LinkedIn\" src=\"/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg\" srcset=\"/static/24e82d7a8b3cb434aeee0d75896e0980/0e9a5/footer-banner-icon.svg 7w,/static/24e82d7a8b3cb434aeee0d75896e0980/a5f49/footer-banner-icon.svg 14w,/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg 28w\">"
},
{
"src": "/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 28px) 28px, 100vw\" decoding=\"async\" loading=\"lazy\" src=\"/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg\" srcset=\"/static/24e82d7a8b3cb434aeee0d75896e0980/0e9a5/footer-banner-icon.svg 7w,/static/24e82d7a8b3cb434aeee0d75896e0980/a5f49/footer-banner-icon.svg 14w,/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg 28w\" alt=\"LinkedIn\">"
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='29'%20width='28'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='29'%20width='28'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 28px) 28px, 100vw\" decoding=\"async\" loading=\"lazy\" alt=\"LinkedIn\" src=\"/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg\" srcset=\"/static/24e82d7a8b3cb434aeee0d75896e0980/0e9a5/footer-banner-icon.svg 7w,/static/24e82d7a8b3cb434aeee0d75896e0980/a5f49/footer-banner-icon.svg 14w,/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg 28w\">"
},
{
"src": "/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"(min-width: 28px) 28px, 100vw\" decoding=\"async\" loading=\"lazy\" src=\"/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg\" srcset=\"/static/24e82d7a8b3cb434aeee0d75896e0980/0e9a5/footer-banner-icon.svg 7w,/static/24e82d7a8b3cb434aeee0d75896e0980/a5f49/footer-banner-icon.svg 14w,/static/24e82d7a8b3cb434aeee0d75896e0980/5954f/footer-banner-icon.svg 28w\" alt=\"LinkedIn\">"
},
{
"src": "/static/planful-logo-latest-svg-12c7cee2bf3ea0aa0d255f2c604ac67a.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/static/planful-logo-latest-svg-12c7cee2bf3ea0aa0d255f2c604ac67a.svg\" alt=\"Planful\">"
},
{
"src": "/static/footer-logo-grid-leader-c5ee8c60fca6aa8825c2e91da577641c.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/static/footer-logo-grid-leader-c5ee8c60fca6aa8825c2e91da577641c.svg\" alt=\"Planful\">"
},
{
"src": "/static/footer-logo-new-2-30f81ffbcf41228f813c5a24dff9e564.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/static/footer-logo-new-2-30f81ffbcf41228f813c5a24dff9e564.svg\" alt=\"Planful\">"
},
{
"src": "//privacy-policy.truste.com/privacy-seal/seal?rid=d908531f-bce5-4bae-aec3-4add4e35e70b",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"//privacy-policy.truste.com/privacy-seal/seal?rid=d908531f-bce5-4bae-aec3-4add4e35e70b\" alt=\"TRUSTe\">"
},
{
"src": "/static/footer-logo-new-4-d7f4ac3329fff05500c3ba273877e244.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/static/footer-logo-new-4-d7f4ac3329fff05500c3ba273877e244.svg\" alt=\"Planful\">"
},
{
"src": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0ODcuNCA0NTYuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg3LjQgNDU2LjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggaWQ9InBhdGgxMDA5IiBjbGFzcz0ic3QwIiBkPSJNMS4yLDBsMTg4LjIsMjUxLjdMMCw0NTYuMmg0Mi42bDE2NS44LTE3OS4xbDEzNCwxNzkuMWgxNDVMMjg4LjYsMTkwLjRMNDY0LjksMGgtNDIuNgoJTDI2OS42LDE2NC45TDE0Ni4yLDBIMS4yeiBNNjMuOSwzMS40aDY2LjZsMjk0LjIsMzkzLjRoLTY2LjZMNjMuOSwzMS40eiIvPgo8L3N2Zz4K",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0ODcuNCA0NTYuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg3LjQgNDU2LjI7Ii..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwODdfMzIyMjIpIj4KPHBhdGggZD0iTTE0LjgxNTYgMC41SDEuMTgxMjVDMC41MjgxMjUgMC41IDAgMS4wMTU2MyAwIDEuNjUzMTNWMTUuMzQzOEMwIDE1Ljk4MTMgMC41MjgxMjUgMTYuNSAxLjE4MTI1IDE2LjVIMTQuODE1NkMxNS40Njg4IDE2LjUgMTYgMTUuOTgxMyAxNiAxNS4zNDY5VjEuNjUzMTNDMTYgMS4wMTU2MyAxNS40Njg4IDAuNSAxNC44MTU2IDAuNVpNNC43NDY4NyAxNC4xMzQ0SDIuMzcxODhWNi40OTY4N0g0Ljc0Njg3VjE0LjEzNDRaTTMuNTU5MzggNS40NTYyNUMyLjc5Njg4IDUuNDU2MjUgMi4xODEyNSA0Ljg0MDYyIDIuMTgxMjUgNC4wODEyNUMyLjE4MTI1IDMuMzIxODggMi43OTY4OCAyLjcwNjI1IDMuNTU5MzggMi43MDYyNUM0LjMxODc1IDIuNzA2MjUgNC45MzQzNyAzLjMyMTg4IDQuOTM0MzcgNC4wODEyNUM0LjkzNDM3IDQuODM3NSA0LjMxODc1IDUuNDU2MjUgMy41NTkzOCA1LjQ1NjI1Wk0xMy42MzQ0IDE0LjEzNDRIMTEuMjYyNVYxMC40MjE5QzExLjI2MjUgOS41Mzc1IDExLjI0NjkgOC4zOTY4NyAxMC4wMjgxIDguMzk2ODdDOC43OTM3NSA4LjM5Njg3IDguNjA2MjUgOS4zNjI1IDguNjA2MjUgMTAuMzU5NFYxNC4xMzQ0SDYuMjM3NVY2LjQ5Njg3SDguNTEyNVY3LjU0MDYzSDguNTQzNzVDOC44NTkzOCA2Ljk0MDYzIDkuNjM0MzggNi4zMDYyNSAxMC43ODc1IDYuMzA2MjVDMTMuMTkwNiA2LjMwNjI1IDEzLjYzNDQgNy44ODc1IDEzLjYzNDQgOS45NDM3NVYxNC4xMzQ0WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMDg3XzMyMjIyIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjUpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwODdfMzIyMjIpIj4KPHBhdGggZD0iTTE0LjgxNTYgMC41SDEuMTgxMjVDMC41MjgxMjUgMC41IDAgMS4wMTU2MyAwIDEuNjUzMTNWMTUuMzQzOEMwIDE1Ljk4MTMgMC41MjgxMjUgMTYuNSAxLjE4MTI1IDE2LjVIMTQuODE1NkMxNS40Njg4IDE2LjUgMTYgMTUuOTgxMyAxNiAxNS4zNDY5VjEuNjUzMTNDMTYgMS4wMTU2MyAxNS40Njg4IDAuNSAxNC44MTU2IDAuNVpNNC43ND..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwODdfMzIyMTkpIj4KPHBhdGggZD0iTTE2IDguNUMxNiA0LjA4MTcyIDEyLjQxODMgMC41IDggMC41QzMuNTgxNzIgMC41IDAgNC4wODE3MiAwIDguNUMwIDEyLjQ5MyAyLjkyNTQ3IDE1LjgwMjcgNi43NSAxNi40MDI4VjEwLjgxMjVINC43MTg3NVY4LjVINi43NVY2LjczNzVDNi43NSA0LjczMjUgNy45NDQzOCAzLjYyNSA5Ljc3MTcyIDMuNjI1QzEwLjY0NjcgMy42MjUgMTEuNTYyNSAzLjc4MTI1IDExLjU2MjUgMy43ODEyNVY1Ljc1SDEwLjU1MzhDOS41NiA1Ljc1IDkuMjUgNi4zNjY3MiA5LjI1IDdWOC41SDExLjQ2ODhMMTEuMTE0MSAxMC44MTI1SDkuMjVWMTYuNDAyOEMxMy4wNzQ1IDE1LjgwMjcgMTYgMTIuNDkzIDE2IDguNVoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTA4N18zMjIxOSI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC41KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwODdfMzIyMTkpIj4KPHBhdGggZD0iTTE2IDguNUMxNiA0LjA4MTcyIDEyLjQxODMgMC41IDggMC41QzMuNTgxNzIgMC41IDAgNC4wODE3MiAwIDguNUMwIDEyLjQ5MyAyLjkyNTQ3IDE1LjgwMjcgNi43NSAxNi40MDI4VjEwLjgxMjVINC43MTg3NVY4LjVINi43NVY2LjczNzVDNi43NSA0LjczMjUgNy45NDQzOCAzLjYyNSA5Ljc3MTcyIDMuNjI1QzEwLjY0NjcgMy42MjUgMT..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwODdfMzIyMjEpIj4KPHBhdGggZD0iTTggMS45NDA2MkMxMC4xMzc1IDEuOTQwNjIgMTAuMzkwNiAxLjk1IDExLjIzMTMgMS45ODc1QzEyLjAxMjUgMi4wMjE4NyAxMi40MzQ0IDIuMTUzMTMgMTIuNzE1NiAyLjI2MjVDMTMuMDg3NSAyLjQwNjI1IDEzLjM1NjMgMi41ODEyNSAxMy42MzQ0IDIuODU5MzhDMTMuOTE1NiAzLjE0MDYyIDE0LjA4NzUgMy40MDYyNSAxNC4yMzEzIDMuNzc4MTNDMTQuMzQwNiA0LjA1OTM4IDE0LjQ3MTkgNC40ODQzOCAxNC41MDYzIDUuMjYyNUMxNC41NDM4IDYuMTA2MjUgMTQuNTUzMSA2LjM1OTM4IDE0LjU1MzEgOC40OTM3NUMxNC41NTMxIDEwLjYzMTMgMTQuNTQzOCAxMC44ODQ0IDE0LjUwNjMgMTEuNzI1QzE0LjQ3MTkgMTIuNTA2MyAxNC4zNDA2IDEyLjkyODEgMTQuMjMxMyAxMy4yMDk0QzE0LjA4NzUgMTMuNTgxMyAxMy45MTI1IDEzLjg1IDEzLjYzNDQgMTQuMTI4MUMxMy4zNTMxIDE0LjQwOTQgMTMuMDg3NSAxNC41ODEzIDEyLjcxNTYgMTQuNzI1QzEyLjQzNDQgMTQuODM0NCAxMi4wMDk0IDE0Ljk2NTYgMTEuMjMxMyAxNUMxMC4zODc1IDE1LjAzNzUgMTAuMTM0NCAxNS4wNDY5IDggMTUuMDQ2OUM1Ljg2MjUgMTUuMDQ2OSA1LjYwOTM4IDE1LjAzNzUgNC43Njg3NSAxNUMzLjk4NzUgMTQuOTY1NiAzLjU2NTYzIDE0LjgzNDQgMy4yODQzOCAxNC43MjVDMi45MTI1IDE0LjU4MTMgMi42NDM3NSAxNC40MDYzIDIuMzY1NjMgMTQuMTI4MUMyLjA4NDM4IDEzLjg0NjkgMS45MTI1IDEzLjU4MTMgMS43Njg3NSAxMy4yMDk0QzEuNjU5MzggMTIuOTI4MSAxLjUyODEzIDEyLjUwMzEgMS40OTM3NSAxMS43MjVDMS40NTYyNSAxMC44ODEzIDEuNDQ2ODggMTAuNjI4MSAxLjQ0Njg4IDguNDkzNzVDMS40NDY4OCA2LjM1NjI1IDEuNDU2MjUgNi4xMDMxMyAxLjQ5Mzc1IDUuMjYyNUMxLjUyODEzIDQuNDgxMjUgMS42NTkzOCA0LjA1OTM4IDEuNzY4NzUgMy43NzgxM0MxLjkxMjUgMy40MDYyNSAyLjA4NzUgMy4xMzc1IDIuMzY1NjMgMi44NTkzOEMyLjY0Njg4IDIuNTc4MTIgMi45MTI1IDIuNDA2MjUgMy4yODQzOCAyLjI2MjVDMy41NjU2MyAyLjE1MzEzIDMuOTkwNjMgMi4wMjE4NyA0Ljc2ODc1IDEuOTg3NUM1LjYwOTM4IDEuOTUgNS44NjI1IDEuOTQwNjIgOCAxLjk0MDYyWk04IDAuNUM1LjgyODEzIDAuNSA1LjU1NjI1IDAuNTA5Mzc1IDQuNzAzMTMgMC41NDY4NzVDMy44NTMxMyAwLjU4NDM3NSAzLjI2ODc1IDAuNzIxODc1IDIuNzYyNSAwLjkxODc1QzIuMjM0MzggMS4xMjUgMS43ODc1IDEuMzk2ODggMS4zNDM3NSAxLjg0Mzc1QzAuODk2ODc1IDIuMjg3NSAwLjYyNSAyLjczNDM4IDAuNDE4NzUgMy4yNTkzOEMwLjIyMTg3NSAzLjc2ODc1IDAuMDg0Mzc1IDQuMzUgMC4wNDY4NzUgNS4yQzAuMDA5Mzc1IDYuMDU2MjUgMCA2LjMyODEyIDAgOC41QzAgMTAuNjcxOSAwLjAwOTM3NSAxMC45NDM4IDAuMDQ2ODc1IDExLjc5NjlDMC4wODQzNzUgMTIuNjQ2OSAwLjIyMTg3NSAxMy4yMzEzIDAuNDE4NzUgMTMuNzM3NUMwLjYyNSAxNC4yNjU2IDAuODk2ODc1IDE0LjcxMjUgMS4zNDM3NSAxNS4xNTYyQzEuNzg3NSAxNS42IDIuMjM0MzggMTUuODc1IDIuNzU5MzggMTYuMDc4MUMzLjI2ODc1IDE2LjI3NSAzLjg1IDE2LjQxMjUgNC43IDE2LjQ1QzUuNTUzMTMgMTYuNDg3NSA1LjgyNSAxNi40OTY5IDcuOTk2ODggMTYuNDk2OUMxMC4xNjg4IDE2LjQ5NjkgMTAuNDQwNiAxNi40ODc1IDExLjI5MzggMTYuNDVDMTIuMTQzOCAxNi40MTI1IDEyLjcyODEgMTYuMjc1IDEzLjIzNDQgMTYuMDc4MUMxMy43NTk0IDE1Ljg3NSAxNC4yMDYzIDE1LjYgMTQuNjUgMTUuMTU2MkMxNS4wOTM4IDE0LjcxMjUgMTUuMzY4OCAxNC4yNjU2IDE1LjU3MTkgMTMuNzQwNkMxNS43Njg4IDEzLjIzMTMgMTUuOTA2MyAxMi42NSAxNS45NDM4IDExLjhDMTUuOTgxMyAxMC45NDY5IDE1Ljk5MDYgMTAuNjc1IDE1Ljk5MDYgOC41MDMxM0MxNS45OTA2IDYuMzMxMjUgMTUuOTgxMyA2LjA1OTM4IDE1Ljk0MzggNS4yMDYyNUMxNS45MDYzIDQuMzU2MjUgMTUuNzY4OCAzLjc3MTg4IDE1LjU3MTkgMy4yNjU2MkMxNS4zNzUgMi43MzQzOCAxNS4xMDMxIDIuMjg3NSAxNC42NTYzIDEuODQzNzVDMTQuMjEyNSAxLjQgMTMuNzY1NiAxLjEyNSAxMy4yNDA2IDAuOTIxODc1QzEyLjczMTMgMC43MjUgMTIuMTUgMC41ODc1IDExLjMgMC41NUMxMC40NDM4IDAuNTA5Mzc1IDEwLjE3MTkgMC41IDggMC41WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTggNC4zOTA2MkM1LjczMTI1IDQuMzkwNjIgMy44OTA2MiA2LjIzMTI1IDMuODkwNjIgOC41QzMuODkwNjIgMTAuNzY4OCA1LjczMTI1IDEyLjYwOTQgOCAxMi42MDk0QzEwLjI2ODggMTIuNjA5NCAxMi4xMDk0IDEwLjc2ODggMTIuMTA5NCA4LjVDMTIuMTA5NCA2LjIzMTI1IDEwLjI2ODggNC4zOTA2MiA4IDQuMzkwNjJaTTggMTEuMTY1NkM2LjUyODEzIDExLjE2NTYgNS4zMzQzNyA5Ljk3MTg4IDUuMzM0MzcgOC41QzUuMzM0MzcgNy4wMjgxMyA2LjUyODEzIDUuODM0MzcgOCA1LjgzNDM3QzkuNDcxODggNS44MzQzNyAxMC42NjU2IDcuMDI4MTMgMTAuNjY1NiA4LjVDMTAuNjY1NiA5Ljk3MTg4IDkuNDcxODggMTEuMTY1NiA4IDExLjE2NTZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTMuMjMxMiA0LjIyODE4QzEzLjIzMTIgNC43NTk0MyAxMi44IDUuMTg3NTUgMTIuMjcxOSA1LjE4NzU1QzExLjc0MDYgNS4xODc1NSAxMS4zMTI1IDQuNzU2MyAxMS4zMTI1IDQuMjI4MThDMTEuMzEyNSAzLjY5NjkyIDExLjc0MzggMy4yNjg4IDEyLjI3MTkgMy4yNjg4QzEyLjggMy4yNjg4IDEzLjIzMTIgMy43MDAwNSAxMy4yMzEyIDQuMjI4MThaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwODdfMzIyMjEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwODdfMzIyMjEpIj4KPHBhdGggZD0iTTggMS45NDA2MkMxMC4xMzc1IDEuOTQwNjIgMTAuMzkwNiAxLjk1IDExLjIzMTMgMS45ODc1QzEyLjAxMjUgMi4wMjE4NyAxMi40MzQ0IDIuMTUzMTMgMTIuNzE1NiAyLjI2MjVDMTMuMDg3NSAyLjQwNjI1IDEzLjM1NjMgMi41ODEyNSAxMy42MzQ0IDIuODU5MzhDMTMuOTE1NiAzLjE0MDYyIDE0LjA4NzUgMy40MDYyNSAxNC4yMzEzID..."
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
}
]
},
"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, benefits, 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": "AI that Works the Way Finance Works",
"html": "<h2>AI that Works the Way Finance Works</h2>"
},
{
"text": "Meet Planful AI",
"html": "<h2>Meet Planful AI</h2>"
},
{
"text": "Where Every Team Plans With Confidence",
"html": "<h2>Where Every Team Plans With Confidence</h2>"
},
{
"text": "Planful for Finance",
"html": "<h2>Planful for Finance</h2>"
},
{
"text": "AI that elevates you.Empower your business with Planful.",
"html": "<h2 class>AI that elevates you.<br>Empower your business with Planful.</h2>"
},
{
"text": "Get Started with Planful",
"html": "<h2>Get Started with Planful</h2>"
},
{
"text": "The FinancialPerformance Platform.",
"html": "<h2>The Financial<br>Performance Platform.</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Drive Financial Performance with Planful?",
"pattern": {}
},
{
"id": "how",
"label": "How does Drive Financial Performance with Planful work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Drive Financial Performance with Planful?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Drive Financial Performance with Planful free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Drive Financial Performance with Planful compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Drive Financial Performance with Planful?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Drive Financial Performance with Planful?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Drive Financial Performance with Planful compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"compatibleContentType": false,
"contentLength": 1194959,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": false,
"links": [
"/styles.3fd106cd0beb1da968b3.css",
"/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIxIDIwIj48cGF0aCBzdHJva2U9IiMxRDI5MzkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBkPSJtMTUuNjQyIDEyLjUtNS01LTUgNSIvPjwvc3ZnPg==)",
"/12px",
"/12px",
"/12px",
"/12px",
"/calc(100%",
"/calc(100%",
"/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBzdHJva2U9IiM2OTQxQzYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBkPSJNMS4xNjcgN2gxMS42NjdtMCAwTDcgMS4xNjdNMTIuODM0IDcgNyAxMi44MzMiLz48L3N2Zz4=)",
"/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDE5Ij48cGF0aCBzdHJva2U9IiM2OTQxQzYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjY3IiBkPSJNMTAgMTcuODMzYTguMzMzIDguMzMzIDAgMSAwIDAtMTYuNjY2IDguMzMzIDguMzMzIDAgMCAwIDAgMTYuNjY2WiIvPjxwYXRoIHN0cm9rZT0iIzY5NDFDNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNjciIGQ9Im04LjMzMyA2LjE2NyA1IDMuMzMzLTUgMy4zMzNWNi4xNjdaIi8+PC9zdmc+)"
],
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.11.0\"/><meta name=\"theme-color\" content=\"#663399\"/><style data-href=\"/styles.3fd106cd0beb1da968b3.css\" data-identity=\"gatsby-global-css\">[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration=\"200\"]{transition-duration:.2s}[data-sal][data-sal-duration=\"250\"]{transition-duration:.25s}[data-sal][data-sal-duration=\"300\"]{transition-duration:.3s}[data-sal][data-sal-duration=\"35"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129,
"text": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.11.0\"/><meta name=\"theme-color\" content=\"#663399\"/><style data-href=\"/styles.3fd106cd0beb1da968b3.css\" data-identity=\"gatsby-global-css\">[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration=\"200\"]{transition-duration:.2s}[data-sal][data-sal-duration=\"250\"]{transition-duration:.25s}[data-sal][data-sal-duration=\"300\"]{transition-duration:.3s}[data-sal][data-sal-duration=\"350\"]{transition-duration:.35s}[data-sal][data-sal-duration=\"400\"]{transition-duration:.4s}[data-sal][data-sal-duration=\"450\"]{transition-duration:.45s}[data-sal][data-sal-duration=\"500\"]{transition-duration:.5s}[data-sal][data-sal-duration=\"550\"]{transition-duration:.55s}[data-sal][data-sal-duration=\"600\"]{transition-duration:.6s}[data-sal][data-sal-duration=\"650\"]{transition-duration:.65s}[data-sal][data-sal-duration=\"700\"]{transition-duration:.7s}[data-sal][data-sal-duration=\"750\"]{transition-duration:.75s}[data-sal][data-sal-duration=\"800\"]{transition-duration:.8s}[data-sal][data-sal-duration=\"850\"]{transition-duration:.85s}[data-sal][data-sal-duration=\"900\"]{transition-duration:.9s}[data-sal][data-sal-duration=\"950\"]{transition-duration:.95s}[data-sal][data-sal-duration=\"1000\"]{transition-duration:1s}[data-sal][data-sal-duration=\"1050\"]{transition-duration:1.05s}[data-sal][data-sal-duration=\"1100\"]{transition-duration:1.1s}[data-sal][data-sal-duration=\"1150\"]{transition-duration:1.15s}[data-sal][data-sal-duration=\"1200\"]{transition-duration:1.2s}[data-sal][data-sal-duration=\"1250\"]{transition-duration:1.25s}[data-sal][data-sal-duration=\"1300\"]{transition-duration:1.3s}[data-sal][data-sal-duration=\"1350\"]{transition-duration:1.35s}[data-sal][data-sal-duration=\"1400\"]{transition-duration:1.4s}[data-sal][data-sal-duration=\"1450\"]{transition-duration:1.45s}[data-sal][data-sal-duration=\"1500\"]{transition-duration:1.5s}[data-sal][data-sal-duration=\"1550\"]{transition-duration:1.55s}[data-sal][data-sal-duration=\"1600\"]{transition-duration:1.6s}[data-sal][data-sal-duration=\"1650\"]{transition-duration:1.65s}[data-sal][data-sal-duration=\"1700\"]{transition-duration:1.7s}[data-sal][data-sal-duration=\"1750\"]{transition-duration:1.75s}[data-sal][data-sal-duration=\"1800\"]{transition-duration:1.8s}[data-sal][data-sal-duration=\"1850\"]{transition-duration:1.85s}[data-sal][data-sal-duration=\"1900\"]{transition-duration:1.9s}[data-sal][data-sal-duration=\"1950\"]{transition-duration:1.95s}[data-sal][data-sal-duration=\"2000\"]{transition-duration:2s}[data-sal][data-sal-delay=\"50\"]{transition-delay:.05s}[data-sal][data-sal-delay=\"100\"]{transition-delay:.1s}[data-sal][data-sal-delay=\"150\"]{transition-delay:.15s}[data-sal][data-sal-delay=\"200\"]{transition-delay:.2s}[data-sal][data-sal-delay=\"250\"]{transition-delay:.25s}[data-sal][data-sal-delay=\"300\"]{transition-delay:.3s}[data-sal][data-sal-delay=\"350\"]{transition-delay:.35s}[data-sal][data-sal-delay=\"400\"]{transition-delay:.4s}[data-sal][data-sal-delay=\"450\"]{transition-delay:.45s}[data-sal][data-sal-delay=\"500\"]{transition-delay:.5s}[data-sal][data-sal-delay=\"550\"]{transition-delay:.55s}[data-sal][data-sal-delay=\"600\"]{transition-delay:.6s}[data-sal][data-sal-delay=\"650\"]{transition-delay:.65s}[data-sal][data-sal-delay=\"700\"]{transition-delay:.7s}[data-sal][data-sal-delay=\"750\"]{transition-delay:.75s}[data-sal][data-sal-delay=\"800\"]{transition-delay:.8s}[data-sal][data-sal-delay=\"850\"]{transition-delay:.85s}[data-sal][data-sal-delay=\"900\"]{transition-delay:.9s}[data-sal][data-sal-delay=\"950\"]{transition-delay:.95s}[data-sal][data-sal-delay=\"1000\"]{transition-delay:1s}[data-sal][data-sal-easing=linear]{transition-ti"
},
"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": 1212129,
"text": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.11.0\"/><meta name=\"theme-color\" content=\"#663399\"/><style data-href=\"/styles.3fd106cd0beb1da968b3.css\" data-identity=\"gatsby-global-css\">[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration=\"200\"]{transition-duration:.2s}[data-sal][data-sal-duration=\"250\"]{transition-duration:.25s}[data-sal][data-sal-duration=\"300\"]{transition-duration:.3s}[data-sal][data-sal-duration=\"350\"]{transition-duration:.35s}[data-sal][data-sal-duration=\"400\"]{transition-duration:.4s}[data-sal][data-sal-duration=\"450\"]{transition-duration:.45s}[data-sal][data-sal-duration=\"500\"]{transition-duration:.5s}[data-sal][data-sal-duration=\"550\"]{transition-duration:.55s}[data-sal][data-sal-duration=\"600\"]{transition-duration:.6s}[data-sal][data-sal-duration=\"650\"]{transition-duration:.65s}[data-sal][data-sal-duration=\"700\"]{transition-duration:.7s}[data-sal][data-sal-duration=\"750\"]{transition-duration:.75s}[data-sal][data-sal-duration=\"800\"]{transition-duration:.8s}[data-sal][data-sal-duration=\"850\"]{transition-duration:.85s}[data-sal][data-sal-duration=\"900\"]{transition-duration:.9s}[data-sal][data-sal-duration=\"950\"]{transition-duration:.95s}[data-sal][data-sal-duration=\"1000\"]{transition-duration:1s}[data-sal][data-sal-duration=\"1050\"]{transition-duration:1.05s}[data-sal][data-sal-duration=\"1100\"]{transition-duration:1.1s}[data-sal][data-sal-duration=\"1150\"]{transition-duration:1.15s}[data-sal][data-sal-duration=\"1200\"]{transition-duration:1.2s}[data-sal][data-sal-duration=\"1250\"]{transition-duration:1.25s}[data-sal][data-sal-duration=\"1300\"]{transition-duration:1.3s}[data-sal][data-sal-duration=\"1350\"]{transition-duration:1.35s}[data-sal][data-sal-duration=\"1400\"]{transition-duration:1.4s}[data-sal][data-sal-duration=\"1450\"]{transition-duration:1.45s}[data-sal][data-sal-duration=\"1500\"]{transition-duration:1.5s}[data-sal][data-sal-duration=\"1550\"]{transition-duration:1.55s}[data-sal][data-sal-duration=\"1600\"]{transition-duration:1.6s}[data-sal][data-sal-duration=\"1650\"]{transition-duration:1.65s}[data-sal][data-sal-duration=\"1700\"]{transition-duration:1.7s}[data-sal][data-sal-duration=\"1750\"]{transition-duration:1.75s}[data-sal][data-sal-duration=\"1800\"]{transition-duration:1.8s}[data-sal][data-sal-duration=\"1850\"]{transition-duration:1.85s}[data-sal][data-sal-duration=\"1900\"]{transition-duration:1.9s}[data-sal][data-sal-duration=\"1950\"]{transition-duration:1.95s}[data-sal][data-sal-duration=\"2000\"]{transition-duration:2s}[data-sal][data-sal-delay=\"50\"]{transition-delay:.05s}[data-sal][data-sal-delay=\"100\"]{transition-delay:.1s}[data-sal][data-sal-delay=\"150\"]{transition-delay:.15s}[data-sal][data-sal-delay=\"200\"]{transition-delay:.2s}[data-sal][data-sal-delay=\"250\"]{transition-delay:.25s}[data-sal][data-sal-delay=\"300\"]{transition-delay:.3s}[data-sal][data-sal-delay=\"350\"]{transition-delay:.35s}[data-sal][data-sal-delay=\"400\"]{transition-delay:.4s}[data-sal][data-sal-delay=\"450\"]{transition-delay:.45s}[data-sal][data-sal-delay=\"500\"]{transition-delay:.5s}[data-sal][data-sal-delay=\"550\"]{transition-delay:.55s}[data-sal][data-sal-delay=\"600\"]{transition-delay:.6s}[data-sal][data-sal-delay=\"650\"]{transition-delay:.65s}[data-sal][data-sal-delay=\"700\"]{transition-delay:.7s}[data-sal][data-sal-delay=\"750\"]{transition-delay:.75s}[data-sal][data-sal-delay=\"800\"]{transition-delay:.8s}[data-sal][data-sal-delay=\"850\"]{transition-delay:.85s}[data-sal][data-sal-delay=\"900\"]{transition-delay:.9s}[data-sal][data-sal-delay=\"950\"]{transition-delay:.95s}[data-sal][data-sal-delay=\"1000\"]{transition-delay:1s}[data-sal][data-sal-easing=linear]{transition-ti"
}
},
"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": "log in"
}
]
},
"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": 1212129
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 1212129
}
]
},
"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": "log in"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.11.0\"/><meta name=\"theme-color\" content=\"#663399\"/><style data-href=\"/styles.3fd106cd0beb1da968b3.css\" data-identity=\"gatsby-global-css\">[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration=\"200\"]{transition-duration:.2s}[data-sal][data-sal-duration=\"250\"]{transition-duration:.25s}[data-sal][data-sal-duration=\"300\"]{transition-duration:.3s}[data-sal][data-sal-duration=\"35"
},
"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://planful.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://planful.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://planful.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://planful.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": "log in"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}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
4 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "4 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 55Â 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 55Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
4.2Â s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "4.2Â s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 4196.786999999976
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 1,715Â 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 1,715Â 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
8 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
46/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "50Â ms",
"numericValue": 54.490050000000004
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 4,
"displayValue": "1,080Â ms",
"numericValue": 1084.5000000000014
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 50,
"displayValue": "250Â ms",
"numericValue": 248
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 2,
"displayValue": "6.8Â s",
"numericValue": 6771.156540406711
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 80,
"displayValue": "1.1Â s",
"numericValue": 1108.615358049208
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 13,
"displayValue": "3.8Â s",
"numericValue": 3756.980790706036
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 15,
"displayValue": "7.3Â s",
"numericValue": 7266.572381785372
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 230Â ms",
"numericValue": 226
}
]
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
7 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 4,662Â 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 4,662Â 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": 4774306
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}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 |
|---|---|---|---|
| 43/100 | Level 2, Agent-Limited | Current report |