When to use redirects
Common redirect scenarios in funnels:- A funnel step URL has changed and you want old links still to work
- You shared a short URL in an email or ad and need to forward it to a funnel step
- You retired a funnel but want its URL to forward to the new version
- You want a branded short link (such as
yourbrand.com/offer) to redirect to a longer funnel path
Types of redirects
Use a 301 redirect when you have permanently changed a URL and want search engines to transfer any ranking authority to the new page. Use a 302 redirect for testing or for temporary campaign URLs.
Setting up a redirect in a funnel
Redirects within funnels are managed at the funnel step level. When you change a step’s URL path, you can optionally create a redirect from the old path to the new one so that anyone with a link to the old path is automatically forwarded.1
Open the funnel settings
Navigate to Sites > Funnels, open your funnel, and click the Settings tab.
2
Find the redirect settings
Look for a Redirects or URL Redirects section within the funnel settings.
3
Add a redirect rule
Click Add Redirect. Enter the Source path (the old URL path that should be redirected) and the Destination URL (where visitors should be sent). Choose the redirect type (301 or 302).
4
Save
Click Save. The redirect is active immediately. Test it by visiting the source path in a browser.
Redirects vs. step URL changes
If you simply rename a funnel step’s URL path (in the step’s gear icon settings), HoopAI updates the path going forward — but the old path will return a 404 error. To avoid broken links:- Note the current step path before changing it.
- Change the step path to the new value.
- Create a redirect from the old path to the new path.
Domain-level redirects
If you need to redirect an entire domain or root path, this is managed in Settings > Domains rather than within the funnel itself. Domain-level redirects are useful for:- Forwarding a bare domain (without any path) to a specific funnel
- Redirecting
www.yourbrand.comtogo.yourbrand.com - Forwarding an unused domain to your main website
Troubleshooting redirect issues
If a redirect is not working as expected:- Check for typos in the source and destination paths.
- Clear your browser cache — browsers aggressively cache 301 redirects, which can make it appear the redirect is not working even after it has been corrected.
- Test in an incognito window to rule out cached redirects.
- Check redirect chains — if URL A redirects to B and B redirects to C, this can cause delays and sometimes fail. Flatten redirect chains wherever possible.