Bulk exporting and importing redirects
Learn how to bulk export or import redirects in Framer
Exporting
Exporting your redirects is as simple as opening the Redirect Sync plugin and selecting “Export”. This will bulk export all of your project’s redirects as a CSV file, which will be automatically downloaded. See Plugins 3.2: Redirects.
Importing
To import redirects, open the Redirect Sync plugin and select “Import”. You will be prompted to select a file to import from. This file should include columns for from and to, for example:
The from URLs must start with / and should be relative paths. You can also optionally include a expandToAllLocales column, which will map to the “Expand to All Locales” setting:
Once you’ve selected a suitable file, your redirects will be imported in bulk. Any entries in the CSV file that match the from path of existing redirects will update those Redirects.
What are the benefits of bulk importing redirects in Framer?
Bulk redirect management in Framer is handled through the Redirect Sync plugin, which lets you import and export redirects as CSV files. This is useful when you need to update many redirects at once and keep redirect rules consistent.
How do I prepare my redirect list for bulk import in Framer?
Prepare a CSV with `from` and `to` columns, for example: from,to /posts,/blog The `from` paths must start with `/` and should be relative paths. You can also include an `expandToAllLocales` column to control the “Expand to All Locales” setting.
How should I import redirects now that Framer uses Redirect Sync?
Import the CSV directly in the Redirect Sync plugin. If an imported entry matches an existing `from` path, the existing redirect is updated.
Updated