Here is the format for importing a list of redirects
-
Hi,
I was stumped since the export function is not available to export redirects and then modify it with the ones I wanted to import back into the plugin. I needed a template with the right format (columns, etc.).
Actually it is very simple. Data is imported with the 301 as default and the redirect group is chosen when you import.
All you need to do (sorry guys, have not played around with Regex and the other fields, just a straightforward redirection, A to B):
/Article.aspx?ArticleID=115,https://www.yourdomain.com/product/emmanuelle-armchair/pruebaAs you can see, this is just a csv file with two fields (value 1 =source url and value 2=target url)
Watch that your csv file contains “,” as separators and not “;” or the import will not work well.Nothing else and it works, you can mass import a list of urls in one click!
Hope it helps!
- The topic ‘Here is the format for importing a list of redirects’ is closed to new replies.