QuQi

Replatform SKU Redirect Mapping

Migration checklists assume you can crawl the old site and map what you find, which fails on a large catalogue because the crawl misses orphaned and out-of-stock products that still hold links and rankings. The second failure is assuming SKUs map one to one: replatforms change variant handling, merge or split categories, and usually drop facet paths entirely, so a share of old URLs has no destination and gets bulk-redirected to the home page. That share is where the traffic loss comes from, and it is resolvable before launch if the map is built from the catalogue export instead.

Skill-Datei holen Die Agents machen lassen
KATEGORIE
E-Commerce-SEO
FORMAT
replatform-sku-redirect-mapping.md
SCHRITTE
8
PREIS
Kostenlos – ohne Konto
WANN SIE DAZU GREIFEN

Use when moving a catalogue to a new platform and the URL patterns for products, variants, categories and facets are all changing at once.

Die Skill-Datei

replatform-sku-redirect-mapping.md
---
name: replatform-sku-redirect-mapping
description: Use when moving a catalogue to a new platform and the URL patterns for products, variants, categories and facets are all changing at once.
---

# Replatform SKU Redirect Mapping

Migration checklists assume you can crawl the old site and map what you find, which fails on a large catalogue because the crawl misses orphaned and out-of-stock products that still hold links and rankings. The second failure is assuming SKUs map one to one: replatforms change variant handling, merge or split categories, and usually drop facet paths entirely, so a share of old URLs has no destination and gets bulk-redirected to the home page. That share is where the traffic loss comes from, and it is resolvable before launch if the map is built from the catalogue export instead.

## Was Sie vorher brauchen

- A URL inventory assembled from four sources and deduplicated: the database, the old sitemaps, 12 months of Search Console pages, 12 months of analytics landing pages
- Referring domain counts per old URL, so the linked tail can be prioritised
- The new platform URL patterns for products, variants, categories and any indexable facets, confirmed on staging rather than from a spec
- The old-to-new SKU and category identifier mapping from the migration team

## Methode

1. Assemble the inventory from all four sources, not from a crawl. Search Console and analytics history is what surfaces URLs that still earn traffic but are no longer linked from anywhere.
2. Join the inventory to the identifier mapping and let pattern rules generate the bulk of the map. Rules are more reliable and more reviewable than a hand-built sheet of 40,000 rows.
3. Isolate the rows the rules could not match and rank them by referring domains and organic entrances. This tail is small in count and large in value, and it is the only part needing human decisions.
4. Resolve unmatched URLs to the nearest genuine equivalent and accept a 410 for those with nothing behind them. Sending them to the home page is read as a soft 404 and burns crawl for months.
5. Decide variant handling explicitly before generating anything. A site that had a URL per size moving to one product page is a many-to-one merge, and every old variant URL still needs its own rule.
6. Test the ruleset against the full inventory on staging, checking status code, final destination and hop count. Chains through a rule left over from a previous migration are common and each hop costs crawl.
7. Keep the old sitemaps live and submitted for a few weeks after launch so the redirects are discovered quickly, then replace them with the new ones.
8. Re-run the full inventory against production on launch day and again at day 7, tracking the unmatched and error counts rather than waiting for traffic data to reveal the gap.

## Was dabei herauskommt

A tested old-to-new redirect map covering the complete historic URL inventory, with every unmatched URL either individually resolved or deliberately retired.

## Wo es schiefgeht

- Building the map from a crawl of the live site, which omits out-of-stock and orphaned products that still hold links and rankings
- Bulk-redirecting unmatched URLs to the home page or a top category, which is treated as a soft 404 and dropped
- Launching with chains from an earlier migration still in the stack, so each legacy URL costs several fetches to resolve
- Removing the old sitemaps at launch, which slows discovery of the redirects exactly when discovery matters most

---

Aus der QuQi-Skill-Bibliothek - https://www.quqi.io/de/skills/replatform-sku-redirect-mapping
Kostenlos herunterladen · kein Konto, keine E-Mail

Was Sie vorher brauchen

  • A URL inventory assembled from four sources and deduplicated: the database, the old sitemaps, 12 months of Search Console pages, 12 months of analytics landing pages
  • Referring domain counts per old URL, so the linked tail can be prioritised
  • The new platform URL patterns for products, variants, categories and any indexable facets, confirmed on staging rather than from a spec
  • The old-to-new SKU and category identifier mapping from the migration team

Methode

  1. 01 Assemble the inventory from all four sources, not from a crawl. Search Console and analytics history is what surfaces URLs that still earn traffic but are no longer linked from anywhere.
  2. 02 Join the inventory to the identifier mapping and let pattern rules generate the bulk of the map. Rules are more reliable and more reviewable than a hand-built sheet of 40,000 rows.
  3. 03 Isolate the rows the rules could not match and rank them by referring domains and organic entrances. This tail is small in count and large in value, and it is the only part needing human decisions.
  4. 04 Resolve unmatched URLs to the nearest genuine equivalent and accept a 410 for those with nothing behind them. Sending them to the home page is read as a soft 404 and burns crawl for months.
  5. 05 Decide variant handling explicitly before generating anything. A site that had a URL per size moving to one product page is a many-to-one merge, and every old variant URL still needs its own rule.
  6. 06 Test the ruleset against the full inventory on staging, checking status code, final destination and hop count. Chains through a rule left over from a previous migration are common and each hop costs crawl.
  7. 07 Keep the old sitemaps live and submitted for a few weeks after launch so the redirects are discovered quickly, then replace them with the new ones.
  8. 08 Re-run the full inventory against production on launch day and again at day 7, tracking the unmatched and error counts rather than waiting for traffic data to reveal the gap.

Was dabei herauskommt

A tested old-to-new redirect map covering the complete historic URL inventory, with every unmatched URL either individually resolved or deliberately retired.

Wo es schiefgeht

  • Building the map from a crawl of the live site, which omits out-of-stock and orphaned products that still hold links and rankings
  • Bulk-redirecting unmatched URLs to the home page or a top category, which is treated as a soft 404 and dropped
  • Launching with chains from an earlier migration still in the stack, so each legacy URL costs several fetches to resolve
  • Removing the old sitemaps at launch, which slows discovery of the redirects exactly when discovery matters most

Diese Skill in Ihrer eigenen KI nutzen

Die Datei ist einfaches Markdown, mit Name und Auslöser im Frontmatter. Wo ein Assistent Skills selbst laden kann, liest er genau dieses Frontmatter, um zu entscheiden, dass diese hier passt.

Claude Code Speichern Sie sie als ~/.claude/skills/replatform-sku-redirect-mapping/SKILL.md, dann lädt Claude sie von selbst, sobald Ihre Arbeit zum Auslöser passt. Legen Sie sie stattdessen in .claude/skills im Projekt ab, wenn das ganze Team sie haben soll.
Claude Laden Sie die Datei im Skills-Bereich Ihrer Einstellungen hoch. Danach greift sie in jedem Gespräch, in dem der Auslöser passt, ohne dass Sie daran denken müssen.
ChatGPT Es gibt kein Skills-Format zum Installieren, fügen Sie den Dateiinhalt also stattdessen in die Anweisungen eines Projekts oder eines Custom GPT ein. Dann gilt er für jeden Chat in diesem Projekt und nicht nur für den einen.
Alles andere Fügen Sie das Markdown vor Ihrer Frage in den Chat ein. Das funktioniert in jedem Assistenten, muss aber jedes Mal neu eingefügt werden.

Mehr in E-Commerce-SEO