Open-source AI SEO audit CLI — score any page, extract competitor keywords, generate optimized meta tags, and draft SEO blog outlines.
Track your SEO results for free with KB365Service — privacy-first analytics, no cookies, install in 30 seconds.
Demo
Not a Developer? Start Here — Windows Download
No terminal. No coding. Just double-click.
⬇ Download SEOClaw for Windows — Free
- Unzip the folder
- Double-click
install.bat(one time only) - Double-click
seoclaw.bat - Enter your website URL → get your SEO score
Install (Developers)
npm install -g seoclaw-by-kb-software
Or run without installing:
npx seoclaw-by-kb-software audit https://yoursite.com
Commands
| Command | What it does |
|---|---|
seoclaw audit <url> |
Full 100-point SEO audit — title, meta, H1, links, speed signals |
seoclaw meta <url> |
AI-generated title + meta description |
seoclaw gap <url> <competitor> |
Keyword gap analysis between your site and a competitor |
seoclaw blog <topic> |
AI SEO blog outline with keyword-optimized headings |
Quick Start
# Free audit — no API key needed seoclaw audit https://yourdomain.com # Competitor keyword gap — no API key needed seoclaw gap https://yourdomain.com https://competitor.com # AI commands — works with any AI provider or local model # Cloud providers (set whichever you have): export OPENAI_API_KEY=your_key # OpenAI, DeepSeek, Mistral, Groq, Gemini, etc. export ANTHROPIC_API_KEY=your_key # Anthropic Claude # Local AI (Ollama, LM Studio, any OpenAI-compatible endpoint): export OPENAI_BASE_URL=http://localhost:11434/v1 export OPENAI_API_KEY=ollama seoclaw meta https://yourdomain.com seoclaw blog "best CRM software for small business 2025"
Track Your Results for Free
After improving your pages, track the traffic impact with KB365Service — free, privacy-first analytics, no cookies.
<!-- Add to your site's <head> — takes 30 seconds --> <script src="https://kb365service.com/tracker.js?id=YOUR_SITE_ID"></script>
How It Works
seoclaw audit https://yoursite.com
↓
Crawls the page with Cheerio
↓
Scores 100 points across: title, meta, H1/H2, canonical,
alt text, links, page size, structured data
↓
Outputs score + fix recommendations in the terminal
↓
AI suggestions via any provider (optional)
Contributing
Pull requests welcome. Please open an issue first for major changes.
- Fork the repo
npm install- Make your changes in
src/ npm audit— no critical vulns allowed- Submit a PR
License
MIT — KianBot.ai























