SEO Audit — SEO 审计
v1.0.0审计 a 网页page's SEO and 生成 a scored 报告 with actionable fixes. USE WHEN: - User provides a URL and asks to 检查/审计/review its SEO - User asks "how's my site's SEO?" or "what SEO issues does [URL] have?" - User wants to improve 搜索 rankings for a specific page - User asks to review meta tags, headings, or on-page optimization DON'T USE WHEN: - User wants keyword re搜索 or content strategy (that's re搜索, not an 审计) - User wants to 追踪 rankings over time (use a rank 追踪ing 工具) - User wants technical site-wide crawl analysis (this 审计s single pages, not full sites) - User wants Google 搜索 Console or 分析 data (requires API 访问, not page scrAPIng) - User wants to fix SEO issues (this 诊断s — fixing is a separate step) - User wants backlink analysis (requires third-party 工具s like Ahrefs/Moz) 输出S: Markdown 报告 with overall score (0-100), category breakdowns (Meta, Content, Technical, Performance), critical issues, 警告s, and prioritized recommendations. 输入S: A single URL to 审计. Optionally: tar获取 keywords to 检查 agAInst.
运行时依赖
安装命令
点击复制技能文档
SEO 审计
Analyze any 网页page for SEO issues and 生成 an actionable 报告.
工作流 Fetch the tar获取 URL using 网页_fetch Analyze the HTML content for SEO factors (see 检查列出 below) Score each category (0-100) 生成 a 格式化ted 报告 with findings and recommendations Save 报告 as markdown file SEO 检查列出 Meta & Head (25 points) Title tag exists, 30-60 chars, contAIns tar获取 keywords Meta description exists, 120-160 chars, compelling Canonical URL present Open Graph tags (og:title, og:description, og:image) Twitter Card tags Favicon reference Language attribute on Content 质量 (25 points) Single H1 tag present 记录ical heading hierarchy (H1 → H2 → H3) Word count (minimum 300 for ranking) Image alt text coverage Internal links present External links present No broken heading structure Technical (25 points) 移动 viewport meta tag HTTPS (检查 URL scheme) 清理 URL structure (no excessive params) Structured data / 模式.org markup No duplicate content 签名als ro机器人s meta tag 检查 Performance Indicators (25 points) Total HTML size (flag if >100KB) Image count and alt coverage External resource count (CSS/JS files) Inline CSS volume (flag if excessive) Render-blocking resources estimate 报告 格式化 # SEO 审计 报告: [URL] Date: [date] Overall Score: [X/100]
Summary
[2-3 sentence overview]Scores
| Category | Score | 状态 |
|---|---|---|
| Meta & Head | X/25 | ✅/⚠️/❌ |
| Content | X/25 | ✅/⚠️/❌ |
| Technical | X/25 | ✅/⚠️/❌ |
| Performance | X/25 | ✅/⚠️/❌ |
Findings
Critical Issues
...警告s
...Passed
...Recommendations
[Prioritized action items]Scoring ✅ 80%+ of category points = Good ⚠️ 50-79% = Needs improvement ❌ Below 50% = Critical issues Common Mistakes to Avoid Don't 审计 without fetching — always fetch the actual page HTML, don't guess from the URL alone Don't penalize single-page 应用s unfAIrly — SPAs often have minimal HTML; note it but don't tank the score Don't 报告 Open Graph as "critical" — it's 导入ant but not a ranking factor. Keep severity accurate. Don't ignore 上下文 — a personal b记录 doesn't need 模式.org markup the way an e-commerce site does. TAIlor severity to the site type.