Darmowe narzędzie · nie wymaga konta

Free HTTP Status & Redirect Chain Tracer

Trace HTTP status codes (200, 301, 302, 404, 500) and redirect chains for multiple URLs at once. Detect infinite redirect loops and hop latency.

Znany również jako: HTTP status code checker · 301/302 · redirect chain
Dowody pokazane ze źródłemBrak wymaganego kontaBrak wymyślonych metryk

Uruchom prawdziwe sprawdzenie powyżej

Prześlij publiczny URL, domenę lub słowo kluczowe. Novaverb pokaże tylko dowody, które to narzędzie może faktycznie pobrać lub zmierzyć.

Model dowodów

Wiedzieć, co dowodzi wynik

This check proves the exact redirect chain a URL produces: every hop's status code, scheme, host, path, Location header and latency, up to the final non-redirect response. Because each hop is requested without auto-following, the chain reported is the chain that exists, including loops and the extra hops that a browser hides from you.

1. Źródło

Live server-side HTTP requests, one hop at a time. The result identifies where its evidence came from.

2. Granica

The trace follows server-side HTTP redirects (up to 10 hops per URL) with the selected user agent. Client-side JavaScript redirects and browser-only navigation are outside this check.

3. Następna akcja

Użyj ustalenia, aby zweryfikować problem, a następnie połącz przestrzeń roboczą, gdy potrzebujesz historii, monitorowania lub analizy całej witryny.

Jak czytać łańcuch przekierowań

To narzędzie śledzi każdy URL po stronie serwera, jeden skok na raz, i pokazuje rzeczywisty status HTTP każdego kroku - nie tylko końcowej strony. Czysta konfiguracja przekierowuje raz (301) bezpośrednio do 200 OK. Dodatkowe skoki spowalniają crawlerów i użytkowników oraz rozcieńczają wartość linków.

Co oznacza każdy status

  • 301 / 308 - Trwałe przekierowanie. Wyszukiwarki przekazują sygnały rankingowe i aktualizują indeks do celu.
  • 302 / 307 - Tymczasowe przekierowanie. Używaj tylko wtedy, gdy ruch jest naprawdę tymczasowy; oryginalny URL pozostaje indeksowany.
  • 200 - OK. Ostateczny cel pomyślnie dostarczył treść.
  • 4xx / 5xx - Łańcuch zakończył się błędem klienta lub serwera - uszkodzony cel przekierowania, który marnuje budżet indeksowania.

Łańcuchy i pętle do naprawy

Dwa lub więcej przekierowań z rzędu (łańcuch) powinny być zredukowane do jednego skoku wskazującego na końcowy URL. Mieszane skoki http→https i www→non-www są najczęstszą przyczyną - włącz sprawdzenie domeny kanonicznej, aby zobaczyć, czy każda wariant prowadzi do jednego kanonicznego URL.

Uzyskaj właściwą odpowiedź

Co przesłać - i czego unikać

Submit the URL you actually publish or link to, not the destination you expect, since the whole point is what happens in between. The user agent can be selected, which matters because some servers redirect crawlers differently from browsers. A chain longer than ten hops is stopped and reported as a chain rather than followed indefinitely.

Użyj tego w ten sposób
http://yourdomain.comFormy http i non-www są najbardziej odkrywcze - ujawniają skoki http→https i www. Akceptowana jest każda forma.
one URL per line (up to 20)Wklej całą listę - każdy URL jest śledzony niezależnie i pokazywany jako własny rozwijalny wiersz. Włącz kontrolę kanoniczną, aby również przetestować warianty http/https i www każdego hosta.
Unikaj tego
how to fix a redirectTo jest fraza wyszukiwania, a nie adres. To narzędzie sprawdza URL; użyj Narzędzia do słów kluczowych dla terminów wyszukiwania.
Reading '0 redirects' as a failureBrak przekierowań to zdrowy wynik - potwierdza, że URL jest już ostatecznym celem (200 OK, brak skoku).
Publiczna metodologia

Dokładnie jak ten wynik jest produkowany

Each URL is requested server-side with the selected user agent and without auto-following, so the exact status code, response headers and Location of every hop are read directly. The chain is walked hop by hop up to ten, each hop is timed, chains of two or more redirects and loops are detected, and the final destination is reported.

  1. Wysyłamy żądanie do każdego URL po stronie serwera z wybranym agentem użytkownika, BEZ automatycznego śledzenia, i odczytujemy dokładny kod statusu, nagłówki odpowiedzi oraz lokalizację każdego skoku.
  2. Śledzimy łańcuch skok po skoku (do 10), aż do odpowiedzi, która nie jest przekierowaniem, mierząc każdy skok i wykrywając łańcuchy (2+ przekierowania) i pętle.
  3. Raportujemy status, schemat, host, ścieżkę i opóźnienie każdego skoku, plus ostateczny cel - zgodnie z semantyką HTTP, nic wymyślonego.
Zbudowane na publicznych standardach

Międzynarodowe standardy, do których odnosi się to sprawdzenie

RFC 9110 defines HTTP semantics, including what each 3xx status means and how the Location header is resolved. Distinguishing a 301 from a 302 and from a 307 matters because the specification assigns them different permanence and different method-preservation rules, and this check reports the code returned rather than the intent behind it.

IETFRFC 9110
HTTP Redirection (3xx)

Śledzi każdy skok 3xx i jego nagłówek Location zgodnie z semantyką HTTP.

Przeczytaj specyfikację
Wymieniamy standard tylko tam, gdzie to narzędzie rzeczywiście odczytuje lub mierzy w odniesieniu do niego. Gdy sygnał jest poza bieżącym sprawdzeniem, wynik to wskazuje, zamiast sugerować pokrycie.
Często zadawane pytania

HTTP Status & Redirect Checker FAQ

What does the Redirect Checker check?

It traces a URL's full server-side HTTP redirect chain, showing every hop, each status code, the final destination URL, and the total number of redirects so you can see the complete path a request takes.

What is an HTTP redirect?

A redirect is a server response, using a 3xx status and a Location header, that sends a request from one URL to another. Browsers and crawlers follow it to reach the final destination.

What's the difference between a 301 and 302 redirect?

A 301 signals a permanent move and passes ranking signals to the new URL; a 302 signals a temporary move and is not meant to transfer them. Use 301 for permanent URL changes.

What is a redirect chain and why fix it?

A redirect chain is multiple hops before reaching the final URL, like A to B to C. Each hop adds latency and can dilute signals, so collapse chains to a single direct redirect where possible.

How many redirects are too many?

Keep it to one hop when you can. Long chains slow page loads and risk crawlers giving up. The tool counts total redirects so you can spot and shorten excessive chains.

Why do redirects matter for SEO?

Redirects preserve link value and user access when URLs change. A correct 301 forwards ranking signals to the new address; broken or looping redirects waste crawl budget and can strand pages searchers cannot reach.

What is a redirect loop?

A redirect loop is when URLs point back to each other endlessly, so no final page is ever reached. The chain trace reveals repeating hops so you can break the cycle.

What is a 308 redirect?

A 308 is a permanent redirect that, unlike a 301, requires the request method to stay unchanged. Like a 301 it indicates a permanent move, so signals should flow to the new URL.

Does this tool follow JavaScript redirects?

No. It follows server-side HTTP redirects using status codes and Location headers. Client-side JavaScript redirects and browser-only navigation are out of scope, so those hops will not appear in the traced chain.

What is the Location header?

The Location header accompanies a 3xx response and names the URL to go to next. The checker reads it at each hop to build the ordered chain up to the final destination.

Więcej darmowych sprawdzeń

Zbadaj wszystkie Darmowe Narzędzia Novaverb

Narzędzie SEO witrynyZasięg crawl, strony do indeksowania i linki wewnętrzne
Keyword Research ToolFree AI keyword research tool for search volume, keyword difficulty, …
SERP CheckerCheck live organic search results and AI Overview rankings for …
Website Security CheckerAudit website security posture, TLS/SSL certificates, HTTP security headers, and …
Server Response Time CheckerMeasure server Time to First Byte (TTFB), DNS lookup, TCP …
Backlink CheckerExplore backlinks, referring domains, dofollow links, and domain authority for …
Robots.txt CheckerTest and validate robots.txt rules, User-Agent directives, blocked paths and …
Sitemap CheckerValidate XML sitemap structure, URL counts, reachability, and index type. …
Meta Tag CheckerCheck page title length, meta description, H1 heading structure, Open …
Website MonitorMonitor website availability, HTTP status code, and server response time …
HTTP/2 TestCheck whether your web server supports HTTP/2 via TLS ALPN …
HTTP/3 TestTest whether your web server supports HTTP/3 over QUIC with …
Website Performance TestTest global website loading speed and TTFB waterfall timing across …
GEO CheckerAudit whether ChatGPT, Perplexity, Gemini, and Google AI Overviews can …
Core Web Vitals CheckerCheck real-user Core Web Vitals (LCP, INP, CLS) from Chrome …
PageSpeed CheckerRun a live Lighthouse performance audit to test PageSpeed, Core …
Website Safety CheckerCheck whether a domain or URL is flagged for malware, …
Knowledge Graph CheckerCheck whether a brand, person, product or organization is recognized …
Keyword Gap CheckerCompare your site against competitors to find missing high-traffic keywords, …
Competitor Top PagesFind top organic traffic-driving pages for any competitor domain. See …
Przeglądaj pełne centrum darmowych narzędzi
Sprawdź → zrozum → napraw

Zamień tę kontrolę w zweryfikowaną naprawę

Każde darmowe narzędzie Novaverb to jeden lejek: przeprowadź kontrolę, zrozum dowody, a następnie napraw to i udowodnij, że zostało rozwiązane świeżą kontrolą - bez wymyślonych stanów przejścia.