Bulk exporting and importing redirects
Learn how to bulk export or import redirects in Framer
FAQ
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