seo-opportunity-scoring
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSEO Opportunity Scoring
SEO机会评分
Apply the expert scoring formula to rank all keywords by overall opportunity.
应用专家评分公式,根据整体机会对所有关键词进行排名。
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 with and .
seo-serp-analysisserp-deep.jsonbacklinks.json在完成并生成和之后。
seo-serp-analysisserp-deep.jsonbacklinks.jsonPrerequisites
前提条件
- Workspace with ,
metrics.json,serp-deep.jsonbacklinks.json - User has provided their site's approximate Domain Authority (or use default of 30)
- 包含、
metrics.json、serp-deep.json的工作区backlinks.json - 用户已提供其网站的大致域名权重(Domain Authority,简称DA),或使用默认值30
Procedure
操作步骤
Step 1: Filter Low-Quality Keywords
步骤1:过滤低质量关键词
bash
node {baseDir}/scripts/keyword-filter.ts --workspace <workspace_path>Removes navigational, brand, and zero-value keywords. Writes .
filtered.jsonbash
node {baseDir}/scripts/keyword-filter.ts --workspace <workspace_path>移除导航类、品牌类和无价值关键词。生成文件。
filtered.jsonStep 2: Calculate Opportunity Scores
步骤2:计算机会评分
bash
node {baseDir}/scripts/opportunity-score.ts --workspace <workspace_path> --domain <user_domain>Applies the weighted scoring formula:
- Commercial Value Score (30%) — CPC, ads, SaaS in SERP
- SERP Winability (25%) — average top-10 DR, UGC presence, weak domains
- Volume Potential (20%) — volume + trend direction
- Business Fit (15%) — intent alignment with business model
- Authority Match (10%) — KD vs site DA
Writes .
scored-keywords.jsonbash
node {baseDir}/scripts/opportunity-score.ts --workspace <workspace_path> --domain <user_domain>应用加权评分公式:
- 商业价值评分(30%)——CPC、广告、搜索结果页(SERP)中的SaaS内容
- SERP获胜可能性(25%)——前10名域名的平均域名权重(DR)、用户生成内容(UGC)存在情况、弱势域名
- 流量潜力(20%)——搜索量+趋势方向
- 业务匹配度(15%)——搜索意图与商业模式的契合度
- 权重匹配度(10%)——关键词难度(KD)与网站DA的对比
生成文件。
scored-keywords.jsonExpert Analysis Framework
专家分析框架
Review the scored keywords as a senior SEO strategist:
- Top Opportunities: Present the A-grade and B-grade keywords with score breakdowns
- Quick Wins: Highlight keywords where the domain can rank within 3 months
- Strategic Long-term: Identify high-value keywords requiring authority building
- Score Patterns: Are commercial keywords scoring differently from informational ones?
- Business Alignment: Do the top-scoring keywords align with the user's business goals?
以资深SEO策略师的身份评估已评分的关键词:
- 顶级机会:展示A级和B级关键词及其评分明细
- 快速获胜:突出显示域名可在3个月内获得排名的关键词
- 战略长期目标:识别需要积累域名权重的高价值关键词
- 评分模式:商业类关键词与信息类关键词的评分是否存在差异?
- 业务一致性:排名靠前的关键词是否与用户的业务目标一致?
Output Format
输出格式
- Scored Keywords Table sorted by opportunity score (top 30)
- Quick Win List with estimated time-to-rank
- Score Distribution (A/B/C/D/F counts)
- Per-keyword Score Breakdown for top 10
- 按机会评分排序的关键词评分表(前30个)
- 快速获胜列表,包含预估排名时间
- 评分分布(A/B/C/D/F等级数量)
- 前10个关键词的评分明细