___ _
/ __) | |
___ _____ ___ _| |__ ___ ____ __| |_____ _ _
/___) ___ |/ _ (_ __) _ \ / ___) _ | ___ | | | |
|___ | ____| |_| || | | |_| | |_ ( (_| | ____|\ V /
(___/|_____)\___/ |_| \___/|_(_) \____|_____) \_/
Open-source CLI for localhost SEO audits
Stop losing traffic to SEO mistakes. Audit and optimize from your terminal.
Get Started • Features • Docs
Instant localhost SEO audits
$ seo audit run
Crawling localhost:3000...
Found 12 pages, 0 errors
Generated optimization prompts - ready for AI!- Localhost SEO Audits - Deep-dive analysis of your development sites
- AI-Ready Exports - Copy/paste prompts for Claude, Cursor, ChatGPT
- Blazing Fast - Built in Go, powered by Playwright
- Smart Crawling - JavaScript-rendered pages, respects robots.txt
- IndexNow Integration - Notify search engines about your changes
- Zero Config - Works out of the box, no setup required
# macOS/Linux
curl -sSfL https://raw.githubusercontent.com/ugolbck/seofordev/main/install.sh | bash# Start your dev server (e.g., npm run dev, rails server, etc.)
$ cd your-project && npm run dev
# In another terminal, audit it
$ seo audit run --port 3000
# Get instant SEO insights + AI optimization promptsseo audit run # Audit localhost
seo audit list # View audit history
seo audit show <id> # Detailed results
seo config # Show settings
seo index submit <url> # IndexNow submission# Before deploying
seo audit run --port 3000
# Fix issues highlighted in AI prompts
# Deploy with confidence# Quick client site analysis
seo audit run --port 8080
seo audit export <id>
# Professional SEO recommendations ready| vs Manual SEO | vs Other Tools | vs Enterprise |
|---|---|---|
| 10x Faster | Developer-First | Free |
| AI-Integrated | Open Source | Zero Setup |
| Data-Driven | CLI-Native | Privacy-First |
# Get started with development
git clone https://github.com/ugolbck/seofordev.git
cd seofordev
go mod tidy
go build -o seo .
# Run tests
go test ./...
# See development docs
open CLAUDE.mdContributing: We love contributions! Check out our contribution guide and help make SEO better for all developers.
- Go - Performance & reliability
- Cobra - Beautiful CLI experience
- Playwright - Modern web crawling
- CI/CD integration - GitHub Actions, etc.
- Competitor analysis - See how you stack up
Vote on features in GitHub Discussions
Need Help?
Documentation • Issues • Discussions
Show Some Love
Star this repo • Fork & contribute • Share with friends
Start your SEO journey today - it's free and open source!
curl -sSfL https://raw.githubusercontent.com/ugolbck/seofordev/main/install.sh | bash && seoMade with love for developers who ship fast and rank high
License
MIT License - see LICENSE file for details.