Skip to main content
Diagram titled “Redirects” showing old URLs such as /old-page and /legacy-page routed through an arrow to /new-page

Redirects

Managing URL Changes Without Losing Continuity

SEOWebsiteTechnical
Author
Steven Hsu
Published
Updated

Redirects are instructions that send users and search engines from one URL to another. They are used when a page moves, a URL changes, content is consolidated, or an old page should no longer be accessed directly.

A redirect is not just a technical shortcut. It tells browsers, users, and search engines where the correct version of a page now lives.

What Is a Redirect?

A redirect happens when someone requests one URL but is automatically sent to a different URL.

For example: /old-page may redirect to: /new-page

This helps preserve access when URLs change. Instead of showing a broken page or a 404 error, the website guides users and search engines to the most relevant replacement.

Redirects Matter

Redirects are important because URLs are part of a website’s structure. They may appear in search results, backlinks, bookmarks, ads, emails, social media posts, and internal links.

When a URL changes without a redirect, users may land on an error page. Search engines may also lose the connection between the old page and the new one.

A proper redirect helps maintain continuity. It protects user experience, supports SEO, and keeps existing links useful.

Common Types of Redirects

The most common redirect for SEO is a 301 redirect. This indicates that a page has permanently moved to a new URL. It is generally used when a URL change is intended to be long-term.

A 302 redirect indicates a temporary move. It tells search engines that the original URL may still be used again later.

There are also other redirect status codes, such as 307 and 308, but for most website and SEO work, the key distinction is whether the redirect is permanent or temporary.

When to Use Redirects

Redirects should be used when a page is moved to a new URL, when duplicate pages are consolidated, when a site changes its URL structure, or when content is merged into a stronger page.

They are also important during website migrations. If a website moves from one domain, CMS, or structure to another, redirects help preserve access to old URLs and reduce SEO loss.

For example, if a website changes: /blog/seo-basics to /seo/seo-basics the old URL should redirect to the new one.

Redirects and SEO

Redirects help search engines understand that content has moved. When implemented correctly, they can transfer signals from the old URL to the new URL.

This is especially important when the old URL has backlinks, ranking history, or existing organic visibility.

However, redirects should not be treated as a replacement for clean structure. Too many unnecessary redirects can slow down crawling, create confusion, and make a website harder to maintain.

Redirect Chains

A redirect chain happens when one URL redirects to another URL, which then redirects again.

Redirect chains create unnecessary steps for browsers and search engines. They can slow down page access and make technical maintenance harder.

Redirect Loops

A redirect loop happens when URLs keep redirecting back to each other.

This prevents the page from loading. Users may see a browser error, and search engines will not be able to access the final content.

Redirect loops are usually caused by incorrect rules, conflicting plugins, CMS settings, or server configuration issues.

Redirects During Website Changes

Redirect planning should happen before a website migration, not after launch.

A proper redirect plan maps old URLs to their new equivalents. Each important page should have a clear destination. Pages should not all be redirected to the homepage unless the homepage is genuinely the most relevant replacement.

The best redirect destination is usually the closest matching page. If an old service page is replaced by a new service page, redirect it there. If an article is merged into a stronger article, redirect it to the merged version.

Best Practices for Redirects

Use permanent redirects when a URL has permanently changed. Redirect old URLs to the most relevant new page. Avoid chains and loops. Update internal links so they point directly to the final URL.

Redirects should also be documented. A simple redirect map can help teams understand why a redirect exists, where it points, and whether it is still needed.

Final Thought

Redirects protect the connection between old and new URLs. They help users reach the right content and help search engines understand changes to a website.

Good redirects are quiet, direct, and intentional. They should support a clean site structure, not hide a messy one.

Frequently Asked Questions

Redirects