If a website has ever trapped you on a page by turning your browser’s back button into a funnel for more ads or content, Google wants that to stop. Starting June 15, 2026, the company will treat “back button hijacking” as an explicit malicious practice and can punish offending sites with manual spam actions or automated demotions in Search.
Web users expect one thing from the back button: to return to the page they just left. When a site “inserts or replaces” pages in your browser history so that clicking back shows an ad, a recommendation page, or a feed instead of the prior page, that expectation is violated. Google’s Search team says the behavior breaks the browser’s expected navigation and leaves people feeling manipulated — a hit to trust that can make users wary of visiting unfamiliar sites.
How sites pull the trick (and why some owners might be surprised)
The mechanics are simple: scripts alter the browser history (often via History API calls like pushState/replaceState) or inject intermediate pages that users never actually visited. The phantom page is typically a carousel of content suggestions or a pop-up ad intended to squeeze a few extra clicks and impressions out of each visit.
Not every site does it deliberately. Google’s announcement calls out third-party libraries, ad networks, or engagement widgets as common culprits. That means a publisher could be penalized even if the offending code came from an included script or ad stack — responsibility ultimately falls on the site owner to audit what runs on their pages.
Some high-profile examples have been reported for years — including cases where visiting a LinkedIn profile or job posting sends you “back” into the social feed — a behavior that raises similar privacy and navigation concerns explored in a recent piece about browser extensions and network practices.
What Google will do, and what site operators should prioritize
Google is folding back-button hijacking into its “malicious practices” spam policy, the same category that covers things like unwanted software or deceptive redirects. The company says it has seen a rise in this behavior and is giving sites a two‑month compliance window before enforcement begins on June 15.
Consequences: affected pages may receive manual spam penalties or automated demotions, which can sharply reduce visibility in Search. If a manual action is applied, site owners can submit a reconsideration request via Search Console after fixing the problem.
If you run a site, here are practical steps to take now:
- Audit scripts and ad partners. Review any third‑party widgets or ad platforms that add history entries or redirect behavior. Vendors sometimes deploy techniques that change history without clear opt‑ins.
- Scan for history API misuse. Search your codebase (and included libraries) for history.pushState and history.replaceState calls, or for code that writes intermediary pages into history.
- Test across browsers. What looks fine in one browser can still break expected navigation elsewhere when a script behaves differently.
- Communicate with ad partners. If a monetization partner is responsible, ask them to remove or disable the offending behavior — you’ll want written confirmation if you need to request reconsideration.
Google’s move is part of a broader pattern: the company has increasingly positioned Search to favor predictable, secure experiences and to surface fewer pages that provide deceptive or manipulative flows. That pattern also shows up in other product changes aimed at securing users and reducing abusive behavior across Google’s platforms, a theme that has appeared alongside recent product security updates and protections examined in Google’s Drive security coverage.
This is enforcement with a user‑experience rationale at its heart. For publishers that rely on search traffic, the path forward is clear — stop treating the back button like a suggestion box. For everyone else, the change should mean fewer “gotcha” moments when you try to leave a page and the web refuses to let you go.




