โ๏ธ
FREE
+50 XP
Redirects: When and How
๐ฆ
HTTP redirects
"I'm like a traffic light for search robots and browsers. Old address gone? I'll tell them where to go next."
๐ Redirect โ an automatic forwarding of users and search bots from one URL to another. Used when moving pages, changing domains, or removing content.
Types of Redirects and Their SEO Value
| Code | Name | Link equity | When to use |
|---|---|---|---|
| 301 | Permanent | โ Passes 90โ99% | Page moved permanently |
| 302 | Temporary | โ ๏ธ Does not pass equity | Temporary move, A/B test |
| 307 | Temporary (HTTP/1.1) | โ ๏ธ Does not pass equity | Same as 302, preserves request method |
Good and Bad Redirects
| โ Good redirect | โ Bad redirect |
|---|---|
| 301 to a topically similar page | Redirect chain: AโBโCโD |
| 301 for permanent domain migration | Using 302 instead of 301 for permanent moves |
| Direct redirect AโB | Redirect to completely different content (soft 404) |
๐ฑ
Site disaster
"After a redesign, thousands of old URLs now return 404. Traffic dropped 60% in one week. Lesson: always map URLs before a redesign and set up 301 redirects."
Site migration checklist:
โ List all old URLs with traffic
โ Find a new URL for each (topically similar)
โ Set up 301 redirects
โ Update internal links to new URLs
โ Update the sitemap
โ Notify Google via GSC โ Change of address
โ Monitor traffic for 2โ4 weeks post-migration
โ List all old URLs with traffic
โ Find a new URL for each (topically similar)
โ Set up 301 redirects
โ Update internal links to new URLs
โ Update the sitemap
โ Notify Google via GSC โ Change of address
โ Monitor traffic for 2โ4 weeks post-migration
๐ก Tip: avoid redirect chains longer than 2 hops. Each additional hop loses some link equity and slows page loading.
๐ฎ Test yourself: which redirect preserves link equity for a permanent page move?
Lesson Task
Test your knowledge and earn +20 XP