SEO Guide

What Is google.com/goto?
What the Search Result Redirect Changes — and What It Does Not

Google has started routing search result links through a passthrough URL. There is nothing to change on your site. The impact lands on measurement — and this article covers how to verify that impact in your own data.

9 min read2026-08-28

google.com/goto is a passthrough URL that Google has begun inserting into search result links. Instead of going straight to the destination, a click now passes through Google first and then moves on to the target page. Site owners have nothing to change: rankings, crawling, indexing, and where users land are all unaffected. The impact falls on measurement — chiefly rank tracking tools that collect search results from the outside.

What Happened

First spotted by a few observers in late June 2026, tested through July, and confirmed as a rollout by Google on August 26. The sequence looks like this.

Late June 2026

SEO practitioners begin noticing that result links route through google.com/goto. It reproduced only in a few environments, so nothing was confirmed at this point.

July 2026

Google is observed testing google.com/goto as a passthrough URL inside search results. Whether it appears continues to vary by environment.

August 26, 2026

A Google spokesperson confirms the rollout to Search Engine Land and Search Engine Roundtable. Rank tracker Nozzle reports near-full rollout across several residential IP providers the same day.

The Google spokesperson's comment consists of a single sentence.

"We have a long history of deploying technical measures against evolving forms of abuse, and we regularly take steps to protect our services and users."

What matters is that neither scraping nor AI appears in this sentence. As of August 28, 2026, there is also no announcement on Google's official blog and no technical documentation. The encoding format, the redirect method, and the referrer policy all remain unpublished.

How It Works — the Destination Is No Longer Written in the Link

Until now, a search result link contained the destination URL as written text. With this change, the link target is replaced with something like the following.

google.com/goto?url=[ハッシュ化された宛先]

The destination is embedded as an encoded string. For a human clicking through, the only difference is one extra hop — effectively invisible. But for a program that reads the results HTML mechanically to tally which site holds position one, the link alone no longer reveals the destination; each redirect has to be followed individually to find out.

Reports note that behavior varies by environment. DemandSphere says logged-in users may or may not get the goto replacement. Not reproducing it in your own browser does not mean it has not rolled out.

What Does Not Change

Let us settle the unaffected scope first. Reading on without this pinned down is how unnecessary work gets created.

AreaImpact
RankingsPassing through goto does not change your position. It changes how the link is written, not how ranking is calculated.
Crawling and indexingHow Googlebot crawls and indexes your site is a separate pipeline. goto concerns what happens after a user clicks.
Where users landPeople who click still arrive at the same page. There is simply one extra hop in between.
Work on your siteNo changes to settings, tags, robots.txt, or redirects. There is no such thing as "optimizing for goto."

In other words, this change calls for exactly zero edits to your site. If you are offered a "goto-ready" service, ask which file they intend to rewrite, and into what.

What Does Change — the Impact Lands on Measurement

What gets affected is anything that collects search results from outside and turns them into numbers. It is not your site that moves — it is the numbers you look at.

Rank tracking data may thin out or lag

Because the destination is embedded in encoded form, reading the results HTML alone no longer tells you where a link points. Tools have to follow each redirect, which raises acquisition cost. That load can surface in your numbers as reduced sampling frequency or delayed updates.

Domain matching breaks and time series snap

Rank tracking provider DemandSphere reported that, unmitigated, "destination URLs all resolve to google.com," sites fail to recognize their own pages, share-of-voice and competitor attribution break, and historical data series break at the rollout date. The company says it has shipped a fix — but whether your own vendor has done the same is something to confirm in their announcements.

Bulk scraping of results gets harder

Google described the purpose only as a technical measure against abuse. Still, a mechanism that hides the destination inevitably raises the cost of copying search results mechanically. The SEO industry reads the primary target as collection by AI companies and scraping tools — but that is the industry's interpretation, not something Google stated.

What About Referrers and GA4?

The short answer: as of August 28, 2026 it is unresolved. Google has not published how referrers are handled, and there is not yet evidence to state flatly that organic traffic will show up as direct in GA4.

The mechanism behind the concern is sound. GA4 determines session source from three inputs — the referrer, UTM parameters, and click IDs — and falls back to (direct)/(none) when none are present. If a hop drops the referrer, organic clicks get recorded as direct traffic. Google's own documentation does note that redirects can strip UTM parameters.

But that is conditional on the referrer actually being dropped. If the hop passes a clean google.com referrer through, GA4 classification survives intact. With no published specification, checking your own data beats waiting on someone else's speculation — it is both faster and more certain.

Three Steps to Verify It in Your Own Data

Step 1Split your GA4 channel trend at August 26

Go to Reports → Acquisition → Traffic acquisition and display session default channel group. Compare August 19–25 against August 26 onward, and look for Organic Search dropping while Direct rises by a similar amount. If both move together, that is grounds to suspect missing referrer information.

Step 2Always open up what is inside the Direct increase

Direct rises for reasons other than a missing referrer — bot traffic does it too. In our own measurements, a substantial share of Direct turned out to be automated access from one region. Break it down by region, device, and engagement time, and check whether it looks like human behavior. Skip this and you will blame goto for something unrelated.

Step 3Cross-check against Search Console clicks

Search Console clicks are measured by Google itself, so this change does not affect them. If GSC clicks hold flat while only GA4 Organic Search falls, the gap is in measurement, not in rankings or traffic. If both fall, the cause is on the search side, not goto. This single comparison prevents you from chasing the wrong fix.

The practice of cross-checking GSC against GA4 is covered in how to verify SEO results in Search Console. This article interprets the spec change; that one covers the design of measurement itself.

What It Implies for AI Search and AIO

The following is inference: Google has not mentioned AI companies or scraping. What follows is an interpretation derived from the mechanism, not established fact.

If mechanically copying search results gets more expensive, building answers by using Google's results as an indirect source becomes less attractive. It is plausible that the weight shifts toward AI systems reading sites directly with their own crawlers.

What matters in that case is not how you look in the SERP but whether the page itself is machine-readable: whether the body text exists in the HTML, whether AI crawlers can actually reach it, and whether headings and copy are shaped like an answer. None of this is new — all of it mattered before this change.

Put differently, this change did not add work. What it widened is the gap between those who own their own numbers and those who do not. For the terminology and starting order around AI search, see what AIO, AEO, GEO, and LLMO mean.

Three Things to Do Now

1

Do not "optimize for goto"

There is nothing to implement on your site. Touching redirects or tags because of this change only breaks things that were not broken. If someone pitches you a fix, ask exactly which file they would change and how. They will not have an answer.

2

Move your primary ranking data to Search Console

Third-party rank data is an estimate gathered from outside the search results. When the acquisition path changes, as it did here, the numbers move for reasons unrelated to your work. Impressions, clicks, and average position are first-party data in GSC — base your judgment there and keep tools for support tasks like competitor comparison.

3

Check your vendors' announcements

If you use anything that tracks rankings or collects SERPs, check for gaps or breaks in your data around August 26 and confirm whether the provider has shipped a fix. Note the date the fix landed, so you do not later mistake the step in the graph for the effect of your own work.

Settle the Page Side Before Measuring

Before chasing discrepancies in your numbers, confirm the page itself is machine-readable — it makes isolating the cause much faster. Enter a URL to audit structured data, basic SEO, content, and technical SEO.

Related Tools

Sources

FAQ

What is google.com/goto?
It is a passthrough URL Google has begun inserting into search result links. Instead of going straight to the destination, a click routes through google.com/goto first and then continues to the target page. The destination is embedded as an encoded string, so reading the link alone no longer reveals where it goes. Sightings began in late June 2026, and a Google spokesperson confirmed the rollout on August 26.
Is there anything I need to change on my site?
No. No changes to settings, tags, robots.txt, or redirects. This is a change on Google's search infrastructure, and there is no site-side "goto optimization" to implement. If someone pitches you a fix, ask exactly which file they would rewrite and into what.
Does it affect rankings or indexing?
It is not expected to. Ranking evaluation, crawling, and indexing run through separate mechanisms, while goto concerns the path taken after a user clicks. The page a user ultimately reaches is unchanged.
Why did Google deploy this?
The spokesperson described it only as a technical measure against evolving forms of abuse, using neither the word scraping nor AI. That said, a mechanism that hides the destination does raise the cost of collecting search results mechanically at scale. The SEO industry reads the primary target as AI companies and scraping tools, but that is the industry's interpretation.
Could GA4 start recording organic traffic as direct?
As of August 28, 2026 this is unresolved. GA4 falls back to (direct)/(none) when the referrer, UTM parameters, and click IDs are all absent, so it is mechanically possible if the hop drops the referrer. But Google has not published its referrer handling, and if a clean referrer is preserved, nothing changes. The reliable move is to compare your own GA4 channel breakdown around August 26 and cross-check it against Search Console clicks.

External Numbers Wobble — Your Own Page You Can Check Yourself

Rank tool numbers move when the acquisition path changes. Your page's implementation does not. Enter a URL and settle the part you can actually verify.

Run a free SEO audit
今井政和

Written by

今井政和

SEO Director / Frontend Developer

SEO Director with 20+ years of web industry experience. Creator of Direbase and the official WordPress plugin "ORECTIC SEO CHECK." Author of a book on web strategy inspired by Edo-era merchant principles.

@imai_director