Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 61 out of 100
- Agent Ease of Use 52 out of 100
- Security & Trust 54 out of 100
- GEO, AIO and AEO 67 out of 100
- SEO 92 out of 100
- Performance 56 out of 100
- Accessibility 0 out of 100
What AI sees of your website
Sales Performance Management & Gamification Software – LevelEleven
Motivate reps, improve coaching effectiveness, and drive predictable performance through gamification and data transparency.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 61 | Needs work | 27 | 0 | 0 | |
| Discoverability | 67 | Needs work | 8 | 0 | 0 | |
| Content Readiness | 53 | Needs work | 16 | 0 | 0 | |
| Bot Access Control | 63 | Needs work | 3 | 0 | 0 | |
| Agent Ease of Use | 52 | Needs work | 3 | 1 | 0 | View details |
| Auth | 48 | Priority fix | 1 | 0 | 0 | |
| Google Agentic Browsing | 67 | Needs work | 2 | 1 | 0 | View details |
| GEO, AIO and AEO | 67 | Needs work | 9 | 0 | 0 | |
| GEO Readiness | Not Applicable | Not Applicable | 3 | 0 | 0 | |
| AIO Readiness | Not Applicable | Not Applicable | 3 | 0 | 0 | |
| AEO Readiness | Not Applicable | Not Applicable | 3 | 0 | 0 | |
| SEO | 92 | Strong | 9 | 0 | 0 | |
| SEO | 92 | Strong | 9 | 0 | 0 | |
| Security & Trust | 54 | Needs work | 10 | 0 | 0 | |
| Security & Trust | 54 | Needs work | 10 | 0 | 0 | |
| Performance | 56 | Needs work | 13 | 0 | 0 | |
| Performance | 56 | Needs work | 13 | 0 | 0 | |
| Accessibility | 0 | Priority fix | 0 | 2 | 0 | View details |
| Accessibility | 0 | Priority fix | 0 | 2 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
3 items need attention
Agent Ease of UseGoogle Agentic BrowsingBrowser audit
Accessibility tree is not well-formed
100 Fail
Agent Ease of UseGoogle Agentic BrowsingBrowser audit
Accessibility tree is not well-formed
Check name
Accessibility tree is not well-formed
Score
0/100
Status
fail
Device
desktop
Category
Google Agentic Browsing
Fix guidance
A well-formed [accessibility tree](http://goo.gle/lighthouse-agentic-a11y) helps AI agents to navigate and interact with the page.
Evidence
{
"description": "A well-formed [accessibility tree](http://goo.gle/lighthouse-agentic-a11y) helps AI agents to navigate and interact with the page."
}AccessibilityAccessibilityBrowser audit
Certain ARIA roles must be contained by particular parents
50 Fail
AccessibilityAccessibilityBrowser audit
Certain ARIA roles must be contained by particular parents
Check name
Certain ARIA roles must be contained by particular parents
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Certain ARIA roles must be contained by particular parents
Evidence
{
"ruleId": "aria-required-parent",
"impact": "critical",
"description": "Ensure elements with an ARIA role that require parent roles are contained by them",
"tags": [
"cat.aria",
"wcag2a",
"wcag131",
"EN-301-549",
"EN-9.1.3.1",
"RGAAv4",
"RGAA-9.3.1"
],
"affectedNodeCount": 6,
"nodes": [
{
"target": [
"div[role=\"tablist\"] > .collection-item.w-dyn-item[role=\"listitem\"]:nth-child(1)"
],
"html": {
"discarded": true,
"reason": "[discarded fetched document data]",
"originalType": "string",
"originalLength": 199
},
"failureSummary": "Fix any of the following:\n Required ARIA parent role not present: list"
},
{
"target": [
".collection-item.w-dyn-item[role=\"listitem\"]:nth-child(1) > .case-studies-carousel__tab[role=\"tab\"][type=\"button\"]"
],
"html": {
"discarded": true,
"reason": "[discarded fetched document data]",
"originalType": "string",
"originalLength": 137
},
"failureSummary": "Fix any of the following:\n Required ARIA parent role not present: tablist"
},
{
"target": [
"div[role=\"tablist\"] > .collection-item.w-dyn-item[role=\"listitem\"]:nth-child(2)"
],
"html": {
"discarded": true,
"reason": "[discarded fetched document data]",
"originalType": "string",
"originalLength": 195
},
"failureSummary": "Fix any of the following:\n Required ARIA parent role not present: list"
},
{
"target": [
".collection-item.w-dyn-item[role=\"listitem\"]:nth-child(2) > .case-studies-carousel__tab[role=\"tab\"][type=\"button\"]"
],
"html": {
"discarded": true,
"reason": "[discarded fetched document data]",
"originalType": "string",
"originalLength": 133
},
"failureSummary": "Fix any of the following:\n Required ARIA parent role not present: tablist"
},
{
"target": [
"div[role=\"tablist\"] > .collection-item.w-dyn-item[role=\"listitem\"]:nth-child(3)"
],
"html": {
"discarded": true,
"reason": "[discarded fetched document data]",
"originalType": "string",
"originalLength": 213
},
"failureSummary": "Fix any of the following:\n Required ARIA parent role not present: list"
},
{
"target": [
".case-studies-carousel__tab.is-active[role=\"tab\"]"
],
"html": {
"discarded": true,
"reason": "[discarded fetched document data]",
"originalType": "string",
"originalLength": 151
},
"failureSummary": "Fix any of the following:\n Required ARIA parent role not present: tablist"
}
]
}AccessibilityAccessibilityBrowser audit
Certain ARIA roles must contain particular children
50 Fail
AccessibilityAccessibilityBrowser audit
Certain ARIA roles must contain particular children
Check name
Certain ARIA roles must contain particular children
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Certain ARIA roles must contain particular children
Evidence
{
"ruleId": "aria-required-children",
"impact": "critical",
"description": "Ensure elements with an ARIA role that require child roles contain them",
"tags": [
"cat.aria",
"wcag2a",
"wcag131",
"EN-301-549",
"EN-9.1.3.1",
"RGAAv4",
"RGAA-9.3.1"
],
"affectedNodeCount": 1,
"nodes": [
{
"target": [
"div[role=\"tablist\"]"
],
"html": {
"discarded": true,
"reason": "[discarded fetched document data]",
"originalType": "string",
"originalLength": 68
},
"failureSummary": "Fix any of the following:\n Element has children which are not allowed: [role=listitem]"
}
]
}Sign in to see 44 other issues and the full report
Create a free account to unlock every issue, evidence details, exports, and higher free limits.
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 |
|---|---|---|---|
| 49/100 | Level 2, Agent-Limited | Current report |