Marketplaces leaderboard
Two-sided platforms with separate buyer and seller flows. Agents read marketplace pages to compare listings, surface sellers, and route shoppers to the right SKU.
Not enough scan data yet.
We surface only real, completed public scans. Once enough marketplaces domains have a public score on AgentSpeed, this leaderboard fills in automatically.
Scan your site →Marketplaces have two distinct user populations (buyers and sellers), and agents need to identify both flows. The well-implemented marketplace declares Product schema for listings, exposes seller / vendor metadata, and ships separate /sell and /buy entry points the agent can route to.
Listings render via infinite scroll
When the catalogue is JS-paginated, agents reading SSR HTML see the first page only. Use real /page/N URLs.
No seller / vendor schema
Without Organization or Person schema on the seller, agents cannot quote who is offering the product.
Buy flow only
No /sell entry point means agents cannot route prospective sellers to onboarding.
Filtering is hash-routed
/listings#filter=… loses the filter state on agent fetch. Use real query params.
- 01Render listing pages with real, crawlable pagination (?page=2, not infinite scroll).
- 02Add Product + Offer schema per listing; include Person or Organization for the seller.
- 03Expose /sell as a public landing page describing seller onboarding + fees.
- 04Use query parameters for filters; canonicalise to the unfiltered URL.
- 05Publish /llms.txt with Buy, Sell, Trust + Safety, Fees, Policies sections.
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.
Scan your marketplace to see how agents read your listings + seller flows.
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.