Conduit Digital

Glossary

301 Redirect

Last updated September 2026

A 301 redirect is a server-level instruction that permanently sends visitors and search engines from one URL to another. It passes the majority of the original page's ranking signals to the new URL, making it the standard way to preserve SEO value when a page moves or is retired.

A 301 redirect tells a browser and a search engine crawler that a URL has moved permanently and that all future requests, and all accumulated ranking credit, should go to the new destination instead. It is one of a handful of HTTP status codes used for redirection, and it is specifically the one that communicates permanence rather than a temporary detour.

01

301 versus 302: why the distinction matters

A 302 redirect signals a temporary move; search engines generally keep the original URL indexed and hold back most of the ranking signal transfer, expecting the original URL to return to use. A 301 signals permanence, and search engines respond by consolidating ranking signals onto the new URL and eventually dropping the old one from the index. Using a 302 for what is actually a permanent change is a common mistake that quietly stalls the transfer of ranking value for weeks or longer.

  1. 01

    301: permanent move, ranking signals consolidate to the new URL over time

  2. 02

    302: temporary move, ranking signals largely stay with the original URL

  3. 03

    Redirect chains (A to B to C) should be flattened to a single hop (A to C) wherever possible, since each extra hop adds delay and some signal loss

  4. 04

    Redirects should map to the most relevant equivalent new page, not default to the homepage, which wastes the specific relevance of the original URL

02

When 301 redirects are used

The most common scenarios are a site migration to a new domain, a URL structure change during a redesign, consolidating two pages that cover overlapping topics, or retiring outdated content in favor of an updated replacement. In every case, the redirect exists to preserve the ranking equity, backlinks, and traffic the old URL had already earned, rather than forcing the site to rebuild that value from zero under the new address.

03

Where migrations go wrong without them

The most damaging technical SEO mistake in a site migration is failing to map old URLs to their new equivalents with 301 redirects, or mapping them all to a single generic page instead of their specific canonical counterpart. Both mistakes send the accumulated backlink and ranking value of the old URLs nowhere useful, and the traffic loss that follows can take months to recover even after the mistake is corrected.

FAQ

Questions agencies ask

Does a 301 redirect pass 100 percent of a page's ranking value?

Google has stated that a 301 redirect passes the great majority of ranking signals to the new URL, though not necessarily every last fraction. In practice it is treated as close enough to full transfer that it is the standard, trusted method for preserving SEO value during any URL change.

How long should a 301 redirect stay in place?

Indefinitely, if the old URL has any history of backlinks or search traffic. Removing a redirect prematurely can strand any remaining inbound links or bookmarks pointing to the old address and forfeit the signal transfer it was set up to preserve.

What happens if a migration skips redirects entirely?

Every old URL returns a 404 error, ranking signals and accumulated authority are lost rather than transferred, and both users and search engines hit dead ends. This is one of the most common and most costly technical mistakes in a poorly executed site migration.