seo-content-marketing-claude-skills
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSEO & Content Marketing Skills Suite
SEO与内容营销技能工具套件
Skill by ara.so — Marketing Skills collection.
A structured command and workflow suite for SEO and content marketing tasks, derived from alirezarezvani/claude-skills. Provides 10 specialized commands and 5 multi-step workflows with consistent structured output UI for keyword research, content audits, SERP analysis, technical SEO, and content strategy.
由ara.so开发的技能——营销技能合集。
这是一套用于SEO和内容营销任务的结构化命令与工作流套件,改编自alirezarezvani/claude-skills。它提供10个专业命令和5个多步骤工作流,具备统一的结构化输出界面,可用于关键词研究、内容审计、SERP分析、技术SEO和内容策略制定。
What This Project Does
项目功能
This skill suite provides AI agents with SEO and content marketing expertise through:
- 10 specialized commands for keyword research, audits, SERP monitoring, link prospecting, and more
- 5 multi-step workflows for complete SEO sprints, launches, content refresh, and AI content pipelines
- Consistent UI patterns with progress tracking, findings tables, prioritized actions, and next steps
- Structured output that always shows current state and actionable recommendations
All commands follow a 5-step interaction pattern: scope confirmation → live analysis → findings table → action plan → next steps.
该技能套件通过以下方式为AI Agent赋予SEO和内容营销专业能力:
- 10个专业命令:覆盖关键词研究、审计、SERP监控、链接挖掘等场景
- 5个多步骤工作流:支持完整SEO冲刺、网站上线、内容更新和AI内容流水线等全流程
- 统一UI模式:包含进度跟踪、结果表格、优先级行动方案和后续步骤
- 结构化输出:始终展示当前状态和可执行建议
所有命令遵循5步交互模式:范围确认 → 实时分析 → 结果表格 → 行动方案 → 后续步骤。
Installation
安装方法
Method 1: Clone to Claude Skills Directory
方法1:克隆到Claude技能目录
bash
undefinedbash
undefinedClone the repository
克隆仓库
Copy to Claude skills directory
复制到Claude技能目录
cp -r r02-alirezarezvani-claude-skills-seo ~/.claude/skills/seo-content-marketing/
undefinedcp -r r02-alirezarezvani-claude-skills-seo ~/.claude/skills/seo-content-marketing/
undefinedMethod 2: Register in Claude Code Session
方法2:在Claude代码会话中注册
bash
undefinedbash
undefinedIn a Claude Code session, read the skill file
在Claude代码会话中读取技能文件
/read ~/.claude/skills/seo-content-marketing/SKILL.md
undefined/read ~/.claude/skills/seo-content-marketing/SKILL.md
undefinedMethod 3: Direct Integration
方法3:直接集成
Copy the skill commands directly into your Claude Code configuration or project workspace.
将技能命令直接复制到你的Claude代码配置或项目工作区中。
Core Commands
核心命令
Keyword Research
关键词研究
Deep keyword clustering with opportunity scoring and SERP intent mapping.
bash
undefined深度关键词聚类,包含机会评分和SERP意图映射。
bash
undefinedBasic keyword research
基础关键词研究
/keyword-research "project management software"
/keyword-research "project management software"
With specific options
带特定选项
/keyword-research "email marketing" --intent transactional --volume >1000
/keyword-research "email marketing" --intent transactional --volume >1000
Export to file
导出到文件
/keyword-research "content marketing" --output csv --file keywords.csv
**Output structure:**
- Keyword clusters with search volume and difficulty
- SERP intent classification (informational, navigational, transactional)
- Opportunity score (competition vs. volume)
- Related long-tail variations
- Prioritized action plan/keyword-research "content marketing" --output csv --file keywords.csv
**输出结构:**
- 带搜索量和难度的关键词聚类
- SERP意图分类(信息型、导航型、交易型)
- 机会评分(竞争度vs搜索量)
- 相关长尾变体
- 优先级行动方案Content Audit
内容审计
Full-site content quality assessment with duplication and cannibalization detection.
bash
undefined全网站内容质量评估,包含重复内容和关键词 cannibalization(内部竞争)检测。
bash
undefinedFull site audit
全网站审计
/content-audit --scope full --domain example.com
/content-audit --scope full --domain example.com
Specific section
指定板块审计
/content-audit --scope /blog --domain example.com
/content-audit --scope /blog --domain example.com
With output format
指定输出格式
/content-audit --scope full --output md --file audit-report.md
**Output includes:**
- Content quality scores per page
- Duplicate content detection
- Keyword cannibalization matrix
- Thin content identification
- Prioritized optimization opportunities/content-audit --scope full --output md --file audit-report.md
**输出内容:**
- 单页面内容质量评分
- 重复内容检测
- 关键词内部竞争矩阵
- 低价值内容识别
- 优先级优化机会Technical SEO Audit
技术SEO审计
Comprehensive technical SEO analysis including crawl budget, Core Web Vitals, schema markup.
bash
undefined全面的技术SEO分析,包含抓取预算、Core Web Vitals、Schema标记等。
bash
undefinedComplete technical audit
完整技术审计
/technical-seo --domain example.com
/technical-seo --domain example.com
Focus on specific areas
聚焦特定领域
/technical-seo --domain example.com --focus core-web-vitals,schema
/technical-seo --domain example.com --focus core-web-vitals,schema
With recommendations
带详细建议
/technical-seo --domain example.com --recommendations detailed
**Analyzes:**
- Crawl budget efficiency
- Core Web Vitals (LCP, FID, CLS)
- Schema markup validation
- Indexability issues
- Robots.txt and sitemap health
- Mobile-friendliness/technical-seo --domain example.com --recommendations detailed
**分析维度:**
- 抓取预算效率
- Core Web Vitals(LCP、FID、CLS)
- Schema标记验证
- 索引问题
- Robots.txt和站点地图健康度
- 移动端适配性Competitor Gap Analysis
竞品差距分析
Backlink, topic, and featured snippet opportunity identification.
bash
undefined识别反向链接、主题和特色摘要的机会。
bash
undefinedAnalyze competitor gaps
分析竞品差距
/competitor-gap --domain example.com --competitors competitor1.com,competitor2.com
/competitor-gap --domain example.com --competitors competitor1.com,competitor2.com
Focus on backlinks
聚焦反向链接
/competitor-gap --domain example.com --competitors competitor1.com --focus backlinks
/competitor-gap --domain example.com --competitors competitor1.com --focus backlinks
Topic gap only
仅分析主题差距
/competitor-gap --domain example.com --competitors competitor1.com --focus topics
**Provides:**
- Backlink gap analysis with DR/DA scores
- Topic coverage gaps
- Featured snippet opportunities
- Content format gaps (video, infographics, tools)/competitor-gap --domain example.com --competitors competitor1.com --focus topics
**提供内容:**
- 带DR/DA评分的反向链接差距分析
- 主题覆盖差距
- 特色摘要机会
- 内容格式差距(视频、信息图、工具)SEO Content Brief Generation
SEO内容 brief 生成
AI-generated content briefs with outlines, NLP terms, and word count targets.
bash
undefinedAI生成的内容 brief,包含大纲、NLP术语和字数目标。
bash
undefinedGenerate content brief
生成内容brief
/content-brief "how to do keyword research"
/content-brief "how to do keyword research"
With specific parameters
带特定参数
/content-brief "email marketing best practices" --words 2000-2500 --tone professional
/content-brief "email marketing best practices" --words 2000-2500 --tone professional
Include competitor analysis
包含竞品分析
/content-brief "content strategy guide" --competitors 5 --nlp-terms true
**Brief includes:**
- Target keyword and variations
- Recommended word count based on SERP analysis
- H2/H3 outline structure
- NLP terms and entities to include
- Competitor content analysis
- Internal linking suggestions/content-brief "content strategy guide" --competitors 5 --nlp-terms true
**Brief包含:**
- 目标关键词及变体
- 基于SERP分析的推荐字数
- H2/H3大纲结构
- 需要包含的NLP术语和实体
- 竞品内容分析
- 内部链接建议SERP Monitoring
SERP监控
Rank tracking with volatility alerts and CTR optimization recommendations.
bash
undefined排名跟踪,包含波动预警和CTR优化建议。
bash
undefinedMonitor keyword rankings
监控关键词排名
/serp-monitor --keywords keywords.txt --domain example.com
/serp-monitor --keywords keywords.txt --domain example.com
Daily report
每日报告
/serp-monitor --keywords keywords.txt --frequency daily --alerts true
/serp-monitor --keywords keywords.txt --frequency daily --alerts true
Specific search engine and location
指定搜索引擎和地区
/serp-monitor --keywords keywords.txt --engine google --location "New York, US"
**Tracking features:**
- Daily rank positions
- Volatility alerts (unusual fluctuations)
- CTR optimization opportunities
- Featured snippet tracking
- SERP feature presence (PAA, videos, local pack)/serp-monitor --keywords keywords.txt --engine google --location "New York, US"
**跟踪功能:**
- 每日排名位置
- 波动预警(异常波动)
- CTR优化机会
- 特色摘要跟踪
- SERP功能存在情况(PAA、视频、本地包)Link Prospecting
链接挖掘
Quality backlink prospect identification with outreach templates.
bash
undefined优质反向链接 prospect(潜在对象)识别,包含 outreach(外展)模板。
bash
undefinedFind link prospects
寻找链接潜在对象
/link-prospecting --topic "content marketing" --min-da 30
/link-prospecting --topic "content marketing" --min-da 30
With filters
带筛选条件
/link-prospecting --topic "SEO tools" --min-da 40 --min-dr 35 --type guest-post
/link-prospecting --topic "SEO tools" --min-da 40 --min-dr 35 --type guest-post
Generate outreach templates
生成外展模板
/link-prospecting --topic "digital marketing" --templates true
**Output:**
- Prospect URLs with DA/DR scores
- Contact information discovery
- Relevance scoring
- Outreach email templates
- Follow-up sequence recommendations/link-prospecting --topic "digital marketing" --templates true
**输出内容:**
- 带DA/DR评分的潜在对象URL
- 联系信息挖掘
- 相关性评分
- 外展邮件模板
- 跟进序列建议Page Speed SEO Analysis
页面速度SEO分析
Performance diagnostics mapped to ranking impact.
bash
undefined与排名影响关联的性能诊断。
bash
undefinedAnalyze page speed
分析页面速度
/page-speed-seo --url https://example.com/page
/page-speed-seo --url https://example.com/page
Full site analysis
全网站分析
/page-speed-seo --domain example.com --pages 50
/page-speed-seo --domain example.com --pages 50
Mobile focus
聚焦移动端
/page-speed-seo --url https://example.com/page --device mobile
**Diagnoses:**
- Render-blocking resources
- Largest Contentful Paint (LCP)
- Cumulative Layout Shift (CLS)
- First Input Delay (FID)
- SEO ranking impact assessment
- Prioritized fixes with implementation steps/page-speed-seo --url https://example.com/page --device mobile
**诊断内容:**
- 渲染阻塞资源
- Largest Contentful Paint (LCP)
- Cumulative Layout Shift (CLS)
- First Input Delay (FID)
- SEO排名影响评估
- 带实施步骤的优先级修复方案Local SEO Audit
本地SEO审计
NAP consistency, Google Business Profile optimization, and citation audit.
bash
undefinedNAP一致性、Google Business Profile优化和引用审计。
bash
undefinedLocal SEO audit
本地SEO审计
/local-seo --business "Example Business" --location "New York, NY"
/local-seo --business "Example Business" --location "New York, NY"
Focus areas
聚焦特定领域
/local-seo --business "Example Business" --focus nap,citations
/local-seo --business "Example Business" --focus nap,citations
With GMB optimization
包含GMB优化
/local-seo --business "Example Business" --gmb-profile true
**Checks:**
- NAP (Name, Address, Phone) consistency across directories
- Google Business Profile completeness and optimization
- Local citation quality and quantity
- Review management status
- Local schema markup
- Local pack ranking factors/local-seo --business "Example Business" --gmb-profile true
**检查维度:**
- 各目录中的NAP(名称、地址、电话)一致性
- Google Business Profile的完整性和优化情况
- 本地引用的质量和数量
- 评论管理状态
- 本地Schema标记
- 本地包排名因素Content Calendar Generation
内容日历生成
Data-driven editorial calendar based on search demand and seasonality.
bash
undefined基于搜索需求和季节性的数据驱动编辑日历。
bash
undefinedGenerate content calendar
生成内容日历
/content-calendar --topics topics.txt --months 3
/content-calendar --topics topics.txt --months 3
With keyword research integration
集成关键词研究
/content-calendar --topics topics.txt --months 6 --keyword-research true
/content-calendar --topics topics.txt --months 6 --keyword-research true
Export calendar
导出日历
/content-calendar --topics topics.txt --months 3 --output google-calendar
**Calendar includes:**
- Topic scheduling based on search trends
- Seasonal opportunity identification
- Content format recommendations
- Target keyword assignments
- Production timeline estimates
- Resource allocation suggestions/content-calendar --topics topics.txt --months 3 --output google-calendar
**日历包含:**
- 基于搜索趋势的主题排期
- 季节性机会识别
- 内容格式建议
- 目标关键词分配
- 制作时间预估
- 资源分配建议Multi-Step Workflows
多步骤工作流
Full SEO Sprint
完整SEO冲刺
12-step comprehensive SEO process from audit to execution.
bash
undefined从审计到执行的12步全面SEO流程。
bash
undefinedRun full SEO sprint
运行完整SEO冲刺
/workflows:full-seo-sprint example.com --scope full
/workflows:full-seo-sprint example.com --scope full
With specific focus areas
聚焦特定领域
/workflows:full-seo-sprint example.com --focus technical,content
**Workflow steps:**
1. Technical audit
2. Content audit
3. Keyword research and mapping
4. Competitor analysis
5. On-page optimization plan
6. Content gap identification
7. Internal linking strategy
8. Schema markup recommendations
9. Page speed optimization
10. Backlink strategy
11. Content calendar creation
12. Measurement and KPI setup/workflows:full-seo-sprint example.com --focus technical,content
**工作流步骤:**
1. 技术审计
2. 内容审计
3. 关键词研究与映射
4. 竞品分析
5. 页面优化方案
6. 内容差距识别
7. 内部链接策略
8. Schema标记建议
9. 页面速度优化
10. 反向链接策略
11. 内容日历创建
12. 测量与KPI设置Launch SEO
上线前SEO
Pre-launch SEO checklist and validation.
bash
undefined上线前SEO检查清单与验证。
bash
undefinedPre-launch SEO check
上线前SEO检查
/workflows:launch-seo example.com
/workflows:launch-seo example.com
With specific validations
指定验证项
/workflows:launch-seo example.com --checks canonical,hreflang,sitemap
**Validates:**
- Canonical tag implementation
- Hreflang configuration (multi-language sites)
- XML sitemap generation and submission
- Robots.txt configuration
- 301 redirect mapping
- Schema markup implementation
- Google Analytics and Search Console setup
- Mobile responsiveness
- Page speed baselines/workflows:launch-seo example.com --checks canonical,hreflang,sitemap
**验证内容:**
- Canonical标签实现
- Hreflang配置(多语言网站)
- XML站点地图生成与提交
- Robots.txt配置
- 301重定向映射
- Schema标记实现
- Google Analytics和Search Console设置
- 移动端响应性
- 页面速度基准Content Refresh
内容更新
Identify and optimize underperforming content to recover rankings.
bash
undefined识别并优化表现不佳的内容以恢复排名。
bash
undefinedContent refresh workflow
内容更新工作流
/workflows:content-refresh example.com
/workflows:content-refresh example.com
Target specific ranking drop
针对特定排名下降情况
/workflows:content-refresh example.com --ranking-drop >10
**Process:**
1. Identify ranking decline pages
2. Analyze current vs. historical performance
3. Assess SERP changes and intent shifts
4. Generate refresh recommendations
5. Create updated content briefs
6. Prioritize by traffic recovery potential
7. Set measurement benchmarks/workflows:content-refresh example.com --ranking-drop >10
**流程:**
1. 识别排名下降页面
2. 分析当前与历史表现
3. 评估SERP变化和意图转变
4. 生成更新建议
5. 创建更新后的内容brief
6. 按流量恢复潜力优先级排序
7. 设置衡量基准Authority Building
权威构建
End-to-end digital PR and link-building campaign.
bash
undefined端到端的数字PR和链接建设活动。
bash
undefinedAuthority building campaign
权威构建活动
/workflows:authority-building example.com --niche "content marketing"
/workflows:authority-building example.com --niche "content marketing"
With outreach automation
带外展自动化
/workflows:authority-building example.com --niche "SEO" --outreach true
**Campaign steps:**
1. Link-worthy asset identification
2. Content upgrade recommendations
3. Linkable asset creation brief
4. Prospect list building
5. Outreach template generation
6. Follow-up sequence setup
7. Relationship management plan
8. Link acquisition tracking/workflows:authority-building example.com --niche "SEO" --outreach true
**活动步骤:**
1. 识别值得链接的资产
2. 内容升级建议
3. 可链接资产创建brief
4. 潜在对象列表构建
5. 外展模板生成
6. 跟进序列设置
7. 关系管理方案
8. 链接获取跟踪AI Content Pipeline
AI内容流水线
End-to-end automated content creation workflow.
bash
undefined端到端的自动化内容创建工作流。
bash
undefinedAI content pipeline
AI内容流水线
/workflows:ai-content-pipeline --keywords keywords.txt
/workflows:ai-content-pipeline --keywords keywords.txt
With quality gates
带质量审核关卡
/workflows:ai-content-pipeline --keywords keywords.txt --review-gates true
**Pipeline stages:**
1. Keyword selection and clustering
2. Content brief generation
3. Outline creation
4. AI draft generation
5. SEO optimization (NLP terms, headings)
6. Fact-checking and quality review
7. Internal linking insertion
8. Meta data creation
9. Image optimization recommendations
10. Publishing preparation/workflows:ai-content-pipeline --keywords keywords.txt --review-gates true
**流水线阶段:**
1. 关键词选择与聚类
2. 内容brief生成
3. 大纲创建
4. AI草稿生成
5. SEO优化(NLP术语、标题)
6. 事实核查与质量审核
7. 内部链接插入
8. 元数据创建
9. 图片优化建议
10. 发布准备Configuration
配置
Environment Variables
环境变量
Commands may use these environment variables for API integrations:
bash
undefined命令可能使用以下环境变量进行API集成:
bash
undefinedSEO tool APIs
SEO工具API
export SEMRUSH_API_KEY="your-semrush-key"
export AHREFS_API_KEY="your-ahrefs-key"
export MOZ_API_KEY="your-moz-key"
export SEMRUSH_API_KEY="your-semrush-key"
export AHREFS_API_KEY="your-ahrefs-key"
export MOZ_API_KEY="your-moz-key"
Search Console and Analytics
Search Console和Analytics
export GOOGLE_SEARCH_CONSOLE_CREDENTIALS="path/to/credentials.json"
export GOOGLE_ANALYTICS_CREDENTIALS="path/to/ga-credentials.json"
export GOOGLE_SEARCH_CONSOLE_CREDENTIALS="path/to/credentials.json"
export GOOGLE_ANALYTICS_CREDENTIALS="path/to/ga-credentials.json"
Page speed APIs
页面速度API
export GOOGLE_PAGESPEED_API_KEY="your-pagespeed-key"
export GOOGLE_PAGESPEED_API_KEY="your-pagespeed-key"
Crawling
爬取工具
export SCREAMING_FROG_LICENSE="your-license-key"
undefinedexport SCREAMING_FROG_LICENSE="your-license-key"
undefinedCommand Options
命令选项
Global options available for most commands:
bash
--output [md|csv|json|html] # Output format
--file <path> # Export to file
--verbose # Detailed logging
--domain <domain> # Target domain
--scope [full|section|page] # Analysis scope大多数命令支持以下全局选项:
bash
--output [md|csv|json|html] # 输出格式
--file <path> # 导出到文件
--verbose # 详细日志
--domain <domain> # 目标域名
--scope [full|section|page] # 分析范围Common Patterns
常见模式
Integration with Existing Workflows
与现有工作流集成
bash
undefinedbash
undefinedMorning SEO check routine
每日SEO检查流程
/serp-monitor --keywords priority-keywords.txt --domain example.com --frequency daily
/technical-seo --domain example.com --focus core-web-vitals --quick true
/serp-monitor --keywords priority-keywords.txt --domain example.com --frequency daily
/technical-seo --domain example.com --focus core-web-vitals --quick true
Weekly content planning
每周内容规划
/keyword-research --input content-ideas.txt --output csv --file weekly-keywords.csv
/content-calendar --keywords weekly-keywords.csv --months 1
/keyword-research --input content-ideas.txt --output csv --file weekly-keywords.csv
/content-calendar --keywords weekly-keywords.csv --months 1
Monthly comprehensive audit
每月全面审计
/workflows:full-seo-sprint example.com --scope full --output html --file monthly-report.html
undefined/workflows:full-seo-sprint example.com --scope full --output html --file monthly-report.html
undefinedCombining Commands
命令组合使用
bash
undefinedbash
undefinedResearch → Brief → Calendar pipeline
研究→Brief→日历流水线
/keyword-research "email marketing" --output json --file keywords.json
/content-brief --keywords keywords.json --output md --file briefs/
/content-calendar --briefs briefs/ --months 3 --output google-calendar
/keyword-research "email marketing" --output json --file keywords.json
/content-brief --keywords keywords.json --output md --file briefs/
/content-calendar --briefs briefs/ --months 3 --output google-calendar
Technical fix → Monitor workflow
技术修复→监控工作流
/technical-seo --domain example.com --recommendations detailed
/technical-seo --domain example.com --recommendations detailed
(implement fixes)
(实施修复)
/page-speed-seo --domain example.com --baseline true
/page-speed-seo --domain example.com --baseline true
(wait 7 days)
(等待7天)
/page-speed-seo --domain example.com --compare baseline
undefined/page-speed-seo --domain example.com --compare baseline
undefinedAutomation Scripts
自动化脚本
bash
#!/bin/bashbash
#!/bin/bashDaily SEO monitoring script
每日SEO监控脚本
DOMAIN="example.com"
DATE=$(date +%Y-%m-%d)
DOMAIN="example.com"
DATE=$(date +%Y-%m-%d)
Check rankings
检查排名
/serp-monitor --keywords keywords.txt --domain $DOMAIN --output csv --file "reports/rankings-$DATE.csv"
/serp-monitor --keywords keywords.txt --domain $DOMAIN --output csv --file "reports/rankings-$DATE.csv"
Check page speed
检查页面速度
/page-speed-seo --domain $DOMAIN --pages top-10.txt --output json --file "reports/speed-$DATE.json"
/page-speed-seo --domain $DOMAIN --pages top-10.txt --output json --file "reports/speed-$DATE.json"
Alert on issues
异常告警
/technical-seo --domain $DOMAIN --quick true --alerts-only true
undefined/technical-seo --domain $DOMAIN --quick true --alerts-only true
undefinedOutput Format Examples
输出格式示例
Progress Display
进度显示
All commands show real-time progress:
╔══════════════════════════════════════════════════╗
║ Keyword Research — "content marketing" ║
╠══════════════════════════════════════════════════╣
║ Fetching volume … [██████████] 100% Done ✓ ║
║ Clustering … [████████░░] 80% 324/405║
║ Scoring difficulty … [███░░░░░░░] 30% 122/405║
╚══════════════════════════════════════════════════╝所有命令都会显示实时进度:
╔══════════════════════════════════════════════════╗
║ Keyword Research — "content marketing" ║
╠══════════════════════════════════════════════════╣
║ Fetching volume … [██████████] 100% Done ✓ ║
║ Clustering … [████████░░] 80% 324/405║
║ Scoring difficulty … [███░░░░░░░] 30% 122/405║
╚══════════════════════════════════════════════════╝Findings Table
结果表格
Results presented in prioritized tables:
┌──────────────────────────┬────────┬────────┬──────────┬────────┐
│ Keyword │ Volume │ Diff. │ Intent │ Score │
├──────────────────────────┼────────┼────────┼──────────┼────────┤
│ content marketing tips │ 🔴 22K │ 🟢 32 │ Info │ ⭐⭐⭐⭐ │
│ what is content marketing│ 🟠 18K │ 🟡 45 │ Info │ ⭐⭐⭐ │
│ content marketing tools │ 🟡 12K │ 🔴 68 │ Trans │ ⭐⭐ │
│ content marketing guide │ 🟢 8K │ 🟢 28 │ Info │ ⭐⭐⭐⭐ │
└──────────────────────────┴────────┴────────┴──────────┴────────┘结果以优先级表格呈现:
┌──────────────────────────┬────────┬────────┬──────────┬────────┐
│ Keyword │ Volume │ Diff. │ Intent │ Score │
├──────────────────────────┼────────┼────────┼──────────┼────────┤
│ content marketing tips │ 🔴 22K │ 🟢 32 │ Info │ ⭐⭐⭐⭐ │
│ what is content marketing│ 🟠 18K │ 🟡 45 │ Info │ ⭐⭐⭐ │
│ content marketing tools │ 🟡 12K │ 🔴 68 │ Trans │ ⭐⭐ │
│ content marketing guide │ 🟢 8K │ 🟢 28 │ Info │ ⭐⭐⭐⭐ │
└──────────────────────────┴────────┴────────┴──────────┴────────┘Action Plan
行动方案
Prioritized recommendations with time estimates:
═══════════════════════════════════════════════════
ACTION PLAN — Prioritized by Impact
═══════════════════════════════════════════════════
🔥 QUICK WINS (This Week)
☐ Target "content marketing tips" (Est: 2h)
☐ Optimize existing guide for "content marketing guide" (Est: 3h)
☐ Add FAQ schema to top 5 pages (Est: 1h)
⚡ MEDIUM-TERM (This Month)
☐ Create comprehensive guide for "what is content marketing" (Est: 8h)
☐ Build topic cluster around "content marketing strategy" (Est: 20h)
☐ Launch link building campaign (Est: 40h)
🎯 STRATEGIC (This Quarter)
☐ Develop content marketing tools/calculator (Est: 80h)
☐ Build authority with digital PR campaign (Est: 60h)
☐ Video content series for YouTube optimization (Est: 100h)带时间预估的优先级建议:
═══════════════════════════════════════════════════
ACTION PLAN — Prioritized by Impact
═══════════════════════════════════════════════════
🔥 QUICK WINS (This Week)
☐ Target "content marketing tips" (Est: 2h)
☐ Optimize existing guide for "content marketing guide" (Est: 3h)
☐ Add FAQ schema to top 5 pages (Est: 1h)
⚡ MEDIUM-TERM (This Month)
☐ Create comprehensive guide for "what is content marketing" (Est: 8h)
☐ Build topic cluster around "content marketing strategy" (Est: 20h)
☐ Launch link building campaign (Est: 40h)
🎯 STRATEGIC (This Quarter)
☐ Develop content marketing tools/calculator (Est: 80h)
☐ Build authority with digital PR campaign (Est: 60h)
☐ Video content series for YouTube optimization (Est: 100h)Troubleshooting
故障排除
Command Not Found
命令未找到
If commands aren't recognized:
bash
undefined如果命令无法被识别:
bash
undefinedVerify installation
验证安装
ls ~/.claude/skills/seo-content-marketing/
ls ~/.claude/skills/seo-content-marketing/
Re-read skill in Claude Code session
在Claude代码会话中重新读取技能
/read ~/.claude/skills/seo-content-marketing/SKILL.md
/read ~/.claude/skills/seo-content-marketing/SKILL.md
Check skill registration
检查技能注册
/skills list
undefined/skills list
undefinedAPI Rate Limits
API速率限制
When hitting API limits:
bash
undefined当触发API速率限制时:
bash
undefinedUse cache flag to reuse previous data
使用缓存标志复用之前的数据
/keyword-research "topic" --cache true
/keyword-research "topic" --cache true
Reduce scope
缩小范围
/content-audit --scope /blog --pages 100
/content-audit --scope /blog --pages 100
Batch process with delays
分批处理并添加延迟
/serp-monitor --keywords keywords.txt --batch-size 50 --delay 5
undefined/serp-monitor --keywords keywords.txt --batch-size 50 --delay 5
undefinedIncomplete Results
结果不完整
If analysis seems incomplete:
bash
undefined如果分析结果看起来不完整:
bash
undefinedIncrease timeout
增加超时时间
/technical-seo --domain example.com --timeout 300
/technical-seo --domain example.com --timeout 300
Enable verbose logging
启用详细日志
/content-audit --scope full --verbose true
/content-audit --scope full --verbose true
Check specific areas separately
单独检查特定领域
/technical-seo --domain example.com --focus schema
/technical-seo --domain example.com --focus core-web-vitals
undefined/technical-seo --domain example.com --focus schema
/technical-seo --domain example.com --focus core-web-vitals
undefinedExport Issues
导出问题
When exports fail:
bash
undefined当导出失败时:
bash
undefinedVerify output directory exists
验证输出目录存在
mkdir -p reports/
mkdir -p reports/
Use absolute paths
使用绝对路径
/keyword-research "topic" --output csv --file /absolute/path/to/keywords.csv
/keyword-research "topic" --output csv --file /absolute/path/to/keywords.csv
Try different format
尝试不同格式
/content-audit --output json # instead of csv or md
undefined/content-audit --output json # 替代csv或md
undefinedLarge Site Performance
大型网站性能
For large sites (>10,000 pages):
bash
undefined针对大型网站(>10,000页面):
bash
undefinedUse sampling
使用抽样
/content-audit --domain example.com --sample 1000
/content-audit --domain example.com --sample 1000
Process in sections
分板块处理
/content-audit --scope /blog --domain example.com
/content-audit --scope /products --domain example.com
/content-audit --scope /blog --domain example.com
/content-audit --scope /products --domain example.com
Use quick mode
使用快速模式
/technical-seo --domain example.com --quick true
undefined/technical-seo --domain example.com --quick true
undefinedBest Practices
最佳实践
Regular Monitoring Schedule
定期监控计划
bash
undefinedbash
undefinedDaily: Rankings and critical metrics
每日:排名和关键指标
/serp-monitor --keywords priority.txt --domain example.com
/serp-monitor --keywords priority.txt --domain example.com
Weekly: Technical health check
每周:技术健康检查
/technical-seo --domain example.com --quick true
/technical-seo --domain example.com --quick true
Monthly: Comprehensive audit
每月:全面审计
/workflows:full-seo-sprint example.com --scope full
/workflows:full-seo-sprint example.com --scope full
Quarterly: Competitor analysis
每季度:竞品分析
/competitor-gap --domain example.com --competitors competitors.txt
undefined/competitor-gap --domain example.com --competitors competitors.txt
undefinedContent Production Workflow
内容制作工作流
bash
undefinedbash
undefined1. Research phase
1. 研究阶段
/keyword-research --input content-ideas.txt --output csv --file keywords.csv
/keyword-research --input content-ideas.txt --output csv --file keywords.csv
2. Planning phase
2. 规划阶段
/content-brief --keywords keywords.csv --output md --file briefs/
/content-calendar --briefs briefs/ --months 3
/content-brief --keywords keywords.csv --output md --file briefs/
/content-calendar --briefs briefs/ --months 3
3. Production phase
3. 制作阶段
/workflows:ai-content-pipeline --briefs briefs/ --review-gates true
/workflows:ai-content-pipeline --briefs briefs/ --review-gates true
4. Optimization phase
4. 优化阶段
/content-audit --scope /new-content --domain example.com
undefined/content-audit --scope /new-content --domain example.com
undefinedLink Building Campaign
链接建设活动
bash
undefinedbash
undefined1. Identify opportunities
1. 识别机会
/competitor-gap --domain example.com --focus backlinks
/competitor-gap --domain example.com --focus backlinks
2. Find prospects
2. 寻找潜在对象
/link-prospecting --topic "your niche" --min-da 30 --templates true
/link-prospecting --topic "your niche" --min-da 30 --templates true
3. Launch campaign
3. 启动活动
/workflows:authority-building example.com --niche "your niche"
/workflows:authority-building example.com --niche "your niche"
4. Monitor progress
4. 监控进度
(track manually or integrate with outreach tools)
(手动跟踪或与外展工具集成)
undefinedundefinedIntegration Examples
集成示例
With CI/CD Pipelines
与CI/CD流水线集成
yaml
undefinedyaml
undefined.github/workflows/seo-check.yml
.github/workflows/seo-check.yml
name: SEO Health Check
on:
schedule:
- cron: '0 9 * * *' # Daily at 9 AM
jobs:
seo-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Technical SEO Audit
run: |
/technical-seo --domain ${{ secrets.DOMAIN }} --quick true --alerts-only true
- name: Check Page Speed
run: |
/page-speed-seo --domain ${{ secrets.DOMAIN }} --pages top-10.txt --threshold 90
undefinedname: SEO Health Check
on:
schedule:
- cron: '0 9 * * *' # 每日上午9点
jobs:
seo-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Technical SEO Audit
run: |
/technical-seo --domain ${{ secrets.DOMAIN }} --quick true --alerts-only true
- name: Check Page Speed
run: |
/page-speed-seo --domain ${{ secrets.DOMAIN }} --pages top-10.txt --threshold 90
undefinedWith Content Management Systems
与内容管理系统集成
javascript
// WordPress/Headless CMS integration example
const generateContentBrief = async (keyword) => {
// Use command to generate brief
const brief = await executeCommand(`/content-brief "${keyword}" --output json`);
// Create draft post in CMS
await cms.createDraft({
title: brief.title,
outline: brief.outline,
keywords: brief.keywords,
wordCount: brief.wordCount
});
};javascript
// WordPress/无头CMS集成示例
const generateContentBrief = async (keyword) => {
// 使用命令生成brief
const brief = await executeCommand(`/content-brief "${keyword}" --output json`);
// 在CMS中创建草稿
await cms.createDraft({
title: brief.title,
outline: brief.outline,
keywords: brief.keywords,
wordCount: brief.wordCount
});
};With Analytics Platforms
与分析平台集成
python
undefinedpython
undefinedPython script for automated reporting
自动化报告Python脚本
import subprocess
import json
def daily_seo_report():
# Run SERP monitoring
result = subprocess.run(
['/serp-monitor', '--keywords', 'keywords.txt', '--output', 'json'],
capture_output=True
)
data = json.loads(result.stdout)
# Send to analytics platform
analytics.track_rankings(data)
# Alert on significant changes
for keyword in data['keywords']:
if abs(keyword['position_change']) > 5:
alert.send(f"Ranking change: {keyword['term']} moved {keyword['position_change']} positions")undefinedimport subprocess
import json
def daily_seo_report():
# 运行SERP监控
result = subprocess.run(
['/serp-monitor', '--keywords', 'keywords.txt', '--output', 'json'],
capture_output=True
)
data = json.loads(result.stdout)
# 发送到分析平台
analytics.track_rankings(data)
# 对显著变化发出告警
for keyword in data['keywords']:
if abs(keyword['position_change']) > 5:
alert.send(f"Ranking change: {keyword['term']} moved {keyword['position_change']} positions")undefinedSupport and Resources
支持与资源
- Original Project: alirezarezvani/claude-skills
- This Adaptation: r02-alirezarezvani-claude-skills-seo
- Issues: Report issues specific to SEO commands in this repository
- License: MIT
- 原项目: alirezarezvani/claude-skills
- 本改编版: r02-alirezarezvani-claude-skills-seo
- 问题反馈: 在本仓库提交与SEO命令相关的问题
- 许可证: MIT