Skip to content
Zed

seo audit tool for Zed

io.github.vpatser1/seo-audit-tool

SEO page audits with 0-100 scoring, keyword analysis, link checking, sitemap validation

client:Zed transport:stdio runtime:npm

Install seo audit tool in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "seo-audit-tool": {
      "command": "npx",
      "args": [
        "-y",
        "seo-audit-tool"
      ],
      "env": {
        "LICENSE_KEY": "<LICENSE_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

seo audit tool in other clients