Herramienta gratuita · no se requiere cuenta

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.

También conocido como: HTTP status code checker · 301/302 · redirect chain
Evidencia mostrada con fuenteNo se requiere cuentaSin métricas inventadas

Ejecutar un chequeo real arriba

Envía una URL pública, dominio o palabra clave. Novaverb mostrará solo la evidencia que esta herramienta puede realmente recuperar o medir.

Modelo de evidencia

Conoce lo que prueba el resultado

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

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

2. Límite

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. Próxima acción

Usa el hallazgo para verificar un problema, luego conecta un espacio de trabajo cuando necesites historial, monitoreo o análisis a nivel de sitio.

Cómo leer una cadena de redirección

Esta herramienta sigue cada URL del lado del servidor, un salto a la vez, y muestra el estado HTTP real de cada paso, no solo de la página final. Una configuración limpia redirige una vez (301) directamente a un 200 OK. Saltos adicionales ralentizan a los rastreadores y usuarios y diluyen la equidad de enlaces.

Lo que significa cada estado

  • 301 / 308 - Redirección permanente. Los motores de búsqueda pasan señales de clasificación y actualizan el índice al objetivo.
  • 302 / 307 - Redirección temporal. Usa solo cuando el movimiento sea genuinamente temporal; la URL original permanece indexada.
  • 200 - OK. El destino final sirvió contenido con éxito.
  • 4xx / 5xx - La cadena terminó en un error de cliente o servidor - un objetivo de redirección roto que desperdicia el presupuesto de rastreo.

Cadenas y bucles para corregir

Dos o más redirecciones en fila (una cadena) deben colapsarse en un solo salto apuntando a la URL final. Los saltos mixtos http→https y www→no-www son la causa más común; habilita la verificación de dominio canónico para ver si cada variante canaliza a una URL canónica.

Obtén la respuesta correcta

Qué enviar - y qué evitar

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.

Úsalo así
http://yourdomain.comLas formas http y no-www son las más reveladoras - exponen los saltos http→https y www. Se acepta cualquier forma.
one URL per line (up to 20)Pega una lista completa - cada URL se rastrea de forma independiente y se muestra como su propia fila expandible. Activa la verificación canónica para también probar las variantes http/https y www de cada host.
Evita esto
how to fix a redirectEsa es una frase de búsqueda, no una dirección. Esta herramienta verifica URLs; usa la herramienta de Palabras Clave para términos de búsqueda.
Reading '0 redirects' as a failureCero redireccionamientos es un resultado saludable - confirma que la URL ya es el destino final (200 OK, sin salto).
Metodología pública

Exactamente cómo se produce este resultado

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. Solicitamos cada URL del lado del servidor con tu agente de usuario seleccionado, SIN seguir automáticamente, y leemos el código de estado exacto, encabezados de respuesta y ubicación de cada salto.
  2. Seguimos la cadena salto a salto (hasta 10) hasta una respuesta no redirigida, cronometrando cada salto y detectando cadenas (2+ redirecciones) y bucles.
  3. Reportamos el estado de cada salto, esquema, host, ruta y latencia, además del destino final - según la semántica HTTP, nada inventado.
Construido sobre estándares públicos

Los estándares internacionales a los que se aplica esta verificación.

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)

Rastrea cada salto 3xx y su encabezado Location según la semántica HTTP.

Lee la especificación
Listamos un estándar solo donde esta herramienta realmente lee o mide en contra de él. Donde una señal está fuera de una verificación en vivo, el resultado lo indica en lugar de implicar cobertura.
Preguntas comunes

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.

Más verificaciones gratuitas

Explorar todas las herramientas gratuitas de Novaverb

Verificador SEO del Sitio WebCobertura de rastreo, páginas indexables y enlaces internos
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 …
Explorar el centro completo de herramientas gratuitas
Verifica → entiende → corrige

Convierte esta verificación en una solución verificada

Cada herramienta gratuita de Novaverb es un embudo: realiza la verificación, comprende la evidencia, luego corrígela y prueba que se ha resuelto con una nueva verificación - sin estados de paso inventados.