KNOWLEDGE NOTES知识整理
按主题浏览已经整理的知识、课程笔记与方法。保留原有正文和出处。
287份知识文档Google Search Central Blog 早期 6 年(2005-2010, ~708 posts):Webmaster Tools 平台诞生 + 维护 / Sitemap 0.84-0.90 协议演化 / 早期 spam 治理 / badware/StopBadware 安全合作 / Matt Cutts video 系列起步 / Vanessa Fox 时代 / Canonical link element 推出(2009) / 国际化博客分支 / first malware警告 / link 经济战(paid links 大讨论 2007-2008) / duplicate content myth 教育 / SEO Starter Guide 第一版(2008) / Caffeine 索引架构(2010) / Site Speed 进入排名信号(2010)
Google Search Central Blog 5 年(2011-2015, ~528 posts):Panda(2011) + Penguin(2012) 双重打击 + 持续 refresh / Hummingbird(2013, semantic search 革命)/ Knowledge Graph(2012)/ Mobilegeddon(2015-04, mobile-friendly 排名信号)/ Authorship(2011 推出, 2014 死)/ Author rank myth busting / Semantic Web 大势 / schema.org 推出(2011)/ Disavow Tool(2012) / Penguin into core(后, 2016)/ rel=alternate hreflang(2011 起)/ HTTPS as ranking signal(2014) / Authorship 完整生命周期 / mobile-friendly badge / Knowledge Graph + Carousel / Webmaster Conference 转 hangout
Google Search Central Blog 5 年(2016-2020, ~302 posts):AMP 推出与扩展(2016)+ Mobile-First Indexing 公告(2016-11) + 大规模 rollout(2018-03 启) + 全网 rollout(2020-03 announce, 2023-10 完成)/ 新 Search Console rebuild(2018) / HTTPS 强推(2017-2018 Chrome 标 Not Secure)/ evergreen Googlebot(2019-05 一次性升 Chrome 74)/ Helpful Content Update 预兆 / Webmaster Conference 国际化 / COVID 应对(virtual events, business hours pause)/ Goodbye Flash(2019)/ Rendertron / Dynamic Rendering / Core Web Vitals 概念引入(2020) / Speed report / Webmasters → Search Central 重命名(2020-11) / Removals report 改进 / FAQ How-to SD 推出(2019-05) / nofollow → sponsored/ugc(2019-09) / Indexing API for jobs(2018)
Google Search Central Blog 6 年(2021-2026, ~211 posts):**Page Experience 上线**(2021-05-Q2 mobile, 2022-Q1 desktop) + Core Web Vitals 详细 / **Helpful Content Update**(2022-08-25, 2024-03 并入 core) / **Product reviews updates** 系列(2021-04, 2021-12 等) / **link spam update**(2021-07, 2022-12) / **site reputation abuse**(2024-03, 2024-11) / **AI generated content guidance**(2023-02) / **Helpful Content into core ranking system**(2024-03) / **INP into Core Web Vitals**(2023-05) / **August 2024 core update** / **AI Overviews / AI Mode**(2024-2025) / **2025-06 simplifying search results**(big SD 清理) / **Crawling December 2024 series**(4-post 系列教育)/ **Robots Refresher 2025 series** / **back button hijacking spam policy**(2026-04) / **FAQ deprecation announcement**(2026-05)
Google Search Central blog 20 篇质量政策、E-E-A-T、Helpful Content、Quality Rater Guidelines、欺骗行为政策的主题化提炼。
Google Search Central blog 18 篇 AI 内容立场 / RankBrain / BERT / MUM / Knowledge Graph / AI Overviews / Succeeding in AI Search 的主题化提炼。
Google Search Central blog 23 篇 core updates / spam updates / product reviews / page experience 公告的主题化提炼。Google 官方对算法演化机制的自我解释。
Google Search Central blog 38 篇 Googlebot 用户代理 / JavaScript SEO / Mobile-first 转型 / Page Experience / Core Web Vitals / AMP 起落 / Crawl Budget 的主题化提炼。
Google Search Central blog 15 篇 robots.txt 标准化 / sitemap 最佳实践 / canonical 错误 / hreflang 实战 / Indexing API 的主题化提炼。
Google Search Central blog 26 篇 site reputation abuse / scaled content / expired domain / link spam / hacked sites / manual actions / disavow 的主题化提炼。
Google Search Central 三大块公告:(1) Events 3 大事件系列 — Search Central Live(flagship, 全球, 免费, 35 城 12 语言)+ Deep Dive(多日深入版)+ Unconference(2020 起, 用户提议 sessions, 500+ 参与); (2) Events calendar 2022-2026 全年事件 100+ 详表; (3) Latest documentation updates 4 年 timeline — 2022/2023/2024/2025/2026 重大变更:FAQ 2026-05 deprecation / practice problem 2026-01 移除 / AVIF 2024-08 支持 / AI Mode/Overviews 2024-08 SC 计入 / SD 简化 2025-06 / mobile-first 2024-07 完成 / 等
Google Search 帮助层操作 5 大块:(1) Debugging tools 6 件套 + ngrok 隧道穿防火墙; (2) Status Dashboard 4 状态 + 5 年历史 + RSS+JSON API; (3) DMA business user 资格 + appeals process(EEA); (4) European Search Dataset Licensing Program(2024-03-07 起申请, 2024-04-01 起数据可用, 6 资格); (5) 举报 spam / phishing / malware 3 个表单 + 隐私规则
Google 处理 JavaScript 的 3 阶段(crawl 抓取 / render 渲染 / index 索引) + render queue 渲染队列机制 + WRS(Web Rendering Service,网页渲染服务)。15 条最佳实践 + 11 步诊断清单。SPA(单页应用)必坑:soft 404(软 404) / fragment 路由 / Local Storage 失效 / cache 指纹 / robots meta 用 JS 注入的陷阱 / Web Components 的 shadow DOM。Dynamic rendering(动态渲染)已是历史变通方案,推荐用 SSR / 静态 / hydration 替代。懒加载用 viewport(视口)检测 + 无限滚动改成分页 URL。Web Components 必用 Slot。
Google 处理 JS 的 3 阶段(crawl/render/index)+ render queue 机制 + WRS(Web Rendering Service)。15 条 best practice + 11 步 troubleshooting checklist。SPA 必坑:soft 404 / fragment 路由 / Local Storage 失效 / cache fingerprinting / robots meta JS 注入陷阱 / web components shadow DOM。Dynamic rendering 已是 workaround,推 SSR / static / hydration。Lazy load viewport + infinite scroll → paginated URL。Web Components Slot 必用
Search Console 入门、5 类核心报告、Looker Studio 信息中心(GSC+GA4 并排)、流量下降 7 步诊断法、bubble chart 4 象限分析、Google Trends 关键词调研与季节性、GSC vs GA 8 类差异原因。SEO 数据分析的完整工具栈。
3 视角的 SEO × LLM 立场融合。Google Search Central(官方:how-not-who 框架 + scaled content abuse 边界 + Who/How/Why 三问 + AI Overviews / Succeeding in AI Search)/ newtype llms.txt 综合指南(两种格式提案:Access Control Model 类 robots.txt + Inference Guidance Model Markdown / Karpathy "为 Agent 重写软件基础设施")/ newtype 知识系统(wiki.newtype.pro 第三层 = 发布层 = 自有"LLM 友好语料")。覆盖 Google 对 AI 内容立场、llms.txt 提案现状、E-E-A-T 与 AI 内容兼容、Agent 时代基础设施
Sitemap 何时需要(>500 页/新站/富媒体)何时不需要;3 种格式 XML/RSS-mRSS-Atom/text 选型;50MB/50,000 URL 硬上限;sitemap index 大站方案(500/site);4 种 extension 命名空间+组合用法;image/video/news sitemap 必填可选字段全表;4 种提交方式;跨站点提交两种打法;13 条反 pattern。
Structured Data 框架 + 全部 Google 支持的 34 个 rich result type 概览。3 格式选型(JSON-LD 推荐 / Microdata / RDFa,data-vocabulary.org 已废)。**4 quality guideline**(content / relevance / completeness / location / specificity / images)+ 多 item 同页 2 模式(nesting / individual items @id 链接)。完整 type 表分类(Ecommerce/Organizations/Sports/Jobs/Entertainment/News/Food/Education)+ 每 type 必填 / 关键 gotcha。**最新废弃**:FAQ 2026-05-07 起不再显示 rich result(2026-06 工具下架 / 2026-08 API 移除)。JavaScript 生成 SD(Google Tag Manager / 自定义 JS)+ Product SD 用 GTM 注意 crawl 频率降。Image license metadata schema.org/CreativeWork(creator + creditText + copyrightNotice + license + acquireLicensePage)。Speakable 仅 news + en-US/-CA/-AU/-IE/-NZ/-UK + 几句 ≤ 30 秒。Paywalled content SD 区分于 cloaking 必标 isAccessibleForFree=false + cssSelector。Carousel(Recipe/Course/Restaurant/Movie 才能用)+ ItemList @id 链接 4 类。