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.
npm install -g seoclaw-by-kb-software
Or run without installing:
npx seoclaw-by-kb-software audit https://yoursite.com
| 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 |
seoclaw audit https://yourdomain.com
export KIANBOT_API_KEY=your_key_here
seoclaw meta https://yourdomain.com
seoclaw gap https://yourdomain.com https://competitor.com
seoclaw blog "best CRM software for small business 2025"
- Sign up free at
kianbot.ai - Go to
Settings β API Key - Copy your key and set
KIANBOT_API_KEY=your_key
in.env
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 β
Create a .env
file in your project root:
KIANBOT_API_KEY=your_kianbot_api_key
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)
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
MIT β KianBot.ai
Made by KianBot.ai Β· Track traffic free with KB365Service