RTGProduct Labs
Free migration resource · RTG Product Labs

Check the redirects.
Make the handoff clear.

A practical redirect migration checklist, two worked CSV examples, and a handoff worksheet for small web teams.

Published September 25, 2026 · No signup required · Examples are fictional

Two checks answer different questions. A file audit finds problems in your planned mappings. A live check tests what the deployed website actually does. Keep both results with the handoff.

Start with the example files

Use the practice file to learn what a chain, loop, and conflicting destination look like. Then compare it with the reviewed example. You may copy and adapt these files for your own projects. All paths are fictional; do not import these examples into a live website.

Open the free CSV audit

In RedirectAtlas, use https://example.com as the source website for the practice files. The free file audit processes these maps in your browser.

What to look for in the practice map

  1. Avoid an unnecessary extra hop. /old-catalog → /catalog → /collections forms a chain. Our reviewed example points both old paths directly to /collections.
  2. Give the loop a real destination. /help-a → /help-b → /help-a never reaches a final page. We choose /help as the intended destination for both paths.
  3. Resolve the conflicting source. /sale points to both /offers and /clearance. We choose /offers and remove the other row. Your site’s content determines the correct choice.

With the default source website, the practice map produces 4 error rows, 1 review row, and 3 clear rows. The reviewed example produces 7 clear rows. Those counts describe file structure only; no real destination has been checked.

A migration handoff checklist

  1. Write down the intended result. Keep a row for each old URL and its chosen destination. Assign a reviewer to high-value pages. Keep the original map so later changes can be explained.
  2. Review the file before installation. Resolve loops, repeated sources and missing destinations. Confirm how your platform treats capitalization, trailing slashes and query parameters.
  3. Install a reviewed version. Record the deployment time and map version. Apply rules through your own platform; a CSV audit does not install them.
  4. Test the deployed URLs. Record the response status and actual final URL. Compare it with the expected destination, then inspect the destination’s content. A successful response can still lead to the wrong page.
  5. Give unresolved items an owner. Write a concrete next action for each mismatch. Mark blocked requests and timeouts as inconclusive, with a retest time; do not count them as a pass.
  6. Agree on follow-up. Choose a recheck schedule appropriate to the migration and repeat after relevant deployments. Record the latest successful check time so old results cannot be mistaken for current evidence.

Use the worksheet to separate intent from evidence

The handoff worksheet is a review record. It is not a CMS import format. Replace the example URLs, assign an owner, and leave observations blank until you perform the live check.

FieldWhat to record
Source and TargetThe old URL and intended final destination, including the hostname for a domain move.
Priority and OwnerWhich mappings matter most and who will resolve an issue.
Checked at UTCThe time the live result was observed. A blank value means it has not been checked.
Observed status and final URLWhat the checker actually received, separate from what the map intended.
Outcome and Next actionFor example: “Destination mismatch — review the deployed rule” or “Inconclusive — retry after allowing the checker.”

Know where the check stops

A structurally clear map does not establish that redirects are installed, destinations are relevant, or search rankings will be preserved. Google’s site-move guidance also covers mapping, site preparation and traffic monitoring.

Platform rules matter. Shopify redirects apply to eligible broken URLs and some paths are reserved. Review Shopify’s redirect documentation before installing a map.

For an existing desktop workflow, Screaming Frog’s migration audit guide explains list-based live checks. Use a tool appropriate to the site and your permissions.