Agent Skills
› mtarcure/claude-vibe-squad
› technical-seo-audit
technical-seo-audit
GitHub用于诊断网页或站点在搜索引擎中的爬取、索引和理解问题。检查robots、元数据、结构化数据等技术SEO因素,并将建议与爬取、索引或意图机制关联,不虚构指标。
触发场景
需要诊断页面为何未被搜索引擎收录
检查网站技术SEO合规性
安装
npx skills add mtarcure/claude-vibe-squad --skill technical-seo-audit -g -y
SKILL.md
Frontmatter
{
"name": "technical-seo-audit",
"audience": "specialist",
"description": "Use when diagnosing why a page or site may not be crawled, indexed, or understood by search engines: inspect robots, meta, canonical, sitemap, status, headings, internal links, and structured data; tie each recommendation to crawl, index, or intent without inventing ranking or traffic metrics."
}
Technical SEO Audit
Audit a page/site for search discoverability by mechanism — crawl, index, intent — without inventing metrics.
Steps
- Check indexability: robots/meta directives, canonical tags, sitemap presence, HTTP status.
- Audit on-page technical SEO: titles, meta descriptions, heading hierarchy, internal linking.
- Validate structured data (see
structured-data-authoring). - Record source date, locale, and device assumptions for every finding.
- Write each recommendation with the mechanism it moves (crawl/index/intent); mark anything requiring live analytics as "measure after connector."
Acceptance
- Every recommendation names the mechanism it affects.
- Structured data is validated.
- No fabricated rankings/traffic; measurement gaps are explicitly deferred to a connector.
版本历史
- d5262e2 当前 2026-09-11 11:46


