Open-source AI SEO audit CLI — score any page, extract competitor keywords, generate optimized meta tags, and draft SEO blog outlines. Powered by KianBot.ai.
Track your SEO results for free with KB365Service — privacy-first analytics, no cookies, install in 30 seconds.
Demo
Install
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 (requires KianBot API key) |
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 # AI meta tags — needs KianBot API key export KIANBOT_API_KEY=your_key_here seoclaw meta https://yourdomain.com # Competitor keyword gap seoclaw gap https://yourdomain.com https://competitor.com # Blog topic outline seoclaw blog "best CRM software for small business 2025"
Get Your KianBot API Key
- Sign up free at kianbot.ai
- Go to Settings → API Key
- Copy your key and set
KIANBOT_API_KEY=your_keyin.env
Track Your Results for Free
After you run SEOClaw and start improving your pages, track the traffic impact with KB365Service — a free, privacy-first analytics platform built by KB Software.
<!-- Add to your site's <head> — takes 30 seconds --> <script src="https://kb365service.com/tracker.js?id=YOUR_SITE_ID"></script>
No cookies. No fingerprinting. No third-party data sharing. Get started free →
Config
Create a .env file in your project root:
# Required for AI commands (meta, blog) KIANBOT_API_KEY=your_kianbot_api_key # Get yours at kianbot.ai
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 KianBot.ai (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
















