跳转至

seo-audit

0 · ✅ 活跃 · 技能

类型 技能 分类 研究
星数 ⭐ 0 状态 ✅ 活跃
作者 Haniubub 更新时间

一句话介绍

面向 DeepSeek Harness 的本地化与技术 SEO 审计工具包:确定性 Python 测量(53 个脚本)+ LLM 判断(24 个子技能、18 个代理)、加权评分、按业务类型门控的多代理扇出、schema.org、E-E-A-T、GBP、GEO/AI Overviews。

详细介绍

English | 简体中文 A production-grade SEO audit toolkit built for DeepSeek Harness (DSH) that runs a full, weighted technical, content, schema and local audit on any website — self-contained and strictly local: no Claude Code, no plugin marketplace, no third-party SaaS, no per-domain pricing, and no API key required for the core audit. It executes as a plain CLI + agent library in the DeepSeek Harness environment and works out of the box. Unlike SEO skills bound to Claude Code, seo-audit is DSH-native: you run it in the harness you already use, with nothing leaving your machine. Built for local SEO, technical SEO, schema.org, E-E-A-T, GEO / AI Overviews, Google Business Profile (GBP), on-page & content audits across any i

🚀 快速开始

Claude Sonnet 5: (0.10 M × $2)   + (0.025 M × $10)   = $0.20 + $0.25 = $0.45
Claude Opus 5:   (0.10 M × $5)   + (0.025 M × $25)   = $0.50 + $0.625 = $1.13
DeepSeek V3.2:   (0.10 M × $0.27)+ (0.025 M × $0.40)  = $0.027 + $0.01 = $0.037

📚 更多信息

Quick answer

seo-audit is a free, local SEO audit toolkit for DeepSeek Harness (DSH). You run one command (./seo audit <url>) and get a weighted, prioritised action plan covering technical SEO, on-page, schema/JSON-LD, E-E-A-T, GEO/AI Overviews, Local/GBP, backlinks, e-commerce, sitemap, image SEO, content briefs, keyword clustering, drift tracking and Google APIs (PSI/CrUX/GSC). It runs on your own mach

Example output

A sample of the top recommendations an audit produces, with their four fields. These are illustrative (anonymised, no real site data) — they show the shape of the output, not a specific client's findings. ① Complete the local structured data (LocalBusiness / Restaurant) ② Fix a case-sensitive asset path (stylesheet 404) ③ Add crawlable fallback content + robots & sitemap These three sp

Quick start

New here? See docs/TUTORIAL.md — an end-to-end audit in 5 minutes. cd seo-toolkit ./setup.sh # installs workspace-local deps + Playwright Chromium ./seo doctor # environment health check ./seo audit https://example.com # full weighted audit ./seo technical # technical SEO (9 categories) ./seo page # on-page / content signals ./seo schema # schema.org / LocalBu

Architecture

seo-toolkit/ ├── seo.py # CLI orchestrator (weighted score, redaction, gating) ├── lib/ # measurement core (fetch, report, drift, checks_*) ├── scripts/ # 53 ported measurement scripts ├── skills/ # 24 sub-skill prompt packs + reference knowledge ├── agents/ # 18 specialist agent prompts ├── extensions/ # DataForSEO, Firecrawl, Ahrefs, Bing, Banana, … ├── schema/ pdf/ data/ # support assets └── au

🔗 链接