Google's /goto Redirect Breaks SEO Tools' Links
Software / explainer
Google's /goto Redirect Breaks SEO Tools' Links
Resolving one wrapped Google result can now cost a rank tracker up to 1,000 extra requests, and SerpApi took 10 days to ship a fix.
A Google search result no longer links straight to the page it ranks. Since late August, results returned to logged-out and private-browsing visitors have pointed instead to google.com/goto?url=, a wrapper on Google's own domain that hides the real destination behind an opaque token, according to Autom, a search-data API provider that first documented the pattern on Aug. 27.
What a goto link actually hides
Google's previous redirect format, google.com/url?q=, kept the destination readable in the query string; a script could parse it straight out of the page's HTML. The new /goto format encodes the destination so it cannot be decoded locally, PPC Land reported, citing rank-tracking firm Nozzle. To find out what a result actually points to, software now has to request the URL from Google and read the redirect Google sends back, rather than reading a value off the page it already has.
Google has not published documentation for the parameter and, per PPC Land, has confirmed only that the change targets "evolving forms of abuse," without naming which tools or techniques it means.
The rollout, dated
PPC Land traced the pattern back further than Autom did: goto links first appeared publicly on June 23, spotted by SEO practitioner Alex Greenland, and spread across both organic and paid listings by July 2, documented by Brodie Clark. Nozzle reported the rewrite had reached near-complete coverage across residential IP addresses by Aug. 26, the date Google effectively confirmed the rollout.
| Date | Event |
|---|---|
| June 23, 2026 | goto links first spotted publicly, per Alex Greenland |
| July 2, 2026 | Pattern documented across organic and paid results, per Brodie Clark |
| Aug. 26, 2026 | Rewrite reaches near-complete coverage, per rank tracker Nozzle |
| Sept. 5, 2026 | SerpApi ships a fix restoring direct URLs |
| Sept. 29, 2026 | Hearing date in SerpApi's litigation with Google |
Why one field breaks so much downstream
PPC Land's reporting is specific about the blast radius: the rewrite left titles, snippets and rankings untouched. It broke exactly one field, the link that names what page was actually ranked, which happens to be the field rank trackers, citation tools, AI retrieval pipelines and link-analysis software all depend on. Resolving a wrapped link requires a full round trip to Google's servers rather than a local decode, and HEAD requests are blocked, so per an analysis by Derek Perkins that PPC Land cited, a five-page ranking check can now cost 500 to 1,000 additional requests.
SerpApi, one of the larger commercial scrapers of Google's results, said in a Sept. 5 post that it had "identified the new behavior, developed a fix, and deployed it," restoring direct URLs to its API responses. The company did not disclose how many customers or requests were affected while the fix was pending, or give the exact date its own results started breaking. Autom took a similar approach, updating its pipeline to read the Location header on a goto link without following the redirect, then returning the final destination transparently in its own API.
What Google hasn't confirmed
Google has not said whether the goto format is permanent, published a rate limit, or confirmed whether resolving a link registers as a click in its own reporting, according to PPC Land. The rewrite also lands while SerpApi has active litigation with Google and Reddit over automated access to search results, with a hearing scheduled for Sept. 29; PPC Land said the timing fuels speculation about intent that neither company has addressed on the record.
SISTRIX founder Johannes Beus called the goto links "a change requiring an added-cost workaround," framing the move within a pattern of rising access costs that started, PPC Land said, when Google eliminated the num=100 parameter that let tools fetch 100 results per request back in September 2025. Nothing changed for a person clicking a blue link; what changed is what it costs a script to read the same page programmatically, the same distinction that separates Google's own Sheets Canvas launch from a redesign a user would actually notice. A parallel case of a platform quietly making its output more expensive to consume at scale is Apple's shift to a flat 5% EU commission, which replaced one cost structure with another without changing what a shopper sees at checkout.
Sources
More in Software
- 01ZCode Uploads Users' Full Git History, Zhipu Says It Deletes ItA developer's reverse-engineering forced a same-day apology from Zhipu over a coding assistant that never told users it was packaging their repositories for the cloud.
- 02Alibaba's Open Code Review Tool Ships an IntelliJ PluginVersion 1.12.6 extends the AI code reviewer to JetBrains IDEs the same week Alibaba's own benchmark shows it trading recall for precision against Claude Code.
- 03Flet Reaches 1.0, Ships One Python App to Six PlatformsFeodor Fitsner's framework rebuilt its bridge to Flutter for the stable release, but has not said how many people pay for anything built on top of it.
- 04Bend 2 Bets Formal Proof Can Catch AI's Coding MistakesVictor Taelin's rewritten language backs its safety pitch with a compiler its own README calls 99 percent AI-written and not yet audited.