seo-keyword-metrics
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSEO Keyword Metrics
SEO关键词指标
Enrich the keyword candidate pool with quantitative metrics: search volume, keyword difficulty, and search intent.
为关键词候选池补充量化指标:搜索量、关键词难度(KD)和搜索意图。
Credentials Check
凭证检查
If or are missing, tell the user:
DATAFORSEO_LOGINDATAFORSEO_PASSWORD"DataForSEO credentials are not configured. Please runfirst — it will guide you through the setup."seo-seed-discovery
如果缺少或,请告知用户:
DATAFORSEO_LOGINDATAFORSEO_PASSWORD"未配置DataForSEO凭证。请先运行——它会引导您完成设置。"seo-seed-discovery
When to Use
使用时机
After has completed and exists in the workspace.
seo-keyword-expansioncandidate-pool.json在完成且工作区中存在之后。
seo-keyword-expansioncandidate-pool.jsonPrerequisites
前提条件
- Workspace with (merged from expansion results)
candidate-pool.json
- 包含的工作区(由扩展结果合并而来)
candidate-pool.json
Procedure
操作步骤
Step 1: Bulk Search Volume
步骤1:批量获取搜索量
bash
node {baseDir}/scripts/bulk-volume.ts --workspace <workspace_path>Fetches monthly search volume + CPC + competition for all candidate keywords. Writes .
volume.jsonbash
node {baseDir}/scripts/bulk-volume.ts --workspace <workspace_path>获取所有候选关键词的月度搜索量 + 每次点击费用(CPC) + 竞争度。生成文件。
volume.jsonStep 2: Bulk Keyword Difficulty
步骤2:批量计算关键词难度
bash
node {baseDir}/scripts/bulk-kd.ts --workspace <workspace_path>Calculates keyword difficulty scores. Writes .
kd.jsonbash
node {baseDir}/scripts/bulk-kd.ts --workspace <workspace_path>计算关键词难度得分。生成文件。
kd.jsonStep 3: Search Intent Classification
步骤3:搜索意图分类
bash
node {baseDir}/scripts/search-intent.ts --workspace <workspace_path>Classifies search intent (informational / navigational / commercial / transactional). Writes .
intent.jsonAfter all three steps, a merged is produced.
metrics.jsonbash
node {baseDir}/scripts/search-intent.ts --workspace <workspace_path>对搜索意图进行分类(信息型/导航型/商业型/交易型)。生成文件。
intent.json完成上述三个步骤后,会生成合并后的文件。
metrics.jsonExpert Analysis Framework
专家分析框架
Analyze the metrics data as an SEO strategist:
- Volume Distribution: What's the volume range? Are there hidden gems in the 100-1000 range?
- KD vs Volume Efficiency: Plot keywords on a KD/Volume matrix. Find the "sweet spot" — reasonable volume with manageable difficulty
- Intent Distribution: What percentage is informational vs commercial? Does this match the user's content strategy?
- CPC as Signal: High CPC keywords often indicate commercial value even if volume is low
- Quick Win Candidates: Low KD + decent volume keywords the domain could rank for quickly
以SEO策略师的身份分析指标数据:
- 搜索量分布:搜索量范围是多少?100-1000区间内是否有潜力关键词?
- KD与搜索量效率:在KD/搜索量矩阵上绘制关键词,找到“最佳平衡点”——合理搜索量且难度可控的关键词
- 意图分布:信息型和商业型关键词的占比分别是多少?这是否符合用户的内容策略?
- CPC作为信号:高CPC关键词即使搜索量低,通常也具有商业价值
- 快速见效候选词:低KD + 可观搜索量的关键词,域名可快速获得排名
Output Format
输出格式
- Metrics Summary (total keywords, average volume, average KD)
- Distribution Analysis (volume tiers, KD tiers, intent breakdown)
- Top 15 Sweet Spot Keywords (high value / achievable difficulty)
- Quick Win List (KD < 30, Volume > 100)
- 指标摘要(关键词总数、平均搜索量、平均KD)
- 分布分析(搜索量层级、KD层级、意图细分)
- Top 15最佳平衡关键词(高价值/可实现难度)
- 快速见效列表(KD < 30,搜索量 > 100)