302 Found
302 Temporary redirects in TYPO3
If you need to temporarily redirect users from one page to another without changing the original URL in TYPO3, a 302 Found status (temporary redirect) is useful. Here's what it is, why it's helpful, and how to set it up in TYPO3.
What is a 302 Found Redirect?
A 302 Found Status temporarily redirects users to a new page without permanently updating the URL. It's ideal if you need a short-term change but want to maintain the SEO value of the original page.
When is a 302 redirect used in TYPO3?
There are several cases in which a 302 redirect makes sense:
- Test content: Redirect visitors to a draft or test page without changing the original page.
- Short-term campaigns: Redirect users temporarily to a campaign page.
- Temporary page moves: Redirect visitors while you work on updating or maintaining the page.
302 vs 301 redirects: The main difference
A 302 is temporary and transfers no SEO value to the new page, while a 301 is permanent and transfers SEO value to the redirected page. Use 302 for temporary cases only; use 301 for long-term changes.
Setting up a 302 redirect in TYPO3
In TYPO3, setting up a 302 redirect is easy with the Redirects module:
- Access the Redirects module: Go to the backend and open the Redirects module.
- Add a new redirect: Select "New" and choose 302 as the redirect type.
- Enter original and destination URLs: Enter the original URL and the temporary target URL.
- Save and track: Save the redirect and monitor it to make sure it doesn't stay active for too long.
Best practices for 302 redirects in TYPO3
- Use only for short-term redirects: Since 302s do not transfer SEO value, you should only use them for temporary purposes. For longer or permanent redirects, you should switch to 301.
- Regularly check the redirects: Check active 302s regularly to make sure they are still necessary. Avoid leaving them active for too long to avoid unintended consequences.
- Minimize excessive use: Avoid using too many 302s as they can have an impact on search engine optimization if left permanently. Reserve them for cases where a temporary redirect is essential.
Conclusion
Using 302 Found redirects in TYPO3 helps you manage short-term content changes, test pages, or run temporary campaigns without affecting the SEO of the original page. If you use 302 redirects carefully and follow best practices, you can ensure smooth transitions for users and keep your website SEO friendly.