Skip to content

CSV import template

ivinteractive edited this page Nov 30, 2015 · 1 revision

##Formatting CSV for imports to the redirects list

CSVs should be formatted with each redirect on a single line and commas between the values for the old URI, new URI, and the optional boolean for whether it's an external link or not.

old_URI.htm,new-uri
old_page.html,external-link,1
another_old_link.html,another-new-page

Clone this wiki locally