docs/zh-CN/skills/seo/SKILL.md
审计、规划并实施SEO改进,涵盖技术SEO、页面优化、结构化数据、核心网页指标和内容策略。当用户希望提升搜索可见性、进行SEO修复、使用架构标记、处理站点地图/robots文件或进行关键词映射时使用。
npx skillsauth add affaan-m/everything-claude-code seoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过技术正确性、性能和内容相关性提升搜索可见性,而非依赖花哨手段。
在以下情况使用此技能:
robots.txt 应允许重要页面并屏蔽低价值内容noindexArticle / BlogPostingProduct 和 OfferBreadcrumbListFAQPageH1H2 和 H3 应反映实际内容层级主要主题 - 特定修饰词 | 品牌
行动 + 主题 + 价值主张 + 一个支撑细节
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Page Title Here",
"author": {
"@type": "Person",
"name": "Author Name"
},
"publisher": {
"@type": "Organization",
"name": "Brand Name"
}
}
[HIGH] 产品页面上的重复标题标签
位置:src/routes/products/[slug].tsx
问题:动态标题会折叠为相同的默认字符串,这会削弱相关性并产生重复信号。
修复:使用产品名称和主要类别为每个产品生成唯一的标题。
| 反模式 | 修复方法 | | --- | --- | | 关键词堆砌 | 优先为用户写作 | | 内容单薄的近似重复页面 | 合并或差异化处理 | | 为不存在的内容添加架构 | 使架构与实际内容匹配 | | 未检查实际页面就提供内容建议 | 先阅读真实页面 | | 泛泛的“改进SEO”输出 | 将每条建议与具体页面或资源关联 |
seo-specialistfrontend-patternsbrand-voicemarket-researchdata-ai
Run team-based orchestration for agent squads using work items, ownership, agent Kanban, merge gates, and control pane handoffs.
data-ai
Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses.
development
React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages.
tools
React and Next.js performance optimization patterns adapted from Vercel Engineering's React Best Practices (https://github.com/vercel-labs/agent-skills). Organizes 70+ rules across 8 priority categories — waterfalls, bundle size, server-side, client fetching, re-render, rendering, JS micro-perf, advanced. Use when writing, reviewing, or refactoring React/Next.js code for performance.