Google no longer provides direct URLs in search results
Source Entity
Hacker News

Google has implemented a new redirect system for search results, routing traffic through a proprietary 'google.com/goto' parameter rather than providing direct destination URLs. This change, observed in late August 2026, impacts web scraping and link analysis by masking original URLs with opaque, encoded references.
The Shift in Search Architecture
In a significant structural update observed in late August 2026, Google has begun modifying how organic search result links are presented in its HTML. Instead of exposing the direct destination URL of a webpage, Google is now routing these links through a proprietary redirect mechanism: google.com/goto?url=.... This fundamental change in how search results are served marks a departure from the long-standing practice of providing direct, inspectable links to third-party content.
Implications for Web Scraping and Data Analysis
This update presents a substantial hurdle for developers and automated data collection services. By utilizing a custom, opaque encoding for the URL parameter—which avoids simple formats like Base64—Google has effectively obscured the destination link from standard web scrapers. This forces automated systems to navigate an additional layer of redirection, complicating the process of mapping search visibility to specific domains and potentially impacting SEO tracking tools that rely on direct URL parsing.
Technical Mechanics of the Redirect
Technically, the new system does not merely act as a simple redirector. The URL parameter appears to function as an opaque reference tied to Google's internal index record for a given page. By forcing clicks through this intermediary path, Google gains granular control and visibility over user interactions with search results. While this provides Google with enhanced data on click-through behavior, it disrupts the transparent nature of the web that many researchers and SEO professionals have relied upon for decades.
Broader Trends in Search Ecosystems
This move aligns with a broader industry trend toward "walled garden" search experiences. By controlling the URL structure, Google can more effectively manage anti-scraping initiatives and protect its ecosystem from automated bots that harvest search data. This transition suggests that the company is prioritizing the integrity of its internal data pipelines over the ease of access that previously characterized the search engine's SERP output.
Future Outlook and User Impact
While currently observed in private and logged-out modes, the consistency of this change suggests it is more than a fleeting experiment. If this becomes the permanent standard, search engine optimization will likely evolve to account for these opaque redirect parameters. Industry players will need to adapt their scraping methodologies to accommodate this new layer of abstraction, as the "open" nature of search results continues to narrow in favor of centralized, Google-governed traffic management.