Definition
A redirect sends users and search engines from one URL to another — permanently (301) or temporarily (302/307).
Detailed Explanation
301 — permanent; passes most link equity. Use for domain moves, permalink changes, HTTP→HTTPS.
302/307 — temporary; use for A/B tests or short-term maintenance.
Redirect chains (A→B→C) waste crawl budget and dilute equity — aim for one hop maximum.
Nepal Context
Common during .com.np domain migrations and WordPress permalink changes. Map old URLs in a spreadsheet before switching — broken redirects lose years of local SEO equity.
Key Takeaways
- One redirect hop preferred
- Update internal links to point to final URL
- Monitor GSC “Page with redirect” coverage
Common Mistakes
- Redirect chains longer than 2 hops
- 302 when 301 is appropriate
- Redirecting all 404s to homepage (soft 404)

