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
| Redirect type | HTTP status | Use case |
|---|---|---|
| Permanent (301) | 301 Moved Permanently | The old URL is gone for good; search engines update their index to the new URL |
| Temporary (302) | 302 Found | The redirect is temporary; search engines keep the old URL indexed |
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.Find the redirect settings
Look for a Redirects or URL Redirects section within the funnel settings.
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).
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.
.png?fit=max&auto=format&n=EQK5eX9kTD8NzWwA&q=85&s=878008bf159fcc4964d0c0d508b6e400)