link.yourbrand.com, two scenarios always occur outside of normal short link resolution:https://link.yourbrand.com/ with no slug. Without a configured root redirect, they land on a blank or error page.https://link.yourbrand.com/non-existent. Dead-end 404 pages damage user trust.| Setting | Description |
| Root Redirect URL | Where visitors land when accessing https://your.domain/ with no path |
| Default (blank) | Redirects to the Shaf marketing site |
| Recommended | Your main marketing landing page or product homepage |
1https://yourbrand.com
| Setting | Description |
| 404 Redirect URL | Where visitors land when the slug doesn't match any link |
| Default (blank) | Displays a generic error page |
| Recommended | Your product search page, support center, or help docs |
1https://yourbrand.com/help
1curl -I https://link.yourbrand.com/
12HTTP/2 302 location: https://yourbrand.com
1curl -I https://link.yourbrand.com/slug-that-does-not-exist
12HTTP/2 302 location: https://yourbrand.com/help
yourbrand.com)
404 → Campaign hub or content archive (yourbrand.com/campaigns)docs.yourbrand.com)yourbrand.com/search) or bestsellerscurl -I to bypass browser redirect caching. If curl shows the correct location header, the issue is your browser caching the old behavior. Open an Incognito/Private window to test without cache.