SEO Redirect (Redirect 301 / 302) Pro

558 downloads
The ACRIS SEO Redirect plugin provides and administration of SEO compliant URL redirects with the status code 301 or 302. The configuration can be done in the Shopware administration.
Monthly
€9.90* / month
Cancelable monthly
Annual
16.67% discount
€8.25 / month
€118.80* €99.00* / year
after first year €118.80* / year

Technical Information

Category SEO Optimization
Created At May 22, 2019
Last Updated June 8, 2026
Languages de_DE, en_GB
Keywords SEO Redirect, SEO, redirect, seo redirect 301, seo redirect 302
Technical name AcrisSeoRedirect

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
  • - Improved redirecting with regular expressions.
6.3.0 24 February 2026 >=6.7.0.0 < 6.8.0.0
  • - Added a new option to the redirect configuration that allows URL parameters to be retained after redirection.
6.2.0 12 December 2025 >=6.7.0.0 < 6.8.0.0
  • - Added more import / export fields to the default "ACRIS SEO Redirect" profile.
6.1.6 26 November 2025 >=6.7.0.0 < 6.8.0.0
  • - Improved installation process.
6.1.5 20 November 2025 >=6.7.0.0 < 6.8.0.0
  • - Optimized the search for redirects.
  • - Fixed an import issue if the "lastRedirectedReferer" was too long.
6.1.4 17 September 2025 >=6.7.0.0 < 6.8.0.0
  • - Fixed data validation for the redirect URL.
6.1.3 30 July 2025 >=6.7.0.0 < 6.8.0.0
  • - Fixed icon compatibility with other plugins.
6.1.2 11 July 2025 >=6.7.0.0 < 6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
6.1.1 3 July 2025 >=6.7.0.0 < 6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
6.1.0 30 May 2025 >=6.7.0.0 < 6.8.0.0
  • - It is now possible to disable redirection via regex globally inside the plugin config.
6.0.0 2 May 2025 >=6.7.0.0 < 6.8.0.0
  • - Compatibility with Shopware 6.7.
  • - Support for the following languages: de-DE, en-GB, nl-NL, fr-FR, es-ES, fi-FI, nn-NO, sv-SE, cs-CZ, pt-PT, tr-TR, da-DK, it-IT, pl-PL, bs-BA
5.4.2 23 April 2026 >=6.6.0.0 < 6.7.0.0
  • - Improved redirecting with regular expressions.
5.4.1 24 February 2026 >=6.6.0.0 < 6.7.0.0
  • - Fixed a problem with the URL parameter selection field not showing.
5.4.0 24 February 2026 >=6.6.0.0 < 6.7.0.0
  • - Added a new option to the redirect configuration that allows URL parameters to be retained after redirection.
5.3.0 12 December 2025 >=6.6.0.0 < 6.7.0.0
  • - Added more import / export fields to the default "ACRIS SEO Redirect" profile.
  • - Improved admin.
5.2.3 26 November 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved installation process.
5.2.2 20 November 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimized the search for redirects.
  • - Fixed an import issue if the "lastRedirectedReferer" was too long.
5.2.1 16 September 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixed data validation for the redirect URL.
5.2.0 28 May 2025 >=6.6.0.0 < 6.7.0.0
  • - It is now possible to disable redirection via regex globally inside the plugin config.
5.1.3 15 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Fixes a potential issue when searching for redirects involving regular expressions if an SQL timeout occurs.
5.1.2 18 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Code optimizations.
5.1.1 13 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Improved compatibility of the admin view with Shopware 6.6.10.0.
5.1.0 13 February 2025 >=6.6.0.0 < 6.7.0.0
  • - Added internal comment field to the SEO Redirects.
5.0.6 3 February 2025 >=6.6.0.0 < 6.7.0.0
  • - Last redirect referer can now store longer text.
5.0.5 1 October 2024 >=6.6.0.0 < 6.7.0.0
  • - Forwarding in maintenance mode improved by checking whether the customer IP address is whitelisted.
5.0.4 5 June 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimisation for redirects with URL parameters.
  • - Optimisation for redirects index.php within the URL.
5.0.3 24 May 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimisation Prevention of infinite forwarding.
5.0.2 24 May 2024 >=6.6.0.0 < 6.7.0.0
  • - Fixes a possible problem with infinite redirects (example: redirect from /test-product to /en/test-product).
5.0.1 25 March 2024 >=6.6.0.0 < 6.7.0.0
  • - Changed Pipeline
5.0.0 21 March 2024 >=6.6.0.0 < 6.7.0.0
  • - Compatibility with Shopware 6.6.
4.0.6 3 February 2025 >=6.5.0.0 <6.6.0.0
  • - Last redirect referer can now store longer text.
4.0.5 5 June 2024 >=6.5.0.0 <6.6.0.0
  • - Optimisation for redirects with URL parameters.
  • - Optimisation for redirects index.php within the URL.
4.0.4 24 May 2024 >=6.5.0.0 <6.6.0.0
  • - Optimisation Prevention of infinite forwarding.
4.0.3 24 May 2024 >=6.5.0.0 <6.6.0.0
  • - Fixes a possible problem with infinite redirects (example: redirect from /test-product to /en/test-product).
4.0.2 1 February 2024 >=6.5.0.0
  • - Can now store longer text for the urls
4.0.1 18 September 2023 >=6.5.0.0
  • - Improves the transition from the ACRIS SEO Redirect plugin to the ACRIS SEO Tools Pro plugin.
4.0.0 19 April 2023 >=6.5.0.0
  • - Improves plugin compatibility with Shopware versions >= 6.5.0.0.
3.3.3 18 September 2023 >=6.4.0.0
  • - Improves the transition from the ACRIS SEO Redirect plugin to the ACRIS SEO Tools Pro plugin.
3.3.2 7 April 2023 >=6.4.0.0
  • - Optimizes redirect on 404 exceptions.
3.3.1 13 February 2023 >=6.4.0.0
  • - Change of the plugin name and the manufacturer links.
3.3.0 25 January 2023 >=6.4.0.0
  • - Adds ability to redirect from 404 Exceptions.
3.2.7 26 November 2022 >=6.4.0.0
  • - Optimizes saving of the redirect data.
3.2.6 26 November 2022 >=6.4.0.0
  • - Optimizes plugin image.
  • - Improves compatibility with Shopware >= 6.4.10.0.
  • - Optimizes plugin color in administration.
3.2.5 26 November 2022 >=6.4.0.0
  • - Fixes a problem in connection with older MySQL versions.
3.2.4 26 November 2022 >=6.4.0.0
  • - Now the redirect list order is maintained on refresh and page change.
3.2.3 26 November 2022 >=6.4.0.0
  • - Optimisation if the sales channel was not found but a redirect took place.
3.2.2 26 November 2022 >=6.4.0.0
  • - Multilingual support for the date&time representations in SEO Redirect.
3.2.1 26 November 2022 >=6.4.0.0
  • - Fixed last redirect date and time representation on redirect detail page.
3.2.0 26 November 2022 >=6.4.0.0
  • - Added redirect count, last redirect time and last referer to the Acris SEO Redirect Table.
3.1.1 26 November 2022 >=6.4.0.0
  • - Optimizes decorated priority of the redirect service.
3.1.0 26 November 2022 >=6.4.0.0
  • - Optimizes sending of the redirect response.
3.0.2 26 November 2022 >=6.4.0.0
  • - Optimisation of SEO redirects when entering relative URLs.
3.0.1 26 November 2022 >=6.4.0.0
  • - Performance optimisation for SEO redirects
  • - Allows relative URLs to be specified in 4 ways - i.e. also additionally with preceding / and en
3.0.0 26 November 2022 >=6.4.0.0
  • - Improved compatibility with Shopware 6.4*.
2.3.2 26 November 2022 >=6.2.0
  • - Fixes a problem where the Regex SEO redirection is not displayed in the admin.
2.3.1 26 November 2022 >=6.2.0
  • - Optimisation in the matching and substitution of URL parameters
2.3.0 26 November 2022 >=6.2.0
  • - Enables SEO redirects to be defined via regular expressions.
Bewertungen

Average rating of 4.8 out of 5 stars

5 reviews

4
1
0
0
0

Redirects ... mit Regex, Weiterleitung von Query-Parametern, einfache Verwaltung ?

Review with rating of 4 out of 5 stars

· 3 March 2026

Gefunden!

P.S. Bonus: Top Support vom Hersteller

Mächtiges Tool und bester Support!

Review with rating of 5 out of 5 stars

· 16 April 2025

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

Review with rating of 5 out of 5 stars

· 5 March 2024

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

Review with rating of 5 out of 5 stars

· 22 September 2020

Anfängliche Probleme bei URLs mit Sonderzeichen und Parametern wurden innerhalb weniger Stunden vom Hersteller behoben.

Acris macht einfach gute und funktionierende Plugins!! Danke

Review with rating of 5 out of 5 stars

· 20 August 2020

-