Gratis tool · geen account vereist

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.

Ook bekend als: HTTP status code checker · 301/302 · redirect chain
Bewijs getoond met bronGeen account vereistGeen uitgevonden metrics

Voer een echte controle hierboven uit

Dien een openbare URL, domein of zoekwoord in. Novaverb toont alleen het bewijs dat deze tool daadwerkelijk kan ophalen of meten.

Bewijsmodel

Weet wat het resultaat bewijst

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

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

2. Grens

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. Volgende actie

Gebruik de bevinding om een probleem te verifiëren, verbind vervolgens een werkruimte wanneer je geschiedenis, monitoring of site-brede analyse nodig hebt.

Hoe een redirectketen te lezen

Deze tool volgt elke URL server-side, één stap tegelijk, en toont de echte HTTP-status van elke stap - niet alleen de laatste pagina. Een schone setup leidt eenmaal (301) rechtstreeks naar een 200 OK. Extra stappen vertragen crawlers en gebruikers en verdunnen link equity.

Wat elke status betekent

  • 301 / 308 - Permanente omleiding. Zoekmachines geven ranking signalen door en werken de index bij naar het doel.
  • 302 / 307 - Tijdelijke omleiding. Gebruik alleen wanneer de verhuizing echt tijdelijk is; de originele URL blijft geïndexeerd.
  • 200 - OK. De eindbestemming heeft inhoud succesvol geleverd.
  • 4xx / 5xx - De keten eindigde in een client- of serverfout - een gebroken omleidingsdoel dat crawlbudget verspilt.

Ketens en lussen om te repareren

Twee of meer omleidingen achter elkaar (een keten) moeten worden samengevoegd tot een enkele stap die naar de uiteindelijke URL wijst. Gemengde http→https en www→non-www stappen zijn de meest voorkomende oorzaak - schakel de Canonical domeincontrole in om te zien of elke variant naar één canonieke URL leidt.

Krijg het juiste antwoord

Wat in te dienen - en wat te vermijden

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.

Gebruik het zo
http://yourdomain.comDe http- en niet-www-vormen zijn het meest onthullend - ze onthullen de http→https en www-hops. Elke vorm wordt geaccepteerd.
one URL per line (up to 20)Plak een hele lijst - elke URL wordt onafhankelijk getraceerd en weergegeven als zijn eigen uitvouwbare rij. Zet de canonieke controle aan om ook de http/https en www varianten van elke host te testen.
Vermijd dit
how to fix a redirectDat is een zoekzin, geen adres. Deze tool controleert URL's; gebruik de Keyword tool voor zoektermen.
Reading '0 redirects' as a failureGeen redirects is een gezond resultaat - het bevestigt dat de URL al de eindbestemming is (200 OK, geen hop).
Openbare methodologie

Exact hoe dit resultaat wordt geproduceerd

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. We verzoeken elke URL server-side met jouw geselecteerde user agent, ZONDER automatisch te volgen, en lezen de exacte statuscode, response headers en Locatie van elke hop.
  2. We volgen de keten hop voor hop (tot 10) totdat een niet-omleidingsreactie, waarbij we elke hop timen en ketens (2+ omleidingen) en lussen detecteren.
  3. We rapporteren de status, schema, host, pad en latentie van elke hop, plus de uiteindelijke bestemming - per HTTP-semantiek, niets uitgevonden.
Gebaseerd op openbare standaarden

De internationale normen waarop deze controle van toepassing is.

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)

Traceert elke 3xx hop en zijn Location-header per HTTP-semantiek.

Lees de specificatie
We vermelden een standaard alleen waar deze tool daadwerkelijk leest of meet tegen deze standaard. Waar een signaal buiten een live controle valt, zegt het resultaat dat in plaats van impliciet dekking te suggereren.
Veelgestelde vragen

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.

Meer gratis controles

Verken alle Novaverb Gratis Tools

Website SEO CheckerCrawl dekking, indexeerbare pagina's en interne links
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 …
Blader door de volledige gratis-tools hub
Controleer → begrijp → herstel

Zet deze controle om in een geverifieerde oplossing

Elke Novaverb gratis tool is één funnel: voer de controle uit, begrijp het bewijs, los het op en bewijs dat het is opgelost met een nieuwe hercontrole - geen uitgevonden pass-staten.