Skip to main content

Redirects

šŸ”¹ Learn how to properly use 301 redirects to maintain SEO performance during site changes

Updated this week

Learning how to properly use 301 redirects for SEO can make it so your website maintains keyword rankings and organic traffic even as you make changes to your content or site architecture.

The reality is, our websites are constantly changing. Good and attentive webmasters will add new and updated content over time to make sure they are providing the highest quality content and page experience to users.

As a result, redirects become necessary to make sure users and search engine crawlers can find your content. But improper use of redirects can result in lost keyword rankings, lost link equity, and a poor user experience for your website visitors.

When implemented with SEO best practices, 301 redirects shouldn’t undermine your SEO efforts, but ensure that your search visibility is maintained. Here’s a guide to 301 redirects and how to implement them correctly.

āš™ļø Types of Redirects

Here are all of the redirects that you might want to know about, particularly if they are mentioned in your dashboard’s site auditor report.

  • 301 = ā€œMoved Permanentlyā€ – best for SEO

  • 302 = ā€œMoved Temporarilyā€ – often used during website redesigns

  • Meta Refresh = page-level redirect that is not recommended for SEO

As a general rule, if a page is important and you want it to rank, then you should use a 301 redirect if the page is ever moved.

šŸ”Ž What is a 301 Redirect?

301 redirects are used to tell browsers and search engines that a web page has been permanently moved to a new location.

Example:
​https://website.com/why-anchor-text-diversity-is-good-for-your-backlink-profile →
​https://website.com/anchor-text-diversity

301 redirects ensure that users and search engines are always directed to the most current and relevant content. A 301 redirect tells the search engine that the page has been moved, and the old page can be safely removed from the index while the new page should be indexed instead.

šŸ“ˆ Why Do 301 Redirects Matter for SEO?

There are a few ways that 301 redirects can impact your web pages’ SEO performance:

  • Ensure your most up-to-date versions of your web pages are what are indexed and shown to searchers

  • Protect site visibility during and after site migrations

  • Maintain the majority of the link equity the original page has earned through backlinks

šŸ› ļø Common Redirect Issues

Broken Redirects

Broken redirects point to 404 or dead pages. Avoid sending users or crawlers to dead pages.

Fix options:

  1. Reinstate the dead page so the redirect is no longer broken

  2. If keeping the page dead, remove every internal link pointing to it

Redirect Chains & Redirect Loops

Redirect chains occur when multiple redirects point from one URL to another.
Redirect loops happen when redirects point back and forth endlessly.

Best practices:

  • Never take more than one redirect to reach a destination page

  • For chains: Replace with a single redirect

  • For loops: Fix the final destination URL

Redirecting to HTTP instead of HTTPS

Always redirect HTTP pages to HTTPS. HTTPS is a confirmed ranking factor and provides a safer browsing experience.

Internal Links with Redirects

Internal links that redirect slow down your site and reduce link equity. Update internal links to point directly to the destination URL after a page is updated or deleted.

Redirects in XML Sitemaps

There should be no redirected URLs in your XML sitemap. Update your sitemap to include only current destination URLs.

Other Redirect Errors

  1. Redirect URLs should be lowercase.

  2. All protocol variants (HTTP, HTTPS) should redirect to the same destination URL.

āœļø How to Setup a 301 Redirect

To add a redirect manually, you will need to edit your .htaccess file (for Apache servers).

  1. Log in to your website’s hosting account.

  2. Find the file that contains your website’s code (typically in public_html, www, htdocs, or httpdocs).

  3. Look for the redirect code.

  4. Copy the old page’s URL and replace it in the code.

  5. Copy the new page’s URL and replace it in the code.

  6. Save the file and upload it to your website’s server.

  7. Test the redirect by visiting the old page’s URL — it should now redirect to the new one.

āœ… Conclusion

If you have a large website and you haven’t been thinking about redirects until recently, there may be quite a bit of technical work you need to do to get your site on track.

If you are unable to resolve the redirect issues identified in your Site Audit report on your own, reach out to our technical SEO team.

Did this answer your question?