Skip to main content

Redirects

Set up URL redirects to forward visitors from one path to another.

Adding redirects

  1. Go to your site's Redirects tab
  2. Click Add Redirect
  3. Enter the From path and To path
  4. Select the redirect type (301 or 302)
  5. Click Save

Redirect types

Status CodeTypeUse Case
301PermanentThe old URL has permanently moved. Search engines will update their index.
302TemporaryThe redirect is temporary. Search engines keep the old URL in their index.

Examples

FromToUse Case
/old-page/new-pagePage renamed
/blog/old-post/blog/new-postBlog post URL changed
/docs/documentationSection renamed

Redirect order

Redirects are evaluated in the order they are listed. The first matching redirect wins. You can drag and drop to reorder redirects in the dashboard.