何时打开:你做 SEO / 内容站 / 想理解 Google 排序 10 年演化 / 想知道这 5 个缩写背后的官方原文具体说了什么。本 wiki 把 Google 官方 5 个里程碑公告做出对照,是做 SEO 的人必须先读的"宪法"。
一句话核心:RankBrain (2015 词→概念) → Neural Matching (2018 模糊匹配) → BERT (2019 词与词关系) → MUM (2021 多模态+多语言) → HCU (2022 站点级"为人写")→ AI Overviews (2024 生成式搜索)。Google 现在跑数百个模型协同,不是一个换一个 —— 任何"专门针对 X 算法做优化"的 SEO 建议都是错的。
0. 5 大里程碑速查表
| 里程碑 | 年份 | 作者 | 核心 | 影响范围 |
|---|---|---|---|---|
| RankBrain | 2015-10 | (Pandu Nayak 2022 综述) | 第一个深度学习排序系统 / 词→概念 | "one of the major AI systems" 至今主力 |
| Neural Matching | 2018 | (Pandu Nayak 2022 综述) | 神经网络模糊匹配查询-文档 | "critical part of retrieval" |
| BERT | 2019-10 | Pandu Nayak | Transformer / 句内词与词关系 | 10% 美国英语查询 / 现在"几乎每个英语查询" |
| MUM | 2021-05 | Pandu Nayak | T5 / 1000x BERT / 75 语言 / 多模态 / 会生成 | "join the chorus" 与其他模型协同 |
| HCU | 2022-08 | Danny Sullivan | 站点级 ML 分类器 / 为人写 vs 为搜索引擎写 | 全英语世界先上,后扩 |
| AI Overviews | 2024-05 | Liz Reid | custom Gemini / 生成式答案 + multi-step + planning + video | 美国先上,2024 扩 |
1. RankBrain(2015)— Google 第一个深度学习
Google Search 5 大 AI 算法里程碑(RankBrain/BERT/MUM/HCU/AIO) source:2022-02-how-ai-powers-search.md §RankBrain
1.1 官方定义
RankBrain launched in 2015 as "the first deep learning system deployed in Search." It represented a breakthrough because it helped understand "how words relate to concepts."
1.2 经典例子(官方)
查询:"what's the title of the consumer at the highest level of a food chain"
RankBrain 的理解:关系到动物而非人类消费者 → 返回 "apex predator"
1.3 至今仍是主力
"RankBrain remains one of the major AI systems powering Search today."
1.4 没有独立 2015 公告
⚠️ 重要:Google 没有发独立的 2015 RankBrain blog post。最早是 2015-10-26 Bloomberg 采访 Jack Clark 披露。官方权威回顾在 2022-02 Pandu Nayak 综述里。
2. Neural Matching(2018)— 模糊匹配
Google Search 5 大 AI 算法里程碑(RankBrain/BERT/MUM/HCU/AIO) source:2022-02-how-ai-powers-search.md §Neural Matching
2.1 官方定义
Neural matching enabled Search to "understand how queries relate to pages" using neural networks. This system analyzes "fuzzier representations of concepts" rather than just keywords.
2.2 例子
查询:"insights how to manage a green"
Neural Matching 的理解:可以匹配到一个用颜色描述性格的管理指南(green-personality 类内容),即使该文档不含"insights"这词。
2.3 地位
"Neural matching is such a critical part of how we retrieve relevant documents."
3. BERT(2019)— Transformer 进入搜索
Google Search 5 大 AI 算法里程碑(RankBrain/BERT/MUM/HCU/AIO) source:2019-10-bert-understanding-searches.md
3.1 关键命题
"The biggest leap forward in the past five years, and one of the biggest leaps forward in the history of Search." —— Pandu Nayak
3.2 核心技术
- BERT = Bidirectional Encoder Representations from Transformers
- Transformer:处理词与句中所有其他词的关系,而非单向逐个
- BERT 看一个词的前后语境,理解 query 意图
- 首次用 Cloud TPU 服务搜索结果(模型太复杂传统硬件不行)
3.3 关键数据
| 维度 | 数字 |
|---|---|
| 影响 ranking 查询比例(发布时) | 10% 美国英语查询 |
| 影响范围(2022 综述时) | 几乎每个英语查询 |
| 改善 featured snippets 语言 | 韩语 / 印地语 / 葡萄牙语等 |
| 15% 查询从未见过(背景数据) | 持续到今天 |
3.4 经典例子(全是 Pandu Nayak 原文给的)
| 查询 | 难点 | BERT 解法 |
|---|---|---|
| "2019 brazil traveler to usa need a visa" | "to" 决定方向 | 理解是巴西人去美国(而非反过来) |
| "do estheticians stand a lot at work" | "stand" 容易匹配 stand-alone | 理解 "stand" = 工作物理强度 |
| "can you get medicine for someone pharmacy" | "for someone" 关键 | 理解是替他人取药 |
| "parking on a hill with no curb" | 旧系统忽略 "no" | 理解 "no" 关键 |
| "book the young adult" | "adult" 易出 18+ 内容 | 理解 "young adult" 是 YA 文学类 |
3.5 Google 自己也承认 BERT 不完美
"If you search for 'what state is south of Nebraska,' BERT's best guess is a community called 'South Nebraska.' (Spoiler: it's Kansas.)" —— Pandu Nayak 原文
4. MUM(2021)— 多模态 + 多语言
Google Search 5 大 AI 算法里程碑(RankBrain/BERT/MUM/HCU/AIO) source:2021-05-mum-ai-milestone.md
4.1 关键数据(必背)
| 维度 | 数字 |
|---|---|
| MUM = Multitask Unified Model | — |
| 底座 | T5 text-to-text framework |
| 能力倍数 | 1,000 倍于 BERT |
| 语言 | 75 种 |
| 任务数 | 多任务同时训练 |
| 模态 | 文本 + 图像(未来扩 video / audio) |
| 生成能力 | 不只理解,还会生成(Generative) |
4.2 核心场景:复杂任务
用户洞察:
"We find that people issue eight queries on average for complex tasks" —— 普通复杂任务平均要 8 次查询
例子(全文反复用):
"你爬过 Mt. Adams,想下次秋天爬 Mt. Fuji。如果是问登山专家,你只要问'我该有什么不同准备?'就能拿到答案 —— 包括两山高度对比、秋天富士山是雨季要带防水夹克、训练建议等。"
4.3 跨语言知识迁移
"Say there's really helpful information about Mt. Fuji written in Japanese; today, you probably won't find it if you don't search in Japanese. But MUM could transfer knowledge from sources across languages."
SEO 含义:英语内容权重不再独占 —— 日语 / 中文 / 法语等内容的好信息可以通过 MUM 反哺英语搜索。
4.4 多模态未来场景
"Eventually, you might be able to take a photo of your hiking boots and ask, 'can I use these to hike Mt. Fuji?' MUM would understand the image and connect it with your question."
4.5 MUM 与其他系统协同
"MUM will... join the chorus of systems that run together." —— 不替代 BERT/RankBrain,是协同
5. HCU(2022-08)— 站点级"为人写 vs 为搜索引擎写"
Google Search 5 大 AI 算法里程碑(RankBrain/BERT/MUM/HCU/AIO) source:2022-08-helpful-content-update.md + GSC blog 同步发的技术细节版
5.1 关键命题
"Content that seems to have been primarily created for ranking well in search engines rather than to help or inform people."(被精准打击的内容定义)
5.2 关键机制(SEO 必知)
- HCU = Helpful Content Update
- 站点级 ML 分类器(站点级,不是单页)
- 自动判定,没有 manual review 申诉通道
- 持续运行,不是一次性 update
5.3 重点品类
"The update particularly impacts online education, entertainment, shopping, and technology categories."
5.4 与 AI 内容关系
关键认知(详见 wiki-seo-in-llm-era.md §3):
- HCU 不针对"是否 AI 生成"
- HCU 针对"为人写还是为排名写"(意图)
- 2024-03 HCU 并入 core ranking:从此 helpful content 没有独立"解除日"
5.5 后续演化(参见 GSC Blog: Core Updates 与算法迭代演化(2010-2026) §HCU)
| 时间 | 动作 |
|---|---|
| 2022-08 | 首次推 HCU,英语先上 |
| 2022-12 | 扩到非英语语言 |
| 2024-03 | HCU 并入 core(不再独立) |
| 2024-09 之后 | "scaled content abuse" 取代 HCU 单一指针 |
6. AI Overviews(2024-05)— Gemini 进入搜索结果
Google Search 5 大 AI 算法里程碑(RankBrain/BERT/MUM/HCU/AIO) source:2024-05-ai-overviews-launch.md
6.1 关键命题
- 原 SGE(Search Generative Experience)正式 GA → AI Overviews
- 驱动:custom Gemini model(不是开放 API,是搜索专用 fine-tuned 版)
- 首发:美国全量(2024-05-14 Google I/O)
6.2 4 大新能力
| 能力 | 例子 |
|---|---|
| Multi-step reasoning | 一次查"找瑜伽馆 + 评论 + 新会员折扣"(原来要 3 次查询) |
| Planning | 生成可调整的餐计划(可一键切换素食) |
| AI-organized results | 灵感型搜索:餐厅/电影/书/购物自动分类展示 |
| Video search | 上传视频问"这是什么 / 怎么修",不用打字描述 |
6.3 SEO 影响(深思圈 + 王凯 + newtype 综合)
详见 wiki-seo-in-llm-era.md §6:
- 不是 zero-click:Google 强调还会有点击
- 被引用的页面拿 citation
- 优化建议:让你的页面成为"被引用的那一个"
- 2025/05 Succeeding in AI Search 5 条:original / page experience / structure / multi-modal / trust signals
7. 5 大里程碑的共同规律(SEO 实操含义)
7.1 不是"一个换一个",是"协同 chorus"
"Google's Search infrastructure runs hundreds of algorithms and machine learning models that work in combination rather than isolation." —— Pandu Nayak 2022-02
SEO 含义:任何"专门针对 X 算法做优化"的建议都是错的(如"为 BERT 优化标题")。
7.2 都是"语义理解 > 关键词匹配"的渐进
| 时代 | 主要方式 |
|---|---|
| pre-2015 | 关键词匹配 + 链接分析(PageRank) |
| RankBrain 后 | 词→概念 |
| Neural Matching 后 | 查询→文档模糊匹配 |
| BERT 后 | 句内词与词关系 |
| MUM 后 | 跨任务 + 跨语言 + 跨模态 |
| AIO 后 | 生成式答案 + 推理 |
SEO 含义:"keyword density / 关键词堆砌"已经死了 10 年了。
7.3 都是 ML 不是规则
所有 5 个都是 ML 模型,意味着:
- 无法逆向工程
- 无法申诉
- 只能改内容质量,不能"hack 算法"
7.4 站点级 vs 页面级(HCU 独特)
HCU 是唯一站点级判定 —— 一篇低质内容可以拖累整站。
SEO 含义:清理站内低质页比加新好页更重要(当 HCU 命中时)。
7.5 跨语言 + 多模态(MUM 起)
MUM 之后:
- 英语内容权重不再独占
- 图片 / 视频成为信号源
- 中文 / 日语 / 西班牙语等"非英语"内容质量直接影响全球搜索
8. 怎么用 —— 按 SEO 任务的里程碑路径
| 你想 | 主用里程碑 | 起点 |
|---|---|---|
| 理解 Google 现在怎么排序 | §7 5 大共性 + 协同 chorus | 不要专门优化某个算法 |
| 内容站怎么避免 HCU 打击 | §5 站点级 ML + 为人写 | 清理站内低质 / 真人作者 / 第一手 |
| 写长尾内容拿流量 | §3 BERT + §4 MUM | 自然语言 + 跨语言迁移 |
| 押 AI Overviews 流量 | §6 AIO 4 大能力 + Succeeding | original + 结构 + multi-modal + trust |
| 国际化内容站策略 | §4 MUM 75 语言 | 非英语高质内容可反哺 |
| 多模态内容(图/视频)优化 | §4 MUM + §6 AIO video | 加描述 / 加结构化数据 / 视频内容主体 |
通用纪律:
- 不是"专门针对 X 算法" —— 数百模型协同,优化质量
- HCU 是站点级 —— 清理低质 > 加新好页
- 关键词堆砌死了 10 年 —— 写自然语言 + 真人视角
- MUM 后跨语言反哺 —— 非英语内容也有意义
- AIO 不是 zero-click —— 争"被引用的那一个"
9. 引用清单
9.1 5 篇官方原文(本 wiki 全部 source)
- 2019-10 BERT — Understanding Searches Better Than Ever Before —— Pandu Nayak
- 2021-05 MUM — A New AI Milestone for Understanding Information —— Pandu Nayak
- 2022-02 How AI Powers Great Search Results —— Pandu Nayak(唯一一处把 RankBrain + Neural Matching + BERT + MUM 4 个讲齐)
- 2022-08 More content by people, for people in Search —— Danny Sullivan
- 2024-05 Generative AI in Search —— Liz Reid
9.2 GSC 同步技术文章
sources/reference/google-search-central/blog/2022/08/helpful-content-update.en.md—— HCU 技术细节版
9.3 相关 wiki
- SEO × LLM 时代(跨作者主题综合) —— SEO × LLM 时代综合(已合并本 wiki)
- GSC Blog: AI 搜索演化与 Google 对 AI 内容的立场(2015-2026) —— Google AI 内容立场(本 wiki 是它的"未读"补充)
- GSC Blog: Core Updates 与算法迭代演化(2010-2026) —— Core Updates 演化(HCU 后续轨迹)
- GSC Blog: 质量政策与 E-E-A-T 演化(Webmaster Guidelines → Search Essentials) —— E-E-A-T 质量政策
9.4 没有独立 blog post 的注释
- RankBrain 2015:Google 没发独立 2015 blog post。最早是 2015-10-26 Bloomberg 采访 Jack Clark。官方回顾在本 wiki §1 引用的 2022-02 Pandu Nayak 综述里。
- Neural Matching 2018:类似情况,主要披露在 John Mueller 2018-09 Twitter 帖 + 2022 综述。
来源与关联资料
- https://blog.google/products/search/search-language-understanding-bert/
- https://blog.google/products/search/introducing-mum/
- https://blog.google/products-and-platforms/products/search/how-ai-powers-great-search-results/
- https://blog.google/products/search/more-content-by-people-for-people-in-search/
- https://blog.google/products/search/generative-ai-google-search-may-2024/
- https://developers.google.com/search/blog/2022/08/helpful-content-update?hl=en
- SEO × LLM 时代(跨作者主题综合)
- GSC Blog: AI 搜索演化与 Google 对 AI 内容的立场(2015-2026)
- GSC Blog: Core Updates 与算法迭代演化(2010-2026)
- GSC Blog: 质量政策与 E-E-A-T 演化(Webmaster Guidelines → Search Essentials)