seo-optimizer

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

SEO Optimizer

SEO优化器

Comprehensive SEO strategy and optimization covering keyword research, on-page SEO, technical audits, content optimization, and performance tracking.
全面的SEO策略与优化方案,涵盖关键词研究、页面SEO、技术审计、内容优化及绩效追踪。

Overview

概述

This skill covers:
  • Keyword research and strategy
  • On-page SEO optimization
  • Technical SEO audits
  • Content optimization
  • Rank tracking and reporting

本技能包含以下内容:
  • 关键词研究与策略制定
  • 页面SEO优化
  • 技术SEO审计
  • 内容优化
  • 排名追踪与报告

Keyword Research Framework

关键词研究框架

Research Process

研究流程

yaml
keyword_research:
  step_1_seed_keywords:
    sources:
      - brainstorm: core_product_terms
      - competitors: top_3_competitor_keywords
      - customer_language: support_tickets, reviews
      - related_searches: google_suggestions
      
  step_2_expand:
    tools:
      - google_keyword_planner
      - ahrefs/semrush
      - answerthepublic
      - google_trends
    
  step_3_categorize:
    by_intent:
      informational: "how to", "what is", "guide"
      navigational: brand terms
      commercial: "best", "vs", "review"
      transactional: "buy", "pricing", "demo"
      
  step_4_prioritize:
    scoring:
      search_volume: 1-5 (higher = better)
      keyword_difficulty: 1-5 (lower = better)
      business_relevance: 1-5 (higher = better)
      priority_score: (volume × relevance) / difficulty
yaml
keyword_research:
  step_1_seed_keywords:
    sources:
      - brainstorm: core_product_terms
      - competitors: top_3_competitor_keywords
      - customer_language: support_tickets, reviews
      - related_searches: google_suggestions
      
  step_2_expand:
    tools:
      - google_keyword_planner
      - ahrefs/semrush
      - answerthepublic
      - google_trends
    
  step_3_categorize:
    by_intent:
      informational: "how to", "what is", "guide"
      navigational: brand terms
      commercial: "best", "vs", "review"
      transactional: "buy", "pricing", "demo"
      
  step_4_prioritize:
    scoring:
      search_volume: 1-5 (higher = better)
      keyword_difficulty: 1-5 (lower = better)
      business_relevance: 1-5 (higher = better)
      priority_score: (volume × relevance) / difficulty

Keyword Mapping Template

关键词映射模板

yaml
keyword_mapping:
  homepage:
    primary: "[main product category]"
    secondary: "[brand] + [category]"
    
  product_pages:
    primary: "[specific product name]"
    secondary: "[product] features/pricing"
    
  blog_posts:
    primary: long_tail_informational
    secondary: related_questions
    
  landing_pages:
    primary: high_intent_commercial
    secondary: comparison_terms

yaml
keyword_mapping:
  homepage:
    primary: "[main product category]"
    secondary: "[brand] + [category]"
    
  product_pages:
    primary: "[specific product name]"
    secondary: "[product] features/pricing"
    
  blog_posts:
    primary: long_tail_informational
    secondary: related_questions
    
  landing_pages:
    primary: high_intent_commercial
    secondary: comparison_terms

On-Page SEO Checklist

页面SEO检查清单

Content Elements

内容元素

yaml
on_page_checklist:
  title_tag:
    format: "Primary Keyword | Secondary Keyword | Brand"
    length: 50-60 characters
    requirements:
      - keyword_at_start: true
      - unique_per_page: true
      - compelling_for_clicks: true
      
  meta_description:
    length: 150-160 characters
    requirements:
      - include_keyword: true
      - include_cta: true
      - unique_per_page: true
      
  h1_tag:
    count: 1 per page
    requirements:
      - include_primary_keyword: true
      - different_from_title: slightly
      
  heading_structure:
    h2: main_sections (2-6)
    h3: subsections
    h4: details (if needed)
    keywords: naturally_in_headings
    
  content:
    word_count:
      product_page: 500-1000
      blog_post: 1500-2500
      pillar_page: 3000+
    keyword_usage:
      density: 1-2%
      in_first_100_words: true
      in_last_100_words: true
      lsi_keywords: include_related_terms
      
  images:
    alt_text: descriptive + keyword
    file_name: keyword-descriptive-name.jpg
    compression: optimized_for_web
    
  internal_links:
    count: 3-5 per page
    anchor_text: keyword_rich
    structure: topic_clusters
    
  external_links:
    count: 2-3 to authority sites
    rel: nofollow (if needed)
yaml
on_page_checklist:
  title_tag:
    format: "Primary Keyword | Secondary Keyword | Brand"
    length: 50-60 characters
    requirements:
      - keyword_at_start: true
      - unique_per_page: true
      - compelling_for_clicks: true
      
  meta_description:
    length: 150-160 characters
    requirements:
      - include_keyword: true
      - include_cta: true
      - unique_per_page: true
      
  h1_tag:
    count: 1 per page
    requirements:
      - include_primary_keyword: true
      - different_from_title: slightly
      
  heading_structure:
    h2: main_sections (2-6)
    h3: subsections
    h4: details (if needed)
    keywords: naturally_in_headings
    
  content:
    word_count:
      product_page: 500-1000
      blog_post: 1500-2500
      pillar_page: 3000+
    keyword_usage:
      density: 1-2%
      in_first_100_words: true
      in_last_100_words: true
      lsi_keywords: include_related_terms
      
  images:
    alt_text: descriptive + keyword
    file_name: keyword-descriptive-name.jpg
    compression: optimized_for_web
    
  internal_links:
    count: 3-5 per page
    anchor_text: keyword_rich
    structure: topic_clusters
    
  external_links:
    count: 2-3 to authority sites
    rel: nofollow (if needed)

URL Structure

URL结构

yaml
url_best_practices:
  format: domain.com/category/keyword-slug
  
  rules:
    - lowercase: always
    - hyphens: between_words
    - length: under_75_chars
    - keywords: include_primary
    - no_dates: unless_news
    - no_parameters: when_possible
    
  examples:
    good: "/blog/seo-optimization-guide"
    bad: "/blog/2024/01/15/the-ultimate-seo-guide-for-beginners-in-2024/"

yaml
url_best_practices:
  format: domain.com/category/keyword-slug
  
  rules:
    - lowercase: always
    - hyphens: between_words
    - length: under_75_chars
    - keywords: include_primary
    - no_dates: unless_news
    - no_parameters: when_possible
    
  examples:
    good: "/blog/seo-optimization-guide"
    bad: "/blog/2024/01/15/the-ultimate-seo-guide-for-beginners-in-2024/"

Technical SEO Audit

技术SEO审计

Audit Checklist

审计检查清单

yaml
technical_seo_audit:
  crawlability:
    - robots_txt: properly_configured
    - sitemap_xml: submitted_to_gsc
    - crawl_errors: none
    - blocked_resources: check
    
  indexability:
    - canonical_tags: correct
    - noindex_pages: intentional_only
    - duplicate_content: resolved
    - thin_content: improved_or_noindexed
    
  site_speed:
    metrics:
      - lcp: <2.5s (largest contentful paint)
      - fid: <100ms (first input delay)
      - cls: <0.1 (cumulative layout shift)
    tools:
      - google_pagespeed_insights
      - gtmetrix
      - webpagetest
    common_fixes:
      - image_optimization
      - lazy_loading
      - minify_css_js
      - browser_caching
      - cdn_implementation
      
  mobile_friendliness:
    - responsive_design: true
    - tap_targets: adequate_size
    - font_size: readable
    - viewport_configured: true
    
  https:
    - ssl_certificate: valid
    - mixed_content: none
    - http_redirects: to_https
    
  structured_data:
    types:
      - organization
      - product
      - article
      - faq
      - breadcrumb
    validation: google_rich_results_test
yaml
technical_seo_audit:
  crawlability:
    - robots_txt: properly_configured
    - sitemap_xml: submitted_to_gsc
    - crawl_errors: none
    - blocked_resources: check
    
  indexability:
    - canonical_tags: correct
    - noindex_pages: intentional_only
    - duplicate_content: resolved
    - thin_content: improved_or_noindexed
    
  site_speed:
    metrics:
      - lcp: <2.5s (largest contentful paint)
      - fid: <100ms (first input delay)
      - cls: <0.1 (cumulative layout shift)
    tools:
      - google_pagespeed_insights
      - gtmetrix
      - webpagetest
    common_fixes:
      - image_optimization
      - lazy_loading
      - minify_css_js
      - browser_caching
      - cdn_implementation
      
  mobile_friendliness:
    - responsive_design: true
    - tap_targets: adequate_size
    - font_size: readable
    - viewport_configured: true
    
  https:
    - ssl_certificate: valid
    - mixed_content: none
    - http_redirects: to_https
    
  structured_data:
    types:
      - organization
      - product
      - article
      - faq
      - breadcrumb
    validation: google_rich_results_test

Core Web Vitals Optimization

核心网页指标优化

yaml
core_web_vitals:
  lcp_optimization:
    - preload_hero_image
    - optimize_server_response_time
    - remove_render_blocking_resources
    - use_cdn
    
  fid_optimization:
    - minimize_javascript
    - defer_non_critical_js
    - use_web_workers
    - break_up_long_tasks
    
  cls_optimization:
    - set_image_dimensions
    - reserve_space_for_ads
    - avoid_inserting_content_above_existing
    - use_transform_animations

yaml
core_web_vitals:
  lcp_optimization:
    - preload_hero_image
    - optimize_server_response_time
    - remove_render_blocking_resources
    - use_cdn
    
  fid_optimization:
    - minimize_javascript
    - defer_non_critical_js
    - use_web_workers
    - break_up_long_tasks
    
  cls_optimization:
    - set_image_dimensions
    - reserve_space_for_ads
    - avoid_inserting_content_above_existing
    - use_transform_animations

Content Optimization

内容优化

Content Brief Template

内容 brief 模板

yaml
content_brief:
  title: "{SEO-Optimized Title}"
  
  target_keyword:
    primary: "[main keyword]"
    secondary: ["keyword 2", "keyword 3"]
    lsi: ["related term 1", "related term 2"]
    
  search_intent: informational|commercial|transactional
  
  target_word_count: 2000
  
  outline:
    - h2: Introduction
      notes: hook + preview
      
    - h2: What is [Topic]
      h3: Definition
      h3: Why it matters
      
    - h2: How to [Main Action]
      h3: Step 1
      h3: Step 2
      h3: Step 3
      
    - h2: Best Practices
      h3: Practice 1
      h3: Practice 2
      
    - h2: Common Mistakes
    
    - h2: FAQ
      questions: from_people_also_ask
      
    - h2: Conclusion
      include: cta
      
  competitors_to_beat:
    - url_1: word_count, gaps
    - url_2: word_count, gaps
    - url_3: word_count, gaps
    
  unique_angle: what_makes_ours_different
  
  internal_links:
    - "[anchor text](/related-page)"
    
  cta: what_action_should_reader_take
yaml
content_brief:
  title: "{SEO-Optimized Title}"
  
  target_keyword:
    primary: "[main keyword]"
    secondary: ["keyword 2", "keyword 3"]
    lsi: ["related term 1", "related term 2"]
    
  search_intent: informational|commercial|transactional
  
  target_word_count: 2000
  
  outline:
    - h2: Introduction
      notes: hook + preview
      
    - h2: What is [Topic]
      h3: Definition
      h3: Why it matters
      
    - h2: How to [Main Action]
      h3: Step 1
      h3: Step 2
      h3: Step 3
      
    - h2: Best Practices
      h3: Practice 1
      h3: Practice 2
      
    - h2: Common Mistakes
    
    - h2: FAQ
      questions: from_people_also_ask
      
    - h2: Conclusion
      include: cta
      
  competitors_to_beat:
    - url_1: word_count, gaps
    - url_2: word_count, gaps
    - url_3: word_count, gaps
    
  unique_angle: what_makes_ours_different
  
  internal_links:
    - "[anchor text](/related-page)"
    
  cta: what_action_should_reader_take

Content Optimization Checklist

内容优化检查清单

yaml
content_optimization:
  before_publishing:
    - [ ] Primary keyword in title
    - [ ] Primary keyword in first 100 words
    - [ ] H2/H3 include keywords naturally
    - [ ] Alt text on all images
    - [ ] Internal links to related content
    - [ ] External links to authority sources
    - [ ] Meta description optimized
    - [ ] URL is clean and includes keyword
    - [ ] Content answers search intent
    - [ ] Longer/better than competitors
    
  after_publishing:
    - [ ] Submit to Google Search Console
    - [ ] Share on social media
    - [ ] Build internal links from other pages
    - [ ] Monitor rankings
    - [ ] Update based on performance

yaml
content_optimization:
  before_publishing:
    - [ ] Primary keyword in title
    - [ ] Primary keyword in first 100 words
    - [ ] H2/H3 include keywords naturally
    - [ ] Alt text on all images
    - [ ] Internal links to related content
    - [ ] External links to authority sources
    - [ ] Meta description optimized
    - [ ] URL is clean and includes keyword
    - [ ] Content answers search intent
    - [ ] Longer/better than competitors
    
  after_publishing:
    - [ ] Submit to Google Search Console
    - [ ] Share on social media
    - [ ] Build internal links from other pages
    - [ ] Monitor rankings
    - [ ] Update based on performance

Rank Tracking & Reporting

排名追踪与报告

Monthly SEO Report

月度SEO报告

markdown
undefined
markdown
undefined

SEO Performance Report - {Month}

SEO绩效报告 - {Month}

Organic Traffic Summary

自然流量汇总

MetricThis MonthLast MonthYoY
Sessions50,00045,000+25%
Users40,00036,000+22%
Conversions500420+19%
Conv Rate1.0%0.93%+7%
指标本月上月同比
会话数50,00045,000+25%
用户数40,00036,000+22%
转化数500420+19%
转化率1.0%0.93%+7%

Keyword Rankings

关键词排名

Improved

上升

KeywordOld RankNew RankChange
"project management software"158+7
"best pm tool"2212+10
关键词旧排名新排名变化
"project management software"158+7
"best pm tool"2212+10

Declined

下降

KeywordOld RankNew RankChange
"task tracking"59-4
关键词旧排名新排名变化
"task tracking"59-4

New Rankings

新进入排名

KeywordRankVolume
"agile project management"182,400
关键词排名搜索量
"agile project management"182,400

Top Pages by Traffic

流量Top页面

PageSessionsConvCVR
/blog/pm-guide8,000801.0%
/features6,0001202.0%
/pricing4,0002005.0%
页面会话数转化数转化率
/blog/pm-guide8,000801.0%
/features6,0001202.0%
/pricing4,0002005.0%

Technical Health

技术健康状况

  • Crawl errors: 0 ✅
  • Core Web Vitals: All passing ✅
  • Mobile usability: 100% ✅
  • Index coverage: 95% pages indexed
  • 抓取错误:0 ✅
  • 核心网页指标:全部达标 ✅
  • 移动端可用性:100% ✅
  • 索引覆盖率:95%页面已索引

Actions Taken

已执行操作

  1. Published 4 new blog posts
  2. Updated 3 existing posts
  3. Fixed 5 broken links
  4. Improved page speed on 10 pages
  1. 发布4篇新博客文章
  2. 更新3篇现有文章
  3. 修复5个失效链接
  4. 优化10个页面的加载速度

Next Month Plan

下月计划

  1. Target 5 new keywords
  2. Build 10 backlinks
  3. Launch pillar content on [topic]
  4. Technical fixes for [issues]

---
  1. 锁定5个新关键词
  2. 构建10个反向链接
  3. 推出关于[主题]的支柱内容
  4. 针对[问题]进行技术修复

---

Output Example

输出示例

Request: "Optimize this blog post for SEO: 'How to Manage Remote Teams'"
Output:
markdown
undefined
请求:"优化这篇博客文章的SEO:'How to Manage Remote Teams'"
输出:
markdown
undefined

SEO Optimization Recommendations

SEO优化建议

Keyword Analysis

关键词分析

Primary Keyword: "how to manage remote teams"
  • Search Volume: 2,400/mo
  • Difficulty: 45/100
  • Current Rank: Not ranking
Secondary Keywords:
  • "remote team management" (1,900/mo)
  • "managing remote employees" (1,300/mo)
  • "remote team tips" (880/mo)
主关键词:"how to manage remote teams"
  • 搜索量:2,400次/月
  • 难度:45/100
  • 当前排名:未上榜
次要关键词:
  • "remote team management" (1,900次/月)
  • "managing remote employees" (1,300次/月)
  • "remote team tips" (880次/月)

Title Tag

标题标签

Current: "How to Manage Remote Teams" Optimized: "How to Manage Remote Teams: 15 Proven Strategies (2026 Guide)"
Why: Adds specificity (15 strategies), year for freshness, stays under 60 chars
当前:"How to Manage Remote Teams" 优化后:"How to Manage Remote Teams: 15 Proven Strategies (2026 Guide)"
原因:增加了具体性(15个策略)、年份提升时效性,长度控制在60字符以内

Meta Description

元描述

Learn how to manage remote teams effectively with 15 proven strategies. From communication tools to building culture, discover what top remote managers do differently.
(155 characters, includes keyword, has CTA)
了解如何通过15个经过验证的策略有效管理远程团队。从沟通工具到文化建设,探索顶级远程管理者的独特做法。
(155字符,包含关键词,带有行动号召)

Content Recommendations

内容建议

Structure

结构

H1: How to Manage Remote Teams: 15 Strategies That Actually Work

H2: Why Remote Team Management is Different
H3: The Unique Challenges
H3: The Hidden Opportunities

H2: 15 Proven Remote Team Management Strategies
H3: 1. Establish Clear Communication Channels
H3: 2. Set Expectations Early
... (continue for all 15)

H2: Tools for Remote Team Management
H3: Communication Tools
H3: Project Management Tools
H3: Time Tracking Tools

H2: Common Remote Management Mistakes to Avoid

H2: FAQ: Remote Team Management
- How do you build culture remotely?
- What's the best meeting frequency?
- How do you handle different time zones?

H2: Conclusion: Start Managing Your Remote Team Better Today
H1: How to Manage Remote Teams: 15 Strategies That Actually Work

H2: 远程团队管理的特殊性
H3: 独特挑战
H3: 潜在机遇

H2: 15个经过验证的远程团队管理策略
H3: 1. 建立清晰的沟通渠道
H3: 2. 尽早设定期望
...(共15个策略)

H2: 远程团队管理工具
H3: 沟通工具
H3: 项目管理工具
H3: 时间追踪工具

H2: 远程管理常见误区

H2: 常见问题:远程团队管理
- 如何远程构建团队文化?
- 最佳会议频率是多少?
- 如何应对不同时区?

H2: 结论:立即优化你的远程团队管理

Word Count

字数要求

Target: 2,500-3,000 words Current top result: 2,200 words
目标:2,500-3,000字 当前排名第一的内容:2,200字

Internal Links to Add

需添加的内部链接

  • /blog/remote-work-tools → "remote work tools"
  • /blog/team-communication → "team communication"
  • /features/collaboration → "collaboration features"
  • /blog/remote-work-tools → "远程工作工具"
  • /blog/team-communication → "团队沟通"
  • /features/collaboration → "协作功能"

Checklist

检查清单

  • Add keyword to first paragraph
  • Include stats/data (e.g., "70% of workers...")
  • Add custom images with alt text
  • Include expert quotes
  • Add schema markup (Article + FAQ)

---

*SEO Optimizer Skill - Part of Claude Office Skills*
  • 在第一段加入关键词
  • 加入统计数据(例如:"70%的员工...")
  • 添加带有替代文本的自定义图片
  • 加入专家引用
  • 添加结构化数据标记(文章 + FAQ)

---

*SEO优化器技能 - Claude办公技能系列*