SaaS leaderboard
Multi-tenant business software: billing, support, productivity, internal tools. Agents read SaaS pages to compare offerings, fetch pricing, and pull docs into RAG pipelines.
Not enough scan data yet.
We surface only real, completed public scans. Once enough saas domains have a public score on AgentSpeed, this leaderboard fills in automatically.
Scan your site →Agents come to SaaS pages for three answers: what does it do, what does it cost, how do I try it. Pages that surface those in the SSR HTML (hero copy + clear pricing + a real /signup link) outperform the visually identical sites that hide them in JS.
Pricing behind "Contact sales"
Agents cannot quote a price they have to ask a human for. "Contact sales" is invisible to LLM grounding.
Trial flow is JS-only
A "Start free trial" button that opens a JS modal vanishes when an agent reads the SSR HTML. Use a real /signup link.
No /pricing route
Agents look for /pricing first. If pricing lives at /#plans (hash-routed), they cannot find it.
API docs require login
When the dev docs are behind auth, agents cite the marketing copy instead of the reference.
- 01Publish pricing at /pricing; expose tier prices as plain text.
- 02Add Product + Offer JSON-LD with price and priceCurrency.
- 03Make /signup a real link with a server-rendered form.
- 04Publish /llms.txt with Docs, Pricing, API, Support, Changelog.
- 05Keep public docs auth-free and crawlable by GPTBot + ClaudeBot.
Each row is the latest completed public scan for one domain. Composite is a 0–100 weighted average of five sub-scores; grade is bound to a published band table. The rubric (current and prior versions) is at /rubric.
How are scores calculated?
Every score is the output of the public AgentSpeed rubric. The full check list, weights, and grade bands are at /rubric. New scans use the current active rubric; historical scans render against their original rubric.
How do I get my domain on the leaderboard?
Visit the scanner and submit a URL to generate a score. Every completed public scan creates a permanent score page and makes the domain eligible for ranking. There’s no application process and no editorial gate.
How do I remove my site?
Add User-agent: AgentSpeedBot / Disallow: / to your robots.txt. On the next scan we honour it automatically and the public score page is replaced with a removal notice. See /bot.
Run a free scan to see which agents your site allows + how your pricing reads.
Side-by-side composite, sub-scores, and per-category winner. Permanent shareable URL.
Every check in the rubric has a remediation page with paste-ready snippets.
Crawler matrix, llms.txt analyzer, structured-data validator, and seven more.