Redirects
Set up URL redirects to forward visitors from one path to another.
Adding redirects
- Go to your site's Redirects tab
- Click Add Redirect
- Enter the From path and To path
- Select the redirect type (301 or 302)
- Click Save
Redirect types
| Status Code | Type | Use Case |
|---|---|---|
| 301 | Permanent | The old URL has permanently moved. Search engines will update their index. |
| 302 | Temporary | The redirect is temporary. Search engines keep the old URL in their index. |
Examples
| From | To | Use Case |
|---|---|---|
/old-page | /new-page | Page renamed |
/blog/old-post | /blog/new-post | Blog post URL changed |
/docs | /documentation | Section 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.