Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 38 out of 100
- Agent Ease of Use 4 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 79 out of 100
- SEO 92 out of 100
- Performance and Accessibility 79 out of 100
What AI sees of your website
Drift Platform: Transform Conversations to Long-term Customer Relationship
Give your marketing, sales, and service teams what they need to have more meaningful conversations with buyers online, increase pipeline, and grow revenue.
Next step
Turn this report into a fix workflow
24 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 | 38 | Priority fix | 7 | 16 | 0 | View details |
| Discoverability | 71 | Needs work | 5 | 4 | 0 | View details |
| Content Readiness | 33 | Priority fix | 2 | 8 | 0 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 4 | Priority fix | 4 | 24 | 2 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 4 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 0 | Priority fix | 0 | 8 | 0 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 79 | Mostly ready | 7 | 2 | 11 | View details |
| GEO Readiness | 85 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 80 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 71 | Needs work | 2 | 1 | 4 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 60 | Needs work | 7 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 3 | 2 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 79 | Mostly ready | 19 | 3 | 2 | View details |
| Performance | 71 | Needs work | 10 | 3 | 2 | View details |
| Accessibility | 95 | Strong | 9 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
42 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta name=\"application-name\" content=\"Salesloft\"/><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,minimum-scale=1\"/><meta name=\"theme-color\" content=\"#317EFB\"/><title>Salesloft</title><meta name=\"next-head-count\" content=\"6\"/><script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=\"https://global.ketchcdn.com/web/v3/config/drift/salesloft_com/boot.js\",e.defer=e.async=!0,document.getElementsByTagName(\"head\")[0].appendChild(e)}();</script><script id=\"gtm-script\">(function(w,d,s,l,i){\n w[l]=w[l]||[];\n "
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
50 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."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta name=\"application-name\" content=\"Salesloft\"/><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,minimum-scale=1\"/><meta name=\"theme-color\" content=\"#317EFB\"/><title>Salesloft</title><meta name=\"next-head-count\" content=\"6\"/><script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=\"https://global.ketchcdn.com/web/v3/config/drift/salesloft_com/boot.js\",e.defer=e.async=!0,document.getElementsByTagName(\"head\")[0].appendChild(e)}();</script><script id=\"gtm-script\">(function(w,d,s,l,i){\n w[l]=w[l]||[];\n "
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta name=\"application-name\" content=\"Salesloft\"/><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,minimum-scale=1\"/><meta name=\"theme-color\" content=\"#317EFB\"/><title>Salesloft</title><meta name=\"next-head-count\" content=\"6\"/><script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=\"https://global.ketchcdn.com/web/v3/config/drift/salesloft_com/boot.js\",e.defer=e.async=!0,document.getElementsByTagName(\"head\")[0].appendChild(e)}();</script><script id=\"gtm-script\">(function(w,d,s,l,i){\n w[l]=w[l]||[];\n "
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta name=\"application-name\" content=\"Salesloft\"/><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,minimum-scale=1\"/><meta name=\"theme-color\" content=\"#317EFB\"/><title>Salesloft</title><meta name=\"next-head-count\" content=\"6\"/><script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=\"https://global.ketchcdn.com/web/v3/config/drift/salesloft_com/boot.js\",e.defer=e.async=!0,document.getElementsByTagName(\"head\")[0].appendChild(e)}();</script><script id=\"gtm-script\">(function(w,d,s,l,i){\n w[l]=w[l]||[];\n "
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta name=\"application-name\" content=\"Salesloft\"/><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,minimum-scale=1\"/><meta name=\"theme-color\" content=\"#317EFB\"/><title>Salesloft</title><meta name=\"next-head-count\" content=\"6\"/><script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=\"https://global.ketchcdn.com/web/v3/config/drift/salesloft_com/boot.js\",e.defer=e.async=!0,document.getElementsByTagName(\"head\")[0].appendChild(e)}();</script><script id=\"gtm-script\">(function(w,d,s,l,i){\n w[l]=w[l]||[];\n "
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta name=\"application-name\" content=\"Salesloft\"/><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,minimum-scale=1\"/><meta name=\"theme-color\" content=\"#317EFB\"/><title>Salesloft</title><meta name=\"next-head-count\" content=\"6\"/><script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=\"https://global.ketchcdn.com/web/v3/config/drift/salesloft_com/boot.js\",e.defer=e.async=!0,document.getElementsByTagName(\"head\")[0].appendChild(e)}();</script><script id=\"gtm-script\">(function(w,d,s,l,i){\n w[l]=w[l]||[];\n "
},
{
"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\"><head><meta name=\"application-name\" content=\"Salesloft\"/><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,minimum-scale=1\"/><meta name=\"theme-color\" content=\"#317EFB\"/><title>Salesloft</title><meta name=\"next-head-count\" content=\"6\"/><script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=\"https://global.ketchcdn.com/web/v3/config/drift/salesloft_com/boot.js\",e.defer=e.async=!0,document.getElementsByTagName(\"head\")[0].appendChild(e)}();</script><script id=\"gtm-script\">(function(w,d,s,l,i){\n w[l]=w[l]||[];\n "
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta name=\"application-name\" content=\"Salesloft\"/><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,minimum-scale=1\"/><meta name=\"theme-color\" content=\"#317EFB\"/><title>Salesloft</title><meta name=\"next-head-count\" content=\"6\"/><script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=\"https://global.ketchcdn.com/web/v3/config/drift/salesloft_com/boot.js\",e.defer=e.async=!0,document.getElementsByTagName(\"head\")[0].appendChild(e)}();</script><script id=\"gtm-script\">(function(w,d,s,l,i){\n w[l]=w[l]||[];\n "
}
]
},
"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 DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
50 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": [
"FAQPage"
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI 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": 254969
}
]
},
"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 UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
25 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": 254969
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254969
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254993
}
]
},
"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".
25 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": 254969
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254969
}
]
},
"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".
25 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": 254969
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254988
}
]
},
"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".
25 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": 254969
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254989
}
]
},
"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 missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254986
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254991
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 21371,
"excerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta name=\"application-name\" content=\"Salesloft\"/><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,minimum-s",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 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": 254969
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254969
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254969
}
]
},
"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".
25 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": 254986
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254969
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254969
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <nav> landmark; 13 buttons missing accessible names.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": false,
"footer": true,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": true,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [
"<button class=\"BoilerplateSection_eventContainerNew__3Mlfr\" data-index=\"7\"></button>",
"<button class=\"BoilerplateSection_toggleButton__fbU1z BoilerplateSection_previousToggle__M_y_O\"></button>",
"<button class=\"BoilerplateSection_toggleButton__fbU1z undefined\"></button>",
"<button class=\"BoilerplateSection_navDot__4KDsq BoilerplateSection_activeDot__7bG6n\" data-index=\"0\"></button>",
"<button class=\"BoilerplateSection_navDot__4KDsq false false\" data-index=\"1\"></button>",
"<button class=\"BoilerplateSection_navDot__4KDsq false false\" data-index=\"2\"></button>",
"<button class=\"BoilerplateSection_navDot__4KDsq false false\" data-index=\"3\"></button>",
"<button class=\"BoilerplateSection_navDot__4KDsq false false\" data-index=\"4\"></button>",
"<button class=\"BoilerplateSection_navDot__4KDsq false false\" data-index=\"5\"></button>",
"<button class=\"BoilerplateSection_navDot__4KDsq false false\" data-index=\"6\"></button>",
"<button class=\"BoilerplateSection_navDot__4KDsq false false\" data-index=\"7\"></button>",
"<button class=\"BoilerplateSection_navDot__4KDsq false false\" data-index=\"8\"></button>",
"<button class=\"BoilerplateSection_navDot__4KDsq false false\" data-index=\"9\"></button>"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 60,
"links": 134,
"inaccessibleLinks": 0,
"buttons": 42,
"inaccessibleButtons": 13,
"images": 68,
"imagesWithAlt": 68,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 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": 254969
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254989
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254986
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<select> is missing a name attribute.<select> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 177,
"interactiveWithTags": 0,
"totalCount": 177,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 2,
"issues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 177,
"interactiveWithTags": 0,
"totalCount": 177,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 177,
"interactiveWithTags": 0,
"totalCount": 177,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
9 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/platform/conversations",
"text": "Get insights about buyers & sellersWith Conversations",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/platform/conversations\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Conversations Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%..."
},
{
"href": "https://trust.salesloft.com/",
"text": "TrustLearn more about our commitment to data privacy, security & compliance",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"https://trust.salesloft.com/\" target=\"_blank\"><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Trust Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=..."
},
{
"href": "/company",
"text": "About UsLearn more about who we are",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/company\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"About Us Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.conte..."
},
{
"href": "/company/why-salesloft",
"text": "Why SalesloftSee why customers choose Salesloft",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/company/why-salesloft\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Icon for why salesloft\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=htt..."
},
{
"href": "/company/leadership",
"text": "LeadershipMeet the inspiring people leading Salesloft",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/company/leadership\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Leadership Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2..."
},
{
"href": "/company/newsroom",
"text": "NewsroomSee the latest company & product news",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/company/newsroom\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Newsroom Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fima..."
},
{
"href": "/company/careers",
"text": "CareersExplore life at Salesloft & see open roles",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/company/careers\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Careers Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimage..."
},
{
"href": "/company/diversity-equity-inclusion",
"text": "DiversityLearn about our commitment to inclusion & equity",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/company/diversity-equity-inclusion\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Diversity Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?ur..."
},
{
"href": "https://www.linkedin.com/company/salesloft/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/salesloft/\" target=\"_blank\" rel=\"noopener noreferrer\"><img alt=\"LinkedIn Logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"footer2_socialIcon__2LZqR\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt95a1c4edbf331c2b%2F6571f4f5f4bfe0c1765743ac%2Fsalesloft-linke..."
}
],
"contactLinks": [
{
"href": "/professional-services",
"text": "Professional ServicesCustomized support for implementation, onboarding & optimization",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/professional-services\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Professional Services Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url..."
},
{
"href": "https://help.salesloft.com/s/",
"text": "Get Support",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx SubMenuItems_cta__TpsEJ cta\" href=\"https://help.salesloft.com/s/\" target>Get Support</a>"
},
{
"href": "/resources",
"text": "Resource CenterResearch, guides & videos to help you stay ahead",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/resources\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Resource Center Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fima..."
}
],
"privacyLinks": [
{
"href": "https://trust.salesloft.com/",
"text": "TrustLearn more about our commitment to data privacy, security & compliance",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"https://trust.salesloft.com/\" target=\"_blank\"><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Trust Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=..."
},
{
"href": "/legal/privacy-policies",
"text": "Privacy",
"html": "<a class=\"footer2_legalLink___jFM7\" href=\"/legal/privacy-policies\">Privacy </a>"
},
{
"href": "/legal/platform-privacy-notice",
"text": "Platform Privacy Notice",
"html": "<a class=\"footer2_legalLink___jFM7\" href=\"/legal/platform-privacy-notice\">Platform Privacy Notice</a>"
},
{
"href": "https://assets.contentstack.io/v3/assets/blt48e9deb40787970b/blt9479b0d6298d94b4/66425537e25e7d410289f8af/candidate-privacy-notice-18-sept-2023.pdf",
"text": "Candidate Privacy Notice",
"html": "<a class=\"footer2_legalLink___jFM7\" href=\"https://assets.contentstack.io/v3/assets/blt48e9deb40787970b/blt9479b0d6298d94b4/66425537e25e7d410289f8af/candidate-privacy-notice-18-sept-2023.pdf\">Candidate Privacy Notice</a>"
},
{
"href": "/legal/msa",
"text": "Terms of Use",
"html": "<a class=\"footer2_legalLink___jFM7\" href=\"/legal/msa\">Terms of Use</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": [
{
"href": "/platform/conversations",
"text": "Get insights about buyers & sellersWith Conversations",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/platform/conversations\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Conversations Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%..."
},
{
"href": "https://trust.salesloft.com/",
"text": "TrustLearn more about our commitment to data privacy, security & compliance",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"https://trust.salesloft.com/\" target=\"_blank\"><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Trust Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=..."
},
{
"href": "/company",
"text": "About UsLearn more about who we are",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/company\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"About Us Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.conte..."
},
{
"href": "/company/why-salesloft",
"text": "Why SalesloftSee why customers choose Salesloft",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/company/why-salesloft\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Icon for why salesloft\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=htt..."
},
{
"href": "/company/leadership",
"text": "LeadershipMeet the inspiring people leading Salesloft",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/company/leadership\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Leadership Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2..."
},
{
"href": "/company/newsroom",
"text": "NewsroomSee the latest company & product news",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/company/newsroom\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Newsroom Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fima..."
},
{
"href": "/company/careers",
"text": "CareersExplore life at Salesloft & see open roles",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/company/careers\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Careers Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimage..."
},
{
"href": "/company/diversity-equity-inclusion",
"text": "DiversityLearn about our commitment to inclusion & equity",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/company/diversity-equity-inclusion\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Diversity Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?ur..."
},
{
"href": "https://www.linkedin.com/company/salesloft/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/salesloft/\" target=\"_blank\" rel=\"noopener noreferrer\"><img alt=\"LinkedIn Logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"footer2_socialIcon__2LZqR\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt95a1c4edbf331c2b%2F6571f4f5f4bfe0c1765743ac%2Fsalesloft-linke..."
}
],
"contactLinks": [
{
"href": "/professional-services",
"text": "Professional ServicesCustomized support for implementation, onboarding & optimization",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/professional-services\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Professional Services Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url..."
},
{
"href": "https://help.salesloft.com/s/",
"text": "Get Support",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx SubMenuItems_cta__TpsEJ cta\" href=\"https://help.salesloft.com/s/\" target>Get Support</a>"
},
{
"href": "/resources",
"text": "Resource CenterResearch, guides & videos to help you stay ahead",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"/resources\" target><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Resource Center Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fima..."
}
],
"privacyLinks": [
{
"href": "https://trust.salesloft.com/",
"text": "TrustLearn more about our commitment to data privacy, security & compliance",
"html": "<a class=\"navigation-link-ga SubMenuItems_primarySubLink__RXixx\" href=\"https://trust.salesloft.com/\" target=\"_blank\"><div class=\"SubMenuItems_itemWithIconRow__nDENW\"><div class=\"undefined\"><div class=\"SubMenuItems_iconWrapper__D3Xh4\"><img alt=\"Trust Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=..."
},
{
"href": "/legal/privacy-policies",
"text": "Privacy",
"html": "<a class=\"footer2_legalLink___jFM7\" href=\"/legal/privacy-policies\">Privacy </a>"
},
{
"href": "/legal/platform-privacy-notice",
"text": "Platform Privacy Notice",
"html": "<a class=\"footer2_legalLink___jFM7\" href=\"/legal/platform-privacy-notice\">Platform Privacy Notice</a>"
},
{
"href": "https://assets.contentstack.io/v3/assets/blt48e9deb40787970b/blt9479b0d6298d94b4/66425537e25e7d410289f8af/candidate-privacy-notice-18-sept-2023.pdf",
"text": "Candidate Privacy Notice",
"html": "<a class=\"footer2_legalLink___jFM7\" href=\"https://assets.contentstack.io/v3/assets/blt48e9deb40787970b/blt9479b0d6298d94b4/66425537e25e7d410289f8af/candidate-privacy-notice-18-sept-2023.pdf\">Candidate Privacy Notice</a>"
},
{
"href": "/legal/msa",
"text": "Terms of Use",
"html": "<a class=\"footer2_legalLink___jFM7\" href=\"/legal/msa\">Terms of Use</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
35 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": 43,
"passing": 8,
"failing": [
{
"heading": "Faster revenue growth starts here",
"headingHtml": "<h2 class=\"header\">Faster revenue growth starts here</h2>",
"firstParagraph": "The Drift Chat agent brings deeper insights to marketers and earlier buyer engagement to sellers — driving efficiency across the entire revenue motion to accelerate growth.",
"paragraphHtml": "<p>The Drift Chat agent brings deeper insights to marketers and earlier buyer engagement to sellers — driving efficiency across the entire revenue motion to accelerate growth.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Improve the buying experience",
"headingHtml": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Improve the buying experience </h2>",
"firstParagraph": "Provide accurate and instant answers to your site visitors’ questions with AI chat agents. Personalized AI conversations keep prospects engaged, reduce drop-off, and accelerate sales cycles by instantly qualifying leads and letting buyers book meetings or chat live with a rep.",
"paragraphHtml": "<p><span>Provide accurate and instant answers to your site visitors’ questions with AI chat agents. Personalized AI conversations keep prospects engaged, reduce drop-off, and accelerate sales cycles by instantly qualifying leads and letting buyers book meetings or chat live with a rep.</span></p>",
"words": 41,
"direct": false,
"issue": "First paragraph is 41 words and does not look like a concise direct answer."
},
{
"heading": "Drive more qualified pipeline faster",
"headingHtml": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Drive more qualified pipeline faster</h2>",
"firstParagraph": "When visitors from high-intent accounts interact with Drift, the Drift Chat agent intelligently routes qualified buyers into the seller’s Rhythm workflow as a prioritized action, giving sellers a clear next step and the context they need to deliver personalized, timely communication.",
"paragraphHtml": "<p>When visitors from high-intent accounts interact with Drift, the Drift Chat agent intelligently routes qualified buyers into the seller’s <a href=\"https://www.salesloft.com/platform/rhythm\">Rhythm</a> workflow as a prioritized action, giving sellers a clear next step and the context they need to deliver personalized, timely communication. </p>",
"words": 42,
"direct": false,
"issue": "First paragraph is 42 words and does not look like a concise direct answer."
},
{
"heading": "Optimize your chat strategy",
"headingHtml": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Optimize your chat strategy</h2>",
"firstParagraph": "Track engagement metrics, identify high-converting conversations, and attribute success to pipeline and revenue to continuously set strategic benchmarks and refine your approach for better performance.",
"paragraphHtml": "<p>Track engagement metrics, identify high-converting conversations, and attribute success to pipeline and revenue to continuously set strategic benchmarks and refine your approach for better performance.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Key Features",
"headingHtml": "<h2 class=\"header InteractiveFeatureTabSection_header__CJiag\">Key Features</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Live Chat",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_cardHeader__cjDuX\">Live Chat</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "ROI Reporting",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_cardHeader__cjDuX\">ROI Reporting</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Fastlane",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_cardHeader__cjDuX\">Fastlane</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Chat live with target accounts",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_expandedInfoHeader__YyiS3\">Chat live with target accounts</h3>",
"firstParagraph": "Skip the forms. Engage buyers in real-time conversations and move them through the funnel faster.",
"paragraphHtml": "<p>Skip the forms. Engage buyers in real-time conversations and move them through the funnel faster.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Live Chat",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_mobileTabHeader__g9TQK\">Live Chat</h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"InteractiveFeatureTabSection_mobileTabIntro__Hm65a\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "ROI Reporting",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_mobileTabHeader__g9TQK\">ROI Reporting</h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"InteractiveFeatureTabSection_mobileTabIntro__Hm65a\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Fastlane",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_mobileTabHeader__g9TQK\">Fastlane</h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"InteractiveFeatureTabSection_mobileTabIntro__Hm65a\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Where revenue teams go to take actionget buyer insightsmanage dealsbuild pipelineforecastcoach sellersengage buyers",
"headingHtml": "<h2 class=\"header\"><span class=\"BoilerplateSection_headerSimpleText__bmKV6 \">Where revenue teams go to </span><div class=\" BoilerplateSection_dynamicTextContainer__oQxxr\"><span class=\"BoilerplateSection_dynamicText__WVxc3 firstHeader activeText\">take action</span><span class=\"BoilerplateSection_dynamicText__WVxc3\">get buyer insights</span><span class=\"BoilerplateSection_dynamicText__WVxc3\">manage deals</span><span class=\"BoilerplateSection_dynamicText__WVxc3\">build pipeline</span><s...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Analyze",
"headingHtml": "<h3 class=\"BoilerplateSection_graphicTitle__izNdm\">Analyze</h3>",
"firstParagraph": "Identify & repeat winning patterns",
"paragraphHtml": "<p class=\"BoilerplateSection_graphicIntro__1kYcZ\">Identify & repeat <br>winning patterns</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Chat",
"headingHtml": "<h3 class=\"BoilerplateSection_graphicTitle__izNdm\">Chat</h3>",
"firstParagraph": "Turn website visitors into leads",
"paragraphHtml": "<p class=\"BoilerplateSection_graphicIntro__1kYcZ\">Turn website <br>visitors into leads</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Prospect",
"headingHtml": "<h3 class=\"BoilerplateSection_graphicTitle__izNdm\">Prospect</h3>",
"firstParagraph": "Build pipeline &engage buyers",
"paragraphHtml": "<p class=\"BoilerplateSection_graphicIntro__1kYcZ\">Build pipeline &<br>engage buyers</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Forecast",
"headingHtml": "<h3 class=\"BoilerplateSection_graphicTitle__izNdm\">Forecast</h3>",
"firstParagraph": "Call your number with confidence",
"paragraphHtml": "<p class=\"BoilerplateSection_graphicIntro__1kYcZ\">Call your number <br>with confidence</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Coach",
"headingHtml": "<h3 class=\"BoilerplateSection_graphicTitle__izNdm\">Coach</h3>",
"firstParagraph": "Uplevel your team",
"paragraphHtml": "<p class=\"BoilerplateSection_graphicIntro__1kYcZ\">Uplevel <br>your team</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Close",
"headingHtml": "<h3 class=\"BoilerplateSection_graphicTitle__izNdm\">Close</h3>",
"firstParagraph": "Accelerate Opportunities",
"paragraphHtml": "<p class=\"BoilerplateSection_graphicIntro__1kYcZ\">Accelerate <br>Opportunities</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Powered by AI",
"headingHtml": "<h3 class=\"BoilerplateSection_conductorAiTitle__ekDxK\">Powered by AI</h3>",
"firstParagraph": "Purpose-built AI agents embedded in your revenue workflow",
"paragraphHtml": "<p class=\"BoilerplateSection_conductorAiIntro__RKcqi\">Purpose-built AI agents embedded in your revenue workflow</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Revenue Orchestration Platform",
"headingHtml": "<h3 class=\"BoilerplateSection_contentTitle__KMbdE\">Revenue Orchestration Platform</h3>",
"firstParagraph": "Turn insights into action, all in one platform",
"paragraphHtml": "<p class=\"BoilerplateSection_contentSubHeader__aFDIs\"><em>Turn insights into action, all in one platform</em></p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Revenue Orchestration Platform",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">Revenue Orchestration Platform</h3>",
"firstParagraph": "Salesloft unifies AI chat agents, sales engagement, revenue intelligence, conversation intelligence, deal management, and forecasting — all supported by AI workflows and agents.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\">Salesloft unifies AI chat agents, sales engagement, revenue intelligence, conversation intelligence, deal management, and forecasting — all supported by AI workflows and agents.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Analyze",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">Analyze</h3>",
"firstParagraph": "Salesloft Analytics centralizes reporting from across the buyer and customer lifecycle, providing visibility and comprehensive insights into sales performance to enable data-driven decisions.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\"><strong>Salesloft Analytics</strong> centralizes reporting from across the buyer and customer lifecycle, providing visibility and comprehensive insights into sales performance to enable data-driven decisions.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Chat",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">Chat</h3>",
"firstParagraph": "AI chat agents engage visitors with real-time personalized conversations, delivering a better buying experience and driving more qualified pipeline faster.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\"><strong>AI chat agents</strong> engage visitors with real-time personalized conversations, delivering a better buying experience and driving more qualified pipeline faster.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Forecast",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">Forecast</h3>",
"firstParagraph": "Salesloft Forecast transforms your sales forecast into a strategic action plan to close more revenue by combining real-time deal data, AI, and your own insights to improve forecast accuracy.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\"><strong>Salesloft Forecast </strong> transforms your sales forecast into a strategic action plan to close more revenue by combining real-time deal data, AI, and your own insights to improve forecast accuracy.</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Close",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">Close</h3>",
"firstParagraph": "Salesloft Deals gives sellers the clarity and focus needed to win. AI insights help you understand where every deal stands, what’s at risk, and what needs to happen to speed up deal cycles and close more business.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\"><strong>Salesloft Deals</strong> gives sellers the clarity and focus needed to win. AI insights help you understand where every deal stands, what’s at risk, and what needs to happen to speed up deal cycles and close more business.</p>",
"words": 38,
"direct": false,
"issue": "First paragraph is 38 words and does not look like a concise direct answer."
},
{
"heading": "Adaptive Experiences",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">Adaptive Experiences</h3>",
"firstParagraph": "Salesloft Rhythm turns buyer signals into seller action. Rhythm uses AI to prioritize the highest-value actions, helping sellers work smarter to win more deals.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\"><strong>Salesloft Rhythm</strong> turns buyer signals into seller action. Rhythm uses AI to prioritize the highest-value actions, helping sellers work smarter to win more deals.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "AI Agents",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">AI Agents</h3>",
"firstParagraph": "Salesloft AI Agents work as an extension of your team, proactively handling tedious tasks, surfacing critical insights, and anticipating your next move.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\"><strong>Salesloft AI Agents</strong> work as an extension of your team, proactively handling tedious tasks, surfacing critical insights, and anticipating your next move.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Helpful resources for revenue teams",
"headingHtml": "<h2 class=\"header\">Helpful resources for revenue teams</h2>",
"firstParagraph": "Enhance your strategy with real-world insights, expert tips, and actionable guides.",
"paragraphHtml": "<p>Enhance your strategy with real-world insights, expert tips, and actionable guides.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "The Blueprint for Revenue Orchestration",
"headingHtml": "<h3 class=\"InfoCardsSection_cardTitle__PrE1p\">The Blueprint for Revenue Orchestration</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Win the Battle for Buyer Attention with Salesloft",
"headingHtml": "<h3 class=\"InfoCardsSection_cardTitle__PrE1p\">Win the Battle for Buyer Attention with Salesloft</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Conversational AI Marketing Trends Report",
"headingHtml": "<h3 class=\"InfoCardsSection_cardTitle__PrE1p\">Conversational AI Marketing Trends Report</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "FAQs",
"headingHtml": "<h2 class=\"FAQsSection_header__9bici\">FAQs</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What is conversational AI and how does it work in marketing?",
"headingHtml": "<h3 class=\"FAQsSection_faqQuestion__phNTo h5\">What is conversational AI and how does it work in marketing?</h3>",
"firstParagraph": "Conversational AI uses natural language processing (NLP) and machine learning to simulate human-like conversations with customers. In marketing, it engages website visitors in real-time, answers questions, and guides them through personalized experiences, improving lead generation and customer satisfaction.",
"paragraphHtml": "<p>Conversational AI uses natural language processing (NLP) and machine learning to simulate human-like conversations with customers. In marketing, it engages website visitors in real-time, answers questions, and guides them through personalized experiences, improving lead generation and customer satisfaction.</p>",
"words": 38,
"direct": false,
"issue": "First paragraph is 38 words and does not look like a concise direct answer."
},
{
"heading": "What are the benefits of conversational marketing for B2B businesses?",
"headingHtml": "<h3 class=\"FAQsSection_faqQuestion__phNTo h5\">What are the benefits of conversational marketing for B2B businesses?</h3>",
"firstParagraph": "Conversational marketing enables real-time, personalized interactions with prospects, creating a more engaging buying experience. By using AI-powered chat agents, B2B companies can automate lead qualification, improve customer support, and accelerate the sales process.",
"paragraphHtml": "<p>Conversational marketing enables real-time, personalized interactions with prospects, creating a more engaging buying experience. By using AI-powered chat agents, B2B companies can automate lead qualification, improve customer support, and accelerate the sales process.</p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 75/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 75/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: drift, platform, transform, long, term, customer, relationship, convert, website, visitors, into.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 75/100 and needs improvement.
Evidence
{
"title": "Drift Platform: Transform Conversations to Long-term Customer Relationship",
"h1": "Convert Website Visitors Into Pipeline",
"description": "Give your marketing, sales, and service teams what they need to have more meaningful conversations with buyers online, increase pipeline, and grow revenue.",
"topicOverlap": 0.15384615384615385,
"topicTerms": [
"drift",
"platform",
"transform",
"conversations",
"long",
"term",
"customer",
"relationship",
"convert",
"website",
"visitors",
"into",
"pipeline"
],
"descriptionTerms": [
"give",
"marketing",
"sales",
"service",
"teams",
"they",
"need",
"have",
"more",
"meaningful",
"conversations",
"buyers",
"online",
"increase",
"pipeline",
"grow",
"revenue"
],
"missingFromDescription": [
"drift",
"platform",
"transform",
"long",
"term",
"customer",
"relationship",
"convert",
"website",
"visitors",
"into"
],
"score": 75,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
6 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 6,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 42,
"heading": "H2: Improve the buying experience",
"text": "Provide accurate and instant answers to your site visitors’ questions with AI chat agents. Personalized AI conversations keep prospects engaged, reduce drop-off, and accelerate sales cycles by instantly qualifying leads and letting buyers book meetings or chat live with a rep.",
"words": 41,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span>Provide accurate and instant answers to your site visitors’ questions with AI chat agents. Personalized AI conversations keep prospects engaged, reduce drop-off, and accelerate sales cycles by instantly qualifying leads and letting buyers book meetings or chat live with a rep.</span></p>"
},
{
"index": 45,
"heading": "H2: Deanonymize site visitors",
"text": "When a prospect lands on your website, you'll know who they are. Drift identifies high-intent buyers and relevant account data (like company name, location, and account history, etc.), scores their engagement in real time, and delivers the right chat experience to convert them.",
"words": 43,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220)."
],
"html": "<p>When a prospect lands on your website, you'll know who they are. Drift identifies high-intent buyers and relevant account data (like company name, location, and account history, etc.), scores their engagement in real time, and delivers the right chat experience to convert them.</p>"
},
{
"index": 47,
"heading": "H2: Drive more qualified pipeline faster",
"text": "When visitors from high-intent accounts interact with Drift, the Drift Chat agent intelligently routes qualified buyers into the seller’s Rhythm workflow as a prioritized action, giving sellers a clear next step and the context they need to deliver personalized, timely communication.",
"words": 42,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>When visitors from high-intent accounts interact with Drift, the Drift Chat agent intelligently routes qualified buyers into the seller’s <a href=\"https://www.salesloft.com/platform/rhythm\">Rhythm</a> workflow as a prioritized action, giving sellers a clear next step and the context they need to deliver personalized, timely communication. </p>"
},
{
"index": 84,
"heading": "H3: How can chat agents improve sales and lead qualification?",
"text": "Chat agents powered by conversational AI can instantly qualify leads by asking preset questions, capturing key data, and routing high-intent visitors to sales reps. This speeds up the sales cycle, reduces friction, and helps businesses engage qualified buyers at the right moment.",
"words": 42,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220)."
],
"html": "<p>Chat agents powered by conversational AI can instantly qualify leads by asking preset questions, capturing key data, and routing high-intent visitors to sales reps. This speeds up the sales cycle, reduces friction, and helps businesses engage qualified buyers at the right moment.</p>"
},
{
"index": 86,
"heading": "H3: How does Drift’s conversational AI help improve buyer engagement?",
"text": "Drift’s AI-powered chat agents engage buyers in meaningful, brand-aligned conversations 24/7. By instantly qualifying leads and routing them to live chats or meetings, Drift ensures that high-intent buyers are engaged in real time, increasing conversion rates and shortening sales cycles.",
"words": 42,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220)."
],
"html": "<p>Drift’s AI-powered chat agents engage buyers in meaningful, brand-aligned conversations 24/7. By instantly qualifying leads and routing them to live chats or meetings, Drift ensures that high-intent buyers are engaged in real time, increasing conversion rates and shortening sales cycles.</p>"
},
{
"index": 87,
"heading": "H3: Can chat agents integrate with my existing sales tools?",
"text": "Yes, Drift’s conversational AI integrates seamlessly with sales tools like Salesloft, allowing your team to act on buyer signals instantly. This integration ensures that valuable insights from chat agents interactions are automatically synced with your CRM and sales workflow for a smoother process.",
"words": 44,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Yes, Drift’s conversational AI integrates seamlessly with sales tools like Salesloft, allowing your team to act on buyer signals instantly. This integration ensures that valuable insights from chat agents interactions are automatically synced with your CRM and sales workflow for a smoother process.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
35 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": 43,
"passing": 8,
"failing": [
{
"heading": "Faster revenue growth starts here",
"headingHtml": "<h2 class=\"header\">Faster revenue growth starts here</h2>",
"firstParagraph": "The Drift Chat agent brings deeper insights to marketers and earlier buyer engagement to sellers — driving efficiency across the entire revenue motion to accelerate growth.",
"paragraphHtml": "<p>The Drift Chat agent brings deeper insights to marketers and earlier buyer engagement to sellers — driving efficiency across the entire revenue motion to accelerate growth.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Improve the buying experience",
"headingHtml": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Improve the buying experience </h2>",
"firstParagraph": "Provide accurate and instant answers to your site visitors’ questions with AI chat agents. Personalized AI conversations keep prospects engaged, reduce drop-off, and accelerate sales cycles by instantly qualifying leads and letting buyers book meetings or chat live with a rep.",
"paragraphHtml": "<p><span>Provide accurate and instant answers to your site visitors’ questions with AI chat agents. Personalized AI conversations keep prospects engaged, reduce drop-off, and accelerate sales cycles by instantly qualifying leads and letting buyers book meetings or chat live with a rep.</span></p>",
"words": 41,
"direct": false,
"issue": "First paragraph is 41 words and does not look like a concise direct answer."
},
{
"heading": "Drive more qualified pipeline faster",
"headingHtml": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Drive more qualified pipeline faster</h2>",
"firstParagraph": "When visitors from high-intent accounts interact with Drift, the Drift Chat agent intelligently routes qualified buyers into the seller’s Rhythm workflow as a prioritized action, giving sellers a clear next step and the context they need to deliver personalized, timely communication.",
"paragraphHtml": "<p>When visitors from high-intent accounts interact with Drift, the Drift Chat agent intelligently routes qualified buyers into the seller’s <a href=\"https://www.salesloft.com/platform/rhythm\">Rhythm</a> workflow as a prioritized action, giving sellers a clear next step and the context they need to deliver personalized, timely communication. </p>",
"words": 42,
"direct": false,
"issue": "First paragraph is 42 words and does not look like a concise direct answer."
},
{
"heading": "Optimize your chat strategy",
"headingHtml": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Optimize your chat strategy</h2>",
"firstParagraph": "Track engagement metrics, identify high-converting conversations, and attribute success to pipeline and revenue to continuously set strategic benchmarks and refine your approach for better performance.",
"paragraphHtml": "<p>Track engagement metrics, identify high-converting conversations, and attribute success to pipeline and revenue to continuously set strategic benchmarks and refine your approach for better performance.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Key Features",
"headingHtml": "<h2 class=\"header InteractiveFeatureTabSection_header__CJiag\">Key Features</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Live Chat",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_cardHeader__cjDuX\">Live Chat</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "ROI Reporting",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_cardHeader__cjDuX\">ROI Reporting</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Fastlane",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_cardHeader__cjDuX\">Fastlane</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Chat live with target accounts",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_expandedInfoHeader__YyiS3\">Chat live with target accounts</h3>",
"firstParagraph": "Skip the forms. Engage buyers in real-time conversations and move them through the funnel faster.",
"paragraphHtml": "<p>Skip the forms. Engage buyers in real-time conversations and move them through the funnel faster.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Live Chat",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_mobileTabHeader__g9TQK\">Live Chat</h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"InteractiveFeatureTabSection_mobileTabIntro__Hm65a\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "ROI Reporting",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_mobileTabHeader__g9TQK\">ROI Reporting</h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"InteractiveFeatureTabSection_mobileTabIntro__Hm65a\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Fastlane",
"headingHtml": "<h3 class=\"InteractiveFeatureTabSection_mobileTabHeader__g9TQK\">Fastlane</h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"InteractiveFeatureTabSection_mobileTabIntro__Hm65a\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Where revenue teams go to take actionget buyer insightsmanage dealsbuild pipelineforecastcoach sellersengage buyers",
"headingHtml": "<h2 class=\"header\"><span class=\"BoilerplateSection_headerSimpleText__bmKV6 \">Where revenue teams go to </span><div class=\" BoilerplateSection_dynamicTextContainer__oQxxr\"><span class=\"BoilerplateSection_dynamicText__WVxc3 firstHeader activeText\">take action</span><span class=\"BoilerplateSection_dynamicText__WVxc3\">get buyer insights</span><span class=\"BoilerplateSection_dynamicText__WVxc3\">manage deals</span><span class=\"BoilerplateSection_dynamicText__WVxc3\">build pipeline</span><s...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Analyze",
"headingHtml": "<h3 class=\"BoilerplateSection_graphicTitle__izNdm\">Analyze</h3>",
"firstParagraph": "Identify & repeat winning patterns",
"paragraphHtml": "<p class=\"BoilerplateSection_graphicIntro__1kYcZ\">Identify & repeat <br>winning patterns</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Chat",
"headingHtml": "<h3 class=\"BoilerplateSection_graphicTitle__izNdm\">Chat</h3>",
"firstParagraph": "Turn website visitors into leads",
"paragraphHtml": "<p class=\"BoilerplateSection_graphicIntro__1kYcZ\">Turn website <br>visitors into leads</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Prospect",
"headingHtml": "<h3 class=\"BoilerplateSection_graphicTitle__izNdm\">Prospect</h3>",
"firstParagraph": "Build pipeline &engage buyers",
"paragraphHtml": "<p class=\"BoilerplateSection_graphicIntro__1kYcZ\">Build pipeline &<br>engage buyers</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Forecast",
"headingHtml": "<h3 class=\"BoilerplateSection_graphicTitle__izNdm\">Forecast</h3>",
"firstParagraph": "Call your number with confidence",
"paragraphHtml": "<p class=\"BoilerplateSection_graphicIntro__1kYcZ\">Call your number <br>with confidence</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Coach",
"headingHtml": "<h3 class=\"BoilerplateSection_graphicTitle__izNdm\">Coach</h3>",
"firstParagraph": "Uplevel your team",
"paragraphHtml": "<p class=\"BoilerplateSection_graphicIntro__1kYcZ\">Uplevel <br>your team</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Close",
"headingHtml": "<h3 class=\"BoilerplateSection_graphicTitle__izNdm\">Close</h3>",
"firstParagraph": "Accelerate Opportunities",
"paragraphHtml": "<p class=\"BoilerplateSection_graphicIntro__1kYcZ\">Accelerate <br>Opportunities</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Powered by AI",
"headingHtml": "<h3 class=\"BoilerplateSection_conductorAiTitle__ekDxK\">Powered by AI</h3>",
"firstParagraph": "Purpose-built AI agents embedded in your revenue workflow",
"paragraphHtml": "<p class=\"BoilerplateSection_conductorAiIntro__RKcqi\">Purpose-built AI agents embedded in your revenue workflow</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Revenue Orchestration Platform",
"headingHtml": "<h3 class=\"BoilerplateSection_contentTitle__KMbdE\">Revenue Orchestration Platform</h3>",
"firstParagraph": "Turn insights into action, all in one platform",
"paragraphHtml": "<p class=\"BoilerplateSection_contentSubHeader__aFDIs\"><em>Turn insights into action, all in one platform</em></p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Revenue Orchestration Platform",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">Revenue Orchestration Platform</h3>",
"firstParagraph": "Salesloft unifies AI chat agents, sales engagement, revenue intelligence, conversation intelligence, deal management, and forecasting — all supported by AI workflows and agents.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\">Salesloft unifies AI chat agents, sales engagement, revenue intelligence, conversation intelligence, deal management, and forecasting — all supported by AI workflows and agents.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Analyze",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">Analyze</h3>",
"firstParagraph": "Salesloft Analytics centralizes reporting from across the buyer and customer lifecycle, providing visibility and comprehensive insights into sales performance to enable data-driven decisions.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\"><strong>Salesloft Analytics</strong> centralizes reporting from across the buyer and customer lifecycle, providing visibility and comprehensive insights into sales performance to enable data-driven decisions.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Chat",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">Chat</h3>",
"firstParagraph": "AI chat agents engage visitors with real-time personalized conversations, delivering a better buying experience and driving more qualified pipeline faster.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\"><strong>AI chat agents</strong> engage visitors with real-time personalized conversations, delivering a better buying experience and driving more qualified pipeline faster.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Forecast",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">Forecast</h3>",
"firstParagraph": "Salesloft Forecast transforms your sales forecast into a strategic action plan to close more revenue by combining real-time deal data, AI, and your own insights to improve forecast accuracy.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\"><strong>Salesloft Forecast </strong> transforms your sales forecast into a strategic action plan to close more revenue by combining real-time deal data, AI, and your own insights to improve forecast accuracy.</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Close",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">Close</h3>",
"firstParagraph": "Salesloft Deals gives sellers the clarity and focus needed to win. AI insights help you understand where every deal stands, what’s at risk, and what needs to happen to speed up deal cycles and close more business.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\"><strong>Salesloft Deals</strong> gives sellers the clarity and focus needed to win. AI insights help you understand where every deal stands, what’s at risk, and what needs to happen to speed up deal cycles and close more business.</p>",
"words": 38,
"direct": false,
"issue": "First paragraph is 38 words and does not look like a concise direct answer."
},
{
"heading": "Adaptive Experiences",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">Adaptive Experiences</h3>",
"firstParagraph": "Salesloft Rhythm turns buyer signals into seller action. Rhythm uses AI to prioritize the highest-value actions, helping sellers work smarter to win more deals.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\"><strong>Salesloft Rhythm</strong> turns buyer signals into seller action. Rhythm uses AI to prioritize the highest-value actions, helping sellers work smarter to win more deals.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "AI Agents",
"headingHtml": "<h3 class=\"BoilerplateSection_sliderHeader__OTA0G\">AI Agents</h3>",
"firstParagraph": "Salesloft AI Agents work as an extension of your team, proactively handling tedious tasks, surfacing critical insights, and anticipating your next move.",
"paragraphHtml": "<p class=\"BoilerplateSection_sliderDescription__oiUnJ\"><strong>Salesloft AI Agents</strong> work as an extension of your team, proactively handling tedious tasks, surfacing critical insights, and anticipating your next move.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Helpful resources for revenue teams",
"headingHtml": "<h2 class=\"header\">Helpful resources for revenue teams</h2>",
"firstParagraph": "Enhance your strategy with real-world insights, expert tips, and actionable guides.",
"paragraphHtml": "<p>Enhance your strategy with real-world insights, expert tips, and actionable guides.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "The Blueprint for Revenue Orchestration",
"headingHtml": "<h3 class=\"InfoCardsSection_cardTitle__PrE1p\">The Blueprint for Revenue Orchestration</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Win the Battle for Buyer Attention with Salesloft",
"headingHtml": "<h3 class=\"InfoCardsSection_cardTitle__PrE1p\">Win the Battle for Buyer Attention with Salesloft</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Conversational AI Marketing Trends Report",
"headingHtml": "<h3 class=\"InfoCardsSection_cardTitle__PrE1p\">Conversational AI Marketing Trends Report</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "FAQs",
"headingHtml": "<h2 class=\"FAQsSection_header__9bici\">FAQs</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What is conversational AI and how does it work in marketing?",
"headingHtml": "<h3 class=\"FAQsSection_faqQuestion__phNTo h5\">What is conversational AI and how does it work in marketing?</h3>",
"firstParagraph": "Conversational AI uses natural language processing (NLP) and machine learning to simulate human-like conversations with customers. In marketing, it engages website visitors in real-time, answers questions, and guides them through personalized experiences, improving lead generation and customer satisfaction.",
"paragraphHtml": "<p>Conversational AI uses natural language processing (NLP) and machine learning to simulate human-like conversations with customers. In marketing, it engages website visitors in real-time, answers questions, and guides them through personalized experiences, improving lead generation and customer satisfaction.</p>",
"words": 38,
"direct": false,
"issue": "First paragraph is 38 words and does not look like a concise direct answer."
},
{
"heading": "What are the benefits of conversational marketing for B2B businesses?",
"headingHtml": "<h3 class=\"FAQsSection_faqQuestion__phNTo h5\">What are the benefits of conversational marketing for B2B businesses?</h3>",
"firstParagraph": "Conversational marketing enables real-time, personalized interactions with prospects, creating a more engaging buying experience. By using AI-powered chat agents, B2B companies can automate lead qualification, improve customer support, and accelerate the sales process.",
"paragraphHtml": "<p>Conversational marketing enables real-time, personalized interactions with prospects, creating a more engaging buying experience. By using AI-powered chat agents, B2B companies can automate lead qualification, improve customer support, and accelerate the sales process.</p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 8,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 79/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 79/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: drift, platform, transform, long, term, customer, relationship, convert, website, visitors, into.
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
79/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 79/100 and needs improvement.
Evidence
{
"title": "Drift Platform: Transform Conversations to Long-term Customer Relationship",
"h1": "Convert Website Visitors Into Pipeline",
"description": "Give your marketing, sales, and service teams what they need to have more meaningful conversations with buyers online, increase pipeline, and grow revenue.",
"topicOverlap": 0.15384615384615385,
"definitionCount": 8,
"topicTerms": [
"drift",
"platform",
"transform",
"conversations",
"long",
"term",
"customer",
"relationship",
"convert",
"website",
"visitors",
"into",
"pipeline"
],
"descriptionTerms": [
"give",
"marketing",
"sales",
"service",
"teams",
"they",
"need",
"have",
"more",
"meaningful",
"conversations",
"buyers",
"online",
"increase",
"pipeline",
"grow",
"revenue"
],
"missingFromDescription": [
"drift",
"platform",
"transform",
"long",
"term",
"customer",
"relationship",
"convert",
"website",
"visitors",
"into"
],
"score": 79,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
59 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,minimum-scale=1",
"visibleWords": 2021,
"htmlBytes": 406119,
"imagesMissingDimensions": [
{
"src": "/_next/image?url=%2Fimages%2Flogos%2Fsalesloft-on-light.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Salesloft logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"header2_logoImage__dsNti\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=%2Fimages%2Flogos%2Fsalesloft-on-light.svg&w=16&q=75 16w, /_next/image?url=%2Fimages%2Flogos%2Fsalesloft-on-light.svg&w=32&q=75 32w, /_next/image?url=%2Fimages%2Flogos%2Fsalesloft-on-light.svg&w=48&q=75 48w, /_nex..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt41b521288807b630%2F68a74c4cf2a92b70bc1f42b6%2FCadence_Icon.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Cadence Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt41b521288807b630%2F68a74c4cf2a92b70bc1f42b6%2FCadence_Icon.svg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt2567352d3cbea83d%2F68a74c4c92473754081c6c5d%2FRhythm_Icon.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Rhythm Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt2567352d3cbea83d%2F68a74c4c92473754081c6c5d%2FRhythm_Icon.svg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2F..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltcd2a14a343309601%2F68a74c4ccbb0813f15642415%2FConversations_Icon.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Conversations Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltcd2a14a343309601%2F68a74c4ccbb0813f15642415%2FConversations_Icon.svg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2F..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt9d472422c1d5abfd%2F68a74c4cf448477786138aff%2FDeals_Icon.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Deals Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt9d472422c1d5abfd%2F68a74c4cf448477786138aff%2FDeals_Icon.svg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fbl..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt0e223110395b36c3%2F68a74c4c1f38a3b891e885a1%2FAnalytics_Icon.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Analytics Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt0e223110395b36c3%2F68a74c4c1f38a3b891e885a1%2FAnalytics_Icon.svg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fass..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt989ef18d89f293a9%2F68a74c4cc4f995281d4204ff%2FForecast_Icon.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Forecast Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt989ef18d89f293a9%2F68a74c4cc4f995281d4204ff%2FForecast_Icon.svg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fasset..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt9ddcc0fe3b919568%2F68e800f2c7f3771e4c3fbc59%2FPipeline_Calculator_-_Graphic.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Pipeline generation calculator\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"header2_primarySubItem__eIiqo\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:fill;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt9ddcc0fe3b919568%2F68e800f2c7f3771e4c3fbc59%2FPipeline_Calculator_-_Graphic.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt5b3538f273b6a7ae%2F67be1f45d1b1de6060ca3e05%2Fsolution-industries-financial-services.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt5b3538f273b6a7ae%2F67be1f45d1b1de6060ca3e05%2Fsolution-industries-financial-services.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt27793d71efa64d47%2F67be1f465c532934d8316666%2Fsolution-industries-manufacturing.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Revenue Operations Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt27793d71efa64d47%2F67be1f465c532934d8316666%2Fsolution-industries-manufacturing.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimage..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblte7e904685213a89d%2F67be1f46d1b1de751fca3e09%2Fsolution-industries-medical-device-manufacturing.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Front Line Sellers Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblte7e904685213a89d%2F67be1f46d1b1de751fca3e09%2Fsolution-industries-medical-device-manufacturing.png&w=16&q=75 16w, /_next/image?url=http..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt6d05126a1ae59bee%2F69b0557dabcbac0008be567d%2FLogistics.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Logistics icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt6d05126a1ae59bee%2F69b0557dabcbac0008be567d%2FLogistics.svg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt923bb47ace237d66%2F67be1f460f0ae128b0ba38f4%2Fsolution-teams-revenue-ops.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt923bb47ace237d66%2F67be1f460f0ae128b0ba38f4%2Fsolution-teams-revenue-ops.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt9e693724a475461c%2F67be1f46938bf56c40f99ef0%2Fsolution-teams-sales.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt9e693724a475461c%2F67be1f46938bf56c40f99ef0%2Fsolution-teams-sales.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblte52957b5f6708f84%2F67be1f460f78eb1281ac8e1d%2Fsolution-teams-sales-business-dev.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblte52957b5f6708f84%2F67be1f460f78eb1281ac8e1d%2Fsolution-teams-sales-business-dev.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fa..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt6e2a773c8bc195d4%2F67bf3e4e1a2ab5a2d510f128%2FConversation_Icon.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt6e2a773c8bc195d4%2F67bf3e4e1a2ab5a2d510f128%2FConversation_Icon.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9d..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltb3554cd643d30213%2F67be1f4653fc5ecdf1b179de%2Fsolution-teams-customer-success.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltb3554cd643d30213%2F67be1f4653fc5ecdf1b179de%2Fsolution-teams-customer-success.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fass..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt6c081ffdf9a404fc%2F67be23ec24e52c749ee6bd02%2Fresources-for-our-customers-champions-hub.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Champions Hub Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt6c081ffdf9a404fc%2F67be23ec24e52c749ee6bd02%2Fresources-for-our-customers-champions-hub.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fim..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltbd5d0d629ef42f89%2F67be23ec4f906646598f4f79%2Fresources-for-our-customers-find-a-partner.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Find A Partner Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltbd5d0d629ef42f89%2F67be23ec4f906646598f4f79%2Fresources-for-our-customers-find-a-partner.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2F..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltb7fd26d579a589b2%2F67be1faae33fcf8ad54944b0%2Fresources-for-our-customers-trust.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Trust Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltb7fd26d579a589b2%2F67be1faae33fcf8ad54944b0%2Fresources-for-our-customers-trust.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstac..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt2367a4d271797e93%2F67be23ec1a2ab5901210e556%2Fresources-for-our-customers-product-release-notes.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Product Release Notes Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt2367a4d271797e93%2F67be23ec1a2ab5901210e556%2Fresources-for-our-customers-product-release-notes.png&w=16&q=75 16w, /_next/image?url=..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt23cb24cda1bf1188%2F67cf5b1d84e66812083db797%2FResources_-_Customers_-_Platform_Status.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Platform Status Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt23cb24cda1bf1188%2F67cf5b1d84e66812083db797%2FResources_-_Customers_-_Platform_Status.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fim..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt8cc0953e740ef4ad%2F67be23ecf4b0b1fb76986a79%2Fresources-for-our-customers-customer-education.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Customer Education Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt8cc0953e740ef4ad%2F67be23ecf4b0b1fb76986a79%2Fresources-for-our-customers-customer-education.png&w=16&q=75 16w, /_next/image?url=https%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt5db74a69ecb41ac8%2F67be23ece33fcf02154944f2%2Fresources-for-our-customers-professional-services.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Professional Services Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt5db74a69ecb41ac8%2F67be23ece33fcf02154944f2%2Fresources-for-our-customers-professional-services.png&w=16&q=75 16w, /_next/image?url=..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltfd5ae747b34e89f6%2F67be23ec0f0ae14d11ba3936%2Fresources-for-our-customers-platform-status.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Clock icon for Office Hours\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltfd5ae747b34e89f6%2F67be23ec0f0ae14d11ba3936%2Fresources-for-our-customers-platform-status.png&w=16&q=75 16w, /_next/image?url=https..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt8cb5fae89b0b6f15%2F67c09f47959e4e0055e48d68%2FCustomer_Webinar_Icon.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Customer Webinars Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt8cb5fae89b0b6f15%2F67c09f47959e4e0055e48d68%2FCustomer_Webinar_Icon.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstac..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltab2c0a1765b1d8ec%2F67be1faa5c53291e15316673%2Fresources-learn-resource-center.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Resource Center Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltab2c0a1765b1d8ec%2F67be1faa5c53291e15316673%2Fresources-learn-resource-center.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.con..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt0d8dad1b5f3a3f14%2F67be1faa809db06bbab4f4e7%2Fresources-learn-blog.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Blog Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt0d8dad1b5f3a3f14%2F67be1faa809db06bbab4f4e7%2Fresources-learn-blog.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fas..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblta5cef44f3c11658c%2F67be1faaf4b0b10f87986a22%2Fresources-learn-events.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Events Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblta5cef44f3c11658c%2F67be1faaf4b0b10f87986a22%2Fresources-learn-events.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt4e3afcb144ce2002%2F67be1faa87966d26c4991ef5%2Fresources-learn-customer-stories.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Customer Stories Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt4e3afcb144ce2002%2F67be1faa87966d26c4991ef5%2Fresources-learn-customer-stories.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.c..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltdfab1d2f43788ae6%2F67be1faad16858419892437f%2Fresources-learn-webinars.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Webinars Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltdfab1d2f43788ae6%2F67be1faad16858419892437f%2Fresources-learn-webinars.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt476891ed04dc178a%2F69e138833d1e3689c79cd1d1%2FNN_Masterclass_-_Tout_Promo_B.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Scaling with simplicity masterclass \" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"header2_primarySubItem__eIiqo\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:fill;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt476891ed04dc178a%2F69e138833d1e3689c79cd1d1%2FNN_Masterclass_-_Tout_Promo_B.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt86d256e079f6db64%2F67be1f6a809db00060b4f4e1%2Fcompany-company-about-us.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"About Us Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt86d256e079f6db64%2F67be1f6a809db00060b4f4e1%2Fcompany-company-about-us.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt4e6d7b4a324d551a%2F67be1f6a045f5866c7bfa5a7%2Fcompany-people-life-at-salesloft.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Icon for why salesloft\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt4e6d7b4a324d551a%2F67be1f6a045f5866c7bfa5a7%2Fcompany-people-life-at-salesloft.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages...."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt61512cd80e0ddf4a%2F67be1f6a0f78eb5338ac8e22%2Fcompany-company-leadership.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Leadership Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt61512cd80e0ddf4a%2F67be1f6a0f78eb5338ac8e22%2Fcompany-company-leadership.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack...."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt72ed8b37d3780534%2F67be1f6af5cfb36605d6b33c%2Fcompany-company-newsroom.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Newsroom Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt72ed8b37d3780534%2F67be1f6af5cfb36605d6b33c%2Fcompany-company-newsroom.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt992c01cae9edbc1e%2F6849d08a45f69a6666939cb7%2FBecome_A_Partner.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Become A Partner Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt992c01cae9edbc1e%2F6849d08a45f69a6666939cb7%2FBecome_A_Partner.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltf633c5bf3712cc72%2F67be1f6a62af0cb2f28a1b7c%2Fcompany-people-careers.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Careers Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltf633c5bf3712cc72%2F67be1f6a62af0cb2f28a1b7c%2Fcompany-people-careers.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblte71629950984e392%2F67be1f6ae33fcf711d4944a5%2Fcompany-people-diversity.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Diversity Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"SubMenuItems_iconImage__buc1g\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblte71629950984e392%2F67be1f6ae33fcf711d4944a5%2Fcompany-people-diversity.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt205e332b64af9839%2F669e764335a68ec4fa6c26e5%2FDrift_Icon_-_Active.png%3Fauto%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Drift Icon\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"HeroPlatformPageSingleColumn_headerIcon__tBT0o\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt205e332b64af9839%2F669e764335a68ec4fa6c26e5%2FDrift_Icon_-_Active.png%3Fauto%3Dwebp&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fima..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt60c55185f3b8c07f%2F67b7819b9e98d91aa7bebfaa%2FDrift-Hero-ezgif.com-video-to-gif-converter.gif%3Fauto%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Drift Hero Image\" fetchpriority=\"high\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt60c55185f3b8c07f%2F67b7819b9e98d91aa7bebfaa%2FDrift-Hero-ezgif.com-video-to-gif-converter.gif%3Fauto%3Dwebp&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt1b9e2c07738aabc5%2F67b7828b84b0c25dabdebeac%2FDrift_Image_1_-_Bionic_Chatbots.png%3Fauto%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Bionic chatbots Screen\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"border-radius\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt1b9e2c07738aabc5%2F67b7828b84b0c25dabdebeac%2FDrift_Image_1_-_Bionic_Chatbots.png%3Fauto%3Dwebp&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.conte..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt9e5865c6db8df5e9%2F67b782d7ab27708e310b4ec5%2FDrift_Image_2_-_Drift_Engage.png%3Fauto%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Drift engage Screen\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"border-radius\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt9e5865c6db8df5e9%2F67b782d7ab27708e310b4ec5%2FDrift_Image_2_-_Drift_Engage.png%3Fauto%3Dwebp&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstac..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblta96caf35e1daf737%2F67b7830f8359349e297ee66d%2FDrift_Image_3_-_Rhythm_Play.png%3Fauto%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Drift Rhythm Play Screen\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"border-radius\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblta96caf35e1daf737%2F67b7830f8359349e297ee66d%2FDrift_Image_3_-_Rhythm_Play.png%3Fauto%3Dwebp&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.content..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltb894d7b91deb2df1%2F68223ea97a3a7c6cc3aaf336%2FDrift_-_Not_knowing_which_chats_convert.png%3Fauto%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Drift Reporting Screen\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"border-radius\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltb894d7b91deb2df1%2F68223ea97a3a7c6cc3aaf336%2FDrift_-_Not_knowing_which_chats_convert.png%3Fauto%3Dwebp&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimag..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt36fe9fe71d450d7d%2F67b7aa81ab2770e1690b516b%2FStephen-Measelle.jpg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Steve Measelle Headshot\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"TestimonialCarousel_headshotImage__5zZ_H\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt36fe9fe71d450d7d%2F67b7aa81ab2770e1690b516b%2FStephen-Measelle.jpg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.conten..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt544bdfc11cc8879f%2F67b7aad1c9003f3f5d741ba6%2FHeather_Alter.jpeg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Heather Alter Headshot\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"TestimonialCarousel_headshotImage__5zZ_H\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt544bdfc11cc8879f%2F67b7aad1c9003f3f5d741ba6%2FHeather_Alter.jpeg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentst..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltceba8215628eed43%2F67b7ab16fd5f93e31cfce6d4%2FThomas_Gru%CC%88nberg_.jpeg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Thomas Grünberg Headshot\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"TestimonialCarousel_headshotImage__5zZ_H\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltceba8215628eed43%2F67b7ab16fd5f93e31cfce6d4%2FThomas_Gru%CC%88nberg_.jpeg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2F..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltd70d73d3df89ecea%2F67b7ab4dfd5f9309c8fce6da%2FAlla_Mosina.jpeg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Alla Mosina Headshot\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"TestimonialCarousel_headshotImage__5zZ_H\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltd70d73d3df89ecea%2F67b7ab4dfd5f9309c8fce6da%2FAlla_Mosina.jpeg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack...."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltc5a95599634c68b7%2F67b7abba6e097b1321f96db8%2FRoland_Brickey.jpeg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Roland Brickey Headshot\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"TestimonialCarousel_headshotImage__5zZ_H\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltc5a95599634c68b7%2F67b7abba6e097b1321f96db8%2FRoland_Brickey.jpeg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.content..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt8a27b0a7544ba434%2F67b7ac0a36d0571e67d7ee62%2FMariana_Cogan.jpeg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Mariana Cogan Headshot\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"TestimonialCarousel_headshotImage__5zZ_H\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt8a27b0a7544ba434%2F67b7ac0a36d0571e67d7ee62%2FMariana_Cogan.jpeg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentst..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt78825aafee987de0%2F66a7cd772b7be53d2fa75bb0%2F155572_Salesloft_The_Blueprint_for_Revenue_Orchestration_Superside_Graphic_639x338_V1.png%3Fauto%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"alt text\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"InfoCardsSection_cardImage__gghor\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt78825aafee987de0%2F66a7cd772b7be53d2fa75bb0%2F155572_Salesloft_The_Blueprint_for_Revenue_Orchestration_Superside_Graphic_639x338_V1.png%3Fauto%3Dwebp&w=..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltb26ec7756ebbf223%2F672a5cbf629293ea8c743b0e%2FCover_LandingPageHeroGraphic_639x338.png%3Fauto%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"alt test\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"InfoCardsSection_cardImage__gghor\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltb26ec7756ebbf223%2F672a5cbf629293ea8c743b0e%2FCover_LandingPageHeroGraphic_639x338.png%3Fauto%3Dwebp&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fi..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt8ae4a1354304d87c%2F67b8905b6ee1932212933a53%2FScreenshot_2025-02-21_at_9.40.05_AM.png%3Fauto%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Conversational AI marketing trends report\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"InfoCardsSection_cardImage__gghor\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt8ae4a1354304d87c%2F67b8905b6ee1932212933a53%2FScreenshot_2025-02-21_at_9.40.05_AM.png%3Fauto%3Dwebp&w=16&q=75 16w,..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltdd44347289ed0c86%2F6571ebfd20f21f6e70a6c7b6%2Fwhite-salesloft-logo.svg%3Fauto%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Salesloft Logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"footer2_logo__TJUjV\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltdd44347289ed0c86%2F6571ebfd20f21f6e70a6c7b6%2Fwhite-salesloft-logo.svg%3Fauto%3Dwebp&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt95a1c4edbf331c2b%2F6571f4f5f4bfe0c1765743ac%2Fsalesloft-linkedin-logo-green.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LinkedIn Logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"footer2_socialIcon__2LZqR\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt95a1c4edbf331c2b%2F6571f4f5f4bfe0c1765743ac%2Fsalesloft-linkedin-logo-green.svg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt79ea9a3d604697de%2F65ae9864cfd284d78af1d544%2Flogo-twitter-green.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"X Logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"footer2_socialIcon__2LZqR\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt79ea9a3d604697de%2F65ae9864cfd284d78af1d544%2Flogo-twitter-green.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fbl..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt6a553d2d7dd1eaef%2F65ae986f1e1aed5463fd54d1%2Flogo-youtube-green.png&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Youtube Logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"footer2_socialIcon__2LZqR\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fblt6a553d2d7dd1eaef%2F65ae986f1e1aed5463fd54d1%2Flogo-youtube-green.png&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fasset..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltcc96a648f1b401f8%2F6573498bca4d292a2b9ee3f6%2Finst.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"Instagram Logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"footer2_socialIcon__2LZqR\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:contain;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9deb40787970b%2Fbltcc96a648f1b401f8%2F6573498bca4d292a2b9ee3f6%2Finst.svg&w=16&q=75 16w, /_next/image?url=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt48e9d..."
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Faster revenue growth starts here",
"html": "<h2 class=\"header\">Faster revenue growth starts here</h2>"
},
{
"text": "Improve the buying experience",
"html": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Improve the buying experience </h2>"
},
{
"text": "Deanonymize site visitors",
"html": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Deanonymize site visitors </h2>"
},
{
"text": "Drive more qualified pipeline faster",
"html": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Drive more qualified pipeline faster</h2>"
},
{
"text": "Optimize your chat strategy",
"html": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Optimize your chat strategy</h2>"
},
{
"text": "Key Features",
"html": "<h2 class=\"header InteractiveFeatureTabSection_header__CJiag\">Key Features</h2>"
},
{
"text": "What customers say about Drift",
"html": "<h2 class=\"undefined\">What customers say about Drift</h2>"
},
{
"text": "Where revenue teams go to take actionget buyer insightsmanage dealsbuild pipelineforecastcoach sellersengage buyers",
"html": "<h2 class=\"header\"><span class=\"BoilerplateSection_headerSimpleText__bmKV6 \">Where revenue teams go to </span><div class=\" BoilerplateSection_dynamicTextContainer__oQxxr\"><span class=\"BoilerplateSection_dynamicText__WVxc3 firstHeader activeText\">take action</span><span class=\"BoilerplateSection_dynamicText__WVxc3\">get buyer insights</span><span class=\"BoilerplateSection_dynamicText__WVxc3\">manage deals</span><span class=\"BoilerplateSection_dynamicText__WVxc3\">build pipeline</span><s..."
},
{
"text": "Helpful resources for revenue teams",
"html": "<h2 class=\"header\">Helpful resources for revenue teams</h2>"
},
{
"text": "FAQs",
"html": "<h2 class=\"FAQsSection_header__9bici\">FAQs</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Drift Platform: Transform Conversations to Lo...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Drift Platform: Transform Conversations to Lo... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Drift Platform: Transform Conversations to Lo...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Drift Platform: Transform Conversations to Lo... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Drift Platform: Transform Conversations to Lo... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Drift Platform: Transform Conversations to Lo... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Drift Platform: Transform Conversations to Lo...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Drift Platform: Transform Conversations to Lo... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Drift Platform: Transform Conversations to Lo... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254969
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254969
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254985
}
]
},
"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: how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Faster revenue growth starts here",
"html": "<h2 class=\"header\">Faster revenue growth starts here</h2>"
},
{
"text": "Improve the buying experience",
"html": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Improve the buying experience </h2>"
},
{
"text": "Deanonymize site visitors",
"html": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Deanonymize site visitors </h2>"
},
{
"text": "Drive more qualified pipeline faster",
"html": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Drive more qualified pipeline faster</h2>"
},
{
"text": "Optimize your chat strategy",
"html": "<h2 class=\"TwoColumnWithImageVideoSection_header__FxoQ_\">Optimize your chat strategy</h2>"
},
{
"text": "Key Features",
"html": "<h2 class=\"header InteractiveFeatureTabSection_header__CJiag\">Key Features</h2>"
},
{
"text": "What customers say about Drift",
"html": "<h2 class=\"undefined\">What customers say about Drift</h2>"
},
{
"text": "Where revenue teams go to take actionget buyer insightsmanage dealsbuild pipelineforecastcoach sellersengage buyers",
"html": "<h2 class=\"header\"><span class=\"BoilerplateSection_headerSimpleText__bmKV6 \">Where revenue teams go to </span><div class=\" BoilerplateSection_dynamicTextContainer__oQxxr\"><span class=\"BoilerplateSection_dynamicText__WVxc3 firstHeader activeText\">take action</span><span class=\"BoilerplateSection_dynamicText__WVxc3\">get buyer insights</span><span class=\"BoilerplateSection_dynamicText__WVxc3\">manage deals</span><span class=\"BoilerplateSection_dynamicText__WVxc3\">build pipeline</span><s..."
},
{
"text": "Helpful resources for revenue teams",
"html": "<h2 class=\"header\">Helpful resources for revenue teams</h2>"
},
{
"text": "FAQs",
"html": "<h2 class=\"FAQsSection_header__9bici\">FAQs</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Drift Platform: Transform Conversations to Lo...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Drift Platform: Transform Conversations to Lo... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Drift Platform: Transform Conversations to Lo...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Drift Platform: Transform Conversations to Lo... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Drift Platform: Transform Conversations to Lo... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Drift Platform: Transform Conversations to Lo... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Drift Platform: Transform Conversations to Lo...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Drift Platform: Transform Conversations to Lo... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Drift Platform: Transform Conversations to Lo... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254969
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 254969
}
]
},
"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": 12,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"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><html lang=\"en\"><head><meta name=\"application-name\" content=\"Salesloft\"/><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1,minimum-scale=1\"/><meta name=\"theme-color\" content=\"#317EFB\"/><title>Salesloft</title><meta name=\"next-head-count\" content=\"6\"/><script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=\"https://global.ketchcdn.com/web/v3/config/drift/salesloft_com/boot.js\",e.defer=e.async=!0,document.getElementsByTagName(\"head\")[0].appendChild(e)}();</script><script id=\"gtm-script\">(function(w,d,s,l,i){\n w[l]=w[l]||[];\n "
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.salesloft.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.salesloft.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.salesloft.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.salesloft.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": 12,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"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
12 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": "12 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
20 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
20 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 320Â 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 320Â ms",
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
10 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 6,402Â KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 6,402Â KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 6555771
}Performance and AccessibilityPerformanceBrowser audit
Minify JavaScript
10 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 45Â 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 45Â 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
5 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
75/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 87,
"displayValue": "160Â ms",
"numericValue": 162
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 64,
"displayValue": "2.0Â s",
"numericValue": 1965.1232208797642
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "50Â ms",
"numericValue": 45.11039999999998
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10Â ms",
"numericValue": 7
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 100,
"displayValue": "0.5Â s",
"numericValue": 481.00613195828635
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 88,
"displayValue": "140Â ms",
"numericValue": 136
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 15,
"displayValue": "4.1Â s",
"numericValue": 4139.061319582864
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 44,
"displayValue": "4.8Â s",
"numericValue": 4794.768892551349
}
]
}Fix with MCP or CLI
Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.
Score history
Public scan score over time
Public reports for this website origin. Select any point or report link to open that canonical report.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 48/100 | Level 2, Agent-Limited | View report | |
| 56/100 | Level 3, Bot-Aware | Current report |