URL Redirects
Set up 301 (permanent) and 302 (temporary) redirects to preserve SEO value when migrating your domain to Prometora. Essential for stores connecting an existing domain with established search rankings.
When to Use Redirects
URL redirects are critical when you're connecting a custom domain that previously hosted a different website. Without redirects, visitors following old links or search engine results will see a 404 error page.
- Domain migration — Redirecting old pages from your previous website to new Prometora pages
- SEO preservation — Maintaining search rankings by telling Google where content moved
- Broken link cleanup — Fixing URLs reported in Google Search Console
- URL restructuring — Changing URL paths while keeping old URLs working
301 vs 302 Redirects
301 — Permanent Redirect
Tells search engines the page has permanently moved. The new URL will replace the old one in search results. Use this for most cases, especially domain migrations.
302 — Temporary Redirect
Tells search engines the move is temporary. The original URL stays in search results. Use this for seasonal pages, A/B testing, or maintenance.
Adding Redirects
Single Redirect
- Go to Store Settings → Redirects tab
- Click "Add Redirect"
- Enter the source path (the old URL path, must start with
/) - Enter the destination (a new path or full URL)
- Choose the redirect type (301 or 302)
- Click "Add"
Bulk Import from CSV
For large numbers of redirects (e.g., fixing hundreds of broken links from Google Search Console), you can upload a CSV file:
- Prepare a CSV file with
sourceanddestinationcolumns - Optionally add a
typecolumn (301 or 302, defaults to 301) - Click "Import CSV" in the Redirects tab
- Review the import results
source,destination/old-about-page,/pages/about/blog/2024/my-post,/pages/blog/products/widget,/listings/premium-widget/contact,https://forms.google.com/your-formSource Path Rules
//old-page only matches that exact pathRestricted Paths
You cannot create redirects for system paths like /api/, /dashboard/,/seller-dashboard/, /signin, or /signup.
Destination Options
/pages/about redirects to a page on your store/listing/my-product redirects to a specific listinghttps://example.com/page redirects off-siteLimits
| Plan | Max Redirects |
|---|---|
| Starter / Pro | Not available |
| Business | 1,000 |
How It Works
When a visitor or search engine bot requests a URL on your store:
- The incoming URL path is checked against your redirect rules
- If a match is found, the server responds with a 301 or 302 status code and the destination URL
- The visitor's browser automatically follows the redirect to the new page
- Search engines update their index accordingly (for 301 redirects)
Redirects work on custom domains and are checked before page routing, so they take priority over any page that might exist at the source path. Matching is case-insensitive and trailing slashes are ignored (e.g., /Old-Page/ and /old-page are treated the same).
Tips
- Export broken URLs from Google Search Console and use the CSV bulk import to fix them quickly
- Use 301 redirects for permanent moves — search engines will transfer SEO value to the new URL
- Avoid redirect chains (A→B→C). Point the source directly to the final destination
- Use the search/filter in the Redirects tab to find and manage specific redirects