SEO Redirect (Redirect 301 / 302) Pro
Technical Information
Highlights
-
Redirect possible directly via URL/URI/regular expression
-
Redirect status code individually configurable
Features
-
Clear display of the redirects
-
Each forwarding can be processed individually
-
Deactivation of individual forwarding via button
-
Define redirects via regular expressions (as of version 2.3.1)
Import / Export function is available
Under Settings > System > Import / Export > a corresponding profile is available.The easiest way is to create a redirect and perform an export.
Hint: Note the separator and the ID (first column) is only required if existing redirects need to be updated. Leave this column empty for new redirects.
Count of redirects from plugin version 3.2.x
The number of redirects, the time of the last redirect and the last referer were added.
Performance option (from 3.3.x)
If desired, a setting is possible in the plugin configuration that before a possible redirect check is checked whether the requested page produces a 404 page and only then in the redirect table is checked whether an entry exists. This improves the performance of the website if a lot of redirects are created.
Why SEO redirects
- No loss of ranking with a relaunch
- No loss of ranking due to product changes
- Temporary forwarding for advertising campaigns
Configuration
Administration: Via Settings > Plugins > SEO Redirect
URLs: Insert old URL and redirection destination with copy and paste
Protocol (http/https): Is automatically recognized, but can be entered with the URL
Setting status code: Temporary (status code 302) or permanent (status code 301)
Activation: Active / not active
Overview: List of all redirects with URLs, status and active
Search
function: Via the Shopware search function
NEW FEATURE FROM VERSION 2.3.1
As of version 2.3.1, this plugin allows you to define SEO redirects using Regular Expressions.
A Regular Expression (or Regex) is a group of characters used to find a pattern within a piece of text.
In the context of redirects, a simple URL match will correspond to exactly one URL. A regex URL can match many URLs.
In addition to matching many URLs, a regular expression can extract information from the source URL and copy it into the destination URL.
An example for better understanding:
A redirect with the source URL /my-url will only ever match requests for /my-url.
A redirect with the source URL /meine-url/.* will match requests for:
/meine-url/a
/my-url/b
And so on.
The important part of /my-url/.* is .*. This is the regular expression part of the URL and is equivalent to saying "take /my-url/ followed by any string".
Although this is very useful for a lot of redirects, this feature is more for advanced users, as creating these regular expressions requires further knowledge. But you don't have to use regular expressions for the redirects, you can still use redirects with an exact match of the URL. If both variants are stored for a URL, exact matches for a redirect are always searched for first. If no exact match is found, regular expressions are checked in the second step.
A guide to the regular expressions including a link to a manual and a cheat sheet can be found in the Shopware admin area in the redirects.
Applications:
Website relaunch - previous pages are redirected to the new pages (permanent redirection). Thereby no ranking losses occur.
Changes in the product range - a well ranking category page has to be dissolved due to a product change. With a 301 redirection you can refer to the new category page.
Short-term advertising - a well ranking category page can temporarily redirect to a special advertising page to present the offer to more customers.
Award-winning support
In addition to the plugin’s functionality, every plugin comes with our 5-star support, which has been recognised by Shopware with the ‘Best Support Rating 2025’ award.For us, first-class support is an essential part of our service – and our customers confirm this with over 600 5-star reviews.
Additional SEO Extensions
The following plugins extend SEO and visibility functionality in Shopware and can be used together.
SEO Tools for Professionals
Adds additional tools to Shopware for improving SEO and online visibility.
Flexible Canonical Tags for Products
Controls canonical tags flexibly for products and helps prevent duplicate content.
Hreflang Manager
Generates hreflang tags across sales channels for international and multilingual shops.
Hide products SEO friendly
Hides products without negatively affecting search engine visibility.
- Plugin Manager via Settings > System > Call Plugins
- Upload, install and activate the plugin
Frequently Asked Questions
Forwarding URLs is a cornerstone of search engine optimization. Especially during a relaunch (complete rebuilding of the shop) it is important not to lose the hard-won ranking. To avoid this, via a redirect Google is informed that information continues to exist and is now stored under a new URL. The PageRank is thus retained and passed on to the new page. There are two types of forwarding: A 301 (Moved Permanently) redirection indicates that the information is constantly to be found at a new address. A 302 (Moved Temporarily) redirection indicates that the landing page has been changed temporarily. However, the original URL should not be replaced. This method can be used e.g. for advertising campaigns. Thus, a well ranked page can refer to a special promotion page for a short time without losing value itself.
Using the new Shopware 6 - Plugin Manager (Settings > System > Plugins) the installation is easy as pie. The ZIP file is simply uploaded and can be installed and activated immediately.
In the unlikely event of the plugin now working, we recommend to contact us so we can resolve any issues. Usually, only minor issues come up and can be dealt with quickly.
Nothing. You can enter the URL completely including the protocol presented (http:// or https://) or omitting the protocol. The simplest solution is to copy and paste the URL from the browser's address bar.
Unfortunately not yet. However, as soon as Shopware 6 has a suitable import-export feature, such a function will be offered free of charge as an update. Complete Excel lists can then be uploaded in bulk, when the feature is released.
ACRIS E-Commerce GmbH is an E-Commerce company based in Linz, Upper Austria. Our team of motivated and highly qualified experts has been able to build up and constantly expand its expertise for more than 15 years. For ACRIS E-Commerce GmbH, Shopware is an important complement in the field of high-quality standard E-Commerce systems.
If you are missing any crucial features, don’t hesitate to contact us. Your input can help us identify needs that not only you might have, but other customers too. If an extension of the plugin benefits and entails added value for the shopware community, we would be more than happy to implement it for you.
Yes, SEO redirect entries can be imported via the following Sync API call:
POST https://www.my-shop.com/api/_action/sync
[
{
"action": "upsert",
"entity": "acris_seo_redirect",
"priority": 1,
"payload": [
{
"id": "1901dc5e888f4b1ea4168c2c5f005540",
"active": true,
"oldUrl": "/old-url",
"newUrl": "/new-url",
"searchUrlBy": "old_url"
}
]
}
]
| Version | Date | Compatibility | Changelog |
|---|---|---|---|
| 6.3.1 | 19 March 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 6.3.0 | 24 February 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 6.2.0 | 12 December 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 6.1.6 | 26 November 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 6.1.5 | 20 November 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 6.1.4 | 17 September 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 6.1.3 | 30 July 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 6.1.2 | 11 July 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 6.1.1 | 3 July 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 6.1.0 | 30 May 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 6.0.0 | 2 May 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.2 | 23 April 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.4.1 | 24 February 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.4.0 | 24 February 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.3.0 | 12 December 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.2.3 | 26 November 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.2.2 | 20 November 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.2.1 | 16 September 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.2.0 | 28 May 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.1.3 | 15 April 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.1.2 | 18 March 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.1.1 | 13 March 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.1.0 | 13 February 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.0.6 | 3 February 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.0.5 | 1 October 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.0.4 | 5 June 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.0.3 | 24 May 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.0.2 | 24 May 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.0.1 | 25 March 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 5.0.0 | 21 March 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.6 | 3 February 2025 | >=6.5.0.0 <6.6.0.0 |
|
| 4.0.5 | 5 June 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 4.0.4 | 24 May 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 4.0.3 | 24 May 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 4.0.2 | 1 February 2024 | >=6.5.0.0 |
|
| 4.0.1 | 18 September 2023 | >=6.5.0.0 |
|
| 4.0.0 | 19 April 2023 | >=6.5.0.0 |
|
| 3.3.3 | 18 September 2023 | >=6.4.0.0 |
|
| 3.3.2 | 7 April 2023 | >=6.4.0.0 |
|
| 3.3.1 | 13 February 2023 | >=6.4.0.0 |
|
| 3.3.0 | 25 January 2023 | >=6.4.0.0 |
|
| 3.2.7 | 26 November 2022 | >=6.4.0.0 |
|
| 3.2.6 | 26 November 2022 | >=6.4.0.0 |
|
| 3.2.5 | 26 November 2022 | >=6.4.0.0 |
|
| 3.2.4 | 26 November 2022 | >=6.4.0.0 |
|
| 3.2.3 | 26 November 2022 | >=6.4.0.0 |
|
| 3.2.2 | 26 November 2022 | >=6.4.0.0 |
|
| 3.2.1 | 26 November 2022 | >=6.4.0.0 |
|
| 3.2.0 | 26 November 2022 | >=6.4.0.0 |
|
| 3.1.1 | 26 November 2022 | >=6.4.0.0 |
|
| 3.1.0 | 26 November 2022 | >=6.4.0.0 |
|
| 3.0.2 | 26 November 2022 | >=6.4.0.0 |
|
| 3.0.1 | 26 November 2022 | >=6.4.0.0 |
|
| 3.0.0 | 26 November 2022 | >=6.4.0.0 |
|
| 2.3.2 | 26 November 2022 | >=6.2.0 |
|
| 2.3.1 | 26 November 2022 | >=6.2.0 |
|
| 2.3.0 | 26 November 2022 | >=6.2.0 |
|
Login
Redirects ... mit Regex, Weiterleitung von Query-Parametern, einfache Verwaltung ?
Gefunden!
P.S. Bonus: Top Support vom Hersteller
Mächtiges Tool und bester Support!
Das Plugin bietet dank RegEx-Regeln viele Möglichkeiten, Weiterleitungen nach Schema zu Pflegen. Für uns ideal, um URLs mit IDs aus einem alten Shopsystem zu mappen. Für die Übergangszeit in den Suchmaschinen, und für alte Links, die sonstwo rumschwirren. Ein mächtiges Tool auch dank Suchfunktioinen, Kommetaren und Logging der Weiterleitungen.
Das Beste ist jedoch der supernette und superschnelle Support! Innerhalb eines Tages wurde mein Problem mit einer neuen Version gefixt, wow.
(fast) perfekte Erweiterung
Hab mich für diese 301-Weiterleitungserweiterung entschieden, da ich auch über ein Suchfenster schnell zu den entsprechenden Einträgen finden kann. War mir wichtig und hat sich bestätigt, dass sehr hilfreich.
Dennoch haben mich die Weiterleitung fast in den Wahnsinn getrieben. Lauter Umleitungsfehler nach export aus sw5 und import nach sw6.
Grund: das was in sw5 erlaubt war, darf in sw6 nicht sein:
Beispiel: Urls kommen von sw5 ohne vorangestellter Domain
alt: /product0815englisch nach neu: /en/product0815englisch läuft in eine endlosschleife.
Das war in sw5 ok, hier nicht mehr.
Lösung: Angabe der vollständigen URL mit Domain.
Das fehlte mir in der Anleitung zum Wahnsinn. Oder vielleicht gelingt es dem Team das im Plugin abzufangen.
Besten Dank für den kürzlichen super Support dazu.
funktioniert wunderbar
Anfängliche Probleme bei URLs mit Sonderzeichen und Parametern wurden innerhalb weniger Stunden vom Hersteller behoben.
Acris macht einfach gute und funktionierende Plugins!! Danke
-