Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 24 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 77 out of 100
- SEO 100 out of 100
- Performance and Accessibility 70 out of 100
What AI sees of your website
Justworks: PEO & Payroll Solutions for Small Businesses - Justworks
Justworks offers solutions for your domestic and global team to help you run payroll, access benefits, and stay compliant with HR software and human support.
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 | 24 | Priority fix | 4 | 18 | 1 | View details |
| Discoverability | 29 | Priority fix | 2 | 7 | 0 | View details |
| Content Readiness | 38 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 77 | Mostly ready | 6 | 2 | 12 | View details |
| GEO Readiness | 86 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 80 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 66 | Needs work | 1 | 1 | 5 | View details |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 70 | Needs work | 21 | 3 | 2 | View details |
| Performance | 59 | Needs work | 15 | 3 | 2 | View details |
| Accessibility | 91 | Strong | 6 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
48 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 403,
"contentType": "text/html; 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 lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-iuZ6fRi2Dul5zXOIRUPG3C' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare."
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-7OAzVp0NGBjgqTsAJbRFK1' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare."
},
{
"path": "/openapi.yaml",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-jCR3gfUOOrqgPUUPaaIv7R' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare."
},
{
"path": "/swagger.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-X5T3mymZz3Sfz7rPTrui5W' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare."
},
{
"path": "/swagger.yaml",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-cVJPebxQgtVbGqRz0SYonn' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare."
},
{
"path": "/api/openapi.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-1LuXPhac9vkC4iNfF7bKHQ' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare."
},
{
"path": "/api/swagger.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-rFN3bObVnBMt0wpJEsGk9M' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare."
},
{
"path": "/docs/openapi.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-DIHrywQKTCxIiljz3YUXDk' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare."
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": null
}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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5632
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5635
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5574
}
]
},
"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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5517
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5574
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5632
}
]
},
"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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5671
}
]
},
"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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5583
},
{
"path": "/webmcp.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5526
},
{
"path": "/mcp.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5517
}
]
},
"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 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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5517
},
{
"path": "/llms-full.txt",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5532
}
]
},
"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 "(none)".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 403,
"contentType": "text/html; 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": ""
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 361,
"excerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><m",
"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: invalid h1 (found 2); skipped heading levels.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": false,
"headingOrder": false,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h1: Powering Small Teams with Big Dreams",
"h2: Real Impact for Our Customers",
"h2: Your HR Needs Covered by Justworks",
"h6: Hire, Onboard, Pay",
"h6: Offer Benefits",
"h6: Stay Compliant",
"h6: Get Human Support",
"h6: Go International",
"h6: Hire, Onboard, Pay",
"h6: Offer Benefits",
"h6: Stay Compliant",
"h6: Get Human Support",
"h6: Go International",
"h2: Dig Into Platform Demos",
"h1: See How Payroll Runs",
"h2: HR Solutions Built for Small Businesses",
"h2: All-In-One PEO",
"h2: Global EOR",
"h2: Flexible Payroll",
"h2: Which Justworks Plan is the Right Fit?",
"h2: Empowering Small Businesses",
"h3: $31B",
"h3: $8.9B",
"h3: 4,000",
"h3: 268k+",
"h3: $31B",
"h3: $8.9B",
"h3: 4,000",
"h3: 268k+",
"h2: Resources That Work as Hard as You Do"
]
},
"counts": {
"h1": 2,
"headings": 30,
"links": 118,
"inaccessibleLinks": 0,
"buttons": 47,
"inaccessibleButtons": 0,
"images": 161,
"imagesWithAlt": 161,
"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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5595
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5629
},
{
"path": "/agent-card.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5559
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5641
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5601
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5580
},
{
"path": "/agent.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5523
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5583
},
{
"path": "/agents.json",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5526
}
]
},
"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": [
"Organization"
]
}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": [
"Organization"
]
}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
robots.txt
robots.txt is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
robots.txt
robots.txt is missing or incomplete.
Needs attention
robots.txt
Issue
Failed to fetch /robots.txt (Status: 403).
Why it matters
robots.txt gives crawlers and agents a standard place to read crawl permissions, disallowed paths, and sitemap locations before requesting site content.
Check name
robots.txt
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Publish /robots.txt with clear crawl rules.
Result
robots.txt is missing or incomplete.
Evidence
{
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"parsedUserAgents": [],
"sitemapDirectives": [],
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-wYwDgN4t0GHY2UJT6V1Xgq' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare."
}AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
Needs attention
Sitemap
Issue
No valid XML sitemap found at checked locations: https://www.justworks.com/sitemap.xml, https://www.justworks.com/sitemap_index.xml, https://www.justworks.com/sitemap-index.xml.
Why it matters
Sitemaps help crawlers and agents discover canonical URLs, updated pages, and deeper content that may not be obvious from the homepage navigation.
Check name
Sitemap
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Publish a sitemap and reference it from robots.txt.
Result
Sitemap is missing or incomplete.
Evidence
{
"checked": [
"https://www.justworks.com/sitemap.xml",
"https://www.justworks.com/sitemap_index.xml",
"https://www.justworks.com/sitemap-index.xml"
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
19 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Tue, 09 Jun 2026 07:12:04 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.justworks.com",
"probes": [
{
"name": "_index._agents.www.justworks.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.justworks.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.justworks.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "justworks.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
9 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": "/peo",
"text": "Learn More About PEO",
"html": "<a class=\"MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary Button__StyledButton-sc-1upqexx-0 iOIDVa ComponentButton___StyledButton-sc-aglp75-0 kVgWwS css-f4v2ho\" component=\"button\" focusvisibleclassname rel target href=\"/peo\" tabindex=\"0\" id=\"1fbae4a9-0ce1-5dc6-811b-f13b5580e5d8\" sys=\"[object Object]\" classes=\"[object Object]\">Learn More About PEO</a>"
},
{
"href": "/eor",
"text": "Learn More About EOR",
"html": "<a class=\"MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary Button__StyledButton-sc-1upqexx-0 iOIDVa ComponentButton___StyledButton-sc-aglp75-0 kVgWwS css-f4v2ho\" component=\"button\" focusvisibleclassname rel target href=\"/eor\" tabindex=\"0\" id=\"c47badf4-8fa2-5a7c-90fa-2cd59317157d\" sys=\"[object Object]\" classes=\"[object Object]\">Learn More About EOR</a>"
},
{
"href": "/payroll",
"text": "Learn More About Payroll",
"html": "<a class=\"MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary Button__StyledButton-sc-1upqexx-0 iOIDVa ComponentButton___StyledButton-sc-aglp75-0 kVgWwS css-f4v2ho\" component=\"button\" focusvisibleclassname rel target href=\"/payroll\" tabindex=\"0\" id=\"0fdcd333-c119-5f68-8b25-f6310ba841d4\" sys=\"[object Object]\" classes=\"[object Object]\">Learn More About Payroll</a>"
},
{
"href": "/about/our-team",
"text": "Team",
"html": "<a rel target href=\"/about/our-team\" class=\"Link__StyledLink-sc-10563m5-0 GzeeP FooterLinkList___StyledLink-sc-10k5epu-0 fxFcKr\"><span>Team</span></a>"
},
{
"href": "/about/our-company",
"text": "Company",
"html": "<a rel target href=\"/about/our-company\" class=\"Link__StyledLink-sc-10563m5-0 GzeeP FooterLinkList___StyledLink-sc-10k5epu-0 fxFcKr\"><span>Company</span></a>"
},
{
"href": "https://www.linkedin.com/company/3037695",
"text": ".css-1cw5098{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;fill:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;font-size:1.9285714285714288rem;}(opens in a new tab)",
"html": "<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.linkedin.com/company/3037695\" class=\"Link__StyledLink-sc-10563m5-0 kdjuZZ\"><style data-emotion=\"css 1cw5098\">.css-1cw5098{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;fill:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2,..."
},
{
"href": "https://www.linkedin.com/company/3037695",
"text": ".css-1cw5098{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;fill:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;font-size:1.9285714285714288rem;}(opens in a new tab)",
"html": "<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.linkedin.com/company/3037695\" class=\"Link__StyledLink-sc-10563m5-0 kdjuZZ\"><style data-emotion=\"css 1cw5098\">.css-1cw5098{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;fill:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2,..."
}
],
"contactLinks": [
{
"href": "tel:(888) 534%E2%80%911711",
"text": "SUPPORT(888) 534‑1711(opens in a new tab)",
"html": "<a rel=\"noreferrer noopener\" target=\"_self\" href=\"tel:(888) 534%E2%80%911711\" class=\"Link__StyledLink-sc-10563m5-0 fRaQIn\"><div class=\"Contact-module--link-container--1064e\"><svg class=\"Icon__SVG-sc-1w794nx-0 dnoMtj\" fill=\"#001166\" overflow=\"visible\"><use href=\"/icons/sprites.svg#phone\"/></svg><div class=\"Contact-module--phone-text-wrapper--e0be0\" style=\"--phone-text-wrapper-color:var(--color-primary-900)\"><span>SUPPORT</span>(888) 534‑1711</div></div><span style=\"position:absolute;bor..."
},
{
"href": "/solutions/full-service-support",
"text": "Get Human SupportTimely support from a team that cares..css-f4v2ho{font-family:\"Oately\",\"Helvetica Neue\",\"Arial Nova\",sans-serif;font-size:0.875rem;line-height:1.75rem;font-weight:800;text-transform:uppercase;min-width:64px;padding:6px 16px;border-radius:4px;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;color:#fff;background-color:#1976d2;box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);min-width:0;text-transform:capitalize;font-weight:700;border-radius:4px;font-size:0.875rem;line-height:1.25rem;padding-left:1rem;padding-right:1rem;padding-top:0.625rem;padding-bottom:0.625rem;box-shadow:0px 1px 2px rgba(35, 35, 37, 0.05);background-color:#0070D4;}.css-f4v2ho:hover{-webkit-text-decoration:none;text-decoration:none;background-color:#1565c0;box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);}@media (hover: none){.css-f4v2ho:hover{background-color:#1976d2;}}.css-f4v2ho:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);}.css-f4v2ho.Mui-focusVisible{box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);}.css-f4v2ho.Mui-disabled{color:rgba(0, 0, 0, 0.26);box-shadow:none;background-color:rgba(0, 0, 0, 0.12);}@media screen and (min-width: 992px){.css-f4v2ho{font-size:1.125rem;line-height:1.75rem;padding-left:1.125rem;padding-right:1.125rem;}}.css-1qjjatu{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;-webkit-text-decoration:none;text-decoration:none;color:inherit;font-family:\"Oately\",\"Helvetica Neue\",\"Arial Nova\",sans-serif;font-size:0.875rem;line-height:1.75rem;font-weight:800;text-transform:uppercase;min-width:64px;padding:6px 16px;border-radius:4px;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;color:#fff;background-color:#1976d2;box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);min-width:0;text-transform:capitalize;font-weight:700;border-radius:4px;font-size:0.875rem;line-height:1.25rem;padding-left:1rem;padding-right:1rem;padding-top:0.625rem;padding-bottom:0.625rem;box-shadow:0px 1px 2px rgba(35, 35, 37, 0.05);background-color:#0070D4;}.css-1qjjatu::-moz-focus-inner{border-style:none;}.css-1qjjatu.Mui-disabled{pointer-events:none;cursor:default;}@media print{.css-1qjjatu{-webkit-print-color-adjust:exact;color-adjust:exact;}}.css-1qjjatu:hover{-webkit-text-decoration:none;text-decoration:none;background-color:#1565c0;box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);}@media (hover: none){.css-1qjjatu:hover{background-color:#1976d2;}}.css-1qjjatu:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);}.css-1qjjatu.Mui-focusVisible{box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);}.css-1qjjatu.Mui-disabled{color:rgba(0, 0, 0, 0.26);box-shadow:none;background-color:rgba(0, 0, 0, 0.12);}@media screen and (min-width: 992px){.css-1qjjatu{font-size:1.125rem;line-height:1.75rem;padding-left:1.125rem;padding-right:1.125rem;}}Discover Supportconst t=\"undefined\"!=typeof HTMLImageElement&&\"loading\"in HTMLImageElement.prototype;if(t){const t=document.querySelectorAll(\"img[data-main-image]\");for(let e of t){e.dataset.src&&(e.setAttribute(\"src\",e.dataset.src),e.removeAttribute(\"data-src\")),e.dataset.srcset&&(e.setAttribute(\"srcset\",e.dataset.srcset),e.removeAttribute(\"data-srcset\"));const t=e.parentNode.querySelectorAll(\"source[data-srcset]\");for(let e of t)e.setAttribute(\"srcset\",e.dataset.srcset),e.removeAttribute(\"data-srcset\");e.complete&&(e.style.opacity=1,e.parentNode.parentNode.querySelector(\"[data-placeholder-image]\").style.opacity=0)}}",
"html": "<a rel target href=\"/solutions/full-service-support\" class=\"Link__StyledLink-sc-10563m5-0 kybuGX\"><div class=\"ProductCard-module--card--c2ec0\" style=\"--product-card-background-color:var(--color-primary-600);--product-card-background-image:none\"><div class=\"ProductCard-module--content-wrapper--e987c\"><div class=\"ProductCard-module--copy-wrapper--4356b\"><h6 class=\"ProductCard-module--heading--275f6\" style=\"--product-card-heading-color:var(--color-common-white)\">Get Human Support</h6><span class..."
},
{
"href": "/solutions/full-service-support",
"text": "Get Human SupportTimely support from a team that cares..css-f4v2ho{font-family:\"Oately\",\"Helvetica Neue\",\"Arial Nova\",sans-serif;font-size:0.875rem;line-height:1.75rem;font-weight:800;text-transform:uppercase;min-width:64px;padding:6px 16px;border-radius:4px;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;color:#fff;background-color:#1976d2;box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);min-width:0;text-transform:capitalize;font-weight:700;border-radius:4px;font-size:0.875rem;line-height:1.25rem;padding-left:1rem;padding-right:1rem;padding-top:0.625rem;padding-bottom:0.625rem;box-shadow:0px 1px 2px rgba(35, 35, 37, 0.05);background-color:#0070D4;}.css-f4v2ho:hover{-webkit-text-decoration:none;text-decoration:none;background-color:#1565c0;box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);}@media (hover: none){.css-f4v2ho:hover{background-color:#1976d2;}}.css-f4v2ho:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);}.css-f4v2ho.Mui-focusVisible{box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);}.css-f4v2ho.Mui-disabled{color:rgba(0, 0, 0, 0.26);box-shadow:none;background-color:rgba(0, 0, 0, 0.12);}@media screen and (min-width: 992px){.css-f4v2ho{font-size:1.125rem;line-height:1.75rem;padding-left:1.125rem;padding-right:1.125rem;}}.css-1qjjatu{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;-webkit-text-decoration:none;text-decoration:none;color:inherit;font-family:\"Oately\",\"Helvetica Neue\",\"Arial Nova\",sans-serif;font-size:0.875rem;line-height:1.75rem;font-weight:800;text-transform:uppercase;min-width:64px;padding:6px 16px;border-radius:4px;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;color:#fff;background-color:#1976d2;box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);min-width:0;text-transform:capitalize;font-weight:700;border-radius:4px;font-size:0.875rem;line-height:1.25rem;padding-left:1rem;padding-right:1rem;padding-top:0.625rem;padding-bottom:0.625rem;box-shadow:0px 1px 2px rgba(35, 35, 37, 0.05);background-color:#0070D4;}.css-1qjjatu::-moz-focus-inner{border-style:none;}.css-1qjjatu.Mui-disabled{pointer-events:none;cursor:default;}@media print{.css-1qjjatu{-webkit-print-color-adjust:exact;color-adjust:exact;}}.css-1qjjatu:hover{-webkit-text-decoration:none;text-decoration:none;background-color:#1565c0;box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);}@media (hover: none){.css-1qjjatu:hover{background-color:#1976d2;}}.css-1qjjatu:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);}.css-1qjjatu.Mui-focusVisible{box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);}.css-1qjjatu.Mui-disabled{color:rgba(0, 0, 0, 0.26);box-shadow:none;background-color:rgba(0, 0, 0, 0.12);}@media screen and (min-width: 992px){.css-1qjjatu{font-size:1.125rem;line-height:1.75rem;padding-left:1.125rem;padding-right:1.125rem;}}Discover Supportconst t=\"undefined\"!=typeof HTMLImageElement&&\"loading\"in HTMLImageElement.prototype;if(t){const t=document.querySelectorAll(\"img[data-main-image]\");for(let e of t){e.dataset.src&&(e.setAttribute(\"src\",e.dataset.src),e.removeAttribute(\"data-src\")),e.dataset.srcset&&(e.setAttribute(\"srcset\",e.dataset.srcset),e.removeAttribute(\"data-srcset\"));const t=e.parentNode.querySelectorAll(\"source[data-srcset]\");for(let e of t)e.setAttribute(\"srcset\",e.dataset.srcset),e.removeAttribute(\"data-srcset\");e.complete&&(e.style.opacity=1,e.parentNode.parentNode.querySelector(\"[data-placeholder-image]\").style.opacity=0)}}",
"html": "<a rel target href=\"/solutions/full-service-support\" class=\"Link__StyledLink-sc-10563m5-0 kybuGX\"><div class=\"ProductCard-module--card--c2ec0\" style=\"--product-card-background-color:var(--color-primary-600);--product-card-background-image:none\"><div class=\"ProductCard-module--content-wrapper--e987c\"><div class=\"ProductCard-module--copy-wrapper--4356b\"><h6 class=\"ProductCard-module--heading--275f6\" style=\"--product-card-heading-color:var(--color-common-white)\">Get Human Support</h6><span class..."
},
{
"href": "/contact-us",
"text": "Contact us",
"html": "<a rel target href=\"/contact-us\" class=\"Link__StyledLink-sc-10563m5-0 bBQxoO\">Contact us</a>"
},
{
"href": "/solutions/full-service-support",
"text": "Full service support",
"html": "<a rel target href=\"/solutions/full-service-support\" class=\"Link__StyledLink-sc-10563m5-0 GzeeP FooterLinkList___StyledLink-sc-10k5epu-0 fxFcKr\"><span>Full service support</span></a>"
},
{
"href": "https://help.justworks.com/",
"text": "Help center",
"html": "<a rel target href=\"https://help.justworks.com/\" class=\"Link__StyledLink-sc-10563m5-0 GzeeP FooterLinkList___StyledLink-sc-10k5epu-0 fxFcKr\"><span>Help center</span></a>"
},
{
"href": "/contact-us",
"text": "Contact us",
"html": "<a rel target href=\"/contact-us\" class=\"Link__StyledLink-sc-10563m5-0 GzeeP FooterLinkList___StyledLink-sc-10k5epu-0 fxFcKr\"><span>Contact us</span></a>"
},
{
"href": "/contact-us",
"text": "Contact us",
"html": "<a rel target href=\"/contact-us\" class=\"Link__StyledLink-sc-10563m5-0 bBQxoO\">Contact us</a>"
}
],
"privacyLinks": [
{
"href": "/legal",
"text": "Terms of Use | Privacy Policy",
"html": "<a rel target href=\"/legal\" class=\"Link__StyledLink-sc-10563m5-0 bVHiXj\">Terms of Use | Privacy Policy</a>"
},
{
"href": "/privacy-policy#toc-additional-information-for-california-residents",
"text": "California Privacy Notice",
"html": "<a href=\"/privacy-policy#toc-additional-information-for-california-residents\" class=\"Link__StyledLink-sc-10563m5-0 bVHiXj\">California Privacy Notice</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/peo",
"text": "Learn More About PEO",
"html": "<a class=\"MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary Button__StyledButton-sc-1upqexx-0 iOIDVa ComponentButton___StyledButton-sc-aglp75-0 kVgWwS css-f4v2ho\" component=\"button\" focusvisibleclassname rel target href=\"/peo\" tabindex=\"0\" id=\"1fbae4a9-0ce1-5dc6-811b-f13b5580e5d8\" sys=\"[object Object]\" classes=\"[object Object]\">Learn More About PEO</a>"
},
{
"href": "/eor",
"text": "Learn More About EOR",
"html": "<a class=\"MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary Button__StyledButton-sc-1upqexx-0 iOIDVa ComponentButton___StyledButton-sc-aglp75-0 kVgWwS css-f4v2ho\" component=\"button\" focusvisibleclassname rel target href=\"/eor\" tabindex=\"0\" id=\"c47badf4-8fa2-5a7c-90fa-2cd59317157d\" sys=\"[object Object]\" classes=\"[object Object]\">Learn More About EOR</a>"
},
{
"href": "/payroll",
"text": "Learn More About Payroll",
"html": "<a class=\"MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary Button__StyledButton-sc-1upqexx-0 iOIDVa ComponentButton___StyledButton-sc-aglp75-0 kVgWwS css-f4v2ho\" component=\"button\" focusvisibleclassname rel target href=\"/payroll\" tabindex=\"0\" id=\"0fdcd333-c119-5f68-8b25-f6310ba841d4\" sys=\"[object Object]\" classes=\"[object Object]\">Learn More About Payroll</a>"
},
{
"href": "/about/our-team",
"text": "Team",
"html": "<a rel target href=\"/about/our-team\" class=\"Link__StyledLink-sc-10563m5-0 GzeeP FooterLinkList___StyledLink-sc-10k5epu-0 fxFcKr\"><span>Team</span></a>"
},
{
"href": "/about/our-company",
"text": "Company",
"html": "<a rel target href=\"/about/our-company\" class=\"Link__StyledLink-sc-10563m5-0 GzeeP FooterLinkList___StyledLink-sc-10k5epu-0 fxFcKr\"><span>Company</span></a>"
},
{
"href": "https://www.linkedin.com/company/3037695",
"text": ".css-1cw5098{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;fill:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;font-size:1.9285714285714288rem;}(opens in a new tab)",
"html": "<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.linkedin.com/company/3037695\" class=\"Link__StyledLink-sc-10563m5-0 kdjuZZ\"><style data-emotion=\"css 1cw5098\">.css-1cw5098{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;fill:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2,..."
},
{
"href": "https://www.linkedin.com/company/3037695",
"text": ".css-1cw5098{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;fill:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;font-size:1.9285714285714288rem;}(opens in a new tab)",
"html": "<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.linkedin.com/company/3037695\" class=\"Link__StyledLink-sc-10563m5-0 kdjuZZ\"><style data-emotion=\"css 1cw5098\">.css-1cw5098{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;fill:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:fill 200ms cubic-bezier(0.4, 0, 0.2,..."
}
],
"contactLinks": [
{
"href": "tel:(888) 534%E2%80%911711",
"text": "SUPPORT(888) 534‑1711(opens in a new tab)",
"html": "<a rel=\"noreferrer noopener\" target=\"_self\" href=\"tel:(888) 534%E2%80%911711\" class=\"Link__StyledLink-sc-10563m5-0 fRaQIn\"><div class=\"Contact-module--link-container--1064e\"><svg class=\"Icon__SVG-sc-1w794nx-0 dnoMtj\" fill=\"#001166\" overflow=\"visible\"><use href=\"/icons/sprites.svg#phone\"/></svg><div class=\"Contact-module--phone-text-wrapper--e0be0\" style=\"--phone-text-wrapper-color:var(--color-primary-900)\"><span>SUPPORT</span>(888) 534‑1711</div></div><span style=\"position:absolute;bor..."
},
{
"href": "/solutions/full-service-support",
"text": "Get Human SupportTimely support from a team that cares..css-f4v2ho{font-family:\"Oately\",\"Helvetica Neue\",\"Arial Nova\",sans-serif;font-size:0.875rem;line-height:1.75rem;font-weight:800;text-transform:uppercase;min-width:64px;padding:6px 16px;border-radius:4px;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;color:#fff;background-color:#1976d2;box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);min-width:0;text-transform:capitalize;font-weight:700;border-radius:4px;font-size:0.875rem;line-height:1.25rem;padding-left:1rem;padding-right:1rem;padding-top:0.625rem;padding-bottom:0.625rem;box-shadow:0px 1px 2px rgba(35, 35, 37, 0.05);background-color:#0070D4;}.css-f4v2ho:hover{-webkit-text-decoration:none;text-decoration:none;background-color:#1565c0;box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);}@media (hover: none){.css-f4v2ho:hover{background-color:#1976d2;}}.css-f4v2ho:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);}.css-f4v2ho.Mui-focusVisible{box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);}.css-f4v2ho.Mui-disabled{color:rgba(0, 0, 0, 0.26);box-shadow:none;background-color:rgba(0, 0, 0, 0.12);}@media screen and (min-width: 992px){.css-f4v2ho{font-size:1.125rem;line-height:1.75rem;padding-left:1.125rem;padding-right:1.125rem;}}.css-1qjjatu{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;-webkit-text-decoration:none;text-decoration:none;color:inherit;font-family:\"Oately\",\"Helvetica Neue\",\"Arial Nova\",sans-serif;font-size:0.875rem;line-height:1.75rem;font-weight:800;text-transform:uppercase;min-width:64px;padding:6px 16px;border-radius:4px;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;color:#fff;background-color:#1976d2;box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);min-width:0;text-transform:capitalize;font-weight:700;border-radius:4px;font-size:0.875rem;line-height:1.25rem;padding-left:1rem;padding-right:1rem;padding-top:0.625rem;padding-bottom:0.625rem;box-shadow:0px 1px 2px rgba(35, 35, 37, 0.05);background-color:#0070D4;}.css-1qjjatu::-moz-focus-inner{border-style:none;}.css-1qjjatu.Mui-disabled{pointer-events:none;cursor:default;}@media print{.css-1qjjatu{-webkit-print-color-adjust:exact;color-adjust:exact;}}.css-1qjjatu:hover{-webkit-text-decoration:none;text-decoration:none;background-color:#1565c0;box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);}@media (hover: none){.css-1qjjatu:hover{background-color:#1976d2;}}.css-1qjjatu:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);}.css-1qjjatu.Mui-focusVisible{box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);}.css-1qjjatu.Mui-disabled{color:rgba(0, 0, 0, 0.26);box-shadow:none;background-color:rgba(0, 0, 0, 0.12);}@media screen and (min-width: 992px){.css-1qjjatu{font-size:1.125rem;line-height:1.75rem;padding-left:1.125rem;padding-right:1.125rem;}}Discover Supportconst t=\"undefined\"!=typeof HTMLImageElement&&\"loading\"in HTMLImageElement.prototype;if(t){const t=document.querySelectorAll(\"img[data-main-image]\");for(let e of t){e.dataset.src&&(e.setAttribute(\"src\",e.dataset.src),e.removeAttribute(\"data-src\")),e.dataset.srcset&&(e.setAttribute(\"srcset\",e.dataset.srcset),e.removeAttribute(\"data-srcset\"));const t=e.parentNode.querySelectorAll(\"source[data-srcset]\");for(let e of t)e.setAttribute(\"srcset\",e.dataset.srcset),e.removeAttribute(\"data-srcset\");e.complete&&(e.style.opacity=1,e.parentNode.parentNode.querySelector(\"[data-placeholder-image]\").style.opacity=0)}}",
"html": "<a rel target href=\"/solutions/full-service-support\" class=\"Link__StyledLink-sc-10563m5-0 kybuGX\"><div class=\"ProductCard-module--card--c2ec0\" style=\"--product-card-background-color:var(--color-primary-600);--product-card-background-image:none\"><div class=\"ProductCard-module--content-wrapper--e987c\"><div class=\"ProductCard-module--copy-wrapper--4356b\"><h6 class=\"ProductCard-module--heading--275f6\" style=\"--product-card-heading-color:var(--color-common-white)\">Get Human Support</h6><span class..."
},
{
"href": "/solutions/full-service-support",
"text": "Get Human SupportTimely support from a team that cares..css-f4v2ho{font-family:\"Oately\",\"Helvetica Neue\",\"Arial Nova\",sans-serif;font-size:0.875rem;line-height:1.75rem;font-weight:800;text-transform:uppercase;min-width:64px;padding:6px 16px;border-radius:4px;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;color:#fff;background-color:#1976d2;box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);min-width:0;text-transform:capitalize;font-weight:700;border-radius:4px;font-size:0.875rem;line-height:1.25rem;padding-left:1rem;padding-right:1rem;padding-top:0.625rem;padding-bottom:0.625rem;box-shadow:0px 1px 2px rgba(35, 35, 37, 0.05);background-color:#0070D4;}.css-f4v2ho:hover{-webkit-text-decoration:none;text-decoration:none;background-color:#1565c0;box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);}@media (hover: none){.css-f4v2ho:hover{background-color:#1976d2;}}.css-f4v2ho:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);}.css-f4v2ho.Mui-focusVisible{box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);}.css-f4v2ho.Mui-disabled{color:rgba(0, 0, 0, 0.26);box-shadow:none;background-color:rgba(0, 0, 0, 0.12);}@media screen and (min-width: 992px){.css-f4v2ho{font-size:1.125rem;line-height:1.75rem;padding-left:1.125rem;padding-right:1.125rem;}}.css-1qjjatu{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;-webkit-text-decoration:none;text-decoration:none;color:inherit;font-family:\"Oately\",\"Helvetica Neue\",\"Arial Nova\",sans-serif;font-size:0.875rem;line-height:1.75rem;font-weight:800;text-transform:uppercase;min-width:64px;padding:6px 16px;border-radius:4px;-webkit-transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;color:#fff;background-color:#1976d2;box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);min-width:0;text-transform:capitalize;font-weight:700;border-radius:4px;font-size:0.875rem;line-height:1.25rem;padding-left:1rem;padding-right:1rem;padding-top:0.625rem;padding-bottom:0.625rem;box-shadow:0px 1px 2px rgba(35, 35, 37, 0.05);background-color:#0070D4;}.css-1qjjatu::-moz-focus-inner{border-style:none;}.css-1qjjatu.Mui-disabled{pointer-events:none;cursor:default;}@media print{.css-1qjjatu{-webkit-print-color-adjust:exact;color-adjust:exact;}}.css-1qjjatu:hover{-webkit-text-decoration:none;text-decoration:none;background-color:#1565c0;box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);}@media (hover: none){.css-1qjjatu:hover{background-color:#1976d2;}}.css-1qjjatu:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);}.css-1qjjatu.Mui-focusVisible{box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);}.css-1qjjatu.Mui-disabled{color:rgba(0, 0, 0, 0.26);box-shadow:none;background-color:rgba(0, 0, 0, 0.12);}@media screen and (min-width: 992px){.css-1qjjatu{font-size:1.125rem;line-height:1.75rem;padding-left:1.125rem;padding-right:1.125rem;}}Discover Supportconst t=\"undefined\"!=typeof HTMLImageElement&&\"loading\"in HTMLImageElement.prototype;if(t){const t=document.querySelectorAll(\"img[data-main-image]\");for(let e of t){e.dataset.src&&(e.setAttribute(\"src\",e.dataset.src),e.removeAttribute(\"data-src\")),e.dataset.srcset&&(e.setAttribute(\"srcset\",e.dataset.srcset),e.removeAttribute(\"data-srcset\"));const t=e.parentNode.querySelectorAll(\"source[data-srcset]\");for(let e of t)e.setAttribute(\"srcset\",e.dataset.srcset),e.removeAttribute(\"data-srcset\");e.complete&&(e.style.opacity=1,e.parentNode.parentNode.querySelector(\"[data-placeholder-image]\").style.opacity=0)}}",
"html": "<a rel target href=\"/solutions/full-service-support\" class=\"Link__StyledLink-sc-10563m5-0 kybuGX\"><div class=\"ProductCard-module--card--c2ec0\" style=\"--product-card-background-color:var(--color-primary-600);--product-card-background-image:none\"><div class=\"ProductCard-module--content-wrapper--e987c\"><div class=\"ProductCard-module--copy-wrapper--4356b\"><h6 class=\"ProductCard-module--heading--275f6\" style=\"--product-card-heading-color:var(--color-common-white)\">Get Human Support</h6><span class..."
},
{
"href": "/contact-us",
"text": "Contact us",
"html": "<a rel target href=\"/contact-us\" class=\"Link__StyledLink-sc-10563m5-0 bBQxoO\">Contact us</a>"
},
{
"href": "/solutions/full-service-support",
"text": "Full service support",
"html": "<a rel target href=\"/solutions/full-service-support\" class=\"Link__StyledLink-sc-10563m5-0 GzeeP FooterLinkList___StyledLink-sc-10k5epu-0 fxFcKr\"><span>Full service support</span></a>"
},
{
"href": "https://help.justworks.com/",
"text": "Help center",
"html": "<a rel target href=\"https://help.justworks.com/\" class=\"Link__StyledLink-sc-10563m5-0 GzeeP FooterLinkList___StyledLink-sc-10k5epu-0 fxFcKr\"><span>Help center</span></a>"
},
{
"href": "/contact-us",
"text": "Contact us",
"html": "<a rel target href=\"/contact-us\" class=\"Link__StyledLink-sc-10563m5-0 GzeeP FooterLinkList___StyledLink-sc-10k5epu-0 fxFcKr\"><span>Contact us</span></a>"
},
{
"href": "/contact-us",
"text": "Contact us",
"html": "<a rel target href=\"/contact-us\" class=\"Link__StyledLink-sc-10563m5-0 bBQxoO\">Contact us</a>"
}
],
"privacyLinks": [
{
"href": "/legal",
"text": "Terms of Use | Privacy Policy",
"html": "<a rel target href=\"/legal\" class=\"Link__StyledLink-sc-10563m5-0 bVHiXj\">Terms of Use | Privacy Policy</a>"
},
{
"href": "/privacy-policy#toc-additional-information-for-california-residents",
"text": "California Privacy Notice",
"html": "<a href=\"/privacy-policy#toc-additional-information-for-california-residents\" class=\"Link__StyledLink-sc-10563m5-0 bVHiXj\">California Privacy Notice</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
16 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer-first sections
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer-first sections scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 18,
"passing": 2,
"failing": [
{
"heading": "Real Impact for Our Customers",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--lg-small--51db7 Heading-module--lg-large--ebb6d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Real Impact for Our Customers</span></h2>",
"firstParagraph": "See how small businesses in the Justworks community have worked with us to transform their HR operations and save time to stay focused on their mission.",
"paragraphHtml": "<p>See how small businesses in the Justworks community have worked with us to transform their HR operations and save time to stay focused on their mission.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Your HR Needs Covered by Justworks",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--lg-small--51db7 Heading-module--lg-large--ebb6d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Your HR Needs Covered by Justworks</span></h2>",
"firstParagraph": "Justworks offers solutions and support so running your business with confidence is easy.",
"paragraphHtml": "<p>Justworks offers solutions and support so running your business with confidence is easy.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "All-In-One PEO",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>All-In-One PEO</span></h2>",
"firstParagraph": "Take more off your plate with HR, benefits, payroll, and compliance managed from one easy place.",
"paragraphHtml": "<p>Take more off your plate with HR, benefits, payroll, and compliance managed from one easy place.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Global EOR",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Global EOR</span></h2>",
"firstParagraph": "Hire talent the world over without the stress of local entity set-up and localized support to keep your business compliant.",
"paragraphHtml": "<p>Hire talent the world over without the stress of local entity set-up and localized support to keep your business compliant.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Flexible Payroll",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Flexible Payroll</span></h2>",
"firstParagraph": "Get a solution that’s more than just payroll software with the ability to scale up or add additional features as your business needs evolve.",
"paragraphHtml": "<p>Get a solution that’s more than just payroll software with the ability to scale up or add additional features as your business needs evolve.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Which Justworks Plan is the Right Fit?",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Which Justworks Plan is the Right Fit?</span></h2>",
"firstParagraph": "Compare pricing and features to see which plan fits your business needs.",
"paragraphHtml": "<p>Compare pricing and features to see which plan fits your business needs. </p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Empowering Small Businesses",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Empowering Small Businesses</span></h2>",
"firstParagraph": "Join the thousands of small businesses that partner with Justworks to handle their payroll, compliance, benefits, HR, and more.",
"paragraphHtml": "<p>Join the thousands of small businesses that partner with Justworks to handle their payroll, compliance, benefits, HR, and more.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "$31B",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">$31B</h3>",
"firstParagraph": "Take care of your business, we’ll take care of the tax filing. In 2025, Justworks processed $8.9 billion in total taxes. That's billion with a “B.”",
"paragraphHtml": "<p>Take care of your business, we’ll take care of the tax filing. In 2025, Justworks processed $8.9 billion in total taxes. That's billion with a “B.”</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "$8.9B",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">$8.9B</h3>",
"firstParagraph": "Expand in other states or hire remotely stress-free. Justworks PEO supports over 4,000 tax localities which makes it easy for us to help file your employer-related taxes.",
"paragraphHtml": "<p>Expand in other states or hire remotely stress-free. Justworks PEO supports over 4,000 tax localities which makes it easy for us to help file your employer-related taxes.</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "4,000",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">4,000</h3>",
"firstParagraph": "Sit back while we take care of filing W-2s and 1099s for you. We generated over 268,000 W-2s for our PEO customers in 2025. You can trust us to get the job done and get more time back for your business.",
"paragraphHtml": "<p>Sit back while we take care of filing W-2s and 1099s for you. We generated over 268,000 W-2s for our PEO customers in 2025. You can trust us to get the job done and get more time back for your business.</p>",
"words": 42,
"direct": false,
"issue": "First paragraph is 42 words and does not look like a concise direct answer."
},
{
"heading": "268k+",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">268k+</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "$31B",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">$31B</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "$8.9B",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">$8.9B</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "4,000",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">4,000</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "268k+",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">268k+</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resources That Work as Hard as You Do",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Resources That Work as Hard as You Do</span></h2>",
"firstParagraph": "Need a little guidance? Dig into resources that can guide you towards confident decisions to keep your business moving forward.",
"paragraphHtml": "<p>Need a little guidance? Dig into resources that can guide you towards confident decisions to keep your business moving forward.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 79/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 79/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: peo, small, businesses, powering, teams, big, dreams.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
79/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 79/100 and needs improvement.
Evidence
{
"title": "Justworks: PEO & Payroll Solutions for Small Businesses - Justworks",
"h1": "Powering Small Teams with Big Dreams",
"description": "Justworks offers solutions for your domestic and global team to help you run payroll, access benefits, and stay compliant with HR software and human support.",
"topicOverlap": 0.3,
"topicTerms": [
"justworks",
"peo",
"payroll",
"solutions",
"small",
"businesses",
"powering",
"teams",
"big",
"dreams"
],
"descriptionTerms": [
"justworks",
"offers",
"solutions",
"domestic",
"global",
"team",
"help",
"run",
"payroll",
"access",
"benefits",
"stay",
"compliant",
"software",
"human",
"support"
],
"missingFromDescription": [
"peo",
"small",
"businesses",
"powering",
"teams",
"big",
"dreams"
],
"score": 79,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
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": 20,
"heading": "H3: 4,000",
"text": "Sit back while we take care of filing W-2s and 1099s for you. We generated over 268,000 W-2s for our PEO customers in 2025. You can trust us to get the job done and get more time back for your business.",
"words": 42,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220)."
],
"html": "<p>Sit back while we take care of filing W-2s and 1099s for you. We generated over 268,000 W-2s for our PEO customers in 2025. You can trust us to get the job done and get more time back for your business.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
16 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Answer block readiness
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Answer block readiness scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 18,
"passing": 2,
"failing": [
{
"heading": "Real Impact for Our Customers",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--lg-small--51db7 Heading-module--lg-large--ebb6d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Real Impact for Our Customers</span></h2>",
"firstParagraph": "See how small businesses in the Justworks community have worked with us to transform their HR operations and save time to stay focused on their mission.",
"paragraphHtml": "<p>See how small businesses in the Justworks community have worked with us to transform their HR operations and save time to stay focused on their mission.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Your HR Needs Covered by Justworks",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--lg-small--51db7 Heading-module--lg-large--ebb6d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Your HR Needs Covered by Justworks</span></h2>",
"firstParagraph": "Justworks offers solutions and support so running your business with confidence is easy.",
"paragraphHtml": "<p>Justworks offers solutions and support so running your business with confidence is easy.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "All-In-One PEO",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>All-In-One PEO</span></h2>",
"firstParagraph": "Take more off your plate with HR, benefits, payroll, and compliance managed from one easy place.",
"paragraphHtml": "<p>Take more off your plate with HR, benefits, payroll, and compliance managed from one easy place.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Global EOR",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Global EOR</span></h2>",
"firstParagraph": "Hire talent the world over without the stress of local entity set-up and localized support to keep your business compliant.",
"paragraphHtml": "<p>Hire talent the world over without the stress of local entity set-up and localized support to keep your business compliant.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Flexible Payroll",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Flexible Payroll</span></h2>",
"firstParagraph": "Get a solution that’s more than just payroll software with the ability to scale up or add additional features as your business needs evolve.",
"paragraphHtml": "<p>Get a solution that’s more than just payroll software with the ability to scale up or add additional features as your business needs evolve.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Which Justworks Plan is the Right Fit?",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Which Justworks Plan is the Right Fit?</span></h2>",
"firstParagraph": "Compare pricing and features to see which plan fits your business needs.",
"paragraphHtml": "<p>Compare pricing and features to see which plan fits your business needs. </p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Empowering Small Businesses",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Empowering Small Businesses</span></h2>",
"firstParagraph": "Join the thousands of small businesses that partner with Justworks to handle their payroll, compliance, benefits, HR, and more.",
"paragraphHtml": "<p>Join the thousands of small businesses that partner with Justworks to handle their payroll, compliance, benefits, HR, and more.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "$31B",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">$31B</h3>",
"firstParagraph": "Take care of your business, we’ll take care of the tax filing. In 2025, Justworks processed $8.9 billion in total taxes. That's billion with a “B.”",
"paragraphHtml": "<p>Take care of your business, we’ll take care of the tax filing. In 2025, Justworks processed $8.9 billion in total taxes. That's billion with a “B.”</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "$8.9B",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">$8.9B</h3>",
"firstParagraph": "Expand in other states or hire remotely stress-free. Justworks PEO supports over 4,000 tax localities which makes it easy for us to help file your employer-related taxes.",
"paragraphHtml": "<p>Expand in other states or hire remotely stress-free. Justworks PEO supports over 4,000 tax localities which makes it easy for us to help file your employer-related taxes.</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "4,000",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">4,000</h3>",
"firstParagraph": "Sit back while we take care of filing W-2s and 1099s for you. We generated over 268,000 W-2s for our PEO customers in 2025. You can trust us to get the job done and get more time back for your business.",
"paragraphHtml": "<p>Sit back while we take care of filing W-2s and 1099s for you. We generated over 268,000 W-2s for our PEO customers in 2025. You can trust us to get the job done and get more time back for your business.</p>",
"words": 42,
"direct": false,
"issue": "First paragraph is 42 words and does not look like a concise direct answer."
},
{
"heading": "268k+",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">268k+</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "$31B",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">$31B</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "$8.9B",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">$8.9B</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "4,000",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">4,000</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "268k+",
"headingHtml": "<h3 class=\"Heading-sc-df6a4b-0 kVPXlX\">268k+</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resources That Work as Hard as You Do",
"headingHtml": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Resources That Work as Hard as You Do</span></h2>",
"firstParagraph": "Need a little guidance? Dig into resources that can guide you towards confident decisions to keep your business moving forward.",
"paragraphHtml": "<p>Need a little guidance? Dig into resources that can guide you towards confident decisions to keep your business moving forward.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}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
16 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": 10,
"questionH2s": [
{
"index": 8,
"text": "Which Justworks Plan is the Right Fit?",
"isQuestion": true,
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Which Justworks Plan is the Right Fit?</span></h2>"
}
],
"hasFaq": false,
"score": 70,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 3,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
2 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
161 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": 1065,
"htmlBytes": 758666,
"imagesMissingDimensions": [
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVoAAABACAYAAABba78/AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA7tSURBVHgB7Z27jyRXFca/NV7biwUewCJAoLk4sAhAO04QQkJ1EWQOdiyRVzkyRF6LP6B7AwICtOuIgKDHQiIByevAIkGqNrKQwIgdS46M5SobhIQw3sUI2/vwDn2muzy1PfU4363HzHrOT7qanu6q75y6j1O3Tt2uPoVhmSzKFBynYBjG3Ui6KI7Y/olF2cUJ4F4YhmH0gwMXaB/CCeEeGIZhGINigdYwDGNgLHVwMmFzaecX5QUYhhGEBdqTiQMXaDdgGEYwljowDMMYGAu0hmEYA2OB1jAMY2As0BqGYQyMBVrDMIyBsUBrGIYxMLa86+jZWBVX8Vm+KsYnBwdr6+NMMRarljTmCGyjuy3QukXx4NhRbpeA4/KiXAOPNOD2okRYHotT7LO7Ki+s7DJs43CnYdfFelQ/7Ge9DqpstTGHvvMWdaeBaR+tbtEODH5Rzi3K1qo01c+1ko3n0P2BKw7ceGmqM78oZ7E8BkH8m2NcHPTHo20raY94pevR3n/LbSTjcY5jgDy9a48sTfie9cqwuhE4pAGni3I1wFa5ZCsdBx1pR3tMHVwM0LgIPduErocer9Q8p9Qr2joD6PpYb+sY4SSkvc0KjW1UH0eVX+zxRtDjCP0raA+YHv2Mja5t1AsT8I434XvWK8PqRtBzHt0DbGgDpz3bbaoDH6BxBXpmhC4TwDUniKtKLY/uAbaqrT14EtLO5tr+04Zt4wp77HFH0HNFqSk+uBatS+D87MvuYEzAO9yE71mvDKsbKXWnAdpMmbbYTwe0Ha3ZklkEe0K5Cn26ISN0M+hJFXrPK3SGGMBMW6+TkPqbpX3Pt2wbV9jLSHsRdEyVemLfNehIP9MG7LHaqBcm4B1twvesV4bVjRSa0wDdkDJr8CEd0G5UYW8WoOPRjgvQ1QZwjVbcsP8YA1jT1uskpPbmaj+H9hNmXGEvI+1FaKct4BclQ/uMMiX9Cy3TdcO2vGs4JLc1wTgkOKIzaQUhT/k6q9jGg0eTU/XQ8VLDZzKAtzAOCbhgG4L02+PwICGpU00KSG5Qya815A3bTBHWh0KQ+rvj5qoF2uFgcoQF0mFyLO9k7oJb1SCN63H0zMGvxtAEKe2NqDJesY1mVjVH/SCWdEFIkM1XJWTlSoLlTG8INsCvwBkCB126RpCgttuiFYOnWGEwB78CRE6Go52sZPCz0+4mfM96ZVjdqEc/rzToyfszpU5Vx5SAn64VNo+aVWhIqZuJpgH6bYTcTNTcwNL4GtfsmwT4JO2xPgAdhkm5JKTeJrFPXGEvI+1FqEebionRTkL6laKf8ajxrRcm4A5wr0XP96xXhtWNGrSYZU4ZdHcrHZo78gTD3FQK6TAJqb/X4rsP0CtK22xTE8Bdzb4Z6csEzbDL49IWvYTU28TyZB3aJzLSXlTttvqm4gQ6UsIn7SqYBPV9R95/GiMyAVfxey16vme9Mqxu1KCVEjrayyPB4XBnFlvspWsG7lhjcGyQ+lKaUgMh63OL0tThvWL/uoGXkH5kaCdk1YZv0EtIrU3CflxhLyPtRRUaU+W+E+hh6pQJkFsV2jKeD00aLEc7DExuhtk2X5QnV68lfyR5uu/i+P1ks/g2B4cP/KyN7YbPNDfh5jXvMwNduKTYRuptBxysH008hqO9CSaBS3M800W5AB3FV9y1OGLb3ZIfOZb9VG7KheTdOyGVtkeWJnzPemVY3ahBKyO12Bs9ctZ1CIf1LwbP06SNtEbHkTrrpWmdruYyuepqYSvAD+1Vhw/Qrju+hNQprhxSLPvkZkOpspmR9qLSvk65/wwcjvTpKvixleCIV2lMwHeaJnzPemVY3ahBKwvQm2G8VQOsfzF42PRB3Y2rhNSpKr5Gu+2SMqvZjz2JMP0wJO1Sd7mbkDqSJpkhnIy0F+HgmDX7puAJqU/pF1IPIatJKrHUwTCEXMonOFgRIH9ldiGXvb019siw6QMZEFXHGrKsS6PR9oAXYV7zflM6ogqmP1zDMMvjtDrPYnymaJ9FFmtlWULqs1jiJiceOQHIlc8EHcajBdphmCMcaWSPZf5VGrhY5lLMNmIc4XeqSebgiCre8w3ba9eSbiltrbND6DXBDvQcHB79UKwbHZMpdDeginERwhzhOCwD7BQH43F9MnSkaQNBzgLstL0J37NeGVa3aaCGXK6wRRo8RhgZaSvUjiPtzNb292i+jGTqeX0wtOVn61IZIW07A0caYKOKhNTI0I2MtMeuJgn1z5N2QkqKhnFiM9phCLl7zLK1siGdL8bxJAc3Q/Jr/0cN287BpSfW0wdts9LLNe87DE8Onk3cfWivSAocwlZZzDH8TN3jYDz69Q8t0A7HMxjnifkOywYO+crvGFwmtnW4c+bpG7adr/1tY2vttWvZvs7vkMvEHEZfSHAOaYMnMQ4Oy9nttPymBdrhKJL3OcZBOuAMx4+XyO2LgNiUk7tW0tXqb1fYaIL12xgH6Rch37qSGe1YwVaQmfe0+IcNtA4GgzSufKEgxzgkGO5hI6HMwR1/kS7waNYsv9bcbHI4uLyOWrad4wgWnRtqpI878Oxg3MmPBFsvL5oCrcNy4BYPJZGbA5J/uBtzQUdJvihfxfLslmN4QnJYQ8OkD/zq7zlCT6u/vWajjp2Gz0ICsAPHkd/FPuZI/YT2c+krMvnZwTjs+ymBtli/KNNxCarF8gUJqnIpKmcPD2v8rshX9STgyuWLNPZQM6Yuy2CGgnlGbXFZ7xu2eXXtf+1lvkf9r9Bq9caY6YaMtbdwskgQ3s9zLMdhMR7nGA6PVXuyD7FgFpBPSO22x9p5Um8PeljdCN2RoCL1Wb5q2OuhtN0Yy0i9GN1hjm0b3BIf7ZIr8SFB+zKdPo9FCvPgIIBf3jXmg2+ayEh7632WrdcU/RLhYMKZor/xGMuMNgeHw3DkOFlIDldme7JCQS5nPoflWVYCzQ7C68Ph+LFDbDtr+Gxe8Z52mZfmklOThmCXCjlwaG7Wlclxd3MJyzFwidvt458I7wu5knkWd45HedBO5/EogXYOjm1i26G/QdMXrJ8hOOgGXI5l8C1f2rD14nD8YNIHTZfOdYFwDh2u5XNNGmLIQLsBPnXA5MCPG+L7M6vXEuTYvt524qzDQ1fPxWSoGI9T8OwH2lfJnTz0HcGBo60D5+DR+OowLJLnDn1gxw74ZSnHMZ8+Rz8n0rr+2sdyrBy6IMr+Lpq0x6Zy25CT/t26FG19yZX0j5BZbUxsv7GyIamBkCB9AbyPHxsOyae04QJ02/K/IZoe7UgOjc3HRApdh8P5tinCYPxLW7QycMcaox9mpN31cqVFv2tOjfnSB2tLu/azz19ZSEitDN3ISHtRTzqyvWZy4Su0PXgcOP8uyoxWm98qIzO0acPnctDsDQChbXYdMiOKWj73OMjB9Ekxi/Vr708w/C/W9p2C6Su18hy6Me/4eRvMJTg7q9Gm3JjUnLCDTx4XyO0dmk9k5VmsW/tM4hRb5+wVY1688AibAcxWTrpSSRD2G/cpdGQB2udrtDwOlrIlpGZUo+mgu2s8gz5lsU361jZ7ykg9KTG6Ix20y6wzatEPeU5sUTIMfyznWzSnPfuc9KzXRkbaixq0UlKr7gHvXunXFPrxOEWH42QPrO8SQ4fmqfhVJcVyNimlWL5RfDZDf4HWkzrPr469atbosGxUdkA7NJOSeuXOnJVKyEw31PaeQjskDVbuAyznA+xMUe33pQCtCM0kpF6GbmToz39PakmZVOgwbVQ88FsmNlV9W95j2ynr48D6KoecaaDLrKWpwZOAfepg82zrjZ112D9FO7MO+to6qCPBcMclhFxNSWHWh5cJOfEXzzNNcfAFIVZjovAtITUzdCMj7UUteimpJ8X1pFNuqy5XYbMKfzoFiC4lhp4us5amzpWQ+0UtfqY9+6ktZ9FO0pOtCDyh7TfUzaSihCLHkwXaDC1tNwULElI3QzfYeoha9DypJyWt0HEYv42K+nSoIR3ZmQl4Zj3aj1eaCblf1OKjDMDQ2dXQddk1V6qtgzrSAFvaNIUP0A65cVvGYbyBLH1KezMmIbUzdIOtg0ihmZKaUnyFjsP4wTZGA8WKgTEcmSCMvgLFrKSZkPtG0DHWVcIEHCH5xdA6WIdN/2TQE9I3YnTHYfhJygzcHe+E1M/QjYy0Fyk0HakpJW3QGmvyM4GSyYBOyEAIeaZkmS10C7YZ7pzWJ+T+EfQkGO5s2qUuu54EmDoow6YPhn5WgEN/TNDfd+TLbRyDJyHtZOhGRtqLlLozUleKb9A7j+HGY4aAceHQ72X6HrhlTRr/sgAfUhz2ISE1IvAk6K+BizukDt1IEH6WD6mDgpSwE4ODmTGn6B+HZdt0Dbiy/wTh3/RLSHsZupGR9iKlrgNfl23HIppPo9/xOEFNW53atzjb2/jow/pFu9f/+vvND197cft6/qet66/PwXDPpzdw35e3cJ/75u6D33lq596HH/kPeua9Fy/EH+xe9jf+vtu43QOPetz/qJ9/9vHJoYXz/3v5F9H1N/+QQMmZbzx+6cxjP2C/vrzPB1d+c/ZG/oqX+ry58Pn2+9dU+0ldLvzH6S8+2ntdShvfeOuVrY/efXs/F3r7w/dc2z5d6uC/v/vZuZv/eE21UPzBb8UXFsedQ8mtf72x8d5vf6L6ltfpL3398me+/2P2K7U6P95586H3//jL7UW/9Df/totb/85b97n3C26/je9/5Ns793/te7td2vj9v/x668YbL6tXU5w6/cC1h574afDPjV/91VMX927dUJ8UmP4jY3xRfx4EWn0Z+zfe/vP2zX++vsHEt6KtpA+d2Xpivt5WnwLy/Een5vJ6GWh/vudun9KfzSSgffROjlvv5pVBQhy458wGTn9la//1WIgv+74tOnTRqQtfpEIkUB1Hbq383Vv4f/uDw/Up9SjHMGZdGv1T7p/r7I+Vz7tj20dPEjdWk5+qdpJx+KmHnbatdt7+4an9ZzkEBVrDMAyjlY8Drf04o2EYxsBYoDUMwxgYC7SGYRgDY4HWMAxjYCzQGoZhDIwFWsMwjIGxQGsYhjEwFmgNwzAGxgKtYRjGwFigNQzDGBgLtIZhGANjgdYwDGNg/g9Sgq/pD/+WDwAAAABJRU5ErkJggg==",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVoAAABACAYAAABba78/AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA7tSURBVHgB7Z27jyRXFca/NV7biwUewCJAoLk4sAhAO04QQkJ1EWQOdiyRVzkyRF6LP6B7AwICtOuIgKDHQiIByevAIkGqNrKQwIgdS46M5SobhIQw3sUI2/vwDn2muzy1PfU4363HzHrOT7qanu6q75y6j1O3Tt2uPoVhmSzKFBynYBjG3Ui6KI7Y/olF2cUJ4F4YhmH0gwMXaB/CCeEeGIZhGINigdYwDGNgLHVwMmFzaecX5QUYhhGEBdqTiQMXaDdgGEYwljowDMMYGAu0hmEYA2OB1jAMY2As0BqGYQyMBVrDMIyBsUBrGIYxMLa86+jZWBVX8Vm+KsYnBwdr6+NMMRarl..."
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6jfGOKlfjWUdrd898iwEa6/8a4b76c934964141b6cb4d1d6b869064/Gradients_DarkDuo-Blue.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/6jfGOKlfjWUdrd898iwEa6/8a4b76c934964141b6cb4d1d6b869064/Gradients_DarkDuo-Blue.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 cqeHLx\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/403Rm6SiCHqwVCve5Lk0Y9/65a45a110cbfa5ed80f011a5a2e89fac/g2-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/403Rm6SiCHqwVCve5Lk0Y9/65a45a110cbfa5ed80f011a5a2e89fac/g2-logo.svg\" alt loading=\"lazy\" title id=\"ab6cf9eb-4c95-5010-a2c1-a21c30f5645e\" class=\"Image__StyledImage-sc-uu4iei-0 kIgDRr\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6W1KTURK1dZG3259wCdzyr/5232db79b67fe2e067da038b21fe8fd6/group_39891.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr title id=\"49b0f636-f115-5718-8863-dee8aed8e869\" data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6W1KTURK1dZG3259wCdzyr/5232db79b67fe2e067da038b21fe8fd6/group_39891.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6W1KTURK1dZG3259wCdzyr/5232db79b67fe2e067da038b21fe8fd6/group_39891.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr title id=\"49b0f636-f115-5718-8863-dee8aed8e869\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6W1KTURK1dZG3259wCdzyr/5232db79b67fe2e067da038b21fe8fd6/group_39891.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/ZcBNqCKKzZ28xjFHg3Ptr/36c10f327db09b2937709c8cc0bb9df8/Homepage_Carousel_AuntFlow.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/ZcBNqCKKzZ28xjFHg3Ptr/36c10f327db09b2937709c8cc0bb9df8/Homepage_Carousel_AuntFlow.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/ZcBNqCKKzZ28xjFHg3Ptr/36c10f327db09b2937709c8cc0bb9df8/Homepage_Carousel_AuntFlow.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/ZcBNqCKKzZ28xjFHg3Ptr/36c10f327db09b2937709c8cc0bb9df8/Homepage_Carousel_AuntFlow.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5NQZ83QNGrAQfYU7prNfAl/6b439f555ea28807034a772d7e1b121a/Aunt_Flow.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/5NQZ83QNGrAQfYU7prNfAl/6b439f555ea28807034a772d7e1b121a/Aunt_Flow.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2RrQLtlbL19Obqp1r6V93N/c3a732a2b9cd58e9085e86cf1623baad/Homepage_Carousel_beehiiv.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2RrQLtlbL19Obqp1r6V93N/c3a732a2b9cd58e9085e86cf1623baad/Homepage_Carousel_beehiiv.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2RrQLtlbL19Obqp1r6V93N/c3a732a2b9cd58e9085e86cf1623baad/Homepage_Carousel_beehiiv.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2RrQLtlbL19Obqp1r6V93N/c3a732a2b9cd58e9085e86cf1623baad/Homepage_Carousel_beehiiv.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2RIseG2mWS8yogvnXxBI6C/bbfd707f8511c2145156b4d9d0d98ad8/beehiiv.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/2RIseG2mWS8yogvnXxBI6C/bbfd707f8511c2145156b4d9d0d98ad8/beehiiv.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5bchvSgSeqWJjtMuDrjpeN/49fe9fc29e16c1bbf4f8f311f983009b/Homepage_Carousel_Charter.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/5bchvSgSeqWJjtMuDrjpeN/49fe9fc29e16c1bbf4f8f311f983009b/Homepage_Carousel_Charter.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5bchvSgSeqWJjtMuDrjpeN/49fe9fc29e16c1bbf4f8f311f983009b/Homepage_Carousel_Charter.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/5bchvSgSeqWJjtMuDrjpeN/49fe9fc29e16c1bbf4f8f311f983009b/Homepage_Carousel_Charter.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5e5Ix3iGp1EsqnhFxZsgB0/b6ed2c2dd9d01df1ac8f2041450913d9/Charter.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/5e5Ix3iGp1EsqnhFxZsgB0/b6ed2c2dd9d01df1ac8f2041450913d9/Charter.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6Vu7u8imqcOpwToV3oCdDP/b0463e4cc6946cc5c61dd97fb215ae53/Homepage_Carousel_Clove.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6Vu7u8imqcOpwToV3oCdDP/b0463e4cc6946cc5c61dd97fb215ae53/Homepage_Carousel_Clove.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6Vu7u8imqcOpwToV3oCdDP/b0463e4cc6946cc5c61dd97fb215ae53/Homepage_Carousel_Clove.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6Vu7u8imqcOpwToV3oCdDP/b0463e4cc6946cc5c61dd97fb215ae53/Homepage_Carousel_Clove.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/7KH84oB5zKtG9dzRgWVdnZ/810f2aa2b753d3711553416451fdd8f1/Clove.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/7KH84oB5zKtG9dzRgWVdnZ/810f2aa2b753d3711553416451fdd8f1/Clove.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1cNQFfQqxTQ10djftfPeDP/21d18fdad6c66cabdc651919c1a2e6eb/Homepage_Carousel_Fluz.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/1cNQFfQqxTQ10djftfPeDP/21d18fdad6c66cabdc651919c1a2e6eb/Homepage_Carousel_Fluz.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1cNQFfQqxTQ10djftfPeDP/21d18fdad6c66cabdc651919c1a2e6eb/Homepage_Carousel_Fluz.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/1cNQFfQqxTQ10djftfPeDP/21d18fdad6c66cabdc651919c1a2e6eb/Homepage_Carousel_Fluz.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/7dFLQYxCZIy6yjjbt27KsR/430d0dfeddd8aec5c1bb7bb22e0ed836/Fluz.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/7dFLQYxCZIy6yjjbt27KsR/430d0dfeddd8aec5c1bb7bb22e0ed836/Fluz.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/47jF7as4vY7eVbejl77VCQ/8184c718a53f3eb235eb9b61906871c7/Homepage_Carousel_Koio.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/47jF7as4vY7eVbejl77VCQ/8184c718a53f3eb235eb9b61906871c7/Homepage_Carousel_Koio.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/47jF7as4vY7eVbejl77VCQ/8184c718a53f3eb235eb9b61906871c7/Homepage_Carousel_Koio.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/47jF7as4vY7eVbejl77VCQ/8184c718a53f3eb235eb9b61906871c7/Homepage_Carousel_Koio.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4tAOoc6iwwtvVtTHV4iDSF/cdea35929fa003550d72f414f7865999/Koio.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/4tAOoc6iwwtvVtTHV4iDSF/cdea35929fa003550d72f414f7865999/Koio.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6tlxyaWDLZXJP9eTp7YjIq/93a0c10613ec26fd9d4882424cc331f0/Homepage_Carousel_Laundris.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6tlxyaWDLZXJP9eTp7YjIq/93a0c10613ec26fd9d4882424cc331f0/Homepage_Carousel_Laundris.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6tlxyaWDLZXJP9eTp7YjIq/93a0c10613ec26fd9d4882424cc331f0/Homepage_Carousel_Laundris.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6tlxyaWDLZXJP9eTp7YjIq/93a0c10613ec26fd9d4882424cc331f0/Homepage_Carousel_Laundris.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2oj50iyKTVzxCRJboo5fVT/bb869a2816a04520b961da383707cbf1/Laundris.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/2oj50iyKTVzxCRJboo5fVT/bb869a2816a04520b961da383707cbf1/Laundris.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/36v7IA5mmf24i6PbOWLHmc/08849a2ec0351ec64e04207afb2d3635/Homepage_Carousel_Loop.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/36v7IA5mmf24i6PbOWLHmc/08849a2ec0351ec64e04207afb2d3635/Homepage_Carousel_Loop.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/36v7IA5mmf24i6PbOWLHmc/08849a2ec0351ec64e04207afb2d3635/Homepage_Carousel_Loop.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/36v7IA5mmf24i6PbOWLHmc/08849a2ec0351ec64e04207afb2d3635/Homepage_Carousel_Loop.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2vroy4bCmGvcZrTj6sffJi/b958f5d8eee2834c12c3228bef7ac821/Loop.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/2vroy4bCmGvcZrTj6sffJi/b958f5d8eee2834c12c3228bef7ac821/Loop.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6r4F77FQoa7m10ZDuPCLIH/2c33dd9a73ffdb2dea4b13e8329aa8c2/Homepage_Carousel_PetPlate.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6r4F77FQoa7m10ZDuPCLIH/2c33dd9a73ffdb2dea4b13e8329aa8c2/Homepage_Carousel_PetPlate.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6r4F77FQoa7m10ZDuPCLIH/2c33dd9a73ffdb2dea4b13e8329aa8c2/Homepage_Carousel_PetPlate.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6r4F77FQoa7m10ZDuPCLIH/2c33dd9a73ffdb2dea4b13e8329aa8c2/Homepage_Carousel_PetPlate.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/35ZSv6qyKiEtNMdT1hVQgu/e757581fa7af02e01045e1ce8bf733c6/PetPlate.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/35ZSv6qyKiEtNMdT1hVQgu/e757581fa7af02e01045e1ce8bf733c6/PetPlate.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4cwCvQPIaK9kqHKptqA150/bc76ffa16f2ea66f9e5ab9913ea98146/Homepage_Carousel_Pilot.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4cwCvQPIaK9kqHKptqA150/bc76ffa16f2ea66f9e5ab9913ea98146/Homepage_Carousel_Pilot.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4cwCvQPIaK9kqHKptqA150/bc76ffa16f2ea66f9e5ab9913ea98146/Homepage_Carousel_Pilot.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4cwCvQPIaK9kqHKptqA150/bc76ffa16f2ea66f9e5ab9913ea98146/Homepage_Carousel_Pilot.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1mMIiOqpJDeTG83KQZAGvq/35c6e1f1ec7811b798ff558d8567e442/Pilot.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/1mMIiOqpJDeTG83KQZAGvq/35c6e1f1ec7811b798ff558d8567e442/Pilot.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2ksLJ1Wc13mJZenlsh8w0K/790fbec7cb6d4195ee65e8d065b7328d/Homepage_Carousel_Sora.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2ksLJ1Wc13mJZenlsh8w0K/790fbec7cb6d4195ee65e8d065b7328d/Homepage_Carousel_Sora.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2ksLJ1Wc13mJZenlsh8w0K/790fbec7cb6d4195ee65e8d065b7328d/Homepage_Carousel_Sora.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2ksLJ1Wc13mJZenlsh8w0K/790fbec7cb6d4195ee65e8d065b7328d/Homepage_Carousel_Sora.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/t3CnrMsEFNIr4Q1KG9PG8/4fbe5e793a0e5b085aa2e1947ac6cdf5/Sora.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/t3CnrMsEFNIr4Q1KG9PG8/4fbe5e793a0e5b085aa2e1947ac6cdf5/Sora.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4JHFjdrdvoLFUbUCFq9BGq/d61f16e580f33205f1ad09cd0ab0a87c/Homepage_Carousel_UniversalStandard.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4JHFjdrdvoLFUbUCFq9BGq/d61f16e580f33205f1ad09cd0ab0a87c/Homepage_Carousel_UniversalStandard.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4JHFjdrdvoLFUbUCFq9BGq/d61f16e580f33205f1ad09cd0ab0a87c/Homepage_Carousel_UniversalStandard.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4JHFjdrdvoLFUbUCFq9BGq/d61f16e580f33205f1ad09cd0ab0a87c/Homepage_Carousel_UniversalStandard.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/7prYjg1iBfkMi2kFaO6lPq/ccef868d7e103845e3cd1ae8b457fc51/UniversalStandard.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/7prYjg1iBfkMi2kFaO6lPq/ccef868d7e103845e3cd1ae8b457fc51/UniversalStandard.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/ZcBNqCKKzZ28xjFHg3Ptr/36c10f327db09b2937709c8cc0bb9df8/Homepage_Carousel_AuntFlow.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/ZcBNqCKKzZ28xjFHg3Ptr/36c10f327db09b2937709c8cc0bb9df8/Homepage_Carousel_AuntFlow.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/ZcBNqCKKzZ28xjFHg3Ptr/36c10f327db09b2937709c8cc0bb9df8/Homepage_Carousel_AuntFlow.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/ZcBNqCKKzZ28xjFHg3Ptr/36c10f327db09b2937709c8cc0bb9df8/Homepage_Carousel_AuntFlow.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5NQZ83QNGrAQfYU7prNfAl/6b439f555ea28807034a772d7e1b121a/Aunt_Flow.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/5NQZ83QNGrAQfYU7prNfAl/6b439f555ea28807034a772d7e1b121a/Aunt_Flow.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2RrQLtlbL19Obqp1r6V93N/c3a732a2b9cd58e9085e86cf1623baad/Homepage_Carousel_beehiiv.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2RrQLtlbL19Obqp1r6V93N/c3a732a2b9cd58e9085e86cf1623baad/Homepage_Carousel_beehiiv.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2RrQLtlbL19Obqp1r6V93N/c3a732a2b9cd58e9085e86cf1623baad/Homepage_Carousel_beehiiv.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2RrQLtlbL19Obqp1r6V93N/c3a732a2b9cd58e9085e86cf1623baad/Homepage_Carousel_beehiiv.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2RIseG2mWS8yogvnXxBI6C/bbfd707f8511c2145156b4d9d0d98ad8/beehiiv.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/2RIseG2mWS8yogvnXxBI6C/bbfd707f8511c2145156b4d9d0d98ad8/beehiiv.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5bchvSgSeqWJjtMuDrjpeN/49fe9fc29e16c1bbf4f8f311f983009b/Homepage_Carousel_Charter.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/5bchvSgSeqWJjtMuDrjpeN/49fe9fc29e16c1bbf4f8f311f983009b/Homepage_Carousel_Charter.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5bchvSgSeqWJjtMuDrjpeN/49fe9fc29e16c1bbf4f8f311f983009b/Homepage_Carousel_Charter.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/5bchvSgSeqWJjtMuDrjpeN/49fe9fc29e16c1bbf4f8f311f983009b/Homepage_Carousel_Charter.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5e5Ix3iGp1EsqnhFxZsgB0/b6ed2c2dd9d01df1ac8f2041450913d9/Charter.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/5e5Ix3iGp1EsqnhFxZsgB0/b6ed2c2dd9d01df1ac8f2041450913d9/Charter.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6Vu7u8imqcOpwToV3oCdDP/b0463e4cc6946cc5c61dd97fb215ae53/Homepage_Carousel_Clove.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6Vu7u8imqcOpwToV3oCdDP/b0463e4cc6946cc5c61dd97fb215ae53/Homepage_Carousel_Clove.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6Vu7u8imqcOpwToV3oCdDP/b0463e4cc6946cc5c61dd97fb215ae53/Homepage_Carousel_Clove.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6Vu7u8imqcOpwToV3oCdDP/b0463e4cc6946cc5c61dd97fb215ae53/Homepage_Carousel_Clove.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/7KH84oB5zKtG9dzRgWVdnZ/810f2aa2b753d3711553416451fdd8f1/Clove.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/7KH84oB5zKtG9dzRgWVdnZ/810f2aa2b753d3711553416451fdd8f1/Clove.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1cNQFfQqxTQ10djftfPeDP/21d18fdad6c66cabdc651919c1a2e6eb/Homepage_Carousel_Fluz.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/1cNQFfQqxTQ10djftfPeDP/21d18fdad6c66cabdc651919c1a2e6eb/Homepage_Carousel_Fluz.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1cNQFfQqxTQ10djftfPeDP/21d18fdad6c66cabdc651919c1a2e6eb/Homepage_Carousel_Fluz.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/1cNQFfQqxTQ10djftfPeDP/21d18fdad6c66cabdc651919c1a2e6eb/Homepage_Carousel_Fluz.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/7dFLQYxCZIy6yjjbt27KsR/430d0dfeddd8aec5c1bb7bb22e0ed836/Fluz.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/7dFLQYxCZIy6yjjbt27KsR/430d0dfeddd8aec5c1bb7bb22e0ed836/Fluz.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/47jF7as4vY7eVbejl77VCQ/8184c718a53f3eb235eb9b61906871c7/Homepage_Carousel_Koio.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/47jF7as4vY7eVbejl77VCQ/8184c718a53f3eb235eb9b61906871c7/Homepage_Carousel_Koio.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/47jF7as4vY7eVbejl77VCQ/8184c718a53f3eb235eb9b61906871c7/Homepage_Carousel_Koio.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/47jF7as4vY7eVbejl77VCQ/8184c718a53f3eb235eb9b61906871c7/Homepage_Carousel_Koio.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4tAOoc6iwwtvVtTHV4iDSF/cdea35929fa003550d72f414f7865999/Koio.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/4tAOoc6iwwtvVtTHV4iDSF/cdea35929fa003550d72f414f7865999/Koio.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6tlxyaWDLZXJP9eTp7YjIq/93a0c10613ec26fd9d4882424cc331f0/Homepage_Carousel_Laundris.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6tlxyaWDLZXJP9eTp7YjIq/93a0c10613ec26fd9d4882424cc331f0/Homepage_Carousel_Laundris.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6tlxyaWDLZXJP9eTp7YjIq/93a0c10613ec26fd9d4882424cc331f0/Homepage_Carousel_Laundris.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6tlxyaWDLZXJP9eTp7YjIq/93a0c10613ec26fd9d4882424cc331f0/Homepage_Carousel_Laundris.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2oj50iyKTVzxCRJboo5fVT/bb869a2816a04520b961da383707cbf1/Laundris.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/2oj50iyKTVzxCRJboo5fVT/bb869a2816a04520b961da383707cbf1/Laundris.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/36v7IA5mmf24i6PbOWLHmc/08849a2ec0351ec64e04207afb2d3635/Homepage_Carousel_Loop.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/36v7IA5mmf24i6PbOWLHmc/08849a2ec0351ec64e04207afb2d3635/Homepage_Carousel_Loop.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/36v7IA5mmf24i6PbOWLHmc/08849a2ec0351ec64e04207afb2d3635/Homepage_Carousel_Loop.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/36v7IA5mmf24i6PbOWLHmc/08849a2ec0351ec64e04207afb2d3635/Homepage_Carousel_Loop.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2vroy4bCmGvcZrTj6sffJi/b958f5d8eee2834c12c3228bef7ac821/Loop.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/2vroy4bCmGvcZrTj6sffJi/b958f5d8eee2834c12c3228bef7ac821/Loop.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6r4F77FQoa7m10ZDuPCLIH/2c33dd9a73ffdb2dea4b13e8329aa8c2/Homepage_Carousel_PetPlate.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6r4F77FQoa7m10ZDuPCLIH/2c33dd9a73ffdb2dea4b13e8329aa8c2/Homepage_Carousel_PetPlate.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6r4F77FQoa7m10ZDuPCLIH/2c33dd9a73ffdb2dea4b13e8329aa8c2/Homepage_Carousel_PetPlate.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6r4F77FQoa7m10ZDuPCLIH/2c33dd9a73ffdb2dea4b13e8329aa8c2/Homepage_Carousel_PetPlate.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/35ZSv6qyKiEtNMdT1hVQgu/e757581fa7af02e01045e1ce8bf733c6/PetPlate.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/35ZSv6qyKiEtNMdT1hVQgu/e757581fa7af02e01045e1ce8bf733c6/PetPlate.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4cwCvQPIaK9kqHKptqA150/bc76ffa16f2ea66f9e5ab9913ea98146/Homepage_Carousel_Pilot.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4cwCvQPIaK9kqHKptqA150/bc76ffa16f2ea66f9e5ab9913ea98146/Homepage_Carousel_Pilot.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4cwCvQPIaK9kqHKptqA150/bc76ffa16f2ea66f9e5ab9913ea98146/Homepage_Carousel_Pilot.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4cwCvQPIaK9kqHKptqA150/bc76ffa16f2ea66f9e5ab9913ea98146/Homepage_Carousel_Pilot.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1mMIiOqpJDeTG83KQZAGvq/35c6e1f1ec7811b798ff558d8567e442/Pilot.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/1mMIiOqpJDeTG83KQZAGvq/35c6e1f1ec7811b798ff558d8567e442/Pilot.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2ksLJ1Wc13mJZenlsh8w0K/790fbec7cb6d4195ee65e8d065b7328d/Homepage_Carousel_Sora.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2ksLJ1Wc13mJZenlsh8w0K/790fbec7cb6d4195ee65e8d065b7328d/Homepage_Carousel_Sora.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2ksLJ1Wc13mJZenlsh8w0K/790fbec7cb6d4195ee65e8d065b7328d/Homepage_Carousel_Sora.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2ksLJ1Wc13mJZenlsh8w0K/790fbec7cb6d4195ee65e8d065b7328d/Homepage_Carousel_Sora.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/t3CnrMsEFNIr4Q1KG9PG8/4fbe5e793a0e5b085aa2e1947ac6cdf5/Sora.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/t3CnrMsEFNIr4Q1KG9PG8/4fbe5e793a0e5b085aa2e1947ac6cdf5/Sora.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4JHFjdrdvoLFUbUCFq9BGq/d61f16e580f33205f1ad09cd0ab0a87c/Homepage_Carousel_UniversalStandard.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4JHFjdrdvoLFUbUCFq9BGq/d61f16e580f33205f1ad09cd0ab0a87c/Homepage_Carousel_UniversalStandard.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4JHFjdrdvoLFUbUCFq9BGq/d61f16e580f33205f1ad09cd0ab0a87c/Homepage_Carousel_UniversalStandard.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4JHFjdrdvoLFUbUCFq9BGq/d61f16e580f33205f1ad09cd0ab0a87c/Homepage_Carousel_UniversalStandard.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/7prYjg1iBfkMi2kFaO6lPq/ccef868d7e103845e3cd1ae8b457fc51/UniversalStandard.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/7prYjg1iBfkMi2kFaO6lPq/ccef868d7e103845e3cd1ae8b457fc51/UniversalStandard.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/ZcBNqCKKzZ28xjFHg3Ptr/36c10f327db09b2937709c8cc0bb9df8/Homepage_Carousel_AuntFlow.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/ZcBNqCKKzZ28xjFHg3Ptr/36c10f327db09b2937709c8cc0bb9df8/Homepage_Carousel_AuntFlow.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/ZcBNqCKKzZ28xjFHg3Ptr/36c10f327db09b2937709c8cc0bb9df8/Homepage_Carousel_AuntFlow.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/ZcBNqCKKzZ28xjFHg3Ptr/36c10f327db09b2937709c8cc0bb9df8/Homepage_Carousel_AuntFlow.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5NQZ83QNGrAQfYU7prNfAl/6b439f555ea28807034a772d7e1b121a/Aunt_Flow.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/5NQZ83QNGrAQfYU7prNfAl/6b439f555ea28807034a772d7e1b121a/Aunt_Flow.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2RrQLtlbL19Obqp1r6V93N/c3a732a2b9cd58e9085e86cf1623baad/Homepage_Carousel_beehiiv.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2RrQLtlbL19Obqp1r6V93N/c3a732a2b9cd58e9085e86cf1623baad/Homepage_Carousel_beehiiv.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2RrQLtlbL19Obqp1r6V93N/c3a732a2b9cd58e9085e86cf1623baad/Homepage_Carousel_beehiiv.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2RrQLtlbL19Obqp1r6V93N/c3a732a2b9cd58e9085e86cf1623baad/Homepage_Carousel_beehiiv.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2RIseG2mWS8yogvnXxBI6C/bbfd707f8511c2145156b4d9d0d98ad8/beehiiv.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/2RIseG2mWS8yogvnXxBI6C/bbfd707f8511c2145156b4d9d0d98ad8/beehiiv.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5bchvSgSeqWJjtMuDrjpeN/49fe9fc29e16c1bbf4f8f311f983009b/Homepage_Carousel_Charter.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/5bchvSgSeqWJjtMuDrjpeN/49fe9fc29e16c1bbf4f8f311f983009b/Homepage_Carousel_Charter.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5bchvSgSeqWJjtMuDrjpeN/49fe9fc29e16c1bbf4f8f311f983009b/Homepage_Carousel_Charter.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/5bchvSgSeqWJjtMuDrjpeN/49fe9fc29e16c1bbf4f8f311f983009b/Homepage_Carousel_Charter.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5e5Ix3iGp1EsqnhFxZsgB0/b6ed2c2dd9d01df1ac8f2041450913d9/Charter.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/5e5Ix3iGp1EsqnhFxZsgB0/b6ed2c2dd9d01df1ac8f2041450913d9/Charter.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6Vu7u8imqcOpwToV3oCdDP/b0463e4cc6946cc5c61dd97fb215ae53/Homepage_Carousel_Clove.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6Vu7u8imqcOpwToV3oCdDP/b0463e4cc6946cc5c61dd97fb215ae53/Homepage_Carousel_Clove.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6Vu7u8imqcOpwToV3oCdDP/b0463e4cc6946cc5c61dd97fb215ae53/Homepage_Carousel_Clove.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6Vu7u8imqcOpwToV3oCdDP/b0463e4cc6946cc5c61dd97fb215ae53/Homepage_Carousel_Clove.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/7KH84oB5zKtG9dzRgWVdnZ/810f2aa2b753d3711553416451fdd8f1/Clove.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/7KH84oB5zKtG9dzRgWVdnZ/810f2aa2b753d3711553416451fdd8f1/Clove.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1cNQFfQqxTQ10djftfPeDP/21d18fdad6c66cabdc651919c1a2e6eb/Homepage_Carousel_Fluz.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/1cNQFfQqxTQ10djftfPeDP/21d18fdad6c66cabdc651919c1a2e6eb/Homepage_Carousel_Fluz.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1cNQFfQqxTQ10djftfPeDP/21d18fdad6c66cabdc651919c1a2e6eb/Homepage_Carousel_Fluz.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/1cNQFfQqxTQ10djftfPeDP/21d18fdad6c66cabdc651919c1a2e6eb/Homepage_Carousel_Fluz.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/7dFLQYxCZIy6yjjbt27KsR/430d0dfeddd8aec5c1bb7bb22e0ed836/Fluz.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/7dFLQYxCZIy6yjjbt27KsR/430d0dfeddd8aec5c1bb7bb22e0ed836/Fluz.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/47jF7as4vY7eVbejl77VCQ/8184c718a53f3eb235eb9b61906871c7/Homepage_Carousel_Koio.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/47jF7as4vY7eVbejl77VCQ/8184c718a53f3eb235eb9b61906871c7/Homepage_Carousel_Koio.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/47jF7as4vY7eVbejl77VCQ/8184c718a53f3eb235eb9b61906871c7/Homepage_Carousel_Koio.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/47jF7as4vY7eVbejl77VCQ/8184c718a53f3eb235eb9b61906871c7/Homepage_Carousel_Koio.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4tAOoc6iwwtvVtTHV4iDSF/cdea35929fa003550d72f414f7865999/Koio.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/4tAOoc6iwwtvVtTHV4iDSF/cdea35929fa003550d72f414f7865999/Koio.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6tlxyaWDLZXJP9eTp7YjIq/93a0c10613ec26fd9d4882424cc331f0/Homepage_Carousel_Laundris.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6tlxyaWDLZXJP9eTp7YjIq/93a0c10613ec26fd9d4882424cc331f0/Homepage_Carousel_Laundris.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6tlxyaWDLZXJP9eTp7YjIq/93a0c10613ec26fd9d4882424cc331f0/Homepage_Carousel_Laundris.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6tlxyaWDLZXJP9eTp7YjIq/93a0c10613ec26fd9d4882424cc331f0/Homepage_Carousel_Laundris.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2oj50iyKTVzxCRJboo5fVT/bb869a2816a04520b961da383707cbf1/Laundris.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/2oj50iyKTVzxCRJboo5fVT/bb869a2816a04520b961da383707cbf1/Laundris.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/36v7IA5mmf24i6PbOWLHmc/08849a2ec0351ec64e04207afb2d3635/Homepage_Carousel_Loop.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/36v7IA5mmf24i6PbOWLHmc/08849a2ec0351ec64e04207afb2d3635/Homepage_Carousel_Loop.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/36v7IA5mmf24i6PbOWLHmc/08849a2ec0351ec64e04207afb2d3635/Homepage_Carousel_Loop.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/36v7IA5mmf24i6PbOWLHmc/08849a2ec0351ec64e04207afb2d3635/Homepage_Carousel_Loop.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2vroy4bCmGvcZrTj6sffJi/b958f5d8eee2834c12c3228bef7ac821/Loop.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/2vroy4bCmGvcZrTj6sffJi/b958f5d8eee2834c12c3228bef7ac821/Loop.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6r4F77FQoa7m10ZDuPCLIH/2c33dd9a73ffdb2dea4b13e8329aa8c2/Homepage_Carousel_PetPlate.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6r4F77FQoa7m10ZDuPCLIH/2c33dd9a73ffdb2dea4b13e8329aa8c2/Homepage_Carousel_PetPlate.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6r4F77FQoa7m10ZDuPCLIH/2c33dd9a73ffdb2dea4b13e8329aa8c2/Homepage_Carousel_PetPlate.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/6r4F77FQoa7m10ZDuPCLIH/2c33dd9a73ffdb2dea4b13e8329aa8c2/Homepage_Carousel_PetPlate.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/35ZSv6qyKiEtNMdT1hVQgu/e757581fa7af02e01045e1ce8bf733c6/PetPlate.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/35ZSv6qyKiEtNMdT1hVQgu/e757581fa7af02e01045e1ce8bf733c6/PetPlate.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4cwCvQPIaK9kqHKptqA150/bc76ffa16f2ea66f9e5ab9913ea98146/Homepage_Carousel_Pilot.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4cwCvQPIaK9kqHKptqA150/bc76ffa16f2ea66f9e5ab9913ea98146/Homepage_Carousel_Pilot.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4cwCvQPIaK9kqHKptqA150/bc76ffa16f2ea66f9e5ab9913ea98146/Homepage_Carousel_Pilot.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4cwCvQPIaK9kqHKptqA150/bc76ffa16f2ea66f9e5ab9913ea98146/Homepage_Carousel_Pilot.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1mMIiOqpJDeTG83KQZAGvq/35c6e1f1ec7811b798ff558d8567e442/Pilot.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/1mMIiOqpJDeTG83KQZAGvq/35c6e1f1ec7811b798ff558d8567e442/Pilot.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2ksLJ1Wc13mJZenlsh8w0K/790fbec7cb6d4195ee65e8d065b7328d/Homepage_Carousel_Sora.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2ksLJ1Wc13mJZenlsh8w0K/790fbec7cb6d4195ee65e8d065b7328d/Homepage_Carousel_Sora.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2ksLJ1Wc13mJZenlsh8w0K/790fbec7cb6d4195ee65e8d065b7328d/Homepage_Carousel_Sora.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2ksLJ1Wc13mJZenlsh8w0K/790fbec7cb6d4195ee65e8d065b7328d/Homepage_Carousel_Sora.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/t3CnrMsEFNIr4Q1KG9PG8/4fbe5e793a0e5b085aa2e1947ac6cdf5/Sora.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/t3CnrMsEFNIr4Q1KG9PG8/4fbe5e793a0e5b085aa2e1947ac6cdf5/Sora.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4JHFjdrdvoLFUbUCFq9BGq/d61f16e580f33205f1ad09cd0ab0a87c/Homepage_Carousel_UniversalStandard.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity: 1;\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4JHFjdrdvoLFUbUCFq9BGq/d61f16e580f33205f1ad09cd0ab0a87c/Homepage_Carousel_UniversalStandard.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4JHFjdrdvoLFUbUCFq9BGq/d61f16e580f33205f1ad09cd0ab0a87c/Homepage_Carousel_UniversalStandard.webp",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"eager\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4JHFjdrdvoLFUbUCFq9BGq/d61f16e580f33205f1ad09cd0ab0a87c/Homepage_Carousel_UniversalStandard.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/7prYjg1iBfkMi2kFaO6lPq/ccef868d7e103845e3cd1ae8b457fc51/UniversalStandard.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/7prYjg1iBfkMi2kFaO6lPq/ccef868d7e103845e3cd1ae8b457fc51/UniversalStandard.svg\" alt loading=\"eager\" class=\"Image__StyledImage-sc-uu4iei-0 knHKUB\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2viU3ePioJJKhmrlGT0Hmd/317b4ac3c26d9da897cb5a3cb26dca5e/hireonboardpay.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Hire Onboard Pay Image\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2viU3ePioJJKhmrlGT0Hmd/317b4ac3c26d9da897cb5a3cb26dca5e/hireonboardpay.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2viU3ePioJJKhmrlGT0Hmd/317b4ac3c26d9da897cb5a3cb26dca5e/hireonboardpay.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2viU3ePioJJKhmrlGT0Hmd/317b4ac3c26d9da897cb5a3cb26dca5e/hireonboardpay.webp\" alt=\"Hire Onboard Pay Image\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4UZwZQjxWeA7HnoaYWt2E0/4e53a0022eb91ca4da087481825184cd/benefits.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Offer Benefits Product Card Image\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4UZwZQjxWeA7HnoaYWt2E0/4e53a0022eb91ca4da087481825184cd/benefits.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4UZwZQjxWeA7HnoaYWt2E0/4e53a0022eb91ca4da087481825184cd/benefits.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4UZwZQjxWeA7HnoaYWt2E0/4e53a0022eb91ca4da087481825184cd/benefits.webp\" alt=\"Offer Benefits Product Card Image\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4ENZwPn5tVfq5VbunjqGaO/398aaeb2085c76e7b4983b139f2b7c2c/compliant.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Stay Compliant Product Card Image\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4ENZwPn5tVfq5VbunjqGaO/398aaeb2085c76e7b4983b139f2b7c2c/compliant.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4ENZwPn5tVfq5VbunjqGaO/398aaeb2085c76e7b4983b139f2b7c2c/compliant.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4ENZwPn5tVfq5VbunjqGaO/398aaeb2085c76e7b4983b139f2b7c2c/compliant.webp\" alt=\"Stay Compliant Product Card Image\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1woFwH7utfh0FhkVOmhwmm/b4cbba59687c00869265b78dc2a458b0/support.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Get Human Support Product Card Image\" src=\"//images.ctfassets.net/mnc2gcng0j8q/1woFwH7utfh0FhkVOmhwmm/b4cbba59687c00869265b78dc2a458b0/support.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1woFwH7utfh0FhkVOmhwmm/b4cbba59687c00869265b78dc2a458b0/support.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/1woFwH7utfh0FhkVOmhwmm/b4cbba59687c00869265b78dc2a458b0/support.webp\" alt=\"Get Human Support Product Card Image\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2orv89Y38mowiBDFfufKUU/b9c94dde1d3bee352318c2b0a795aba4/international.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Go International Product Card Image\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2orv89Y38mowiBDFfufKUU/b9c94dde1d3bee352318c2b0a795aba4/international.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2orv89Y38mowiBDFfufKUU/b9c94dde1d3bee352318c2b0a795aba4/international.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2orv89Y38mowiBDFfufKUU/b9c94dde1d3bee352318c2b0a795aba4/international.webp\" alt=\"Go International Product Card Image\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2viU3ePioJJKhmrlGT0Hmd/317b4ac3c26d9da897cb5a3cb26dca5e/hireonboardpay.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Hire Onboard Pay Image\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2viU3ePioJJKhmrlGT0Hmd/317b4ac3c26d9da897cb5a3cb26dca5e/hireonboardpay.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2viU3ePioJJKhmrlGT0Hmd/317b4ac3c26d9da897cb5a3cb26dca5e/hireonboardpay.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2viU3ePioJJKhmrlGT0Hmd/317b4ac3c26d9da897cb5a3cb26dca5e/hireonboardpay.webp\" alt=\"Hire Onboard Pay Image\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4UZwZQjxWeA7HnoaYWt2E0/4e53a0022eb91ca4da087481825184cd/benefits.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Offer Benefits Product Card Image\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4UZwZQjxWeA7HnoaYWt2E0/4e53a0022eb91ca4da087481825184cd/benefits.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4UZwZQjxWeA7HnoaYWt2E0/4e53a0022eb91ca4da087481825184cd/benefits.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4UZwZQjxWeA7HnoaYWt2E0/4e53a0022eb91ca4da087481825184cd/benefits.webp\" alt=\"Offer Benefits Product Card Image\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4ENZwPn5tVfq5VbunjqGaO/398aaeb2085c76e7b4983b139f2b7c2c/compliant.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Stay Compliant Product Card Image\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4ENZwPn5tVfq5VbunjqGaO/398aaeb2085c76e7b4983b139f2b7c2c/compliant.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4ENZwPn5tVfq5VbunjqGaO/398aaeb2085c76e7b4983b139f2b7c2c/compliant.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/4ENZwPn5tVfq5VbunjqGaO/398aaeb2085c76e7b4983b139f2b7c2c/compliant.webp\" alt=\"Stay Compliant Product Card Image\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1woFwH7utfh0FhkVOmhwmm/b4cbba59687c00869265b78dc2a458b0/support.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Get Human Support Product Card Image\" src=\"//images.ctfassets.net/mnc2gcng0j8q/1woFwH7utfh0FhkVOmhwmm/b4cbba59687c00869265b78dc2a458b0/support.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1woFwH7utfh0FhkVOmhwmm/b4cbba59687c00869265b78dc2a458b0/support.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/1woFwH7utfh0FhkVOmhwmm/b4cbba59687c00869265b78dc2a458b0/support.webp\" alt=\"Get Human Support Product Card Image\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2orv89Y38mowiBDFfufKUU/b9c94dde1d3bee352318c2b0a795aba4/international.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Go International Product Card Image\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2orv89Y38mowiBDFfufKUU/b9c94dde1d3bee352318c2b0a795aba4/international.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2orv89Y38mowiBDFfufKUU/b9c94dde1d3bee352318c2b0a795aba4/international.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/2orv89Y38mowiBDFfufKUU/b9c94dde1d3bee352318c2b0a795aba4/international.webp\" alt=\"Go International Product Card Image\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5KwahPmtUzIY2gvYJrP4yF/53bd6ee097286bdf20f06e5550056683/2026_demopage_payroll__1_.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr title id=\"0cbdfca7-5985-513a-a244-d04e838d0748\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt src=\"//images.ctfassets.net/mnc2gcng0j8q/5KwahPmtUzIY2gvYJrP4yF/53bd6ee097286bdf20f06e5550056683/2026_demopage_payroll__1_.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5KwahPmtUzIY2gvYJrP4yF/53bd6ee097286bdf20f06e5550056683/2026_demopage_payroll__1_.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr title id=\"0cbdfca7-5985-513a-a244-d04e838d0748\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/5KwahPmtUzIY2gvYJrP4yF/53bd6ee097286bdf20f06e5550056683/2026_demopage_payroll__1_.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5nbWFm9FbK4hm0aloqUUwD/2485974508aededa99418339fe71c4ec/Laptop_Onboarding.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/5nbWFm9FbK4hm0aloqUUwD/2485974508aededa99418339fe71c4ec/Laptop_Onboarding.svg\" alt=\"Laptop Icon Black White\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 gCxbKK MobileFeatureSwitcher___StyledImage-sc-std9fb-0 cvFetW\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6IHD1inke44IwRVDgmzwub/fbc1c072c1fa2caa2e85abfb8652bc48/Ink__1_.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/6IHD1inke44IwRVDgmzwub/fbc1c072c1fa2caa2e85abfb8652bc48/Ink__1_.svg\" alt=\"Piggy Bank Black White Icon\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 bsqJO sc-fPXMVe clKlNj\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/FtmodVKXOyPEfOf6F9rMP/f21353d83d9a9359756694a96b435d1e/Employee_Onboarding.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/FtmodVKXOyPEfOf6F9rMP/f21353d83d9a9359756694a96b435d1e/Employee_Onboarding.svg\" alt=\"Heart with Plus Sign Icon Black White\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 bsqJO sc-fPXMVe dFVzkq\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1vZI2PiYhJEAiza80mZDKG/fbd6d49d66778b1ffc8f51b775d9a831/Glyph_Arrow.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/1vZI2PiYhJEAiza80mZDKG/fbd6d49d66778b1ffc8f51b775d9a831/Glyph_Arrow.svg\" alt=\"Glyph Arrow Icon\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 bsqJO sc-fPXMVe dFVzkq\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/Gm2jcF2cROSC7OkLHYD3x/cdc76f0e7c1539a1e11752e169f9b7c3/Global.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/Gm2jcF2cROSC7OkLHYD3x/cdc76f0e7c1539a1e11752e169f9b7c3/Global.svg\" alt=\"Globe Global Icon Black White\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 bsqJO sc-fPXMVe dFVzkq\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5nbWFm9FbK4hm0aloqUUwD/2485974508aededa99418339fe71c4ec/Laptop_Onboarding.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/5nbWFm9FbK4hm0aloqUUwD/2485974508aededa99418339fe71c4ec/Laptop_Onboarding.svg\" alt=\"Laptop Icon Black White\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 gCxbKK sc-ikkxIA gpvIzn\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5KwahPmtUzIY2gvYJrP4yF/53bd6ee097286bdf20f06e5550056683/2026_demopage_payroll__1_.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr title id=\"0cbdfca7-5985-513a-a244-d04e838d0748\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt src=\"//images.ctfassets.net/mnc2gcng0j8q/5KwahPmtUzIY2gvYJrP4yF/53bd6ee097286bdf20f06e5550056683/2026_demopage_payroll__1_.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5KwahPmtUzIY2gvYJrP4yF/53bd6ee097286bdf20f06e5550056683/2026_demopage_payroll__1_.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr title id=\"0cbdfca7-5985-513a-a244-d04e838d0748\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/5KwahPmtUzIY2gvYJrP4yF/53bd6ee097286bdf20f06e5550056683/2026_demopage_payroll__1_.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6S0Pad1ra0xj02V0VJNRtr/829ad7a5d7acbadd548fdda73262bbdf/product_background_PEO.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/6S0Pad1ra0xj02V0VJNRtr/829ad7a5d7acbadd548fdda73262bbdf/product_background_PEO.svg\" alt loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 cqeHLx\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/18a9mkQCDYNiif6MfDRnTy/1de139bdef3d6f7efa92e0895bd6a379/peo.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr title id=\"15643862-fe08-5b15-baf4-43f0be5abf10\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt src=\"//images.ctfassets.net/mnc2gcng0j8q/18a9mkQCDYNiif6MfDRnTy/1de139bdef3d6f7efa92e0895bd6a379/peo.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/18a9mkQCDYNiif6MfDRnTy/1de139bdef3d6f7efa92e0895bd6a379/peo.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr title id=\"15643862-fe08-5b15-baf4-43f0be5abf10\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/18a9mkQCDYNiif6MfDRnTy/1de139bdef3d6f7efa92e0895bd6a379/peo.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/XcGkEGKuGySufBXMEOu7o/776ab826c47ba67576daa8025a8f06be/product_background_Intl.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/XcGkEGKuGySufBXMEOu7o/776ab826c47ba67576daa8025a8f06be/product_background_Intl.svg\" alt loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 cqeHLx\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/67n5R35rOKMx8B2wv6z21T/ee1deae600bc5eb6fb397be4db2ea290/eor.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr title id=\"e6f30df8-e7bc-522c-aeb2-bfec70dc092c\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt src=\"//images.ctfassets.net/mnc2gcng0j8q/67n5R35rOKMx8B2wv6z21T/ee1deae600bc5eb6fb397be4db2ea290/eor.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/67n5R35rOKMx8B2wv6z21T/ee1deae600bc5eb6fb397be4db2ea290/eor.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr title id=\"e6f30df8-e7bc-522c-aeb2-bfec70dc092c\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/67n5R35rOKMx8B2wv6z21T/ee1deae600bc5eb6fb397be4db2ea290/eor.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/3KliOut1jk2s0mikLWI44k/0c54a8a52bfa3dda2204e852be171f57/product_background_Payroll.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/3KliOut1jk2s0mikLWI44k/0c54a8a52bfa3dda2204e852be171f57/product_background_Payroll.svg\" alt loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 cqeHLx\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/3DOEB3w587RLk46yySx7Fh/6184cc407420af0d83ee9d9d147d4f4f/payroll.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr title id=\"d23e560b-a16a-5ab2-838f-8a157d31ac41\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt src=\"//images.ctfassets.net/mnc2gcng0j8q/3DOEB3w587RLk46yySx7Fh/6184cc407420af0d83ee9d9d147d4f4f/payroll.webp\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/3DOEB3w587RLk46yySx7Fh/6184cc407420af0d83ee9d9d147d4f4f/payroll.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr title id=\"d23e560b-a16a-5ab2-838f-8a157d31ac41\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"//images.ctfassets.net/mnc2gcng0j8q/3DOEB3w587RLk46yySx7Fh/6184cc407420af0d83ee9d9d147d4f4f/payroll.webp\" alt>"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/6ZnzTDJ6tOev7XsQHPQbxN/70f72a6e4d12f45a048914cd77e44939/Payments.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/6ZnzTDJ6tOev7XsQHPQbxN/70f72a6e4d12f45a048914cd77e44939/Payments.svg\" alt=\"Dollar Sign Icon Black White\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 hUNbce SwitcherAccordionItem___StyledImage-sc-ypekdu-0 bcVbLf\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/F3LRwYGIdUSl2s7C5ouH9/33e725f62459fdd14d430f49b231449b/Tools.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/F3LRwYGIdUSl2s7C5ouH9/33e725f62459fdd14d430f49b231449b/Tools.svg\" alt=\"Paystub Icon Black White\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 hUNbce SwitcherAccordionItem___StyledImage-sc-ypekdu-0 bcVbLf\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/5nbWFm9FbK4hm0aloqUUwD/2485974508aededa99418339fe71c4ec/Laptop_Onboarding.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/5nbWFm9FbK4hm0aloqUUwD/2485974508aededa99418339fe71c4ec/Laptop_Onboarding.svg\" alt=\"Laptop Icon Black White\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 hUNbce SwitcherAccordionItem___StyledImage-sc-ypekdu-0 bcVbLf\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/1BDe6UKsnhrny2gejkfPPw/1c7d47195f55707d853eb3797c104bb2/Document_1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/1BDe6UKsnhrny2gejkfPPw/1c7d47195f55707d853eb3797c104bb2/Document_1.svg\" alt=\"Documents Icon Black White\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 hUNbce SwitcherAccordionItem___StyledImage-sc-ypekdu-0 bcVbLf\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/3QLu8dVtzcUdbAG6vxJqOL/10204bea1f3458db319d896e066d1508/Offerings_-_Display_Icons.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/3QLu8dVtzcUdbAG6vxJqOL/10204bea1f3458db319d896e066d1508/Offerings_-_Display_Icons.svg\" alt=\"Feature Item - Hire Globally\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 eBrWMi\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/36kSbQTd5C9pFxvLzQG5Zy/e57ab0843e2a58e214f09e3517710dfb/Name_Arm__Color_Red_Monochromatic.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/36kSbQTd5C9pFxvLzQG5Zy/e57ab0843e2a58e214f09e3517710dfb/Name_Arm__Color_Red_Monochromatic.svg\" alt=\"Feature Item - Compare Justworks\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 eBrWMi\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/28PfesfDAuuC4jZQz1Zm5R/fe9ae0906dbf7d4a21ef08fecd07e282/Description_Laptop__Color_Red_Monochromatic.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/28PfesfDAuuC4jZQz1Zm5R/fe9ae0906dbf7d4a21ef08fecd07e282/Description_Laptop__Color_Red_Monochromatic.svg\" alt=\"Feature Item - Blog\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 eBrWMi\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/2hUlpxpCizLkt3pIDHtga6/b71b015a5a63e3fd817ce3923ef90651/Description_Cell_Phone__Color_Red_Monochromatic.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/2hUlpxpCizLkt3pIDHtga6/b71b015a5a63e3fd817ce3923ef90651/Description_Cell_Phone__Color_Red_Monochromatic.svg\" alt=\"Feature Item - Give Us a Call\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 eBrWMi\">"
},
{
"src": "//images.ctfassets.net/mnc2gcng0j8q/4tj5JImxsN9n3Rw2YhkdEe/5ba83c06561be56ed50da41f4dd1e342/large-justworks-logo-black.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/mnc2gcng0j8q/4tj5JImxsN9n3Rw2YhkdEe/5ba83c06561be56ed50da41f4dd1e342/large-justworks-logo-black.svg\" alt=\"Justworks Logo\" loading=\"lazy\" class=\"Image__StyledImage-sc-uu4iei-0 fJQYEw\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 83/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 83/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: peo, small, businesses, powering, teams, big, dreams.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
83/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 83/100 and needs improvement.
Evidence
{
"title": "Justworks: PEO & Payroll Solutions for Small Businesses - Justworks",
"h1": "Powering Small Teams with Big Dreams",
"description": "Justworks offers solutions for your domestic and global team to help you run payroll, access benefits, and stay compliant with HR software and human support.",
"topicOverlap": 0.3,
"definitionCount": 3,
"topicTerms": [
"justworks",
"peo",
"payroll",
"solutions",
"small",
"businesses",
"powering",
"teams",
"big",
"dreams"
],
"descriptionTerms": [
"justworks",
"offers",
"solutions",
"domestic",
"global",
"team",
"help",
"run",
"payroll",
"access",
"benefits",
"stay",
"compliant",
"software",
"human",
"support"
],
"missingFromDescription": [
"peo",
"small",
"businesses",
"powering",
"teams",
"big",
"dreams"
],
"score": 83,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, 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": "Real Impact for Our Customers",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--lg-small--51db7 Heading-module--lg-large--ebb6d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Real Impact for Our Customers</span></h2>"
},
{
"text": "Your HR Needs Covered by Justworks",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--lg-small--51db7 Heading-module--lg-large--ebb6d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Your HR Needs Covered by Justworks</span></h2>"
},
{
"text": "Dig Into Platform Demos",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--lg-small--51db7 Heading-module--lg-large--ebb6d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Dig Into Platform Demos</span></h2>"
},
{
"text": "HR Solutions Built for Small Businesses",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--lg-small--51db7 Heading-module--lg-large--ebb6d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>HR Solutions Built for Small Businesses</span></h2>"
},
{
"text": "All-In-One PEO",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>All-In-One PEO</span></h2>"
},
{
"text": "Global EOR",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Global EOR</span></h2>"
},
{
"text": "Flexible Payroll",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Flexible Payroll</span></h2>"
},
{
"text": "Which Justworks Plan is the Right Fit?",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Which Justworks Plan is the Right Fit?</span></h2>"
},
{
"text": "Empowering Small Businesses",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Empowering Small Businesses</span></h2>"
},
{
"text": "Resources That Work as Hard as You Do",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Resources That Work as Hard as You Do</span></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Justworks: PEO & Payroll Solutions for Small...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Justworks: PEO & Payroll Solutions for Small... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Justworks: PEO & Payroll Solutions for Small...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Justworks: PEO & Payroll Solutions for Small... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Justworks: PEO & Payroll Solutions for Small... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Justworks: PEO & Payroll Solutions for Small...?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Justworks: PEO & Payroll Solutions for Small...?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Justworks: PEO & Payroll Solutions for Small... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5535
},
{
"path": "/api/context",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5526
},
{
"path": "/context",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5514
}
]
},
"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": "Real Impact for Our Customers",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--lg-small--51db7 Heading-module--lg-large--ebb6d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Real Impact for Our Customers</span></h2>"
},
{
"text": "Your HR Needs Covered by Justworks",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--lg-small--51db7 Heading-module--lg-large--ebb6d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Your HR Needs Covered by Justworks</span></h2>"
},
{
"text": "Dig Into Platform Demos",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--lg-small--51db7 Heading-module--lg-large--ebb6d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Dig Into Platform Demos</span></h2>"
},
{
"text": "HR Solutions Built for Small Businesses",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--lg-small--51db7 Heading-module--lg-large--ebb6d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>HR Solutions Built for Small Businesses</span></h2>"
},
{
"text": "All-In-One PEO",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>All-In-One PEO</span></h2>"
},
{
"text": "Global EOR",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Global EOR</span></h2>"
},
{
"text": "Flexible Payroll",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Flexible Payroll</span></h2>"
},
{
"text": "Which Justworks Plan is the Right Fit?",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Which Justworks Plan is the Right Fit?</span></h2>"
},
{
"text": "Empowering Small Businesses",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Empowering Small Businesses</span></h2>"
},
{
"text": "Resources That Work as Hard as You Do",
"html": "<h2 class=\"Heading-module--heading--c023f Heading-module--md--ee7a9 Heading-module--md-small--07695 Heading-module--md-large--3035d\" style=\"--heading-heading-color:var(--color-common-black);--heading-heading-font-weight:var(--font-weight-extra-bold)\"><span>Resources That Work as Hard as You Do</span></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Justworks: PEO & Payroll Solutions for Small...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Justworks: PEO & Payroll Solutions for Small... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Justworks: PEO & Payroll Solutions for Small...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Justworks: PEO & Payroll Solutions for Small... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Justworks: PEO & Payroll Solutions for Small... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Justworks: PEO & Payroll Solutions for Small...?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Justworks: PEO & Payroll Solutions for Small...?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Justworks: PEO & Payroll Solutions for Small... 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 registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5514,
"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 registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 5493,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/title",
"/html;",
"https://challenges.cloudflare.com;",
"https://challenges.cloudflare.com;",
"https://challenges.cloudflare.com;",
"https://challenges.cloudflare.com",
"https://challenges.cloudflare.com",
"/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+",
"/style",
"/head"
],
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-hkMlzw0EHAi9lhbiBxOOXa' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare."
}
},
"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 registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5644,
"text": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-bpW0aS2TcX41obNMBzhXqP' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri 'self'\"><style>*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color:#313131;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"}body{display:flex;flex-direction:column;height:100vh;min-height:100vh}.main-content{margin:8rem auto;padding-left:1.5rem;max-width:60rem}@media (width <= 720px){.main-content{margin-top:4rem}}#challenge-error-text{background-image:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+\");background-repeat:no-repeat;background-size:contain;padding-left:34px}</style><meta http-equiv=\"refresh\" content=\"360\"></head><body><div class=\"main-wrapper\" role=\"main\"><div class=\"main-content\"><noscript><div class=\"h2\"><span id=\"challenge-error-text\">Enable JavaScript and cookies to continue</span></div></noscript></div></div><script nonce=\"bpW0aS2TcX41obNMBzhXqP\">(function(){window._cf_chl_opt = {cFPWv: 'g',cH: 'F3RD_Nyef.sn0YtgJ5LehFPDj.U9io41DyY7tzCgYHE-1780989219-1.2.1.1-aQjrpTvNyVh4T1.cEsiCeNoUnghUlTJsUI5.zOILOUbHZRc.r.Smbyyb48x_8B.G',cITimeS: '1780989219',cN: 'bpW0aS2TcX41obNMBzhXqP',cRay: 'a08e55bc6e87d86d',cTplB: '0',cTplC:0,cTplO:0,cTplV:5,cType: 'managed',cUPMDTk:\"/.well-known/oauth-protected-resource?__cf_chl_tk=uGIS6505YHw0poFLwEfwXm6xTKaTffTL8uyRnShVt8A-1780989219-1.0.1.1-Xhjlqd6_QY.QIUGEDtD4xhkuURIMPy6HGEAa.d_e7xA\",cvId: '3',cZone: 'www.justworks.com',fa:\"/.well-known/oauth-protected-resource?__cf_chl_f_tk=uGIS6505YHw0poFLwEfwXm6xTKaTffTL8uyRnShVt8A-1780989219-1.0.1.1-Xhjlqd6_QY.QIUGEDtD4xhkuURIMPy6HGEAa.d_e7xA\",md: 'nrQM6aChgKFiIfIRMgEHKX3F.f2j_1_eXl38Om44uM8-1780989219-1.2.1.1-nrtc2u6pq6VkEcbF1k1NFxLOBiInrYlPDY5u0K.OxuvUmyO3wW.m.dRSjBDzAij5ktOJqgMpQJtajrRocptMzbr3ie5qHuE8VOJBB9lsnqBmijh_kGp7de3yzKwK.lyP5yB.oxcXA2484EDriSnmcj.Y6IivSpVlqaerRJRsRbdB..0VrZHs2e4uUhZBMjKngK.urP0cONh3GT5jKnVwYCFE5XwJQ0WdLsRAdHSoCaTcVsWeMhZyWt6Nf3yoAiNceQHfEmKq7jBllMbDMuBKPOXVnPrRxTjlrmYwGJc_aQgKcgmNkRK1MvkcZpiPYR0Yr7oOFFae.Rok_KeYVpw4G54eKtgXES3IxpoiL_Q3lcY9KIHpsIcb94eTnlZarf_CsKV0Qd1PbM87uCmZNOjKmOB5s5dyG8sBVG7xyjAgN76yfsO.YeWFBMPbHJYXu6rmbRZ_AKAnfuasUJ_UF2hW9rEaUKsgiX6Dtg6McfCrmhLmxtgVDi4TMnk1FADtP6oQGAlgJHmpHH17Ixyh76hrcOH752j.DMxEeTXujI5YdRSGrsbztHvXCLMx4dZoyYPGJoHDq6R._NUDPx9pqVgVTRW8cPeDIFSVRZW1tcyK75V8s2.t8i3IRAFFRZuGHpHGBuCZ5IsRpTtkyf0uxY9WRYxpUZaUr1xw_RWFJtUBLpH3MfyPXUSw8wYwYbx74ndB6G5gJqn1BB34jBR4Ck1x3n54MgzgmDJ2FXGKAXIB0_xNmCVPusDe6V.dEd5upcibfmSN1880LDb00uDSPP0p.XAsn5.edsG.f_02IZlFGYS7BrtXylhVV3piuh4POD2rA0iJYBGQltPyfazWRJAQDmlmWqQZQ40TDEMjfPTo5"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5650,
"text": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-7BVBSOzutZRv8eetMmRg74' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri 'self'\"><style>*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color:#313131;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"}body{display:flex;flex-direction:column;height:100vh;min-height:100vh}.main-content{margin:8rem auto;padding-left:1.5rem;max-width:60rem}@media (width <= 720px){.main-content{margin-top:4rem}}#challenge-error-text{background-image:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+\");background-repeat:no-repeat;background-size:contain;padding-left:34px}</style><meta http-equiv=\"refresh\" content=\"360\"></head><body><div class=\"main-wrapper\" role=\"main\"><div class=\"main-content\"><noscript><div class=\"h2\"><span id=\"challenge-error-text\">Enable JavaScript and cookies to continue</span></div></noscript></div></div><script nonce=\"7BVBSOzutZRv8eetMmRg74\">(function(){window._cf_chl_opt = {cFPWv: 'g',cH: 'iOh5P9iKYx7tmJTOHCnJ9RrL8NTFswWkuE72rWpV410-1780989219-1.2.1.1-wUmyLPtedCXmPXbpg8ZM7caqZYULUKQqWuogJS8XNatnx7kmGvbpUYGjZpV4vwpC',cITimeS: '1780989219',cN: '7BVBSOzutZRv8eetMmRg74',cRay: 'a08e55bc7fdaf424',cTplB: '0',cTplC:0,cTplO:0,cTplV:5,cType: 'managed',cUPMDTk:\"/.well-known/oauth-authorization-server?__cf_chl_tk=XLaiSlPMfXB.sClc8Afg3qDD8EF8IquGjamYr7rpMdg-1780989219-1.0.1.1-DID3aehaMf5sHxOR3nSX59PSk02VssI7AQd0iJ5Clt4\",cvId: '3',cZone: 'www.justworks.com',fa:\"/.well-known/oauth-authorization-server?__cf_chl_f_tk=XLaiSlPMfXB.sClc8Afg3qDD8EF8IquGjamYr7rpMdg-1780989219-1.0.1.1-DID3aehaMf5sHxOR3nSX59PSk02VssI7AQd0iJ5Clt4\",md: 'qFSvMQpSWuY_.YLP9g41XhU8scNBLQLiMWJX_RDJ3YY-1780989219-1.2.1.1-PktpdHylujSz6ui5nhGwOydAsp10Ubi3kUU2VcO.UKp2VrieIp9Dl.Z9dowGDKYXy9SQzjDeG0cG3J21RqCe6EL41KWcjVFLg9w0sI1jIxrgeqFMmtkDZaSQj7mEgsetGjkP4G5R6EJ1nsXhlydmmAPNYA7Qsd40nXDLDceUE1UxrG8FQiJwofz1a7Zcu3o3mDcEJy1kamfKlN_PorXhtgineuJ9NK9XRY1SoOk0bJ817GT_3STShaBi5_BD.QlBW4reZotVvEtzdWQOeCT1vtoUjp30OMrsUZbZ8gcjKRr5tLR2eOqlktDdcQecvqV6J8oVO2LXb_89dyEbJ4gaB5x6gg818WiPtFjbiwuHS9.4sBeSJ5FQWyjbbK0ea_5Qhv_q4Hv0ux3jtE9YaqgXJUxIbPNKyUTm_w9WIvsKik7S9rmp8Owr5Y9SWQV9RuF1FzK.PFHKM15vLh4UJ9Y6BtnzgmvEygkBJl3r2k3aYrbDRQCzrGfkFMIP9loanys8KzBriFddKf73cWXVFTWNIx309YnKBf3IkS2Ij9UtrhSWNmG1dxRhwOEJRPD4s6jGNWQAPETmzUBuWUUoIcD8vviazhZNHhQbJV11V6eOC4z8lqRriIb8NCNvrXh3dC.EU8.YgdFeGzHvhAL0cvR2q85SxSPR.Xb69kRa8r4shJtRSnKzaulJh5FNG0.xLW3s0mdlibRkeWUG3LLULQIU7C.ICimI2bTzant1jNHywjrIZK6qlu2oFJnkgy5RtksW0Iv8p5pdK6T8Byf.HWMq7g9zcvTclZYNZIenWM8yrv3cC8Fcelkd.khkaB6i3YuEEoYeipBtrg_ZjUTcObnZ6w57mzmfcOVb3keZE"
}
},
"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": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5632
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 403,
"contentType": "text/html; charset=UTF-8",
"length": 5650
}
]
},
"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": 403,
"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 lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src 'none'; script-src 'nonce-YXo9hVLOmApm40MzBd2PNj' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare."
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.justworks.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.justworks.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.justworks.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 403,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.justworks.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
Uses deprecated APIs
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
2 warnings found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "2 warnings found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityPerformanceBrowser audit
Forced reflow
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 965 KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 965 KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
10 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 6,597 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 6,597 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": 6755681
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
10 Warning
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 580 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 580 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
9 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
54/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": "total-blocking-time",
"title": "Total Blocking Time",
"score": 1,
"displayValue": "1,620 ms",
"numericValue": 1620.9552014848248
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 17,
"displayValue": "400 ms",
"numericValue": 403
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 21,
"displayValue": "3.2 s",
"numericValue": 3247.066606372812
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 30 ms",
"numericValue": 31
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 95,
"displayValue": "0.8 s",
"numericValue": 792.0030682512931
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 6,
"displayValue": "9.2 s",
"numericValue": 9170.985737388308
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 88,
"displayValue": "1.2 s",
"numericValue": 1240.1032497547449
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "30 ms",
"numericValue": 26.18739
}
]
}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 |
|---|---|---|---|
| 48/100 | Level 2, Agent-Limited | Current report |