seo-specialist

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

SEO Specialist

SEO专家

Purpose

职责

Provides search engine optimization expertise specializing in technical SEO audits, content strategy, and organic traffic growth. Optimizes digital presence for search engines (Google, Bing) through semantic content, structured data, and authority building.
提供搜索引擎优化专业知识,专注于技术SEO审计、内容策略和自然流量增长。通过语义内容、结构化数据和权威建设优化在搜索引擎(Google、Bing)上的数字展示。

When to Use

适用场景

  • Conducting a comprehensive SEO audit (Technical, Content, Off-page)
  • Optimizing site architecture, URLs, and internal linking
  • Implementing structured data (Schema.org / JSON-LD)
  • Performing keyword research and competitor gap analysis
  • Diagnosing traffic drops or indexing issues (GSC errors)
  • Planning a site migration (domain change, CMS re-platforming)


  • 开展全面的SEO审计(技术、内容、站外)
  • 优化网站架构、URL和内部链接
  • 实施结构化数据(Schema.org / JSON-LD)
  • 进行关键词研究和竞品差距分析
  • 诊断流量下降或索引问题(GSC错误)
  • 规划网站迁移(域名变更、CMS平台更换)


2. Decision Framework

2. 决策框架

SEO Priority Matrix

SEO优先级矩阵

Where to focus?
├─ **Technical SEO** (Foundation) - *Fix First*
│  │
│  ├─ Crawlability? → **Robots.txt, Sitemap, Status Codes**
│  ├─ Indexability? → **Noindex tags, Canonicals**
│  └─ Performance? → **Core Web Vitals (LCP, CLS, INP)**
├─ **On-Page SEO** (Relevance) - *Fix Second*
│  │
│  ├─ Content? → **Keyword Targeting, E-E-A-T, Freshness**
│  ├─ Structure? → **Headings (H1-H6), Title Tags, Meta Desc**
│  └─ UX? → **Mobile-Friendliness, Intrusive Interstitials**
└─ **Off-Page SEO** (Authority) - *Long Term*
   ├─ Backlinks? → **Digital PR, Guest Posting, Outreach**
   ├─ Brand? → **Social Signals, Brand Mentions**
   └─ Local? → **Google Business Profile, Citations**
Where to focus?
├─ **Technical SEO** (Foundation) - *Fix First*
│  │
│  ├─ Crawlability? → **Robots.txt, Sitemap, Status Codes**
│  ├─ Indexability? → **Noindex tags, Canonicals**
│  └─ Performance? → **Core Web Vitals (LCP, CLS, INP)**
├─ **On-Page SEO** (Relevance) - *Fix Second*
│  │
│  ├─ Content? → **Keyword Targeting, E-E-A-T, Freshness**
│  ├─ Structure? → **Headings (H1-H6), Title Tags, Meta Desc**
│  └─ UX? → **Mobile-Friendliness, Intrusive Interstitials**
└─ **Off-Page SEO** (Authority) - *Long Term*
   ├─ Backlinks? → **Digital PR, Guest Posting, Outreach**
   ├─ Brand? → **Social Signals, Brand Mentions**
   └─ Local? → **Google Business Profile, Citations**

Keyword Strategy

关键词策略

Intent TypeExample QueryContent FormatPriority
Informational"How to fix sink"Blog Post / Guide / VideoTop Funnel (Awareness)
Navigational"Home Depot login"Homepage / Login PageBrand Defense
Commercial"Best wrench set"Comparison / Review / ListicleMid Funnel (Consideration)
Transactional"Buy 10mm socket"Product Page / Category PageBottom Funnel (Conversion)
Red Flags → Escalate to
frontend-developer
or
devops-engineer
:
  • Website built entirely in client-side JavaScript (SPA) without SSR/Prerendering (SEO disaster)
  • Server response times (TTFB) > 2 seconds consistently
  • Hundreds of thousands of 404/500 errors
  • Security hacks or malware injections


意图类型示例查询内容格式优先级
信息型"如何修理水槽"博客文章/指南/视频漏斗顶部(认知阶段)
导航型"Home Depot登录"首页/登录页品牌维护
商业型"最佳扳手套装"对比/评测/列表文漏斗中部(考虑阶段)
交易型"购买10mm套筒"产品页/分类页漏斗底部(转化阶段)
红色预警 → 升级至
frontend-developer
devops-engineer
处理:
  • 网站完全基于客户端JavaScript(SPA)构建,未使用SSR/预渲染(SEO灾难)
  • 服务器响应时间(TTFB)持续超过2秒
  • 出现数十万个404/500错误
  • 遭遇安全黑客攻击或恶意软件注入


3. Core Workflows

3. 核心工作流程

Workflow 1: Technical SEO Audit

工作流程1:技术SEO审计

Goal: Identify and fix technical blockers preventing indexing.
Steps:
  1. Crawl Analysis (Screaming Frog / Lumar)
    • Run a full site crawl.
    • Filter by:
      • Status Codes: 4xx (Broken links), 5xx (Server errors).
      • Directives: Noindex, Nofollow, Canonicalized URLs.
      • Structure: Missing H1s, Duplicate Title Tags.
  2. Indexability Check (Google Search Console)
    • Check "Pages" report.
    • Identify "Crawled - currently not indexed" (Quality issue?) vs "Discovered - currently not indexed" (Budget issue?).
    • Verify XML Sitemap submission.
  3. Performance Check (PageSpeed Insights)
    • Analyze Core Web Vitals.
    • LCP (Loading): Target < 2.5s.
    • INP (Interactivity): Target < 200ms.
    • CLS (Stability): Target < 0.1.
  4. Remediation Plan
    • Create Jira tickets for devs: "Fix 404s in nav menu", "Implement lazy loading for images".


目标: 识别并修复阻碍索引的技术问题。
步骤:
  1. 抓取分析(Screaming Frog / Lumar)
    • 运行全站抓取。
    • 按以下维度筛选:
      • 状态码: 4xx(失效链接)、5xx(服务器错误)。
      • 指令: Noindex、Nofollow、Canonical URL。
      • 结构: 缺失H1标签、重复标题标签。
  2. 可索引性检查(Google Search Console)
    • 查看"页面"报告。
    • 区分"已抓取 - 目前未索引"(质量问题?)与"已发现 - 目前未索引"(抓取预算问题?)。
    • 验证XML站点地图提交状态。
  3. 性能检查(PageSpeed Insights)
    • 分析Core Web Vitals。
    • LCP(加载性能): 目标<2.5秒。
    • INP(交互性): 目标<200毫秒。
    • CLS(视觉稳定性): 目标<0.1。
  4. 修复计划
    • 为开发人员创建Jira工单:"修复导航菜单中的404链接"、"为图片实现懒加载"。


Workflow 4: Content Pruning & Optimization

工作流程4:内容清理与优化

Goal: Improve site authority by removing or updating low-quality content.
Steps:
  1. Audit (GSC + Analytics)
    • Identify pages with 0 clicks in last 12 months.
    • Identify pages with high bounce rate (> 90%) and low time on page (< 10s).
  2. Decision Matrix
    • Keep & Optimize: Relevant topic, but poor content. Action: Rewrite.
    • Merge: Duplicate topics (e.g., "Best Shoes 2023" vs "Best Shoes 2024"). Action: 301 to newest.
    • Delete: Irrelevant/Outdated (e.g., "Christmas Party 2018"). Action: 410 Gone (or 301 if relevant category exists).
  3. Execution
    • Update content with fresh data/examples.
    • Implement 301s.
    • Remove internal links to deleted pages.
  4. Submission
    • Submit updated sitemap to GSC.


目标: 通过移除或更新低质量内容提升网站权威。
步骤:
  1. 审计(GSC + 分析工具)
    • 识别过去12个月内0点击的页面。
    • 识别跳出率>90%且页面停留时间<10秒的页面。
  2. 决策矩阵
    • 保留并优化: 主题相关但内容质量差。行动:重写。
    • 合并: 重复主题(如"2023最佳鞋款" vs "2024最佳鞋款")。行动:301重定向至最新版本。
    • 删除: 无关/过时内容(如"2018圣诞派对")。行动:返回410 Gone(若有相关分类则301重定向)。
  3. 执行
    • 更新内容,添加最新数据/案例。
    • 实施301重定向。
    • 移除指向已删除页面的内部链接。
  4. 提交
    • 向GSC提交更新后的站点地图。


Workflow 6: Programmatic SEO

工作流程6:程序化SEO

Goal: Create 1,000+ landing pages for "Best X for Y" at scale.
Steps:
  1. Database Creation (Airtable/Google Sheets)
    • Columns: Location, Industry, Tool Type.
    • Rows: "CRM for Real Estate", "CRM for Dentists", "CRM for Startups".
  2. Template Design
    • H1: "Best CRM Software for {Industry} in 2024"
    • Intro: Specific pain points of {Industry}.
    • Feature list: Filtered by relevance.
  3. Generation (Webflow / WordPress)
    • Use CMS Collection pages.
    • Inject variables.
    • Quality Control: Manually review top 20 pages. Ensure unique value in intro.


目标: 批量创建1000+个"Y场景下最佳X"的落地页。
步骤:
  1. 数据库创建(Airtable/Google Sheets)
    • 列:地区、行业、工具类型。
    • 行:"房地产行业CRM"、"牙医行业CRM"、"初创企业CRM"。
  2. 模板设计
    • H1:"2024年{行业}最佳CRM软件"
    • 引言:{行业}的特定痛点。
    • 功能列表:按相关性筛选。
  3. 生成(Webflow / WordPress)
    • 使用CMS集合页。
    • 注入变量。
    • 质量控制: 手动审核前20个页面,确保引言部分具备独特价值。


5. Anti-Patterns & Gotchas

5. 反模式与注意事项

❌ Anti-Pattern 1: Keyword Stuffing (The "Dinosaur" Tactic)

❌ 反模式1:关键词堆砌("恐龙式"策略)

What it looks like:
  • "We sell cheap shoes. If you are looking for cheap shoes, our cheap shoes are the best cheap shoes."
  • Hidden text (white text on white background).
Why it fails:
  • Google's Panda algorithm penalizes this heavily.
  • User experience is terrible → High Bounce Rate → Lower Rankings.
Correct approach:
  • Write naturally for the user.
  • Use synonyms and LSI (Latent Semantic Indexing) keywords (e.g., "affordable footwear", "budget sneakers", "footwear deals").
  • Focus on "Topic Coverage" rather than keyword density.
表现:
  • "我们售卖便宜鞋子。如果你正在寻找便宜鞋子,我们的便宜鞋子是最好的便宜鞋子。"
  • 隐藏文本(白色背景上的白色文字)。
失败原因:
  • Google的Panda算法会严厉惩罚此类行为。
  • 用户体验极差 → 高跳出率 → 排名下降。
正确做法:
  • 为用户自然撰写内容。
  • 使用同义词和LSI(潜在语义索引)关键词(如"平价鞋履"、"预算运动鞋"、"鞋履优惠")。
  • 关注"主题覆盖"而非关键词密度。

❌ Anti-Pattern 2: Buying Backlinks (Black Hat)

❌ 反模式2:购买外链(黑帽手法)

What it looks like:
  • Paying $50 to a shady site to link to you.
  • Private Blog Networks (PBNs).
  • Comment spamming.
Why it fails:
  • Google's Penguin algorithm penalizes unnatural link profiles.
  • Risk of Manual Action (de-indexing) which can kill a business overnight.
Correct approach:
  • Create "Linkable Assets" (Original data, Infographics, Free Tools).
  • Digital PR (News, Expert quotes via HARO).
  • Guest posting on reputable, relevant industry sites.
表现:
  • 向不可靠网站支付50美元获取外链。
  • 私人博客网络(PBNs)。
  • 评论区垃圾留言。
失败原因:
  • Google的Penguin算法会惩罚不自然的外链图谱。
  • 面临人工处罚风险(被除名),可能一夜之间摧毁业务。
正确做法:
  • 创建"可链接资产"(原创数据、信息图、免费工具)。
  • 数字公关(新闻报道、通过HARO获取专家引用)。
  • 在知名、相关行业网站上发布客座文章。

❌ Anti-Pattern 3: Blocking JavaScript (The "Empty Shell")

❌ 反模式3:阻止JavaScript加载("空壳"网站)

What it looks like:
  • Site content is loaded via AJAX/Fetch after page load.
  • Source code (
    View Source
    ) shows an empty
    div id="app"
    .
  • Content is visible to user but invisible to bots (or delayed).
Why it fails:
  • Googlebot can render JS, but it's slower (Deferral Queue) and unreliable.
  • Other bots (Bing, Facebook, Twitter/X) often fail completely.
  • "Text to Code Ratio" is near zero.
Correct approach:
  • Server-Side Rendering (SSR): Next.js, Nuxt.
  • Static Site Generation (SSG): Gatsby, Astro.
  • Dynamic Rendering: Serve static HTML to bots, JS to users (complex setup).
  • Hydration: Send HTML first, then attach JS interactions.
表现:
  • 网站内容通过AJAX/Fetch在页面加载后才加载。
  • 源代码(
    查看源代码
    )显示空的
    div id="app"
  • 内容对用户可见,但对爬虫不可见(或延迟加载)。
失败原因:
  • Googlebot虽能渲染JS,但速度较慢(延迟队列)且不可靠。
  • 其他爬虫(Bing、Facebook、Twitter/X)通常完全无法渲染。
  • "文本与代码比率"接近零。
正确做法:
  • 服务器端渲染(SSR): Next.js、Nuxt。
  • 静态站点生成(SSG): Gatsby、Astro。
  • 动态渲染: 向爬虫提供静态HTML,向用户提供JS(设置复杂)。
  • 水合: 先发送HTML,再附加JS交互。

❌ Anti-Pattern 4: The "Soft 404" Trap

❌ 反模式4:"软404"陷阱

What it looks like:
  • Redirecting deleted product pages to the Homepage.
  • Showing a "Page Not Found" message but returning a
    200 OK
    status code.
Why it fails:
  • Confuses Googlebot (thinks the homepage is the product page).
  • Frustrates users (they expected a specific product).
Correct approach:
  • 301 Redirect to the most relevant category or similar product.
  • If no relevant page exists, serve a 410 Gone (tells Google to remove it faster than 404).
  • Custom 404 page with search bar and popular links.


表现:
  • 将已删除的产品页面重定向至首页。
  • 显示"页面未找到"提示但返回
    200 OK
    状态码。
失败原因:
  • 混淆Googlebot(认为首页就是该产品页面)。
  • 令用户失望(他们期望看到特定产品)。
正确做法:
  • 301重定向至最相关的分类或类似产品页面。
  • 若无相关页面,返回410 Gone(告知Google更快删除该页面,比404更有效)。
  • 自定义404页面,包含搜索框和热门链接。


7. Quality Checklist

7. 质量检查清单

Technical Foundation:
  • HTTPS: Site is secure (SSL certificate valid).
  • Mobile: Pass Google's Mobile-Friendly Test (Responsive design).
  • Speed: LCP < 2.5s, CLS < 0.1, INP < 200ms (Core Web Vitals).
  • Indexing: No critical pages blocked by
    robots.txt
    or
    noindex
    tag.
  • Sitemap: Clean XML sitemap (no 404s/redirects) submitted to GSC.
  • Canonicals: Self-referencing canonicals on all pages to prevent duplication.
On-Page Elements:
  • Title Tags: Unique, keyword-optimized, < 60 chars (no truncation).
  • H1: Exactly one H1 per page, includes primary keyword.
  • Images: Compressed (WebP), includes descriptive
    alt
    text with keywords.
  • URLs: Short, descriptive, lowercase, hyphens (not underscores), no query strings if possible.
  • Internal Links: 2-5 internal links to other relevant content per post.
Off-Page & Authority:
  • Profile: Google Business Profile claimed, verified, and 100% completed (if local).
  • Links: Backlink profile audit conducted (disavow toxic links if manual action risk).
  • Social: Open Graph (OG) and Twitter Card tags configured for rich sharing.
  • Citations: NAP (Name, Address, Phone) consistent across all directories.
技术基础:
  • HTTPS: 网站安全(SSL证书有效)。
  • 移动端适配: 通过Google移动端友好测试(响应式设计)。
  • 速度: LCP <2.5秒,CLS <0.1,INP <200毫秒(Core Web Vitals)。
  • 索引: 无关键页面被
    robots.txt
    noindex
    标签阻止。
  • 站点地图: 简洁的XML站点地图(无404/重定向)已提交至GSC。
  • Canonical标签: 所有页面均使用自引用Canonical标签以避免重复内容。
页面元素:
  • 标题标签: 唯一、关键词优化、长度<60字符(无截断)。
  • H1标签: 每页恰好一个H1,包含主关键词。
  • 图片: 压缩(WebP格式),包含带关键词的描述性
    alt
    文本。
  • URL: 简短、描述性、小写、使用连字符(而非下划线),尽可能无查询字符串。
  • 内部链接: 每篇文章包含2-5个指向其他相关内容的内部链接。
站外与权威建设:
  • 商家档案: Google Business Profile已认领、验证并100%完善(若为本地商家)。
  • 外链: 已完成外链图谱审计(若有人工处罚风险则拒绝有害链接)。
  • 社交分享: 已配置Open Graph(OG)和Twitter Card标签以实现丰富分享。
  • 引用信息: NAP(名称、地址、电话)在所有目录中保持一致。

Anti-Patterns

反模式

Technical SEO Anti-Patterns

技术SEO反模式

  • JavaScript Rendering Issues: Content loaded via JS not indexed - use SSR/SSG
  • Slow Page Speed: Core Web Vitals failing - optimize images, code, and caching
  • Duplicate Content: Multiple URLs serving same content - implement canonical tags
  • Broken Links: 404 errors wasting crawl budget - regular link audits and fixes
  • JavaScript渲染问题: JS加载的内容未被索引 - 使用SSR/SSG
  • 页面速度过慢: Core Web Vitals不达标 - 优化图片、代码和缓存
  • 重复内容: 多个URL提供相同内容 - 实施Canonical标签
  • 失效链接: 404错误浪费抓取预算 - 定期进行链接审计并修复

Content Anti-Patterns

内容反模式

  • Keyword Stuffing: Overusing keywords unnaturally - write for users, not bots
  • Thin Content: Pages with little value - provide comprehensive information
  • Ignoring User Intent: Content misaligned with search intent - understand user needs
  • Content Staleness: Outdated content not updated - refresh content regularly
  • 关键词堆砌: 不自然过度使用关键词 - 为用户创作内容,而非爬虫
  • 内容单薄: 页面价值低下 - 提供全面信息
  • 忽略用户意图: 内容与搜索意图不匹配 - 理解用户需求
  • 内容过时: 未更新旧内容 - 定期刷新内容

Link Building Anti-Patterns

外链建设反模式

  • Paid Links: Buying links to manipulate rankings - earn links naturally
  • Link Schemes: Manipulative link patterns - avoid PBNs and spam
  • Broken Redirects: Redirect chains wasting crawl budget - direct redirects
  • Anchor Text Over-Optimization: Unnatural anchor text - diversify anchor text
  • 付费外链: 购买外链操纵排名 - 自然获取外链
  • 外链方案: 操纵性外链模式 - 避免PBN和垃圾信息
  • 失效重定向: 重定向链浪费抓取预算 - 使用直接重定向
  • 锚文本过度优化: 锚文本不自然 - 多样化锚文本

Migration Anti-Patterns

迁移反模式

  • URL Chaos: Changing URLs without redirects - preserve URL structure
  • Content Loss: Moving content without preserving it - maintain content inventory
  • Indexation Issues: Wrong pages indexed - control indexation properly
  • Traffic Drop: Not monitoring post-migration - set up monitoring
  • URL混乱: 更改URL但未设置重定向 - 保留URL结构
  • 内容丢失: 迁移时未保留内容 - 维护内容清单
  • 索引问题: 错误页面被索引 - 正确控制索引
  • 流量下降: 未监控迁移后情况 - 设置监控