리디렉션 체인 추적기
리디렉션 체인의 모든 홉을 추적합니다. 성능을 해치는 리디렉션 루프와 과도한 홉을 감지합니다.
이 도구 사용 방법
- 1
Paste or type a URL into the input box (if you omit the scheme, https:// is added automatically).
- 2
Click Analyze to send the URL to the tracer.
- 3
Read the chain: each numbered row shows the URL it requested and the status code it got back.
- 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.
자주 묻는 질문
리디렉션은 몇 개부터 과도한 건가요?▼
리디렉션 루프란 무엇인가요?▼
관련 도구
DNS 조회
모든 도메인의 DNS 레코드(A, AAAA, MX, TXT, NS, CNAME)를 조회합니다. 메일, 호스팅, SSL 구성을 디버깅하는 데 유용합니다.
WHOIS 조회
모든 도메인의 등록 데이터를 조회합니다: 등록 대행자, 등록 및 만료 날짜, 네임 서버, 연락처 정보(공개된 경우).
SSL 인증서 검사기
모든 도메인의 SSL/TLS 인증서를 확인합니다. 발급자, 유효 기간, 만료까지 남은 일수를 보여줍니다.
HTTP 헤더 분석기
모든 URL의 HTTP 응답 헤더를 검사합니다. 누락된 보안 헤더를 강조 표시합니다.
HTTP 상태 코드 확인기
모든 URL이 반환하는 HTTP 상태 코드를 확인합니다. 200, 301, 404, 500 등을 감지합니다.
혼합 콘텐츠 검사기
HTTPS 페이지가 로드하는 HTTP 리소스를 찾습니다. 혼합 콘텐츠는 브라우저 경고를 유발하며 차단될 수 있습니다.