Google、検索結果のURLを直接HTMLに載せるのをやめる
Google no longer provides direct URLs in search results
Google Searchがオーガニック検索結果のリンクをgoogle.com/goto?url=...形式に書き換え、HTML上で遷移先URLを直接公開しなくなった。urlパラメータは独自エンコードでオフラインでは解読できず、実際のURLは/gotoへのリクエストのLocationヘッダーにのみ現れる。2026年8月下旬時点でログアウト時やプライベートモードで一貫して確認され、SERPを大規模に収集して自前のインデックスを構築するAIクローラーやSEOスクレイパーへの対抗策と見られる。
With `goto`, each result needs a request back to Google just to learn the destination. You read `Location`; you do not follow through to the page. That is slower, noisier, and gives Google a clear signal when the same client resolves hundreds of links in sequence.