How to setup redirects to maintain SEO ranking
Framer allows you to set up redirects to route traffic from an old URL to a new one. Redirects are essential when migrating your website to Framer, as they improve user experience and help visitors find the content they need.
FAQ
How do I set up a redirect in Framer to route traffic from an old URL to a new one?
Navigate to Site Settings → Redirects. Enter the old URL and designate the new URL. You can reorder rules by dragging and dropping to set priority, and edit or delete redirects using the … menu. Publish or update your site to apply changes.
Can I redirect an entire folder or multiple URLs at once in Framer?
Yes, you can redirect entire folders with wildcards to match multiple URLs. Use * to match any path segment. For example, /blog/* matches /blog/hello-world and /blog/2022/07/18/hello-world. You can also use capture groups like :1, :2 in the new URL to reference matched groups in the old URL.
Are there any limitations to setting up redirects in Framer?
You can only redirect sub-paths within your current domain. To redirect an entire domain (e.g., www.abc.com to www.xyz.com), use your hosting provider for the old domain to set up domain-level redirects. Once complete, connect the new domain in Framer and handle sub-path redirects as needed.
Updated
