Technical SEO audit: Core Web Vitals, crawl, indexing, mobile, speed, architecture, redirects. 技术SEO/网站速度
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install technical-seo-checker或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install technical-seo-checker⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/technical-seo-checker/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: technical-seo-checker version: "4.0.0" description: 'Run technical SEO audits covering Core Web Vitals, crawlability, indexing, mobile-friendliness, and site architecture. Use when the user asks to "technical SEO audit", "check page speed", "Core Web Vitals", "crawl errors", "indexing problems", "site health check". For content element issues, see on-page-seo-auditor. For link architecture, see internal-linking-optimizer.' license: Apache-2.0 compatibility: "Claude Code ≥1.0, skills.sh marketplace, ClawHub marketplace, Vercel Labs skills ecosystem. No system packages required. Optional: MCP network access for SEO tool integrations." homepage: "https://github.com/aaron-he-zhu/seo-geo-claude-skills" allowed-tools: WebFetch metadata: author: aaron-he-zhu version: "4.0.0" geo-relevance: "low" tags: - seo - technical seo - page speed - core web vitals - crawlability - indexability - mobile-friendly - site speed - security audit - core-web-vitals - page-speed - lcp - cls - inp - ttfb - crawl-errors - robots-txt - xml-sitemap - hreflang - canonicalization - https - mobile-seo - redirect-chains - javascript-rendering - site-health triggers: - "technical SEO audit" - "check page speed" - "crawl issues" - "Core Web Vitals" - "site indexing problems" - "mobile-friendly check" - "site speed" - "my site is slow" - "Google can't crawl my site" - "mobile issues" - "indexing problems" ---
> SEO & GEO Skills Library · 20 skills for SEO + GEO · ClawHub · skills.sh
Browse all 20 skills
Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis
Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator
Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher
Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert-manager
Cross-cutting · content-quality-auditor · domain-authority-auditor · entity-optimizer · memory-management
This skill performs comprehensive technical SEO audits to identify issues that may prevent search engines from properly crawling, indexing, and ranking your site.
Perform a technical SEO audit for [URL/domain]
Check Core Web Vitals for [URL]
Audit crawlability and indexability for [domain]
Technical SEO checklist for migrating [old domain] to [new domain]
> See CONNECTORS.md for tool category placeholders.
With ~~web crawler + ~~page speed tool + ~~CDN connected: Claude can automatically crawl the entire site structure via ~~web crawler, pull Core Web Vitals and performance metrics from ~~page speed tool, analyze caching headers from ~~CDN, and fetch mobile-friendliness data. This enables comprehensive automated technical audits.
With manual data only: Ask the user to provide:
Proceed with the full audit using provided data. Note in the output which findings are from automated crawl vs. manual review.
When a user requests a technical SEO audit:
```markdown ## Crawlability Analysis
### Robots.txt Review
URL: [domain]/robots.txt Status: [Found/Not Found/Error]
Current Content: ``` [robots.txt content] ```
| Check | Status | Notes | |-------|--------|-------| | File exists | ✅/❌ | [notes] | | Valid syntax | ✅/⚠️/❌ | [errors found] | | Sitemap declared | ✅/❌ | [sitemap URL] | | Important pages blocked | ✅/⚠️/❌ | [blocked paths] | | Assets blocked | ✅/⚠️/❌ | [CSS/JS blocked?] | | Correct user-agents | ✅/⚠️/❌ | [notes] |
Issues Found: - [Issue 1] - [Issue 2]
Recommended robots.txt: ``` User-agent: * Allow: / Disallow: /admin/ Disallow: /private/
Sitemap: https://example.com/sitemap.xml ```
---
### XML Sitemap Review
Sitemap URL: [URL] Status: [Found/Not Found/Error]
| Check | Status | Notes | |-------|--------|-------| | Sitemap exists | ✅/❌ | [notes] | | Valid XML format | ✅/⚠️/❌ | [errors] | | In robots.txt | ✅/❌ | [notes] | | Submitted to ~~search console | ✅/⚠️/❌ | [notes] | | URLs count | [X] | [appropriate?] | | Only indexable URLs | ✅/⚠️/❌ | [notes] | | Includes priority | ✅/⚠️ | [notes] | | Includes lastmod | ✅/⚠️ | [accurate?] |
Issues Found: - [Issue 1]
---
### Crawl Budget Analysis
| Factor | Status | Impact | |--------|--------|--------| | Crawl errors | [X] errors | [Low/Med/High] | | Duplicate content | [X] pages | [Low/Med/High] | | Thin content | [X] pages | [Low/Med/High] | | Redirect chains | [X] found | [Low/Med/High] | | Orphan pages | [X] found | [Low/Med/High] |
Crawlability Score: [X]/10 ```
...
安装 Technical Seo Checker 后,可以对 AI 说这些话来触发它
Help me get started with Technical Seo Checker
Explains what Technical Seo Checker does, walks through the setup, and runs a quick demo based on your current project
Use Technical Seo Checker to technical SEO audit: Core Web Vitals, crawl, indexing, mobile, spee...
Invokes Technical Seo Checker with the right parameters and returns the result directly in the conversation
What can I do with Technical Seo Checker in my marketing & growth workflow?
Lists the top use cases for Technical Seo Checker, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/technical-seo-checker/ 目录(个人级,所有项目可用),或 .claude/skills/technical-seo-checker/(项目级)。重启 AI 客户端后,用 /technical-seo-checker 主动调用,或让 AI 根据上下文自动发现并使用。
Technical Seo Checker 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Technical Seo Checker 可免费安装使用。请查阅仓库了解许可证信息。
Technical SEO audit: Core Web Vitals, crawl, indexing, mobile, speed, architecture, redirects. 技术SEO/网站速度
Technical Seo Checker 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Technical Seo Checker
Identifies repetitive steps in your workflow and sets up Technical Seo Checker to handle them automatically