Technical Term Back

301 redirect

Crawling

A 301 redirect indicates that a URL has moved permanently. It transfers authority, links and signals from the old URL to the new one so bots and users reach the correct content.

301 redirect
It matters because a migration, URL cleanup or structure change can lose value if redirects are not handled well. A clear 301 avoids confusion, preserves accumulated signals and reduces crawling errors.
  • Redirect each old URL to its equivalent new URL, not always to the home page.
  • Avoid long redirect chains between several pages.
  • Check that the response is really 301, not 302, 404 or soft 404.
  • Update internal links so they point directly to the final URL.