# A Free AI SEO Tool That Audits Any Website in Seconds

> Source: <https://github.com/kian9375/seoclaw-by-kb-software>
> Published: 2026-05-25 14:59:40+00:00

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](https://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 |

```
# 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"
```

- Sign up free at
[kianbot.ai](https://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.

``` php
<!-- 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 →](https://kb365service.com)

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
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](https://kianbot.ai)

Made by [KianBot.ai](https://kianbot.ai) · Track traffic free with [KB365Service](https://kb365service.com)
