Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 32 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 20 out of 100
- GEO, AIO and AEO 80 out of 100
- SEO 92 out of 100
- Performance and Accessibility 82 out of 100
What AI sees of your website
Taplio • Your Go-To Solution to Grow on Linkedin
AI-Powered Content Creation — Join 6000+ LinkedIn pros using the all-in-one, AI-powered LinkedIn tool. Taplio Helps You Create Highly Relevant and Engaging Content at Scale. Detailed Analytics.
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 | 32 | Priority fix | 6 | 17 | 1 | View details |
| Discoverability | 43 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 46 | Priority fix | 3 | 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 | 80 | Mostly ready | 8 | 2 | 8 | View details |
| GEO Readiness | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| AIO Readiness | 76 | Mostly ready | 2 | 1 | 4 | View details |
| AEO Readiness | 72 | Needs work | 2 | 1 | 4 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 20 | Priority fix | 5 | 4 | 0 | View details |
| Security & Trust | 20 | Priority fix | 1 | 4 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 82 | Mostly ready | 21 | 3 | 3 | View details |
| Performance | 75 | Mostly ready | 12 | 3 | 3 | View details |
| Accessibility | 96 | Strong | 9 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
46 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" translate=\"no\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><title>Taplio</title><link rel=\"canonical\" href=\"https://app.taplio.com\"/><meta name=\"description\" content=\"Build your LinkedIn Growth routine with Taplio\"/><meta name=\"twitter:card\" content=\"summary\"/><meta name=\"twitter:site\" content=\"https://app.taplio.com\"/><meta name=\"twitter:title\" content=\"Taplio\"/><meta name=\"twitter:description\" content=\"Build your LinkedIn Growth routine with Taplio\"/><meta name=\"robots\" content=\"noindex\"/><meta property=\"og:url\" content=\"https://app.taplio.com\"/><meta content=\"summary_large_image\" name=\"twitter:card\"/><meta property=\"og:image\" content=\"https://app.taplio.com/taplio_meta.png\"/><meta property=\"og:site_name\" content=\"Build "
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\" translate=\"no\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><title>Taplio</title><link rel=\"canonical\" href=\"https://app.taplio.com\"/><meta name=\"description\" content=\"Build your LinkedIn Growth routine with Taplio\"/><meta name=\"twitter:card\" content=\"summary\"/><meta name=\"twitter:site\" content=\"https://app.taplio.com\"/><meta name=\"twitter:title\" content=\"Taplio\"/><meta name=\"twitter:description\" content=\"Build your LinkedIn Growth routine with Taplio\"/><meta name=\"robots\" content=\"noindex\"/><meta property=\"og:url\" content=\"https://app.taplio.com\"/><meta content=\"summary_large_image\" name=\"twitter:card\"/><meta property=\"og:image\" content=\"https://app.taplio.com/taplio_meta.png\"/><meta property=\"og:site_name\" content=\"Build "
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
}
]
},
"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
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
25 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": [
"SoftwareApplication"
]
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "accept-encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "accept-encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 15817,
"excerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 01 2026 07:33:53 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"taplio.com\" data-wf-page=\"693924435769a4de78776a5d\" data-wf-site=\"6939243f5769a4de787769c3\" lang=\"en\"><head><meta ch",
"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 DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": [
"SoftwareApplication"
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}AI DiscoverabilityDiscoverabilityEstablished
robots.txt
robots.txt is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
robots.txt
robots.txt is missing or incomplete.
Needs attention
robots.txt
Issue
robots.txt was found but could not be parsed as valid.
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": 200,
"contentType": "text/plain; charset=utf-8",
"parsedUserAgents": [],
"sitemapDirectives": [
"https://taplio.com/sitemap.xml"
],
"rawExcerpt": "Sitemap: https://taplio.com/sitemap.xml"
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <footer> landmark; 6 links missing accessible names.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": false,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a href=\"/\" aria-current=\"page\" class=\"s-navbar-logo w-nav-brand w--current\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693924d326086608602c8c20_Taplio%20Logo_lemlist.svg\" alt class=\"logo-img\"></a>",
"<a href=\"/\" id=\"w-node-aac86aa0-8e48-0c1c-d21d-6e9536e2a68d-eb819cee\" aria-current=\"page\" class=\"s-footer-icon-wrap w-inline-block w--current\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693924d326086608602c8c20_Taplio%20Logo_lemlist.svg\" alt class=\"s-footer-icon\"></a>",
"<a href=\"#\" class=\"s-footer-social w-inline-block\"><div class=\"s-footer-social-icon w-embed\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281",
"<a href=\"#\" class=\"s-footer-social w-inline-block\"><div class=\"s-footer-social-icon w-embed\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 3C24 1.34315 22.6569 0 21 0H3C1.34315 0 0 1.34315 0 3V12.073V21C0 22.6569 1.34315 24 3 24H10.0989H10.125V15.5417H7.07812V12.073H10.125V9.42925C10.125 6.42175 11.9166 4.7605 14.6576 4.7605C15.9701 4.7605 17.3438 4.99487 17.3438 4.99487V7.948H15.8306C14.34 7.948 13.875 8.87308 13.875 9.823V12.073H17",
"<a href=\"#\" class=\"s-footer-social w-inline-block\"><div class=\"s-footer-social-icon w-embed\"><svg width=\"29\" height=\"20\" viewBox=\"0 0 29 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.3713 0.597097C26.5969 0.925646 27.562 1.89371 27.8896 3.12306C28.4848 5.35118 28.4848 10 28.4848 10C28.4848 10 28.4848 14.6488 27.8896 16.8771C27.562 18.1063 26.5969 19.0743 25.3713 19.403C23.1499 20 14.2424 20 14.2424 20C14.2424 20 5.33497 20 3.11357 19.403",
"<a href=\"#\" class=\"s-footer-social w-inline-block\"><div class=\"s-footer-social-icon w-embed\"><svg width=\"25\" height=\"22\" viewBox=\"0 0 25 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.1644 0H22.88L14.7644 9.33778L24.3467 22H16.8178L10.9511 14.3244L4.20444 22H0.488889L9.19111 12.0267L0 0H7.72444L13.0533 7.04L19.1644 0ZM17.8444 19.7511H19.8978L6.6 2.10222H4.35111L17.8444 19.7511Z\" fill=\"#98A1AC\"/> </svg></div></a>"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=1068444522068218&ev=PageView&noscript=1\">"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 12,
"links": 67,
"inaccessibleLinks": 6,
"buttons": 0,
"inaccessibleButtons": 0,
"images": 77,
"imagesWithAlt": 76,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
}
]
},
"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 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": "Sat, 06 Jun 2026 11:19:09 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": "taplio.com",
"probes": [
{
"name": "_index._agents.taplio.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.taplio.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": "taplio.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."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Validate resource body".
13 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Validate resource body".
Needs attention
llms.txt
Issue
llms.txt response did not match the expected shape. missing h1 title (e.g. # Site Name).
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
50/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Validate resource body".
Validation steps
Validate resource body
llms.txt response did not match the expected shape. missing h1 title (e.g. # Site Name).
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/llms.txt",
"statusCode": 200,
"contentType": "text/plain; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"issue": "llms.txt response did not match the expected shape. missing h1 title (e.g. # Site Name).",
"compatibleContentType": true,
"hasTitle": false,
"contentLength": 1847,
"linkCount": 8,
"links": [
"https://taplio.com/",
"https://taplio.com/",
"https://taplio.com/",
"https://taplio.com/",
"https://taplio.com/linkedin-chrome-extension",
"https://taplio.com/blog",
"https://taplio.com/free-tools",
"https://taplio.com/pricing"
],
"rawExcerpt": "{\\rtf1\\ansi\\ansicpg1252\\cocoartf2867\n\\cocoatextscaling0\\cocoaplatform0{\\fonttbl\\f0\\fswiss\\fcharset0 Helvetica;}\n{\\colortbl;\\red255\\green255\\blue255;}\n{\\*\\expandedcolortbl;;}\n\\paperw11900\\paperh16840\\margl1440\\margr1440\\vieww11520\\viewh8400\\viewkind0\n\\pard\\tx720\\tx1440\\tx2160\\tx2880\\tx3600\\tx4320\\tx5040\\tx5760\\tx6480\\tx7200\\tx7920\\tx8640\\pardirnatural\\partightenfactor0\n\n\\f0\\fs24 \\cf0 # Taplio\\\n\\\n> Taplio is an all-in-one AI-powered platform designed to help users grow their personal brand on LinkedIn. It provides tools for content creation, post scheduling, analytics, and lead generation.\\\n\\\n## Core Features\\\n- [AI Content Generator](https://taplio.com/): Generate high-quality LinkedIn posts, carousels, and hooks using AI trained on viral content.\\\n- [Post Scheduler](https://taplio.com/): S"
},
"issue": "llms.txt response did not match the expected shape. missing h1 title (e.g. # Site Name).",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [],
"contactLinks": [
{
"href": "/create-linkedin-post-with-ai",
"text": "AI-Powered Content CreationAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/create-linkedin-post-with-ai\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 2.5C10.5312 2.5 11 2.96875 11 3.5V5.5H14.75C15.9688 5.5 17 6.53125 17 7.75V16.25C17 17.5 15.9688 18.5 14.75 18.5H5.25C4 18.5 3 17.5 3 16.25V7.75C3 6.53125 4 5.5 5.25 5.5H9V3.5C9 2.96875 9.4375 2.5 10 2.5ZM6.5 14.5C6.21875 14.5 6 14.75 6 15C6 15.2812 6.21875 15.5 6.5 15.5H..."
},
{
"href": "/linkedin-post-scheduler",
"text": "Write & Schedule LinkedIn PostsAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-post-scheduler\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 2.5C7.53125 2.5 8 2.96875 8 3.5V4.5H12V3.5C12 2.96875 12.4375 2.5 13 2.5C13.5312 2.5 14 2.96875 14 3.5V4.5H15.5C16.3125 4.5 17 5.1875 17 6V7.5H3V6C3 5.1875 3.65625 4.5 4.5 4.5H6V3.5C6 2.96875 6.4375 2.5 7 2.5ZM3 8.5H17V17C17 17.8438 16.3125 18.5 15.5 18.5H4.5C3.65625 18.5 3 17...."
},
{
"href": "/linkedin-carousel-generator",
"text": "Generate Carousels for LinkedInAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-carousel-generator\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 5.5C2 4.40625 2.875 3.5 4 3.5H16C17.0938 3.5 18 4.40625 18 5.5V15.5C18 16.625 17.0938 17.5 16 17.5H4C2.875 17.5 2 16.625 2 15.5V5.5ZM12.0938 8.84375C11.9688 8.625 11.7188 8.5 11.5 8.5C11.25 8.5 11 8.625 10.875 8.84375L8.15625 12.8438L7.3125 11.7812C7.1875 11.625 6.96875 11...."
},
{
"href": "/linkedin-engagement-builder",
"text": "Build Relationships & EngageAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-engagement-builder\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.0938 5.1875C10.625 4.75 11.2812 4.5 11.9688 4.5C12.5312 4.5 13.0938 4.6875 13.5625 4.96875L15.8438 6.4375L15.9688 6.5H16V12.4062L11.6562 8.40625L12.2812 7.90625C12.5 7.75 12.5625 7.4375 12.375 7.21875C12.2188 7 11.9062 6.9375 11.6875 7.125L8.5625 9.53125C8.03125 9.9375 7.2..."
},
{
"href": "/linkedin-analytics-tool",
"text": "Analyse your LinkedIn StatisticsAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-analytics-tool\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.5 10V3.03125C10.5 2.75 10.7188 2.5 11 2.5C14.8438 2.5 18 5.65625 18 9.5C18 9.78125 17.75 10 17.4688 10H10.5ZM2 11C2 7.21875 4.8125 4.09375 8.46875 3.59375C8.75 3.53125 9 3.78125 9 4.0625V11.5L13.875 16.4062C14.0938 16.625 14.0625 16.9688 13.8438 17.125C12.5938 18 11.0938 18.5..."
},
{
"href": "/linkedin-video-downloader",
"text": "LinkedIn Video Downloader Access potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-video-downloader\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 15.5C18 16.625 17.0938 17.5 16 17.5H4C2.875 17.5 2 16.625 2 15.5V5.5C2 4.40625 2.875 3.5 4 3.5H8C8.625 3.5 9.21875 3.8125 9.59375 4.3125L10.1875 5.125C10.375 5.375 10.6562 5.5 11 5.5H16C17.0938 5.5 18 6.40625 18 7.5V15.5ZM10.75 8.75C10.75 8.34375 10.4062 8 10 8C9.5625 8 9.25..."
},
{
"href": "https://www.taplio.com/summary-generator",
"text": "LinkedIn Summary GeneratorAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"https://www.taplio.com/summary-generator\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 5.5C3 4.40625 3.875 3.5 5 3.5H15C16.0938 3.5 17 4.40625 17 5.5V15.5C17 16.625 16.0938 17.5 15 17.5H5C3.875 17.5 3 16.625 3 15.5V5.5ZM6 11.5C6.53125 11.5 7 11.0625 7 10.5C7 9.96875 6.53125 9.5 6 9.5C5.4375 9.5 5 9.96875 5 10.5C5 11.0625 5.4375 11.5 6 11.5ZM7 7.5C..."
},
{
"href": "https://taplio.com/carousel",
"text": "LinkedIn Carousel GeneratorAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"https://taplio.com/carousel\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 3.5H17C18.0938 3.5 19 4.40625 19 5.5V12.5C19 13.625 18.0938 14.5 17 14.5H6C4.875 14.5 4 13.625 4 12.5V5.5C4 4.40625 4.875 3.5 6 3.5ZM13.375 6.84375C13.2188 6.625 13 6.5 12.75 6.5C12.5 6.5 12.25 6.625 12.125 6.84375L10.375 9.46875L9.8125 8.78125C9.6875 8.625 9.46875 8.5 9.25..."
},
{
"href": "/profile-optimization",
"text": "LinkedIn profile feedbackAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/profile-optimization\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 4.5C2 3.40625 2.875 2.5 4 2.5H16C17.0938 2.5 18 3.40625 18 4.5V13.5C18 14.625 17.0938 15.5 16 15.5H11.6562L7.78125 18.4062C7.625 18.5312 7.4375 18.5312 7.25 18.4688C7.09375 18.375 7 18.2188 7 18V15.5H4C2.875 15.5 2 14.625 2 13.5V4.5ZM6 10C6.53125 10 7 9.5625 7 9C7 8.46875 6.53125..."
},
{
"href": "/linkedin-post-booster",
"text": "LinkedIn Post BoosterAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-post-booster\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.9062 3.90625L11.5 9.53125H15C15.4062 9.53125 15.7812 9.78125 15.9375 10.1562C16.0625 10.5625 15.9688 11 15.6562 11.2812L7.65625 18.2812C7.28125 18.5625 6.78125 18.5938 6.40625 18.3125C6.03125 18.0625 5.875 17.5625 6.0625 17.125L8.46875 11.5H5C4.5625 11.5 4.1875 11.25 4.0625 10.8..."
},
{
"href": "/linkedin-headline-generator",
"text": "LinkedIn Headline GeneratorAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-headline-generator\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 5.5C5 4.40625 5.875 3.5 7 3.5H16C17.0938 3.5 18 4.40625 18 5.5V15.5C18 16.625 17.0938 17.5 16 17.5H4.5C3.09375 17.5 2 16.4062 2 15V6.5C2 5.96875 2.4375 5.5 3 5.5C3.53125 5.5 4 5.96875 4 6.5V15C4 15.2812 4.21875 15.5 4.5 15.5C4.75 15.5 5 15.2812 5 15V5.5ZM7 6.25V8.75C7 9.187..."
},
{
"href": "https://taplio.com/contact",
"text": "clicking here",
"html": "<a href=\"https://taplio.com/contact\" class=\"s-text-link--2c58b6\">clicking here</a>"
},
{
"href": "https://support.taplio.com/taplio-x---chrome-extension/6QikfbcuN7dw5LLCXFKoc7/taplio-x-user-manual/uvA8k9X5q6jhHc3ybfait7",
"text": "check out our guide.",
"html": "<a href=\"https://support.taplio.com/taplio-x---chrome-extension/6QikfbcuN7dw5LLCXFKoc7/taplio-x-user-manual/uvA8k9X5q6jhHc3ybfait7\" class=\"s-text-link--2c58b6\">check out our guide.</a>"
}
],
"privacyLinks": [
{
"href": "/terms-of-service",
"text": "Terms",
"html": "<a href=\"/terms-of-service\" class=\"s-footer-link w-inline-block\"><div>Terms</div></a>"
},
{
"href": "/our-privacy-policy",
"text": "Privacy",
"html": "<a href=\"/our-privacy-policy\" class=\"s-footer-link w-inline-block\"><div>Privacy</div></a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [],
"contactLinks": [
{
"href": "/create-linkedin-post-with-ai",
"text": "AI-Powered Content CreationAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/create-linkedin-post-with-ai\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 2.5C10.5312 2.5 11 2.96875 11 3.5V5.5H14.75C15.9688 5.5 17 6.53125 17 7.75V16.25C17 17.5 15.9688 18.5 14.75 18.5H5.25C4 18.5 3 17.5 3 16.25V7.75C3 6.53125 4 5.5 5.25 5.5H9V3.5C9 2.96875 9.4375 2.5 10 2.5ZM6.5 14.5C6.21875 14.5 6 14.75 6 15C6 15.2812 6.21875 15.5 6.5 15.5H..."
},
{
"href": "/linkedin-post-scheduler",
"text": "Write & Schedule LinkedIn PostsAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-post-scheduler\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 2.5C7.53125 2.5 8 2.96875 8 3.5V4.5H12V3.5C12 2.96875 12.4375 2.5 13 2.5C13.5312 2.5 14 2.96875 14 3.5V4.5H15.5C16.3125 4.5 17 5.1875 17 6V7.5H3V6C3 5.1875 3.65625 4.5 4.5 4.5H6V3.5C6 2.96875 6.4375 2.5 7 2.5ZM3 8.5H17V17C17 17.8438 16.3125 18.5 15.5 18.5H4.5C3.65625 18.5 3 17...."
},
{
"href": "/linkedin-carousel-generator",
"text": "Generate Carousels for LinkedInAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-carousel-generator\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 5.5C2 4.40625 2.875 3.5 4 3.5H16C17.0938 3.5 18 4.40625 18 5.5V15.5C18 16.625 17.0938 17.5 16 17.5H4C2.875 17.5 2 16.625 2 15.5V5.5ZM12.0938 8.84375C11.9688 8.625 11.7188 8.5 11.5 8.5C11.25 8.5 11 8.625 10.875 8.84375L8.15625 12.8438L7.3125 11.7812C7.1875 11.625 6.96875 11...."
},
{
"href": "/linkedin-engagement-builder",
"text": "Build Relationships & EngageAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-engagement-builder\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.0938 5.1875C10.625 4.75 11.2812 4.5 11.9688 4.5C12.5312 4.5 13.0938 4.6875 13.5625 4.96875L15.8438 6.4375L15.9688 6.5H16V12.4062L11.6562 8.40625L12.2812 7.90625C12.5 7.75 12.5625 7.4375 12.375 7.21875C12.2188 7 11.9062 6.9375 11.6875 7.125L8.5625 9.53125C8.03125 9.9375 7.2..."
},
{
"href": "/linkedin-analytics-tool",
"text": "Analyse your LinkedIn StatisticsAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-analytics-tool\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.5 10V3.03125C10.5 2.75 10.7188 2.5 11 2.5C14.8438 2.5 18 5.65625 18 9.5C18 9.78125 17.75 10 17.4688 10H10.5ZM2 11C2 7.21875 4.8125 4.09375 8.46875 3.59375C8.75 3.53125 9 3.78125 9 4.0625V11.5L13.875 16.4062C14.0938 16.625 14.0625 16.9688 13.8438 17.125C12.5938 18 11.0938 18.5..."
},
{
"href": "/linkedin-video-downloader",
"text": "LinkedIn Video Downloader Access potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-video-downloader\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 15.5C18 16.625 17.0938 17.5 16 17.5H4C2.875 17.5 2 16.625 2 15.5V5.5C2 4.40625 2.875 3.5 4 3.5H8C8.625 3.5 9.21875 3.8125 9.59375 4.3125L10.1875 5.125C10.375 5.375 10.6562 5.5 11 5.5H16C17.0938 5.5 18 6.40625 18 7.5V15.5ZM10.75 8.75C10.75 8.34375 10.4062 8 10 8C9.5625 8 9.25..."
},
{
"href": "https://www.taplio.com/summary-generator",
"text": "LinkedIn Summary GeneratorAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"https://www.taplio.com/summary-generator\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 5.5C3 4.40625 3.875 3.5 5 3.5H15C16.0938 3.5 17 4.40625 17 5.5V15.5C17 16.625 16.0938 17.5 15 17.5H5C3.875 17.5 3 16.625 3 15.5V5.5ZM6 11.5C6.53125 11.5 7 11.0625 7 10.5C7 9.96875 6.53125 9.5 6 9.5C5.4375 9.5 5 9.96875 5 10.5C5 11.0625 5.4375 11.5 6 11.5ZM7 7.5C..."
},
{
"href": "https://taplio.com/carousel",
"text": "LinkedIn Carousel GeneratorAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"https://taplio.com/carousel\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 3.5H17C18.0938 3.5 19 4.40625 19 5.5V12.5C19 13.625 18.0938 14.5 17 14.5H6C4.875 14.5 4 13.625 4 12.5V5.5C4 4.40625 4.875 3.5 6 3.5ZM13.375 6.84375C13.2188 6.625 13 6.5 12.75 6.5C12.5 6.5 12.25 6.625 12.125 6.84375L10.375 9.46875L9.8125 8.78125C9.6875 8.625 9.46875 8.5 9.25..."
},
{
"href": "/profile-optimization",
"text": "LinkedIn profile feedbackAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/profile-optimization\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 4.5C2 3.40625 2.875 2.5 4 2.5H16C17.0938 2.5 18 3.40625 18 4.5V13.5C18 14.625 17.0938 15.5 16 15.5H11.6562L7.78125 18.4062C7.625 18.5312 7.4375 18.5312 7.25 18.4688C7.09375 18.375 7 18.2188 7 18V15.5H4C2.875 15.5 2 14.625 2 13.5V4.5ZM6 10C6.53125 10 7 9.5625 7 9C7 8.46875 6.53125..."
},
{
"href": "/linkedin-post-booster",
"text": "LinkedIn Post BoosterAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-post-booster\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.9062 3.90625L11.5 9.53125H15C15.4062 9.53125 15.7812 9.78125 15.9375 10.1562C16.0625 10.5625 15.9688 11 15.6562 11.2812L7.65625 18.2812C7.28125 18.5625 6.78125 18.5938 6.40625 18.3125C6.03125 18.0625 5.875 17.5625 6.0625 17.125L8.46875 11.5H5C4.5625 11.5 4.1875 11.25 4.0625 10.8..."
},
{
"href": "/linkedin-headline-generator",
"text": "LinkedIn Headline GeneratorAccess potential buyers and their emails in the 450M+ B2B contacts database",
"html": "<a href=\"/linkedin-headline-generator\" class=\"s-nav-list_item w-inline-block\"><div class=\"s-nav-item_icon w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 5.5C5 4.40625 5.875 3.5 7 3.5H16C17.0938 3.5 18 4.40625 18 5.5V15.5C18 16.625 17.0938 17.5 16 17.5H4.5C3.09375 17.5 2 16.4062 2 15V6.5C2 5.96875 2.4375 5.5 3 5.5C3.53125 5.5 4 5.96875 4 6.5V15C4 15.2812 4.21875 15.5 4.5 15.5C4.75 15.5 5 15.2812 5 15V5.5ZM7 6.25V8.75C7 9.187..."
},
{
"href": "https://taplio.com/contact",
"text": "clicking here",
"html": "<a href=\"https://taplio.com/contact\" class=\"s-text-link--2c58b6\">clicking here</a>"
},
{
"href": "https://support.taplio.com/taplio-x---chrome-extension/6QikfbcuN7dw5LLCXFKoc7/taplio-x-user-manual/uvA8k9X5q6jhHc3ybfait7",
"text": "check out our guide.",
"html": "<a href=\"https://support.taplio.com/taplio-x---chrome-extension/6QikfbcuN7dw5LLCXFKoc7/taplio-x-user-manual/uvA8k9X5q6jhHc3ybfait7\" class=\"s-text-link--2c58b6\">check out our guide.</a>"
}
],
"privacyLinks": [
{
"href": "/terms-of-service",
"text": "Terms",
"html": "<a href=\"/terms-of-service\" class=\"s-footer-link w-inline-block\"><div>Terms</div></a>"
},
{
"href": "/our-privacy-policy",
"text": "Privacy",
"html": "<a href=\"/our-privacy-policy\" class=\"s-footer-link w-inline-block\"><div>Privacy</div></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.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
11 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer-first sections
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer-first sections scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 11,
"passing": 0,
"failing": [
{
"heading": "Building a LinkedIn brand",
"headingHtml": "<h2 class=\"u-problem-solution-heading\">Building a LinkedIn brand <br></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "with Taplio",
"headingHtml": "<h2 id=\"problemSolutionHeading\" class=\"u-problem-solution-heading\">with Taplio</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Discover",
"headingHtml": "<h2 class=\"s-text-56-700-100-lemfont-bold s-inline s-s-text-32-700-100\">Discover </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": ", your go-to solution to make people hear about you on LinkedIn",
"headingHtml": "<h2 class=\"s-text-56-700-100-lemfont-bold s-inline s-s-text-32-700-100\"> , your go-to solution to make people <br>hear about you <br>on LinkedIn</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get inspired by top viral posts in your specific niche",
"headingHtml": "<h3 class=\"s-text-32-700-120-lemfont-bold s-s-tex-28-700-120\"><span class=\"s-hightlight-text-2c58b6 is-product-highlight\">Get inspired</span> by top viral posts in your specific niche</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Use Taplio’s AI to outline and write 100% of your post",
"headingHtml": "<h3 class=\"s-text-32-700-120-lemfont-bold s-s-tex-28-700-120\">Use Taplio’s AI to outline and write <span class=\"s-hightlight-text-2c58b6 is-product-highlight\">100% of your post</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Track your posts and follower growth",
"headingHtml": "<h3 class=\"s-text-32-700-120-lemfont-bold s-s-tex-28-700-120\">Track your posts and <span class=\"s-hightlight-text-2c58b6 is-product-highlight\">follower growth</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Need more than posts? See how Taplio helps you turn your likes into cash",
"headingHtml": "<h2 class=\"s-text-34-700-120-lemfont-bold s-s-text-30-700-120\">Need more than posts? See how Taplio helps you turn your likes into cash</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Frequently Asked Questions",
"headingHtml": "<h2 class=\"s-text-38-700-100-lemfont-bold s-s-text-30-700-100\">Frequently Asked Questions</h2>",
"firstParagraph": "Taplio is the AI-powered tool to grow your brand on LinkedIn.",
"paragraphHtml": "<p>Taplio is the AI-powered tool to grow your brand on LinkedIn.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "How they are growing their revenue with",
"headingHtml": "<h2 class=\"s-text-56-700-121-lemfont-bold is-affiliates\">How they are growing their revenue with </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Ready to grow your LinkedIn brand?",
"headingHtml": "<h2 class=\"s-text-56-700-121-lemfont-bold\">Ready to grow your LinkedIn brand?</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Google eligibility and indexability
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Google eligibility and indexability
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
Needs attention
AIO: Google eligibility and indexability
Issue
Canonical tag is missing.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Google eligibility and indexability
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
Evidence
{
"status": 200,
"googlebotBlocked": false,
"metaRobotsTags": [],
"xRobotsTag": "",
"canonical": "",
"finalUrl": "https://taplio.com/",
"canonicalScore": 0,
"score": 80,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
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
11 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Answer block readiness
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Answer block readiness scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 11,
"passing": 0,
"failing": [
{
"heading": "Building a LinkedIn brand",
"headingHtml": "<h2 class=\"u-problem-solution-heading\">Building a LinkedIn brand <br></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "with Taplio",
"headingHtml": "<h2 id=\"problemSolutionHeading\" class=\"u-problem-solution-heading\">with Taplio</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Discover",
"headingHtml": "<h2 class=\"s-text-56-700-100-lemfont-bold s-inline s-s-text-32-700-100\">Discover </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": ", your go-to solution to make people hear about you on LinkedIn",
"headingHtml": "<h2 class=\"s-text-56-700-100-lemfont-bold s-inline s-s-text-32-700-100\"> , your go-to solution to make people <br>hear about you <br>on LinkedIn</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get inspired by top viral posts in your specific niche",
"headingHtml": "<h3 class=\"s-text-32-700-120-lemfont-bold s-s-tex-28-700-120\"><span class=\"s-hightlight-text-2c58b6 is-product-highlight\">Get inspired</span> by top viral posts in your specific niche</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Use Taplio’s AI to outline and write 100% of your post",
"headingHtml": "<h3 class=\"s-text-32-700-120-lemfont-bold s-s-tex-28-700-120\">Use Taplio’s AI to outline and write <span class=\"s-hightlight-text-2c58b6 is-product-highlight\">100% of your post</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Track your posts and follower growth",
"headingHtml": "<h3 class=\"s-text-32-700-120-lemfont-bold s-s-tex-28-700-120\">Track your posts and <span class=\"s-hightlight-text-2c58b6 is-product-highlight\">follower growth</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Need more than posts? See how Taplio helps you turn your likes into cash",
"headingHtml": "<h2 class=\"s-text-34-700-120-lemfont-bold s-s-text-30-700-120\">Need more than posts? See how Taplio helps you turn your likes into cash</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Frequently Asked Questions",
"headingHtml": "<h2 class=\"s-text-38-700-100-lemfont-bold s-s-text-30-700-100\">Frequently Asked Questions</h2>",
"firstParagraph": "Taplio is the AI-powered tool to grow your brand on LinkedIn.",
"paragraphHtml": "<p>Taplio is the AI-powered tool to grow your brand on LinkedIn.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "How they are growing their revenue with",
"headingHtml": "<h2 class=\"s-text-56-700-121-lemfont-bold is-affiliates\">How they are growing their revenue with </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Ready to grow your LinkedIn brand?",
"headingHtml": "<h2 class=\"s-text-56-700-121-lemfont-bold\">Ready to grow your LinkedIn brand?</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: 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: solution, grow, turn, into, client, channel, network, platform.
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": "Taplio • Your Go-To Solution to Grow on Linkedin",
"h1": "Turn LinkedIn into your #1 client channel. From content to network, one platform",
"description": "AI-Powered Content Creation — Join 6000+ LinkedIn pros using the all-in-one, AI-powered LinkedIn tool. Taplio Helps You Create Highly Relevant and Engaging Content at Scale. Detailed Analytics.",
"topicOverlap": 0.3333333333333333,
"definitionCount": 11,
"topicTerms": [
"taplio",
"solution",
"grow",
"linkedin",
"turn",
"into",
"client",
"channel",
"content",
"network",
"one",
"platform"
],
"descriptionTerms": [
"powered",
"content",
"creation",
"join",
"6000",
"linkedin",
"pros",
"all",
"one",
"tool",
"taplio",
"helps",
"create",
"highly",
"relevant",
"engaging",
"scale"
],
"missingFromDescription": [
"solution",
"grow",
"turn",
"into",
"client",
"channel",
"network",
"platform"
],
"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, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Building a LinkedIn brand",
"html": "<h2 class=\"u-problem-solution-heading\">Building a LinkedIn brand <br></h2>"
},
{
"text": "with Taplio",
"html": "<h2 id=\"problemSolutionHeading\" class=\"u-problem-solution-heading\">with Taplio</h2>"
},
{
"text": "Discover",
"html": "<h2 class=\"s-text-56-700-100-lemfont-bold s-inline s-s-text-32-700-100\">Discover </h2>"
},
{
"text": ", your go-to solution to make people hear about you on LinkedIn",
"html": "<h2 class=\"s-text-56-700-100-lemfont-bold s-inline s-s-text-32-700-100\"> , your go-to solution to make people <br>hear about you <br>on LinkedIn</h2>"
},
{
"text": "Need more than posts? See how Taplio helps you turn your likes into cash",
"html": "<h2 class=\"s-text-34-700-120-lemfont-bold s-s-text-30-700-120\">Need more than posts? See how Taplio helps you turn your likes into cash</h2>"
},
{
"text": "Frequently Asked Questions",
"html": "<h2 class=\"s-text-38-700-100-lemfont-bold s-s-text-30-700-100\">Frequently Asked Questions</h2>"
},
{
"text": "How they are growing their revenue with",
"html": "<h2 class=\"s-text-56-700-121-lemfont-bold is-affiliates\">How they are growing their revenue with </h2>"
},
{
"text": "Ready to grow your LinkedIn brand?",
"html": "<h2 class=\"s-text-56-700-121-lemfont-bold\">Ready to grow your LinkedIn brand?</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Taplio • Your Go-To Solution to Grow on Linkedin?",
"pattern": {}
},
{
"id": "how",
"label": "How does Taplio • Your Go-To Solution to Grow on Linkedin work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Taplio • Your Go-To Solution to Grow on Linkedin?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Taplio • Your Go-To Solution to Grow on Linkedin free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Taplio • Your Go-To Solution to Grow on Linkedin compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Taplio • Your Go-To Solution to Grow on Linkedin?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Taplio • Your Go-To Solution to Grow on Linkedin?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Taplio • Your Go-To Solution to Grow on Linkedin free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Taplio • Your Go-To Solution to Grow on Linkedin compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
76 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1361,
"htmlBytes": 144787,
"imagesMissingDimensions": [
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693924d326086608602c8c20_Taplio%20Logo_lemlist.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693924d326086608602c8c20_Taplio%20Logo_lemlist.svg\" alt class=\"logo-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940def12aa042a640ad50d7_hero-main-img%20.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940def12aa042a640ad50d7_hero-main-img%20.avif\" loading=\"lazy\" style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotat..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940def1795362a3129e70f0_Hero-Card-3.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940def1795362a3129e70f0_Hero-Card-3.avif\" loading=\"lazy\" style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940def1c576045c14bbc0ba_hero-card-2.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940def1c576045c14bbc0ba_hero-card-2.avif\" loading=\"lazy\" style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940def134e232c092056a0b_hero-card-4.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940def134e232c092056a0b_hero-card-4.avif\" loading=\"lazy\" style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940de4f43671899f4898359_Hero-Card-1.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940de4f43671899f4898359_Hero-Card-1.avif\" loading=\"lazy\" style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693954de67a9ccb26fa18924_Vector%20(1).png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693954de67a9ccb26fa18924_Vector%20(1).png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693954de67a9ccb26fa18924_Vector%20(1)-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693954de67a9ccb26fa18924_Vector%20(1)-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693954de67a9ccb26fa18924_Vector%20(1)-p-1080.png 1080w, htt..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a515dd90d06a22c7c61a9_65041ce84de237c0f8731705_professional-1%201.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a515dd90d06a22c7c61a9_65041ce84de237c0f8731705_professional-1%201.png\" loading=\"lazy\" alt class=\"u-people-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a5646d7ac715a1c419886_people-2.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a5646d7ac715a1c419886_people-2.png\" loading=\"lazy\" alt class=\"u-people-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576ad86669c1d0a20ead_people-3.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576ad86669c1d0a20ead_people-3.png\" loading=\"lazy\" alt class=\"u-people-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576ac9f18c0e853f548c_people-4.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576ac9f18c0e853f548c_people-4.png\" loading=\"lazy\" alt class=\"u-people-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576adf6c44d1b318ade2_people-5.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576adf6c44d1b318ade2_people-5.png\" loading=\"lazy\" alt class=\"u-people-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576a7f4f080942b33db8_people-6.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576a7f4f080942b33db8_people-6.png\" loading=\"lazy\" alt class=\"u-people-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576ae0b314bb746671a3_people-7.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576ae0b314bb746671a3_people-7.png\" loading=\"lazy\" alt class=\"u-people-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576a2dc3022a599753aa_people-8.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576a2dc3022a599753aa_people-8.png\" loading=\"lazy\" alt class=\"u-people-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576a20b9fdbdb57b63c4_people-9.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576a20b9fdbdb57b63c4_people-9.png\" loading=\"lazy\" alt class=\"u-people-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576a0a4541a72fc11ba6_people-10.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576a0a4541a72fc11ba6_people-10.png\" loading=\"lazy\" alt class=\"u-people-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576aee83684553045ff7_people-11.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576aee83684553045ff7_people-11.png\" loading=\"lazy\" alt class=\"u-people-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576a96e67cd4ed73fe8f_people-12.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a576a96e67cd4ed73fe8f_people-12.png\" loading=\"lazy\" alt class=\"u-people-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a4191525d099b9e2c3a6b_Frame%201073715564.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a4191525d099b9e2c3a6b_Frame%201073715564.svg\" loading=\"lazy\" alt class=\"u-partner-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a41912b76d32fec5fe796_Frame%201073715562.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a41912b76d32fec5fe796_Frame%201073715562.svg\" loading=\"lazy\" alt class=\"u-partner-logo is-size-119-28\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a419124fa866ca30614eb_Frame%201073715565.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a419124fa866ca30614eb_Frame%201073715565.svg\" loading=\"lazy\" alt class=\"u-partner-logo is-size-119-28\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a4191ebecc76749e28699_Frame%201073715563.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a4191ebecc76749e28699_Frame%201073715563.svg\" loading=\"lazy\" alt class=\"u-partner-logo is-size-119-28\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a41911b2814c67d26665a_Frame%201073715561.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a41911b2814c67d26665a_Frame%201073715561.svg\" loading=\"lazy\" alt class=\"u-partner-logo is-size-139-25\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a4191ef9cc17eda058a7d_Frame%201073715560.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a4191ef9cc17eda058a7d_Frame%201073715560.svg\" loading=\"lazy\" alt class=\"u-partner-logo is-size-119-33\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693abf1bea4b0d0c7e89d71a_brand%20vector.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693abf1bea4b0d0c7e89d71a_brand%20vector.svg\" loading=\"lazy\" alt class=\"u-brand-bg\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ae50c5827712dd4c34900_check%20mark.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ae50c5827712dd4c34900_check%20mark.svg\" alt class=\"toggle_icon is-green\" style=\"display: inline;\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ae50c5827712dd4c34901_codex_cross.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ae50c5827712dd4c34901_codex_cross.svg\" alt class=\"toggle_icon is-red\" style=\"display: none;\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ac030ee2d4e07d71f0c3f_Union%20icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ac030ee2d4e07d71f0c3f_Union%20icon.svg\" loading=\"lazy\" alt class=\"u-solution-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ab462de44a52ce1d70ae1_Good.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ab462de44a52ce1d70ae1_Good.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ab462de44a52ce1d70ae1_Good-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ab462de44a52ce1d70ae1_Good-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ab462de44a52ce1d70ae1_Good-p-1080.png 1080w, https://cdn.prod.website-files.com/..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693fac1230f120f77812e3ec_Bad.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693fac1230f120f77812e3ec_Bad.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693fac1230f120f77812e3ec_Bad-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693fac1230f120f77812e3ec_Bad-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693fac1230f120f77812e3ec_Bad-p-1080.png 1080w, https://cdn.prod.website-files.com/6939..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693f9d9545fc1353f36a8f2f_taplio-logo.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693f9d9545fc1353f36a8f2f_taplio-logo.png\" loading=\"lazy\" alt class=\"u-taplio-icon-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6a0df443cda152b72247_Vector.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6a0df443cda152b72247_Vector.png\" loading=\"lazy\" sizes=\"(max-width: 2242px) 100vw, 2242px\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6a0df443cda152b72247_Vector-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6a0df443cda152b72247_Vector-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6a0df443cda152b72247_Vector-p-1080.png 1080w,..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a61bafd92d4a6a10d3b68_product-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a61bafd92d4a6a10d3b68_product-1.png\" loading=\"lazy\" sizes=\"(max-width: 1100px) 100vw, 1100px\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a61bafd92d4a6a10d3b68_product-1-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a61bafd92d4a6a10d3b68_product-1-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a61bafd92d4a6a10d3b68_product-1-p-108..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6cf6c5ac510a66cb114a_product-2.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6cf6c5ac510a66cb114a_product-2.png\" loading=\"lazy\" sizes=\"(max-width: 1100px) 100vw, 1100px\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6cf6c5ac510a66cb114a_product-2-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6cf6c5ac510a66cb114a_product-2-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6cf6c5ac510a66cb114a_product-2-p-108..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6cf61cc21c019e40885e_product-3.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6cf61cc21c019e40885e_product-3.png\" loading=\"lazy\" sizes=\"(max-width: 1100px) 100vw, 1100px\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6cf61cc21c019e40885e_product-3-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6cf61cc21c019e40885e_product-3-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a6cf61cc21c019e40885e_product-3-p-108..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693acdba8790e31c6d99bf73_arrow.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693acdba8790e31c6d99bf73_arrow.svg\" loading=\"lazy\" alt class=\"u-features-arrow\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff947df79ecada6cfc02b_ai%20powerd%202.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff947df79ecada6cfc02b_ai%20powerd%202-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff947df79ecada6cfc02b_ai%20powerd%202.png 700w\" alt src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff947df79ecada6cfc02b_ai%20powerd%202.png\" loading=\"lazy\" class=\"u-features-pane-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693acdba8790e31c6d99bf73_arrow.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693acdba8790e31c6d99bf73_arrow.svg\" loading=\"lazy\" alt class=\"u-features-arrow\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff94a04c8fca5224357e6_Linkedin%20m.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff94a04c8fca5224357e6_Linkedin%20m-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff94a04c8fca5224357e6_Linkedin%20m.png 700w\" alt src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff94a04c8fca5224357e6_Linkedin%20m.png\" loading=\"lazy\" class=\"u-features-pane-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693acdba8790e31c6d99bf73_arrow.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693acdba8790e31c6d99bf73_arrow.svg\" loading=\"lazy\" alt class=\"u-features-arrow\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff947b5fcd9c0aea4c632_Kanban%20view.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff947b5fcd9c0aea4c632_Kanban%20view-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff947b5fcd9c0aea4c632_Kanban%20view.png 700w\" alt src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff947b5fcd9c0aea4c632_Kanban%20view.png\" loading=\"lazy\" class=\"u-features-pane-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada181b5779fdc65ac9b1_tab%20img%201.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada181b5779fdc65ac9b1_tab%20img%201.png\" loading=\"lazy\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada181b5779fdc65ac9b1_tab%20img%201-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada181b5779fdc65ac9b1_tab%20img%201-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada181b5779fdc65ac9b1_tab..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada192d21371bf4da3032_tab%20img%202.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada192d21371bf4da3032_tab%20img%202.png\" loading=\"lazy\" sizes=\"(max-width: 1084px) 100vw, 1084px\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada192d21371bf4da3032_tab%20img%202-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada192d21371bf4da3032_tab%20img%202-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada192d21371bf4da3032_tab..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada1896333a8195e66f69_tab%20img%203.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada1896333a8195e66f69_tab%20img%203.png\" loading=\"lazy\" sizes=\"(max-width: 1100px) 100vw, 1100px\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada1896333a8195e66f69_tab%20img%203-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada1896333a8195e66f69_tab%20img%203-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada1896333a8195e66f69_tab..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada181b5779fdc65ac9b1_tab%20img%201.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada181b5779fdc65ac9b1_tab%20img%201.png\" loading=\"lazy\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada181b5779fdc65ac9b1_tab%20img%201-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada181b5779fdc65ac9b1_tab%20img%201-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada181b5779fdc65ac9b1_tab..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada192d21371bf4da3032_tab%20img%202.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada192d21371bf4da3032_tab%20img%202.png\" loading=\"lazy\" sizes=\"(max-width: 1084px) 100vw, 1084px\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada192d21371bf4da3032_tab%20img%202-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada192d21371bf4da3032_tab%20img%202-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada192d21371bf4da3032_tab..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada1896333a8195e66f69_tab%20img%203.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada1896333a8195e66f69_tab%20img%203.png\" loading=\"lazy\" sizes=\"(max-width: 1100px) 100vw, 1100px\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada1896333a8195e66f69_tab%20img%203-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada1896333a8195e66f69_tab%20img%203-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ada1896333a8195e66f69_tab..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a8e3aeb0a6d75892e48be_faq-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0)\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a8e3aeb0a6d75892e48be_faq-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0)\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a8e3aeb0a6d75892e48be_faq-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0)\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a8e3aeb0a6d75892e48be_faq-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0)\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a8e3aeb0a6d75892e48be_faq-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0)\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a8e3aeb0a6d75892e48be_faq-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0)\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a8e3aeb0a6d75892e48be_faq-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0)\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a8e3aeb0a6d75892e48be_faq-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0)\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a986bfa8791a281a7376f_team-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a986bfa8791a281a7376f_team-1.png\" loading=\"lazy\" alt class=\"u-faq-more-info-img is-margin-0\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a992a127b8ea8da29641c_team-2.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a992a127b8ea8da29641c_team-2.png\" loading=\"lazy\" alt class=\"u-faq-more-info-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a992a5021b9843e6b4230_team-3.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a992a5021b9843e6b4230_team-3.png\" loading=\"lazy\" alt class=\"u-faq-more-info-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940e6d7b890237ff8254402_taplio-logo-affiliates.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940e6d7b890237ff8254402_taplio-logo-affiliates.svg\" loading=\"lazy\" alt class=\"u-taplio-icon-img is-affiliates\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940ea08ee7c6b6eedba3c39_Testimonial-card-1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940ea08ee7c6b6eedba3c39_Testimonial-card-1.svg\" loading=\"lazy\" data-w-id=\"8335d57b-d436-e99d-6bad-08f7b28e07ed\" alt class=\"u-affiliates-testimonial-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940ea0830e29c642beb1ad7_Testimonial-card-2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940ea0830e29c642beb1ad7_Testimonial-card-2.svg\" loading=\"lazy\" data-w-id=\"8335d57b-d436-e99d-6bad-08f7b28e07ee\" alt class=\"u-affiliates-testimonial-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940ea08541c87fa0267cf3a_Testimonial-card-3.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940ea08541c87fa0267cf3a_Testimonial-card-3.svg\" loading=\"lazy\" data-w-id=\"8335d57b-d436-e99d-6bad-08f7b28e07ef\" alt class=\"u-affiliates-testimonial-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940ee6f4e4fc208d5f6bfa1_Testimonial-card-4.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940ee6f4e4fc208d5f6bfa1_Testimonial-card-4.svg\" loading=\"lazy\" data-w-id=\"8335d57b-d436-e99d-6bad-08f7b28e07f1\" alt class=\"u-affiliates-testimonial-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940ee6f5811e3f9381f2432_Testimonial-card-5.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940ee6f5811e3f9381f2432_Testimonial-card-5.svg\" loading=\"lazy\" data-w-id=\"8335d57b-d436-e99d-6bad-08f7b28e07fa\" alt class=\"u-affiliates-testimonial-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940f10d91f5b91c9883c799_Testimonial-card-6.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940f10d91f5b91c9883c799_Testimonial-card-6.svg\" loading=\"lazy\" data-w-id=\"8335d57b-d436-e99d-6bad-08f7b28e07fc\" alt class=\"u-affiliates-testimonial-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940f10dd8650b95f58b4c70_Testimonial-card-7.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940f10dd8650b95f58b4c70_Testimonial-card-7.svg\" loading=\"lazy\" data-w-id=\"8335d57b-d436-e99d-6bad-08f7b28e07fd\" alt class=\"u-affiliates-testimonial-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940f10d1e91186274bba5f3_Testimonial-card-8.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/6940f10d1e91186274bba5f3_Testimonial-card-8.svg\" loading=\"lazy\" data-w-id=\"8335d57b-d436-e99d-6bad-08f7b28e07fe\" alt class=\"u-affiliates-testimonial-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a9f0eda78452133b96e3c_linkedin-icon.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a9f0eda78452133b96e3c_linkedin-icon.png\" loading=\"lazy\" alt class=\"u-linkedin-brand-logo is-m-hide is-left\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a9f05fb46f896d7cf7cb0_taplio-icon.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693a9f05fb46f896d7cf7cb0_taplio-icon.png\" loading=\"lazy\" alt class=\"u-linkedin-brand-logo is-m-hide is-right\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff0771c26c9604c3df581_linkedin.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff0771c26c9604c3df581_linkedin.svg\" loading=\"lazy\" alt class=\"u-linkedin-brand-logo is-d-hide\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff080157350428bcab260_taplio.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693ff080157350428bcab260_taplio.svg\" loading=\"lazy\" alt class=\"u-linkedin-brand-logo is-d-hide\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/695b8aeea2b8559e59f32bc1_updated%20linkedin%20brand%204.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/695b8aeea2b8559e59f32bc1_updated%20linkedin%20brand%204.webp\" loading=\"lazy\" alt class=\"u-linkedin-brand-img\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693aa0f65d1ec46b615191c3_Vector%20(1).png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693aa0f65d1ec46b615191c3_Vector%20(1).png\" loading=\"lazy\" sizes=\"(max-width: 2245px) 100vw, 2245px\" srcset=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693aa0f65d1ec46b615191c3_Vector%20(1)-p-500.png 500w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693aa0f65d1ec46b615191c3_Vector%20(1)-p-800.png 800w, https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693aa0f65d1ec46b615191c3_Vector..."
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693924d326086608602c8c20_Taplio%20Logo_lemlist.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693924d326086608602c8c20_Taplio%20Logo_lemlist.svg\" alt class=\"s-footer-icon\">"
},
{
"src": "https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693924d326086608602c8c1d_view%20more%20arrow.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6939243f5769a4de787769c3/693924d326086608602c8c1d_view%20more%20arrow.svg\" alt class=\"s-footer-toggle-icon\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 59981
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 59981
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
}
]
},
"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, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Building a LinkedIn brand",
"html": "<h2 class=\"u-problem-solution-heading\">Building a LinkedIn brand <br></h2>"
},
{
"text": "with Taplio",
"html": "<h2 id=\"problemSolutionHeading\" class=\"u-problem-solution-heading\">with Taplio</h2>"
},
{
"text": "Discover",
"html": "<h2 class=\"s-text-56-700-100-lemfont-bold s-inline s-s-text-32-700-100\">Discover </h2>"
},
{
"text": ", your go-to solution to make people hear about you on LinkedIn",
"html": "<h2 class=\"s-text-56-700-100-lemfont-bold s-inline s-s-text-32-700-100\"> , your go-to solution to make people <br>hear about you <br>on LinkedIn</h2>"
},
{
"text": "Need more than posts? See how Taplio helps you turn your likes into cash",
"html": "<h2 class=\"s-text-34-700-120-lemfont-bold s-s-text-30-700-120\">Need more than posts? See how Taplio helps you turn your likes into cash</h2>"
},
{
"text": "Frequently Asked Questions",
"html": "<h2 class=\"s-text-38-700-100-lemfont-bold s-s-text-30-700-100\">Frequently Asked Questions</h2>"
},
{
"text": "How they are growing their revenue with",
"html": "<h2 class=\"s-text-56-700-121-lemfont-bold is-affiliates\">How they are growing their revenue with </h2>"
},
{
"text": "Ready to grow your LinkedIn brand?",
"html": "<h2 class=\"s-text-56-700-121-lemfont-bold\">Ready to grow your LinkedIn brand?</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Taplio • Your Go-To Solution to Grow on Linkedin?",
"pattern": {}
},
{
"id": "how",
"label": "How does Taplio • Your Go-To Solution to Grow on Linkedin work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Taplio • Your Go-To Solution to Grow on Linkedin?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Taplio • Your Go-To Solution to Grow on Linkedin free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Taplio • Your Go-To Solution to Grow on Linkedin compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Taplio • Your Go-To Solution to Grow on Linkedin?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Taplio • Your Go-To Solution to Grow on Linkedin?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Taplio • Your Go-To Solution to Grow on Linkedin free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Taplio • Your Go-To Solution to Grow on Linkedin 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": 404,
"contentType": "text/html; charset=utf-8",
"length": 906,
"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": 787,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/title",
"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\"",
"/css",
"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\"",
"/x-icon",
"/head",
"/div",
"/h1",
"/p",
"/div"
],
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
}
},
"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": 404,
"contentType": "text/html; charset=utf-8",
"length": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/oauth-authorization-server",
"error": "TimeoutError: The operation was aborted due to timeout"
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://taplio.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://taplio.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://taplio.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://taplio.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": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
}
]
},
"resourceFetchSucceeded": false
}SEOSEOBrowser audit
Links do not have descriptive text
100 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
2 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "2 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "image-aspect-ratio",
"title": "Displays images with incorrect aspect ratio",
"score": 0
}
]
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 660 ms
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 660 ms",
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
8 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
8 Warning
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 1,689 KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 1,689 KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
Minify JavaScript
8 Warning
Performance and AccessibilityPerformanceBrowser audit
Minify JavaScript
Check name
Minify JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 4 KiB
Fix guidance
Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 4 KiB",
"description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
4 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
78/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "50 ms",
"numericValue": 53.5671
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 67,
"displayValue": "1.9 s",
"numericValue": 1873.7180283456773
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 90,
"displayValue": "2.4 s",
"numericValue": 2447.1311748880753
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 84,
"displayValue": "1.0 s",
"numericValue": 1045.0050370788094
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10 ms",
"numericValue": 8
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 56,
"displayValue": "2.1 s",
"numericValue": 2135.3240119351194
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 64,
"displayValue": "210 ms",
"numericValue": 208
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 63,
"displayValue": "280 ms",
"numericValue": 279.99870643617965
}
]
}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 |
|---|---|---|---|
| 53/100 | Level 3, Bot-Aware | Current report |