Redirects are used to send users and search engines from one URL to another. They are essential for website migrations, page renaming, or URL restructuring. Choosing the correct redirect type is important to ensure proper SEO handling and user experience.
⚡ Common Redirect Issues
If you’ve added a URL link on a page or panel and it keeps redirecting back to the homepage or another page, the most likely causes are:
A redirect already exists for that URL
Navigate toSettings > SEO Settings > Redirectsand check if a redirect is affecting your URL. Delete or update it if necessary.The page is still active
Standard redirects only work on inactive pages. If a page must remain active (e.g., core module pages like the exhibitor list), contact support for assistance.Incorrectly configured redirect.config file
If using a bulk redirect configuration file, ensure it’s formatted correctly with relative paths.
📝 Types of Redirects
| Redirect Type | Permanent / Temporary | SEO Impact | Preserves Request Method | Typical Use Cases |
|---|---|---|---|---|
| 301 | Permanent | Passes most link equity | Yes (GET requests) | Page permanently moved, URL changes, domain migration |
| 302 | Temporary | Does not pass link equity | No | Temporary promotions, maintenance, testing |
| 307 | Temporary | Does not pass link equity | Yes | Temporary redirect while preserving POST/GET requests |
| 308 | Permanent | Passes link equity | Yes | Permanent redirects while preserving request method (modern HTTP/1.1) |
⚙️ How to Set Redirects in Showoff CMS
Adding a Redirect
Go to
Settings > SEO Settings > Redirects.Click Add New Redirect.
Enter the From field (the original page slug, e.g.,
our-product/overview).Enter the To field (internal page slug or full external URL).
Keep status as 301 unless it’s a temporary redirect (use 302 in that case).
Click Save.
Amending a Redirect
Go to
Settings > SEO Settings > Redirects.Search for the redirect you want to change.
Update the From or To fields.
Click Update Redirects.
Removing a Redirect
Go to
Settings > SEO Settings > Redirects.Search for the redirect you want to remove.
Tick the Delete checkbox next to it.
Click Update Redirects.
Note: Always verify the page is inactive before setting a redirect. Active pages can prevent redirects from working correctly.
Comments
0 comments
Please sign in to leave a comment.