Jakency
Understanding

What is a 301 redirect and when should you use one?

A 301 redirect is a permanent server-side redirect that automatically sends users and search engines from an old URL to a new, relevant URL.

301 vs 302

TypeMeaningUse
301PermanentURL has permanently moved
302TemporaryURL will return later

Almost always use a 301 for final changes. It is crucial for a website migration to maintain rankings, and just avoid a 404 error.

What should you know about 301 redirect?

A 301 redirect is a permanent server-side redirect that automatically sends users and search engines from an old URL to a new, relevant URL.

Quick factPractical explanation
MeaningA 301 redirect is a permanent server-side redirect that automatically sends users and search engines from an old URL to a new, relevant URL.
Primary useUse a 301 when a page moves permanently, a domain changes or several URL variants must consistently resolve to one preferred address. The destination should satisfy the same intent as the old page.
Practical checkCheck both the HTTP status returned by the old URL and the final destination. The old URL should return 301 directly and the new URL should normally return 200.
Common mistakeDo not redirect every removed page to the homepage. An unrelated destination does not help the visitor and may be treated as a soft 404.

How does a 301 redirect work in practice?

Use a 301 when a page moves permanently, a domain changes or several URL variants must consistently resolve to one preferred address. The destination should satisfy the same intent as the old page.

  1. Choose the destination: Map every old URL to the closest equivalent page on the new structure.
  2. Configure it server-side: Implement the redirect at server or platform level instead of relying on JavaScript.
  3. Update references: Change internal links, canonicals, hreflang and XML sitemaps to point directly to the new URL.
  4. Test the route: Verify the status code, destination, protocol, hostname and number of hops.
  5. Monitor the move: Track indexing, crawl issues and organic performance during the transition.
301 redirect explained through its main application, control and common mistake

How do you check a 301 redirect?

Check both the HTTP status returned by the old URL and the final destination. The old URL should return 301 directly and the new URL should normally return 200.

  • The old URL returns HTTP 301 rather than 302 or 200.
  • The redirect reaches a relevant 200-status destination in one hop.
  • Internal links and canonical tags point directly to the destination.
  • The new URL is in the XML sitemap and the old URL has been removed.
  • There are no loops between HTTP, HTTPS, www and non-www variants.
  • Important old URLs remain redirected for long enough.

Which mistakes should you avoid with a 301 redirect?

Do not redirect every removed page to the homepage. An unrelated destination does not help the visitor and may be treated as a soft 404.

MistakeWhy it matters
Redirect chainSeveral intermediate hops slow crawling and make migrations harder to maintain.
Irrelevant destinationA generic homepage does not replace the intent served by a specific old page.
Only updating internal linksExternal links and old index entries can still request the previous URL, so the redirect remains necessary.

How do you measure the effect of a 301 redirect?

Evaluate the redirect as part of a URL migration. Confirm that it works technically and that Google indexes the replacement while relevant search visibility moves with it.

SignalInterpretation
Indexing statusThe old URL gradually leaves the index and the new URL becomes the selected canonical.
Clicks and impressionsSearch Console shows whether relevant search performance shifts to the replacement page.
Server logs and crawlsLogs and site crawlers reveal chains, loops and old URLs that are still linked internally.

How does a 301 redirect relate to other SEO concepts?

301 redirect rarely operates in isolation. Use the related concepts below to connect this definition with the next technical, content or measurement decision for your website, audience and market.

  • 404 error: A 404 error means the server is reachable but could not find the requested resource at that URL.
  • canonical tag: A canonical tag is an HTML link element that identifies the URL a website considers the preferred version of identical or very similar content.
  • XML sitemap: An XML sitemap is a machine-readable file listing URLs that a website wants search engines to discover and crawl.

Which primary source supports this explanation?

The factual basis for this page includes Google Search Central documentation about redirects and Google Search. The practical recommendations combine that documentation with page-level SEO analysis.

More questions about 301 redirect

Does a 301 redirect pass SEO signals?

Google treats a permanent redirect as a strong signal that the new URL is the replacement. A relevant one-to-one move helps consolidate signals but does not guarantee identical rankings.

How long should a 301 redirect remain active?

Keep important redirects while users, links or search engines can still request the old URLs. Long-term retention is usually sensible for a domain migration.

What is the difference between a 301 and a 302 redirect?

A 301 communicates a permanent move. A 302 communicates that the redirect is temporary, such as during short maintenance or a limited test.

Frequently asked questions

Frequently asked questions

Do I keep my rankings with a 301 redirect?

For the most part, yes. A correct 301 passes the vast majority of the accrued value to the new URL.

When do I use a 301 and when a 302?

A 301 for permanent moves, a 302 if the old URL returns later. For SEO, the 301 is usually the right choice.

Related questions

Which questions complete the topic of 301 redirect?

A complete answer connects the definition to practical use, related concepts and the next decision. These questions help place the topic in context:

  • What does 301 redirect mean?
  • How does 301 redirect work in practice?
  • Which related concepts, tools and decisions matter?

It also helps to understand how search engine optimization, Google Search, crawling and indexing, organic search results relate to the main topic. Their importance depends on the goal, website and market.

Ready to become visible in Google and in AI?

Request a free SEO scan. We review where you stand in search engines and AI and show where the biggest opportunities lie.

Free | human-reviewed | no obligation