Lighthouse SEO Analyzer is a powerful Raycast extension that leverages Google Lighthouse to provide comprehensive SEO and performance audits for any website. Simply input a URL and choose your desired analysis mode, device type, and categories. Get detailed insights into page load speed, core web vitals, accessibility, best practices, and more.
This extension requires the Lighthouse CLI to be installed globally:
npm install -g lighthouse
Lighthouse also requires a Chromium-based browser (Chrome, Edge, Brave, etc.) installed on your system.
Cmd+Shift+C to copy the scorecard image, Cmd+I for AI insights, Cmd+D for detailed field descriptionsJSON reports are saved to the Output Path as lighthouse-<host>-<timestamp>.json and are not deleted. A 24-hour cache is stored separately in the extension support folder so re-running the same URL/device/categories is fast without wiping yesterday's report.
| Preference | Description | Default |
|---|---|---|
| Report Profile | Prioritize dashboard metrics (General, Marketing, SEO, Development) | General |
| Output Path | Directory for readable JSON reports (lighthouse-<host>-<timestamp>.json) | ~/Downloads |
| Lighthouse Path | Custom path to the Lighthouse CLI (optional; not a Chrome/Chromium binary) | Auto-detected |