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
{
"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