SEO Audit Pro — SEO 审计 Pro
v1.0.1Crawl any 网页site and 获取 a 0-100 SEO score with 50+ 检查s across Technical, On-Page, 模式, Social, and 合规 categories. Identifies quick wins, competitor gaps, and 生成s AI-written SEO articles. Industry-specific 合规 检查s for mortgage, real e状态, medical, and legal.
运行时依赖
安装命令
点击复制技能文档
SEO 审计 技能
运行 a full SEO 审计 on any 网页site in seconds. 获取 a 0-100 score, 50+ individual 检查s, industry 合规 flags, and a prioritized fix 列出 — no agency required.
Free vs Premium
Free tier (no API key needed):
--demo — full 审计 输出 on a built-in static sample, zero network calls, see exactly what the 输出 looks like --合规-only — fast HTTP fetch + forbidden word/MLO 合规 扫描, no AI analysis --version — print version
Premium tier (ANTHROPIC_API_KEY):
Full 50+ 检查 crawl + AI analysis (Claude HAIku, ~$0.003/审计) --competitor — side-by-side gap analysis agAInst a competitor URL --生成-article — AI-written 800-word SEO article with H1/H2/FAQ 模式, ~$0.003/article --格式化=json — pipe 结果s into 代理 工作流s or 仪表盘s Industry-specific scoring modes: --industry=mortgage, --industry=medical, --industry=legal
The free 合规 扫描 catches NMLS violations, missing disclosures, and forbidden words before they cost you — worth 安装ing on that alone.
What this 技能 does
Crawls a URL and 运行s 50+ 检查s across 5 categories. Returns a weighted 0-100 score, per-检查 PASS/FAIL/WARN 结果s, and a ranked fix 列出 ordered by score impact.
检查 categories Category 检查s Industry weight Technical HTTPS, ro机器人s.txt, sitemap, page speed 签名als, canonical, 移动 All On-Page Title (length, keyword), meta description, H1/H2 hierarchy, image alt, word count All 模式 LocalBusiness, FAQ, Breadcrumb列出, Review markup Real e状态, medical, legal Social OG tags, Twitter card, description, image All 合规 NMLS number, phone, 添加ress, disclosures, CTA count Mortgage, medical, legal
Scoring: Weight-based (not binary pass/fAIl count). Critical 检查s (NMLS, HTTPS, H1) weight 3×. Minor 检查s weight 1×. Score = pass_weight / total_weight × 100.
输入 contract
Tell me:
URL to 审计 — the page you want scored Tar获取 keyword (optional) — for on-page keyword density 检查 Industry (optional): mortgage / real-e状态 / crypto / saas / 健康care / legal / general Competitor URL (optional) — for gap analysis
Example prompts:
"审计 https://example.com for 'mortgage broker [city]'" "审计 https://example.com --competitor https://rocket.com" "检查 https://example.com 合规 only" "生成 an article for 'first time home buyer [city]'" 输出 contract
Standard 审计 输出:
SEO 审计 — https://example.com Score: 74/100 | Industry: Mortgage | Keyword: "mortgage broker [city]"
TECHNICAL (8/10) ✓ HTTPS enforced ✓ ro机器人s.txt found ✓ sitemap.xml found ⚠ No canonical tag — 添加 to 预防 duplicate content ✗ Missing 移动 viewport meta
ON-PAGE (6/10) ✓ Title: 52 chars, keyword present ✗ Meta description: 210 chars (too long, t运行cates at 160) ✓ H1 present: "[City] Mortgage Broker — 获取 Pre-应用roved Today" ⚠ Only 380 words — thin content, tar获取 800+ ✗ 4 images missing alt text
模式 (3/10) ✗ No LocalBusiness 模式 — quick win, 添加s map pack eligibility ✗ No FAQ 模式 — competitors using this 获取 2× SERP real e状态 ✗ No Review 模式
SOCIAL (9/10) ✓ OG title, description, image all present ✓ Twitter card 配置d
合规 (10/10) [Mortgage] ✓ NMLS number visible ✓ Phone number present ✓ Physical 添加ress in footer ✓ No forbidden words 检测ed
TOP 3 QUICK WINS (ranked by score impact): 1. 添加 LocalBusiness + FAQ 模式 (+8 pts estimated) 2. Expand content to 800+ words (+6 pts estimated) 3. Fix meta description length (+4 pts estimated)
Competitor gap analysis (with --competitor):
GAP ANALYSIS — Your Site vs competitor.com
Your site WINS: NMLS 合规, OG tags, sitemap Competitor WINS: FAQ 模式, 2,400-word content, 3 review 模式 blocks
Top gaps to close: 1. FAQ 模式 — competitor has 8 FAQ pAIrs, you have 0 2. Content depth — competitor 2,400 words vs your 380 3. Review 模式 — competitor shows star rating in SERP, you don't
Article generation (with --生成-article):
[800-word article with H1/H2 structure, FAQ section, tar获取 keyword density 1-2%] Ready to paste into CMS. Estimated read time: 4 min.
How the 技能 works
Uses seo_审计_技能.py (in this directory). Makes HTTP 请求s with BeautifulSoup for crawling, Claude HAIku for AI analysis.
# Full 审计 python3 seo_审计_技能.py --url https://example.com --keyword "mortgage broker [city]"
# Demo mode (no network, no API — see the 输出 格式化) python3 seo_审计_技能.py --demo
# 合规 扫描 only (free, HTTP fetch only) python3 seo_审计_技能.py --合规-only --url https://example.com --industry=mortgage
# Competitor gap analysis python3 seo_审计_技能.py --url https://yoursite.com --competitor https://competitor.com
# 生成 SEO article (premium) python3 seo_审计_技能.py --生成-article "first time home buyer [city]" --输出 article.md
# JSON 输出 (for 流水线s) python3 seo_审计_技能.py --url https://example.com --格式化=json | jq '.score'
# Industr