What are redirects?
Sometimes the URLs of a website may change. For example, if you migrate your online store from another platform to Finqu. In that case, it is best to redirect the addresses. Otherwise, the visibility of the pages will suffer considerably.
Adding redirects one by one
If you want to add redirects one by one, follow these steps:
Go to Online store > Settings > Other.
Click the Manage button in the Redirects section.
Click Add.
Fill in the From URL and To URL address fields.
Click Confirm.
Adding redirects in bulk
If you need to add multiple redirects at the same time, you can use a CSV file:
Go to Online store > Settings > Other.
Click the Manage button in the Redirects section.
Click Upload CSV.
Select the CSV file from your device.
The redirects will appear on the page after they have been retrieved from the CSV file.
The CSV file should contain two columns. The first column is the old address, and the second is the new one. The columns are separated by a comma (,) and each row contains one redirect.
Example of a redirect CSV
old-url,new-url
old-url-2,new-url-2
etc...
Notice
Do not add the full URL address to the CSV. Add only the rest of the address, e.g., like this:
If the entire URL is
www.yourwebstore.fi/page-address
add only
page-address
to the CSV.
Deleting redirects
You can delete redirects as follows:
Select the redirects you want to delete.
Click Bulk actions > Delete.
Click Remove.
Notice
Deleted redirects might get stuck in customers' web browser's cache. They are often difficult to remove from browsers but will eventually disappear over time.