Audits, plans, and implements SEO improvements covering technical SEO, page optimization, structured data, Core Web Vitals, and content strategy. Use when better search visibility, SEO fixes, Schema markup, Sitemap/Robots work, or keyword mapping is needed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:seoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
通过技术正确性、性能和内容相关性来提升搜索可见性,而非取巧手段。
通过技术正确性、性能和内容相关性来提升搜索可见性,而非取巧手段。
在以下情况使用此技能:
robots.txt 应允许重要页面并阻止低价值页面noindexArticle / BlogPostingProduct 和 OfferBreadcrumbListFAQPageH1H2 和 H3 应反映实际内容层级主要主题 - 特定修饰词 | 品牌
行动 + 主题 + 价值主张 + 一个支撑细节
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "页面标题",
"author": {
"@type": "Person",
"name": "作者姓名"
},
"publisher": {
"@type": "Organization",
"name": "品牌名称"
}
}
[高] 产品页面上的重复标题标签
位置:src/routes/products/[slug].tsx
问题:动态标题坍缩为相同的默认字符串,削弱了相关性并产生重复信号。
修复:使用产品名称和主要类别为每个产品生成唯一标题。
| 反模式 | 修复 |
|---|---|
| 关键词堆砌 | 首先为用户而写 |
| 薄弱的近似重复页面 | 合并或区分它们 |
| 实际不存在的 Schema 内容 | 让 Schema 与现实匹配 |
| 不检查实际页面的内容建议 | 先阅读真实页面 |
| 泛泛的"改善 SEO"输出 | 将每个建议关联到具体页面或资产 |
seo-specialistfrontend-patternsbrand-voicemarket-researchnpx claudepluginhub aaione/everything-claude-code-zhOptimizes websites for search engines via technical SEO: robots.txt, meta robots, canonical URLs, XML sitemaps, URL structures, per Lighthouse audits and Google guidelines.