compare_sites
Audit two websites side-by-side for accessibility, performance, and SEO. Get screenshots and a grade comparison table showing which site wins in each category.
Instructions
Competitive benchmarking: audit two URLs side-by-side and produce a comparison Report Card. Runs accessibility (axe-core), performance (Core Web Vitals), and SEO audits on both sites concurrently. Returns screenshots of both sites plus a grade comparison table showing which site wins in each category.
Use this when the user wants to benchmark their site against a competitor, compare staging vs production, or evaluate two different sites.
This tool is FREE — runs entirely within Claude Code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urlA | Yes | First URL to audit (e.g., http://localhost:3000 or https://mysite.com) | |
| urlB | Yes | Second URL to audit (e.g., https://competitor.com) |