Automatic redirects are a powerful tool that use JavaScript in the browser to detect and reroute broken URLs that match one of five preset URL structures and forward them to fixed destination URLs:
- Product pages (e.g. /products/*).
- Collection pages (e.g. /collections/*).
- Pages (e.g. /pages/*).
- Blogs and blog posts (e.g. /blogs/*).
- All other broken links (e.g. /*).
Learn when to use automatic redirects →
Note: Automatic redirects are superseded by manual 301s and pattern redirects.
Visits to automatic redirects use up your plan allowance. Learn more about usage allowances and changing your plan.
Need more flexibility? Learn when to use pattern redirects →