Easily connect old URLs with their closest new matches to avoid broken links, preserve SEO, and keep visitors on the right path during site migrations or redesigns.
| # | Old title | Old URL | Best match (new) | Score | Alt 2 | Alt 3 | Status |
|---|---|---|---|---|---|---|---|
| Results will appear here after matching. | |||||||
/led-lights).URL mapping is the practice of pairing each old URL on a site with the most relevant new URL during a redesign, migration, or large structural change. The output is a redirect plan that ensures both users and crawlers reach the right content after launch.
old_url, suggested_new_url, status, notes.301 for permanent moves; 410 when content is intentionally removed with no replacement; avoid 302 unless the move is temporary.Without a redirect plan, users hit 404s and search engines lose the connection between old signals and new content. A good map acts as a bridge for both.
301 redirects.Any time your site’s paths or information architecture change, a mapping tool speeds up finding the closest target and reduces human error.
Use your map as a launch checklist. Here’s a proven sequence:
301s for all mapped pairs. Avoid chains (A→B→C); rewrite to A→C directly.410 for intentional retirements.