重要免责:Google 选作 case study 都是 best-case 结果。等比例预期是 anti-pattern — 实际效果取决于内容质量、行业、竞争、实施完整度。这些 case 主要价值在于:展示 SD 的工程实现路径 + 可验证哪些工具搭配 + Vimeo iframe 解法 / Wix CMS 集成 这种特殊技术 pattern。
Part 1 — Case 全表(按主题聚合)
Job postings(5 个)— JobPosting SD
| 公司 | 时间 | 关键数字 | 工具/方法 |
|---|---|---|---|
| Eventbrite | 2015 始用 Event SD,2017 受益 Google 新 events 搜索 | 流量 YOY 100% 涨(月内可见) | 模板化 SD + Search Console + Structured Data Testing Tool |
| Jobrapido | 2018-08(58 国家) | 有机流量 +182%,新注册 +395%,跳出率 -35% | 直接 JobPosting SD |
| Monster India | 2018-04(11 城,后扩 Gulf/SEA) | 详情页有机 +94%,申请 +10%;后跨多国后整站翻倍 | 先 pilot 再 scale |
| ZipRecruiter | 2012 始(早期),2017 受益 Google for Jobs | 转化率 +4.5x,跳出 -10%,非品牌月流量 +35% | 持续 micro-format 跟进 |
| Saramin(韩) | 2015 始 SC,渐进 SEO | 第一年仅修 crawl errors:+15%;高峰 2019 hiring season YOY +102%,新注册 +93%,转化 +9% | SC + SD(JobPosting/Breadcrumb/Estimated salary)+ Mobile-Friendly Test + AMP Test + PageSpeed Insights |
Video SEO(4 + 1 multi-publisher)— VideoObject / Clip / Seek SD
| 公司 | 时间 | 关键数字 | 关键工具/技术 |
|---|---|---|---|
| Vimeo | 2022 集成 best practices | 750M+ video 自动 enable 客户嵌入 | iframe + indexifembedded(noindex + indexifembedded 组合);Clip markup 给 chapters;Seek markup 自动 Key Moments;postMessage JS wrapper 给 iframe key moments |
| MX Player(印) | 2021-07,200K hours 12 语言 | 流量 +3x,session video 看 +100% | VideoObject SD + 频繁 video sitemaps + Search Console 视频报告 |
| Vidio(印尼) | 2024-06 | impressions +3x,clicks +2x(1 年内) | VideoObject SD + 稳定 URL 给 M3U8 / HLS 流;URL Inspection Video enhancement;video indexing report + performance report |
| cross-regional(2023-07) | — Weather.com、Italiaonline、ABP News | Weather: index pages +2x;Italiaonline: clicks +841%,impressions +353%,errors -85%;ABP: 流量 +30%(8 印度语言) | 全部用 video SD + Rich Results Test + Search Console video indexing report |
Recipe(1)— Recipe SD
| Rakuten Recipe(日)| 2012 始 SD,2017 与 Google 协作扩展 | 流量 +2.7x,session duration +1.5x | CMS 实施 2 周内全量;Search Console + Structured Data Testing Tool |
Discover 大图(1 — 2 个 publisher)— max-image-preview:large meta tag
| Kirbie's Cravings(food blog)| 单行 HTML 加 meta tag | CTR +79% | | Istoé(巴西新闻周刊)| 同 | CTR +30%,6 个月 clicks +332% |
Platform / CMS(1)— Search Console / Site Verification API 集成
| Wix(250M 用户)| 2022-2023 与 Google 协作 | 200 万 Wix 站连了 SC + submit sitemap;用新功能的站流量平均 +15%,Wix GPV +15%(ecommerce sites GPV +24%);Site Inspection 用户 +5% 流量 +16% GPV | Search Console API + Site Verification API + URL Inspection API |
Part 2 — 工具/方法 共同 pattern
不论垂直行业,每个 case 都用了某种 SD + 至少一个 Search Console 验证工具:
2.1 SD type 与垂直对应
- Job → JobPosting SD(+ 可选 Estimated salary、Breadcrumb)
- Video → VideoObject SD(+ Clip 给 chapters、Seek 给 auto key moments、
contentUrl必须) - Recipe → Recipe SD(+ 可选 Review、Time properties)
- Event → Event SD
- Discover → 不是 SD,是
<meta name="robots" content="max-image-preview:large">
2.2 验证工具组合(几乎每个 case 都用)
- Rich Results Test — 测代码/URL 是否 eligible
- URL Inspection — 看 Google 怎么 index 你的 URL + 它的 Video enhancement section
- Search Console video indexing report — video 专用,monitor + 修
- Search Console Rich Result status report — 整站 SD 表现
- Performance report — clicks/impressions 验收
- Structured Data Testing Tool(老,已弃,被 Rich Results Test + Schema Markup Validator 取代)
2.3 工程实施路径
- 找模板:多数 case 都用了 base template,改少量字段
- CMS pilot 一小部分 → 验证 → scale 全站
- AMP 兼容性需单独检验(Rakuten / Saramin 用过)
- 实施后等数周到数月看效果
2.4 时间窗口预期
- Eventbrite:实施后 2-3 周就看到 SERP 视觉差异
- Saramin:首年只修 crawl errors 就 +15%;后 4 年持续投入到 hiring season YOY +102%
- ZipRecruiter:实施后第二天见 conversion 涨
- Vidio:1 年看到 3x impressions
Part 3 — 特殊技术 pattern(可借鉴的)
3.1 Vimeo 的 iframe + indexifembedded 解法
embedded video player 开发者要让客户站点的嵌入 video 被 Google 索引:
Step 1: source player page(用户嵌的页)加 VideoObject SD
Step 2: source player page 加 robots meta:
<meta name="robots" content="noindex, indexifembedded" />
为什么这样:
- 没有 noindex → source player page 自己被独立索引(不想要)
- 只有 noindex → 嵌入版本也丢失 SD(不想要)
- noindex + indexifembedded = 只在 customer 页通过 iframe 嵌入时,markup 通过嵌入 attribute,source page 不被独立索引
Step 3: 等 Googlebot recrawl
3.2 Vimeo Key Moments 的 postMessage 跨域通信
iframe embed 需要 communicate starting time parameter 给 source video player:
- 用
postMessageJavaScript wrapper(Window.postMessage) - JS embeds(非 iframe)不需要 wrapper,player controls 同 URL 同页
3.3 Vidio 的 M3U8/HLS 流处理
HLS / M3U8 视频流:
- M3U8 是 segment map,把视频切片
- ⚠️ Googlebot crawl/parse 可能因某 segment 失败 → 整个 byte-fetch 失败
- 解法:每个 video file 用 stable URL + 确保 accessible to Googlebot
- 用 URL Inspection 的 Video enhancement section 验证
3.4 Wix 的 CMS 集成 — 给开发者
Wix 用 Google's APIs 让普通用户 simplified SC:
- Site Verification API + Search Console API + URL Inspection API
- 在 Wix Dashboard 内:自动验证 ownership → 自动 submit sitemap → 显示 indexing 状态 + 错误
- Search Console API 的 reporting functionality 用来建 4 个集成 SEO reports
- 给 CMS 开发者一个范本:整合 Google APIs 让用户无需离开你 UI就完成完整 SEO 流程
- 如果是 CMS 想跟 Google 协作:
forms.gle/taGyhNnAczn3VgGDA或 @googlesearchc
Part 4 — 行业 case 教训
4.1 Job 行业(5 个 case)
- iceberg under SD:JobPosting 主链 + Breadcrumb / Estimated salary 增强;Saramin 加了 Breadcrumb 看到红 turn 绿
- 迁徙效应:Monster pilot India → 扩 Gulf/SEA 全部受益(组件复用)
- conversion 远高于流量:ZipRecruiter conversion 4.5x、Jobrapido bounce -35% — SD 引来的用户更精准
- freshness 关键:ZipRecruiter "almost in real time" — Google for Jobs 比传统 SERP 更快更新
4.2 Video 行业(4 个)
- video sitemap + video SD 双管齐下(MX 强调 frequently 提交)
- video must be main content + 在 viewport 内 above-the-fold(implied 多处)
- video files 必须允许 fetch(无 video preview 否则)— 单独说见 富功能 / Discover / Images / Video / Page Experience / Web Stories / SXG / Paywall 完全指南 Video SEO
- iframe 嵌入 pattern(Vimeo 解法)是平台型视频公司必备
- HLS / DASH 流要确保单 stable URL 给完整 fetch
4.3 Recipe 行业(1)
- 用 CMS 实施只用 2 周
- 与 Google 协作扩字段(Rakuten 2017 collab)— 提早采用 fields 是优势
- AMP + Recipe SD = 老搭配,需 Structured Data Testing Tool 验
4.4 Discover 大图(2)
- 不是 SD!是 robots meta tag
max-image-preview:large仅 1 行 HTML- 受益:CTR +30 到 +79%
- 1200px 宽 + 16:9 是隐含的图片质量门槛(详见 富功能 / Discover / Images / Video / Page Experience / Web Stories / SXG / Paywall 完全指南 Discover)
4.5 CMS 平台型集成
- Search Console API + Site Verification API + URL Inspection API 三件套
- 用户不离开你的 UI 完成 SEO 验证 + sitemap + 健康监控
- 给 ecommerce 站 GPV +24% 是显著业务价值,不仅是流量
Part 5 — 共同失败 / 风险
每个 case 都没明说,但 implied 出来的风险:
- best-case bias:Google 选案 publish 都是 success — 失败案例从不写
- 多变量:Eventbrite 自己说 "Multiple ongoing SEO projects can make it difficult to determine exactly what results in increased traffic" — 不能完全归因 SD
- SD ≠ ranking:SD 让你有资格出 rich result,但不保证 + 不直接影响 ranking signals
- 更新维护成本:Vimeo 客户的 chapters/clips、Vidio 的 stable URL、ZipRecruiter 持续追新字段 — 长期成本
- AMP 衰落:Rakuten 案例用了 AMP,但 Googlebot 抓取机制与索引控制完全指南 (URL/Links/Mobile-first/Meta/Testing/AMP) 中 AMP 整体衰落 — 现在不推荐为 SEO 上 AMP
Part 6 — 时间线 timeline
| 年 | 重要 case |
|---|---|
| 2010 | Rakuten Recipe 平台启动 |
| 2012 | Rakuten 开始用 Recipe SD;ZipRecruiter 开始用 JobPosting SD |
| 2014 | Vidio 启动 |
| 2015 | Saramin 注册 SC;Eventbrite 开始用 Event SD |
| 2017-05 | Google 推 events 搜索 → Eventbrite 受益 |
| 2017-06 | Google 推 Jobs 搜索 → ZipRecruiter / Jobrapido / Monster / Saramin 受益(均之后跟进) |
| 2017 | Rakuten 与 Google 协作扩 Recipe SD 字段 |
| 2018-05 | Eventbrite case 发表;ZipRecruiter case 发表;Rakuten case 发表 |
| 2018-08 | Jobrapido case 发表 |
| 2019-06 | Monster India case 发表 |
| 2020 | Google 推 max-image-preview:large for Discover |
| 2020-04 | Saramin case 发表 |
| 2021-07 | MX Player case 发表 |
| 2021-08 | Large images Discover case 发表(Kirbie / Istoé) |
| 2022 | Google 推 indexifembedded rule;Vimeo + 各 publisher 开始用 |
| 2023-01 | Vimeo case 发表 |
| 2023-07 | Cross-regional video case(Weather/Italiaonline/ABP)发表 |
| 2024-02 | Wix case 发表 |
| 2024-06 | Vidio case 发表 |
Cross-references
- Structured Data 完全总览 (框架 + 34 个 rich result type 一键查 + JSON-LD/Microdata/RDFa 选型) — 34 类型 SD + 5 quality + JS 生成 + 17 反 pattern
- 富功能 / Discover / Images / Video / Page Experience / Web Stories / SXG / Paywall 完全指南 — Video SEO 6 步 + Discover 大图要求 + Key Moments 3 路径(Clip / Seek / YouTube)
- Ecommerce SEO 完全指南 (6 Surface / 4 Launch 策略 / Merchant Center / 6 SD 类型 / Pagination 3 模式 / Review 13 准则) — Job/Recipe/Event 之外的产品商品案例
- 搜索结果视觉元素全景 (Visual Gallery / Title / Snippet / Favicon / Sitelinks / Featured / AI / Translated / Preferred) — rich results 5 类 + enriched search 整站质量门槛
- Search Console + Analytics + Trends 三件套用法 (流量诊断 / 关键词调研 / Looker Studio) — SC 8 类报告 + Video indexing report + URL Inspection
- Google SEO 入门 + Search 工作原理 + Search Essentials — Search Essentials + 内容质量优先
- Google SEO Office Hours 精华(2022.11–2024.08)+ 3 大 FAQ 主题汇总 — office hours 多次提到 "evaluate evolution over time"
来源与关联资料
- https://developers.google.com/search/case-studies/cross-regional-video-seo-case-study?hl=en
- https://developers.google.com/search/case-studies/cross-regional-video-seo-case-study?hl=zh-cn
- https://developers.google.com/search/case-studies/eventbrite-case-study?hl=en
- https://developers.google.com/search/case-studies/eventbrite-case-study?hl=zh-cn
- https://developers.google.com/search/case-studies/jobrapido-case-study?hl=en
- https://developers.google.com/search/case-studies/jobrapido-case-study?hl=zh-cn
- https://developers.google.com/search/case-studies/large-images-case-study?hl=en
- https://developers.google.com/search/case-studies/large-images-case-study?hl=zh-cn
- https://developers.google.com/search/case-studies/monster-india-case-study?hl=en
- https://developers.google.com/search/case-studies/monster-india-case-study?hl=zh-cn
- https://developers.google.com/search/case-studies/mx-case-study?hl=en
- https://developers.google.com/search/case-studies/mx-case-study?hl=zh-cn
- https://developers.google.com/search/case-studies/rakuten-case-study?hl=en
- https://developers.google.com/search/case-studies/rakuten-case-study?hl=zh-cn
- https://developers.google.com/search/case-studies/saramin-case-study?hl=en
- https://developers.google.com/search/case-studies/saramin-case-study?hl=zh-cn
- https://developers.google.com/search/case-studies/vidio-case-study?hl=en
- https://developers.google.com/search/case-studies/vidio-case-study?hl=zh-cn
- https://developers.google.com/search/case-studies/vimeo-case-study?hl=en
- https://developers.google.com/search/case-studies/vimeo-case-study?hl=zh-cn
- https://developers.google.com/search/case-studies/wix-case-study?hl=en
- https://developers.google.com/search/case-studies/wix-case-study?hl=zh-cn
- https://developers.google.com/search/case-studies/ziprecruiter-case-study?hl=en
- https://developers.google.com/search/case-studies/ziprecruiter-case-study?hl=zh-cn
- Structured Data 完全总览 (框架 + 34 个 rich result type 一键查 + JSON-LD/Microdata/RDFa 选型)
- 富功能 / Discover / Images / Video / Page Experience / Web Stories / SXG / Paywall 完全指南
- Ecommerce SEO 完全指南 (6 Surface / 4 Launch 策略 / Merchant Center / 6 SD 类型 / Pagination 3 模式 / Review 13 准则)
- 搜索结果视觉元素全景 (Visual Gallery / Title / Snippet / Favicon / Sitelinks / Featured / AI / Translated / Preferred)
- Search Console + Analytics + Trends 三件套用法 (流量诊断 / 关键词调研 / Looker Studio)