Skip to content
Tech News
← Back to articles

Google no longer provides direct URLs in search results

read original more articles
Why This Matters

Google appears to be rolling out a new /goto redirect wrapper that hides destination URLs behind an opaque, non-decodable parameter in organic search results. This breaks a longstanding assumption that SERP HTML contains readable target links, raising the cost of bulk SERP scraping by AI crawlers and SEO tools, which must now hit Google again per result to resolve each destination.

Key Takeaways

Start scraping with Autom today and discover the power of our API.

Google August 27, 2026 | by Autom Team google.com/goto: Google's anti-scraping update

What's happening

Google Search is rewriting organic result links to google.com/goto?url=... instead of exposing the destination URL directly in the HTML.

When you click a result, Google redirects you to the real page. The url parameter uses a custom, Google-specific encoding. It is not a plain base64 of the target URL. In practice, it looks like an opaque reference to Google's index record for that page.

As of late August 2026, this is showing up consistently across searches when you are logged out or browsing in private mode. It may still be an experiment, but it is no longer limited to a small slice of SERPs.

Not the same as google.com/url

Google has used redirect wrappers before. The older format is google.com/url?q=[URL-encoded destination] , where the target link is readable in the query string.

The new goto format is different:

The result href is /goto , not the destination

... continue reading