Why redirects decide whether your rankings survive
Every page you've ranked has accumulated value — from Google's index, from other sites linking to it, from people who bookmarked it. That value is tied to the URL. Change the URL without a redirect and the value has nowhere to go.
A 301 is a permanent redirect that passes that accumulated equity to the new URL. Done across the whole site, it's the difference between a launch that preserves your search presence and one that silently tanks it.
- Preserves link equity from external backlinks pointing at old URLs
- Keeps existing rankings attached to the new page instead of dropping them
- Saves visitors from bookmarks and shared links that would otherwise 404
- Protects traffic from your old pages indexed in search results
- Signals 'permanent move' to search engines so they update their index
How proper redirect mapping is done
It starts with a crawl of the existing site to capture every live URL — including the ones no menu points to anymore. Each old URL is then mapped to its closest equivalent on the new site, one to one wherever possible.
The mistakes to avoid are dumping everything to the homepage, chaining redirects through multiple hops, and creating loops. We map to the most relevant destination, keep redirects single-hop, and test the full set on staging before anyone flips the switch.
- Crawl the old site to capture every URL, including orphaned and deep pages
- Map each URL to its closest new equivalent — not a blanket redirect to home
- Avoid redirect chains and loops that dilute equity and slow the page
- Retire pages deliberately, redirecting them to the best related content
- Launch-day checklist: test redirects, submit the new sitemap, monitor 404 reports
- Watch server logs and search tools after launch to catch anything missed
More on website redesigns
Frequently asked questions
What actually happens if I skip redirects?
Old URLs start returning 404 errors. Search engines drop those pages, the rankings tied to them disappear, backlinks from other sites point at dead ends, and anyone with a bookmark hits a wall. On an established site this can cause a sharp, lasting traffic loss — and it's entirely avoidable.
Shouldn't every old page just redirect to my new homepage?
No, and this is a common costly shortcut. Search engines treat a mass redirect to the homepage much like a soft 404 and don't pass the page's value through. Each URL should point to its most relevant new page so the equity actually transfers.
What's the difference between a 301 and a 302 redirect?
A 301 says the move is permanent and passes ranking value to the new URL — that's what you want for a redesign. A 302 says the move is temporary and is treated differently by search engines. Using 302s for a permanent redesign is a frequent mistake that can hold your rankings back.