In Webflow Optimize, redirect experiences are often used for full page redesigns or significant changes to flows or landing pages. A common request is to persist UTMs (or other URL parameters) when redirecting users to a new URL. While Webflow Optimize doesn't support this feature out of the box, we have a simple and effective solution to ensure these parameters are preserved during redirects.
- In the Webflow Optimize dashboard, navigate to Account Settings.
- Add the redirect-utility.js script (included in this repository) to your Global JavaScript.
- This utility preserves UTMs and other URL parameters during redirects.
- When creating a redirect experience, select Redirect code editor (Advanced) and use the following code, replacing the URL with your destination page:
window.wfTools.redirectTo('https://www.your-site.com/new-page');