RevealTheme logo

리디렉션 체인 추적기

리디렉션 체인의 모든 홉을 추적합니다. 성능을 해치는 리디렉션 루프와 과도한 홉을 감지합니다.

이 도구 사용 방법

  1. 1

    Paste or type a URL into the input box (if you omit the scheme, https:// is added automatically).

  2. 2

    Click Analyze to send the URL to the tracer.

  3. 3

    Read the chain: each numbered row shows the URL it requested and the status code it got back.

  4. 4

    Check the final row — a 2xx means the chain resolves; a long chain or an error row flags a problem to fix.

리디렉션 체인 추적기란 무엇인가요?

리디렉션 체인은 페이지 로딩 속도를 늦추고 SEO 신호를 희석합니다. 홉이 하나 추가될 때마다 지연 시간이 늘어나며, Google은 홉이 3개를 초과하는 체인을 크롤링 낭비로 표시합니다. 이 도구는 각 리디렉션을 수동으로 따라가며 체인의 모든 URL을 보여 줍니다. 마이그레이션을 디버깅하거나, 링크 단축기를 추적하거나, 리디렉션 루프를 식별하는 데 유용합니다.

일반적인 사용 사례

  • Auditing a site migration to confirm old URLs land on the right new pages in a single 301 hop.

  • Unmasking where a shortened link (bit.ly, t.co, marketing UTM wrappers) actually sends visitors before you click it.

  • Collapsing a multi-hop chain such as http to https to www into one redirect rule to cut page-load latency.

  • Debugging an affiliate or ad link that bounces through several tracking domains before the landing page.

  • Verifying that a 308 or 301 was returned (not a 302) when you need a permanent, cacheable redirect for SEO.

  • Diagnosing a 'too many redirects' browser error by seeing exactly where the chain stops resolving.

자주 묻는 질문

리디렉션은 몇 개부터 과도한 건가요?
0개 또는 1개를 목표로 하세요. 홉마다 100~300ms의 지연 시간이 추가되고 크롤링 효율이 떨어집니다.
리디렉션 루프란 무엇인가요?
URL A → B → A → B... 의 형태입니다. 브라우저는 이를 감지하고 중단하지만, 크롤링과 SEO를 완전히 망가뜨립니다.

관련 도구