Redirect Map Generator — illustrative example INPUT Old path /guides/import-csv/ is replaced by /help/csv-import/ with equivalent content. Produce a migration mapping with a permanent redirect and one nonmatching test. RESULT old_path,new_path,status /guides/import-csv/,/help/csv-import/,301 Expected test: /guides/import-csv/ redirects once to /help/csv-import/. Negative test: /guides/export-csv/ remains unaffected by this mapping. Confirm query-string handling in the target server before deployment. REVIEW Redirect by equivalent purpose, not by a shared word in the URL. Unmatched old pages need a deliberate decision rather than a blanket redirect to the homepage. This is a teaching example, not a live execution record.