RevealTheme logo

Tracciatore di catene di reindirizzamento

Segue ogni salto di una catena di reindirizzamento. Rileva i loop di reindirizzamento e i salti eccessivi che danneggiano le prestazioni.

Come usare questo strumento

  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.

Che cos'è il Tracciatore di catene di reindirizzamento?

Le catene di reindirizzamento rallentano il caricamento delle pagine e diluiscono i segnali SEO. Ogni salto aggiuntivo aumenta la latenza; Google contrassegna come spreco di scansione le catene di più di 3 salti. Questo strumento segue manualmente ogni reindirizzamento e mostra tutti gli URL della catena: utile per eseguire il debug delle migrazioni, tracciare gli abbreviatori di link e individuare i loop di reindirizzamento.

Casi d'uso comuni

  • 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.

Domande frequenti

Quanti reindirizzamenti sono troppi?
Punti a 0 o 1. Ogni salto aggiunge tra i 100 e i 300 ms di latenza e riduce l'efficienza della scansione.
Che cos'è un loop di reindirizzamento?
URL A → B → A → B... I browser li rilevano e li interrompono, ma compromettono completamente la scansione e il SEO.

Strumenti correlati