Google Search has begun replacing direct destination URLs in organic search results with a new redirect format: google.com/goto?url=.... When a user clicks a result, Google's server redirects them to the actual page. The 'url' parameter in this new format uses a custom, Google-specific encoding that cannot be easily decoded offline, appearing as an opaque reference to Google's internal index record for the page.
This new 'goto' format differs from Google's older redirect method, google.com/url?q=[URL-encoded destination], where the target link was readable within the query string. With the 'goto' format, the result's href is '/goto', not the destination, and the real URL is found in the 'Location' header after requesting the '/goto' URL. This requires an additional request to Google to resolve each link.
The shift is significant for entities that build search indexes by harvesting SERP data at scale, such as AI crawlers and SEO scrapers. Previously, scrapers could parse thousands of URLs directly from HTML. Now, each result requires a separate request back to Google to obtain the destination URL, making the process slower, more resource-intensive, and providing Google with clear signals of automated activity when many links are resolved sequentially.
This move aligns with Google's ongoing efforts to counter automated SERP harvesting. It follows earlier measures such as removing the '&num=100' parameter for displaying more results and tightening BotGuard/SearchGuard protections. The consistent implementation of 'goto' links across logged-out and private browsing sessions since late August 2026 indicates a broader rollout of this anti-scraping strategy.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Google Search has started rewriting organic search result links to use a google.com/goto?url=... redirect format instead of directly exposing destination URLs in HTML. This change, observed consistently since late August 2026 for logged-out and private sessions, makes it more difficult for automated scrapers to extract URLs at scale without interacting with Google's servers for each link.