URL redirection
You can configure URL redirections in the Genstore admin to automatically redirect traffic from old URLs to new ones. This helps you avoid 404 errors, preserve SEO rankings, and improve the user experience.
Genstore supports the following two types of redirection:
Type | Description |
---|---|
Single redirection | - Redirects a specific old URL to a new URL - Ideal for page updates or merges |
Pattern redirection | - Redirects multiple URLs that share a common path prefix to a new structure - Useful for collection restructuring or category replacements |
Configure a URL redirect
- Log in to your Genstore admin, and go to Online Store -> Navigation from the left-hand menu.
- Click URL redirect in the top-right corner.
- Click Create URL redirect again and choose the redirect type:
- Single redirect: Redirect one specific old path to a new path
- Pattern redirect: Redirect multiple paths that share a prefix to a new path structure
- Fill in the redirect information:
- Redirect traffic from: Relative path only (exclude domain), e.g.
/products/old-product-name
- Redirect traffic to: Relative path only (exclude domain), e.g.
/products/new-product-name
- Redirect traffic from: Relative path only (exclude domain), e.g.
- Click Save. The system will automatically validate the redirect path.
Import URL redirect configuration
- Log in to your Genstore admin, and go to Online Store -> Navigation.
- Click URL redirect in the top-right corner.
- Click Import URL, and download the CSV template.
- Fill in the template with old and new paths, and save the file as a CSV.
- Upload the CSV file and confirm the import.
- The system will automatically validate each redirect entry based on the following rules:
- Must start with
/
(i.e., a relative path); do not include full URLs likehttps://...
- Cannot contain query parameters (
?
) - Cannot contain anchors (
#
) - Cannot include spaces or invalid characters (e.g.
< >
,{ }
,|
,^
,[ ]
)
- Must start with
Export URL redirect configuration
- Log in to your Genstore admin, and go to Online Store -> Navigation.
- Click URL redirect in the top-right corner.
- Click Export URL, and choose from the following options:
- Export all redirect records
- Export selected records
- Export based on filters or search results
- After selecting your export scope, click Export. The system will generate a CSV file for download.