1. What's change(環境觀測層)

2026-04-23 / Google Search Central 文件更新

Google 把 spam report 與 manual action 的關聯寫得更直接

這不是單純修文案。Google 在 4 月 23 日再次補強說明,明確把 spam report 與人工處置之間的條件寫清楚。 代表外部檢舉不再只是「幫模型訓練」,而是更接近一個會觸發人工審查入口的治理訊號。

來源名稱: Google Search Central, Latest documentation updates
作者: 未標示作者
URL: https://developers.google.com/search/updates
Quotes: “Further clarified when and why we may take manual action based on spam reports.”
來源名稱: Google Search Central, Spam policies for Google web search
作者: 未標示作者
URL: https://developers.google.com/search/docs/advanced/guidelines/auto-gen-content?hl=en&rd=1&visit_id=637417708930673871-2287377268
Quotes: “We detect policy-violating practices both through automated systems and, as needed, human review...”
2026-04-20 / Google Search Central 文件更新

Google 新增 “read more” deep links 文件,直指段落級入口

4 月 20 日新增的不是裝飾性功能,而是明講 Google 會考慮把搜尋點擊送到更細的頁內區段。 這和 AEO 一直在做的語意切塊高度對齊,代表段落級可達性正在從「好習慣」變成「該做的資訊架構」。

來源名稱: Google Search Central, Latest documentation updates
作者: 未標示作者
URL: https://developers.google.com/search/updates
Quotes: “Added a new section on ‘read more’ deep links...”
來源名稱: Google Search Central, Featured snippets and your website
作者: 未標示作者
URL: https://developers.google.com/search/docs/appearance/featured-snippets
Quotes: “Clicking a featured snippet takes the user directly to the section...”
本週 / Google Search AI Mode

AI Mode 繼續往長問題、多步比較與互動結果走

本週官方搜尋頁面顯示 AI Mode 已開始提供互動圖表;同時官方 AI features 文件早已明講 AI Mode 特別適合 complex comparisons、會做 query fan-out。這表示 SEO 內容若還停在單段說明,會越來越難被選進這類回應。

來源名稱: The Keyword, Google Search AI Mode now offers data visualization and charts
作者: 未標示作者
URL: https://blog.google/products-and-platforms/products/search/ai-mode-data-visualization/
Quotes: “Today, we’re starting to roll out interactive chart visualizations in AI Mode...”
來源名稱: Google Search Central, AI features and your website
作者: 未標示作者
URL: https://developers.google.com/search/docs/appearance/ai-features
Quotes: “AI Mode is particularly helpful for queries where... complex comparisons are needed.”
補充觀測

截至 2026-04-28 檢索結果,未查到過去 7 天新的 Search Status Dashboard core / spam update 公告; 本週實際值得動手的,反而是文件層已寫清楚的合規與段落入口規格。

2. Where to go(策略定位層)

把「可被拆段引用率」放到比篇幅更前面

新環境下要優先追求的不是文章更長,而是每個 H2 底下都有能被獨立抽取、獨立跳轉、獨立理解的答案塊。

把 spam 合規視為收錄與曝光的前置門檻

如果頁面或站點有任何灰區做法,現在不是「排名可能受傷」,而是更接近「先失去被信任資格」,再談內容結構都沒用。

指標改看段落入口與高意圖互動,而不只看整頁點擊

AI features 官方文件已明講這些流量會進 Search Console 的整體 Web 報表,所以該開始把 query 類型、入口段落、後續互動一起看。

來源名稱: Google Search Central, AI features and your website
作者: 未標示作者
URL: https://developers.google.com/search/docs/appearance/ai-features
Quotes: “sites appearing in AI features... are included in the overall search traffic in Search Console.”

3. How to get there(執行戰術層)

優先執行清單
  • 每個主題段落改成「問題式 H2 + 第一段直接作答」,第一句先給判斷,再補理由。
  • 所有 H2 都給穩定 `id`,頁首加目錄,站內相關頁連結直接指向 `#section-id`。
  • FAQ 區塊只保留真正的決策題,並讓 FAQPage / Article / Breadcrumb 三層 schema 與可見文字一致。
  • 清理任何可能踩 spam policy 的模板化頁、偽比較頁、薄內容彙整頁與誤導式內鏈。
  • 在 GSC 以查詢型 intent、頁面角色、首段回答命中情況重新切分觀察報表。

技術規範 1:段落級 deep link 與可引用答案塊

<nav aria-label="章節目錄"> <a href="#what-changed">這週 Google 改了什麼?</a> <a href="#where-to-go">策略該往哪裡調?</a> </nav> <h2 id="what-changed">這週 Google 改了什麼?</h2> <p>Google 本週把 spam report 與 manual action 的條件說明得更直接。</p>

技術規範 2:Schema 不追求花樣,追求對齊

{ "@context": "https://schema.org", "@graph": [ { "@type": "Article", "headline": "先把頁面做成可被拆段引用", "datePublished": "2026-04-28", "dateModified": "2026-04-28", "author": { "@type": "Person", "name": "邱煜庭" } }, { "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "為什麼現在要做 read more deep links?", "acceptedAnswer": { "@type": "Answer", "text": "因為 Google 已明確補上段落級直達文件,表示區段入口正在變成更重要的結果呈現方式。" } } ] } ] }

技術規範 3:Snippet 與可見文字控制

若有 CTA、價格備註、法律條款不適合被抽進 snippet,可用 `data-nosnippet` 只遮局部; 若整段不應被拿來組摘要,再評估 `max-snippet` 或更嚴格設定。這不是為了「操控 AI」, 而是避免非答案段落搶走真正該被抽取的核心回答。

來源名稱: Google Search Central, Featured snippets and your website
作者: 未標示作者
URL: https://developers.google.com/search/docs/appearance/featured-snippets
Quotes: “Text marked by the data-nosnippet HTML attribute won’t appear...”