Google, 검색 결과에서 목적지 URL을 숨기기 시작하다
Google no longer provides direct URLs in search results
Google이 유기적 검색 결과 링크를 google.com/goto?url=... 형태로 바꿔 HTML에서 목적지 주소를 직접 노출하지 않고 있다. url 파라미터는 단순 base64가 아닌 Google만의 인코딩으로, 실제 URL은 /goto 응답의 Location 헤더에서만 확인할 수 있다. 2026년 8월 말 기준 로그아웃·시크릿 모드에서 일관되게 나타나며, AI 크롤러와 SEO 스크래퍼의 대량 SERP 수집 비용을 높이려는 조치로 풀이된다.
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.