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到300毫秒的延遲,並降低爬取效率。
什麼是重新導向迴圈?
URL A → B → A → B……瀏覽器會檢測並停止這種迴圈,但它會徹底破壞爬取和SEO。

相關工具