重定向链追踪器
追踪重定向链中的每一跳。检测重定向循环和有损性能的过多跳转。
如何使用本工具
- 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.