Accessibility
WCAG-oriented signals, labels, keyboard paths and critical blockers.
- Accessible names on buttons, links and form fields
- Keyboard path and focus visibility
- Critical automated axe-core violations
Compare your site against two competitors for accessibility, UX conversion, performance, technical SEO and AI-agent usability. Turn the gap into developer-ready tickets and a paid expert review.
Run a benchmark to see scored dimensions, competitor gaps, screenshots, evidence and ranked fixes.
Search engines, browser agents and human buyers all need the same thing: pages with clear structure, fast mobile rendering, accessible controls and evidence that survives inspection.
WCAG-oriented signals, labels, keyboard paths and critical blockers.
Clarity of calls to action, forms, trust cues and booking or checkout friction.
Speed, layout stability and interaction readiness on a public landing page.
Indexability, headings, metadata, structured content and crawl clarity.
Semantic HTML, accessibility tree clarity, raw DOM structure and action reliability.
The app is structured so each buyer wedge can get a page, a benchmark brief and an outreach angle without duplicating scoring logic.
Use this wedge first because webshop owners can connect benchmark gaps to lost revenue, EAA pressure and implementation work.
Booking platformsBooking and appointment sites are a practical second wedge because the path is measurable and often breaks on forms, calendars and overlays.
Web agenciesAgencies are the channel once expert reviews convert. They need reports, tickets and recurring monitoring more than another scanner login.
The first version should sell manually, but the app already exposes clean extension points for CRM, LLM report writing, sector pages and outreach generation.
POST benchmark requests to /api/leads with source URL, competitors and email.
Generate one competitor gap and one screenshot-backed finding for cold outreach.
Create sector pages from shared sector data instead of writing one-off pages.
Send a free preview first, then route paid reports to expert review and Paydar work.
Lavan already has API-key authentication and webhook flows. ComparisonList now has a benchmark endpoint that can call those services when configured, while still running a safe local HTML scan during early development.
Let agencies and technical customers trigger benchmarks from their own systems without sharing dashboard access.
Accept signed webhook calls from deployment tools, website monitors or lead-generation workflows.
Send benchmark completed events to CRM, Slack, Make, n8n or an agency client portal.
Route high-intent benchmark gaps into accessibility remediation, expert review and monitoring.
POST /api/benchmark
{
"ownSite": "https://your-shop.nl",
"competitors": ["https://competitor-a.nl", "https://competitor-b.nl"],
"locale": "en"
}
# -> { "runId": "..." } then poll GET /api/benchmark/{runId}The same engine is exposed as an MCP server. Point Claude, Cursor or your own agent at the endpoint and call benchmark_site or check_agent_readiness.
# MCP endpoint
https://api.comparisonlist.com/mcp
tools:
benchmark_site(url, competitors?, locale?)
check_agent_readiness(url, locale?)Solo audit or 1-v-1: summary scores and three priority gaps.
Complete comparison, every finding with evidence, ranked fixes and dev-ready tickets.
Human-verified benchmark, 30-minute walkthrough and implementation plan.
Weekly re-scans for three sites, change history and regression alerts.