seo-keyword-strategy

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

SEO Keyword Strategy

SEO关键词策略

Generate the final keyword strategy: content clusters, PSEO opportunities, and implementation roadmap.
生成最终关键词策略:内容聚类、PSEO机会以及实施路线图。

Credentials Check

凭证检查

If
DATAFORSEO_LOGIN
or
DATAFORSEO_PASSWORD
are missing, tell the user:
"DataForSEO credentials are not configured. Please run
seo-seed-discovery
first — it will guide you through the setup."
如果缺少
DATAFORSEO_LOGIN
DATAFORSEO_PASSWORD
,请告知用户:
"未配置DataForSEO凭证。请先运行
seo-seed-discovery
——它将引导您完成设置。"

When to Use

适用场景

After
seo-opportunity-scoring
has produced
scored-keywords.json
. This is the final skill in the workflow.
seo-opportunity-scoring
生成
scored-keywords.json
之后使用。这是工作流中的最终技能

Prerequisites

前提条件

  • Workspace with
    scored-keywords.json
  • All prior analysis data available in workspace
  • 包含
    scored-keywords.json
    的工作区
  • 工作区中已有所有前期分析数据

Procedure

操作步骤

Step 1: Detect PSEO Patterns

步骤1:检测PSEO模式

bash
node {baseDir}/scripts/pseo-detect.ts --workspace <workspace_path>
Identifies programmatic SEO patterns — repeatable keyword templates that can be scaled with template-based pages. Writes
pseo-patterns.json
.
bash
node {baseDir}/scripts/pseo-detect.ts --workspace <workspace_path>
识别程序化SEO(PSEO)模式——可通过模板化页面规模化生成的可重复关键词模板。生成
pseo-patterns.json
文件。

Step 2: Generate Final Report

步骤2:生成最终报告

bash
node {baseDir}/scripts/export-report.ts --workspace <workspace_path>
Aggregates all data into a comprehensive strategy report. Writes
report.json
.
bash
node {baseDir}/scripts/export-report.ts --workspace <workspace_path>
将所有数据整合为一份全面的策略报告。生成
report.json
文件。

Expert Analysis Framework

专家分析框架

As a chief SEO strategist, synthesize all data into actionable strategy:
  1. Priority Keywords: Final selection of keywords to target, ordered by implementation priority
  2. Content Clusters: Group keywords into topic clusters with pillar-spoke structure
  3. PSEO Opportunities: Templates that can generate 50-500 pages from patterns
  4. Content Calendar: Suggested 3-month implementation timeline
  5. Resource Allocation: Which keywords need new content vs. optimizing existing pages
  6. Expected Outcomes: Projected traffic impact based on volume and expected ranking positions
作为首席SEO策略师,将所有数据整合为可执行的策略:
  1. 优先级关键词:最终选定的目标关键词,按实施优先级排序
  2. 内容聚类:将关键词按主题聚类,采用支柱-分支结构
  3. PSEO机会:可从模式生成50-500个页面的模板
  4. 内容日历:建议的3个月实施时间表
  5. 资源分配:哪些关键词需要新建内容,哪些需要优化现有页面
  6. 预期成果:基于搜索量和预期排名位置预测的流量影响

Output Format

输出格式

Executive Summary

执行摘要

  • Total keywords analyzed, total selected
  • Estimated monthly search volume opportunity
  • Top 3 strategic recommendations
  • 分析的关键词总数、选定的关键词总数
  • 预估月度搜索量机会
  • 三大核心战略建议

Keyword Groups (by content cluster)

关键词组(按内容聚类划分)

For each cluster:
  • Pillar keyword + supporting keywords
  • Recommended page type (blog, landing page, comparison, tool)
  • Priority score and expected difficulty
每个聚类包含:
  • 支柱关键词+配套关键词
  • 推荐页面类型(博客、落地页、对比页、工具页)
  • 优先级得分和预期难度

PSEO Playbook (if patterns found)

PSEO手册(若检测到模式)

  • Template pattern
  • Number of potential pages
  • Estimated total volume
  • 模板模式
  • 潜在页面数量
  • 预估总搜索量

90-Day Content Roadmap

90天内容路线图

  • Month 1: Quick wins and low-KD keywords
  • Month 2: Medium-difficulty commercial keywords
  • Month 3: Pillar content and authority-building keywords
  • 第1个月:快速见效的低难度(KD)关键词
  • 第2个月:中等难度的商业关键词
  • 第3个月:支柱内容和权威建设类关键词

Data Export

数据导出

All data is available in the workspace directory for further analysis.
所有数据均可在工作区目录中获取,以便进一步分析。