301 and 302 Redirection
Getting Started
Redirect URLs come in handy if you want to change an original path of an URL to a different URL. It can be done through some simple steps. There are four types of redirect URLs
- 301 (Moved Permanently)
- 302 (Temporary Redirect)
- 307 (Temporary Redirect)
- 308 (Moved Permanently)
💡 ⚠️ In this article, we will only cover 301 and 302 redirects.
How to add redirect URL
To create a redirect URL, follow the steps given below:
- Go to the Settings option under the ‘Styles and Design’ panel.
- Click on the Redirect tab on your screen.
- To add a new redirect URL, click on + Add
- Refer to the list below to see the functionality of each input field.
- You can also upload redirect URLs. Note that the format should be in .csv
Here is a step-by-step guide through visualization:
Go to the **Settings** option under the ‘Styles and Settings’ panel.

Click on the **Redirect** tab on your screen.

To add a new redirect URL, click on + Add, or to upload them from a file on your computer, you can click on the **Upload** button

Upon clicking the **+ Add** button, this pop-up appears, refer to the list below the screenshot to learn more

1️⃣ Original URL : Paste the link of your original URL here.
2️⃣ Destination URL : Paste the link to your destination URL here.
3️⃣ Redirect Type : Choose the type of redirect you prefer.
💡 ⚠️ Remember only to remove the domain name while adding your URL path. Refer to the picture and GIF below ⬇️


Add 301 Redirect URL
Use 301 Redirect URL if you want the redirect to be permanent. Follow the steps in the GIF below to proceed:

Add 302 Redirect URL
Use 302 Redirect URL if you want the redirect to be only temporary. Follow the steps in the GIF below to proceed:

Related articles
Updated on: 25/07/2023
Thank you!