Shopware SEO & Performance

301 Redirect Manager & 404 Capture – Shopware 6

301/302/410 redirects & 404 log for Shopware 6

Never lose a URL — or a customer — to a 404 again

At a glance
  • 301, 302, 307, 308 and 410 redirects with exact, wildcard or regex matching
  • Automatic 404 capture from real traffic, deduplicated and counted
  • URL-similarity target suggestions, applied in one click from the 404 log
  • Bulk CSV import and per-redirect hit counter
  • Compatible with Shopware 6.5, 6.6 and 6.7, multi-sales-channel
Shopware 6.5–6.7 301 / 302 / 410 Auto 404 capture CSV import Multi-channel
  • 30-day refund
  • 12 months updates
  • 24h support
www.datafirefly.com/en/
Managing 301 redirects and capturing 404 errors in the Shopware 6 admin
v1.0.0 · updated 2026-07-16
What it does

The short version.

01

Three matching modes

Exact redirect (trailing-slash tolerant), wildcard with segment capture (an old collection redirected to a new one in a single pattern), or regular expression for complex cases. Codes 301, 302, 307, 308 and 410 supported.

02

Automatic 404 capture

The plugin intercepts real 404 errors before the Shopware handler, applies a redirect if a rule matches, otherwise logs the broken URL (deduplicated by fingerprint, hit counter, referer). Static assets are filtered automatically.

03

Smart target suggestions

For every 404 or new rule, the plugin suggests the best targets by comparing the broken URL to your canonical SEO URLs (similarity score in %). One click from the log pre-fills the rule and marks the 404 as resolved.

04

CSV import & bulk management

Import hundreds of redirects at once in the source;target;code;type;active format (auto-detected delimiter, optional header). Ideal for a migration from PrestaShop, WooCommerce or a legacy site.

05

Multi-channel & priorities

Each rule can target a specific sales channel or apply globally, with a priority order for patterns. Optional query-string preservation, hit counter and last-triggered date per rule.

The long version

Everything you'd want to know before you install.

A detailed look at how 301 Redirect Manager & 404 Capture – Shopware 6 works, why we built it the way we did, and the thinking behind the features above.

§ 01

The missing link for redirects in Shopware

Shopware offers no proper redirect management: when you delete a product, change a slug or reorganize your catalog, the old URLs return a 404. The result: Google de-indexes your pages, you lose SEO value and your visitors hit a dead end. DfRedirects brings a real redirect engine, applied very early in the request cycle, before Shopware even generates its 404 page.

§ 02

Three ways to match a URL

Exact matching covers 90% of cases and tolerates the presence or absence of a trailing slash. Wildcard mode lets you redirect entire URL families by capturing segments: an old seasonal collection redirected in a single pattern to its replacement. Regex mode opens the door to the finest cases. Codes 301, 302, 307, 308 for redirects, and 410 to cleanly tell Google a page is gone for good.

§ 03

Your 404s work for you

Rather than guessing which URLs are broken, let the plugin collect them. Every real 404 is captured, deduplicated and counted: you immediately see which phantom pages generate the most lost traffic, along with their referer. Requests to assets (media, thumbnails, bundles) are filtered out of the box, and you can add your own exclusion patterns.

§ 04

One-click target suggestions

For every broken URL, DfRedirects compares its last segment to all your canonical SEO URLs and suggests the best targets with a similarity score in percent. From the 404 log, one click pre-fills the redirect form and marks the 404 as resolved after saving: the loop is closed in seconds.

§ 05

Migration and volume: CSV import

Migrating from PrestaShop, WooCommerce or a legacy site? Import all your redirects at once in the source;target;code;type;active format. The delimiter (semicolon or comma) is auto-detected, the header is optional, wildcards are recognized and every line is validated with a precise error report. Existing rules are updated by source URL.

§ 06

Built for production

Clean DAL architecture (dedicated entities for redirects and the 404 log), interception via the exception event with high priority, filtering of API and admin routes, sales-channel targeting and pattern priority order. Compatible with Shopware 6.5, 6.6 and 6.7 thanks to code neutral toward the DBAL 4 and Vue 2/3 breaking changes.