OpenAIGoogle Search Central BlogApr 13, 2026, 12:00 AM

Introducing a new spam policy for "back button hijacking"

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

Introducing explicit spam policy for back button hijacking (enforcement 2026-06-15)

Key Points

  • Back button hijacking now an explicit spam violation
  • Enforcement begins 2026-06-15 (two-month notice)
  • Sites risk manual actions or automated demotions

Summary

Google has added “back button hijacking” as an explicit violation under the malicious practices section of its spam policies. The policy targets sites that interfere with a user’s browser back navigation (for example by inserting or replacing history entries to redirect users to pages or ads they didn’t visit). Enforcement begins on 2026-06-15; the announcement was published on 2026-04-13 to give a two-month remediation window.

Key Points

  • What it is: any behavior that prevents users from immediately returning to the previous page (e.g., adding deceptive history entries, redirecting back actions to unsolicited pages/ads).
  • Impact: designated as a malicious-practices spam violation; sites may receive manual spam actions or automated demotions in Google Search.
  • Enforcement timeline: policy published 2026-04-13; enforcement starts 2026-06-15.
  • Engineer actions (practical):
    • Remove or disable scripts that insert/replace history entries or otherwise alter expected back-button behavior.
    • Audit third-party libraries and ad platforms for code that uses history.pushState, history.replaceState, onpopstate handlers, or similar navigation hacks.
    • Test user flows: validate back-button behavior across major browsers and entry points (landing pages, interstitials, ads).
    • If you received a manual action and have remediated, submit a reconsideration request through Google Search Console.
  • Notes: focus on restoring normal browser history behavior and avoiding deceptive navigation manipulations; remediation should include removing offending code and updating imports/configs.

Quick checklist for remediation

  • Search codebase for history API usage (pushState/replaceState) and suspicious redirect logic.
  • Verify ad/network tags and third-party widgets do not inject history entries.
  • Reproduce the user back-navigation scenario and confirm immediate return to the prior page.
  • After fixes, use Search Console to request reconsideration if a manual action was applied.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

「back button hijacking」に関する新しいスパムポリシーの導入

「back button hijacking」に関する新しいスパムポリシーの導入

発行日: 2026-04-13

本日、私たちは「back button hijacking」として知られる欺瞞的な行為に対処するため、スパムポリシーを拡張します。これはスパムポリシーの「malicious practices」に該当する明確な違反とされ、サイトに対してスパム対策(manual spam actions)や自動的な評価低下(automated demotions)が適用される可能性があります。

バックボタンハイジャックとは

ユーザーがブラウザの「戻る」ボタンをクリックするとき、期待することは明確です: 直前のページに戻ることです。バックボタンハイジャックはこの期待を裏切ります。具体的には以下のような行為を指します:

  • サイトがブラウザのナビゲーションを妨げ、ユーザーが戻るボタンで元のページにすぐ戻れないようにする。
  • ユーザーが訪れたことのないページへ遷移させる。
  • 望まれないおすすめや広告を表示する。
  • 通常のウェブ閲覧を妨げるその他の操作を行う。

なぜ対応するのか

ユーザー体験を最優先に考えています。バックボタンハイジャックはブラウザの機能を妨げ、期待されるユーザーの流れを壊し、不満を生み出します。ユーザーは操作されていると感じ、見知らぬサイトへの訪問を避けるようになる可能性があります。

過去にも述べているとおり、ユーザーのブラウザ履歴に欺瞞的または操作的なページを挿入することは常にGoogle Search Essentialsに反してきました。こうした行為が増加しているため、本件を明確に「malicious practices」として指定します。ポリシーの文言(抜粋):

Malicious practices create a mismatch between user expectations and the actual outcome, leading to a negative and deceptive user experience, or compromised user security or privacy.

バックボタンハイジャックを行っているページは、manual spam actionsやautomated demotionsの対象となり、Google 検索結果でのサイトのパフォーマンスに影響を与える可能性があります。

施行開始日は 2026-06-15 です。サイト運営者に必要な変更を行う時間を確保するため、本ポリシーは施行の2か月前に公表されます。

サイト運営者が取るべき対応

以下を実行してください:

  • ユーザーがブラウザの履歴をナビゲートする能力を妨げるような実装を行っていないことを確認する。
  • ユーザーが戻るボタンで直ちに元のページに戻れないようにする、欺瞞的または操作的なページをブラウザ履歴に挿入/置換するスクリプトや手法を使用している場合は、それらを削除または無効化する。
  • バックボタンハイジャックは、サイトに含まれるライブラリや広告プラットフォーム由来で発生する場合もあるため、技術的実装を徹底的に確認し、該当するコード、import、設定を削除または無効化することを推奨する。

もしサイトがmanual actionの影響を受け、その問題を修正した場合は、Search Consoleでreconsideration requestを送信して知らせることができます。

質問やフィードバック

質問やフィードバックがある場合は、ソーシャルメディアでお問い合わせいただくか、help communityで議論してください。


Posted by Chris Nelson on behalf of the Google Search Quality team