TL;DR
A 301 redirect permanently moves a page to a new URL. Search engines follow it, update their index, and transfer ~99% of link equity to the new URL. It's the safest way to change URLs without losing rankings.
Key Points
✓
301 redirects pass link equity (PageRank) to the destination URL — Google has confirmed near-full PageRank transfer for correctly implemented 301s
✓
A 302 redirect (temporary) does not transfer PageRank and should only be used for genuinely temporary redirects (A/B tests, maintenance pages)
✓
Redirect chains (A → B → C) dilute link equity at each hop and slow page load — always redirect directly to the final destination
✓
Implementing site-wide HTTPS migration requires 301 redirects from all HTTP URLs to their HTTPS equivalents
When to Use a 301 Redirect
301 vs 302 vs 307
Redirect Chains and Loops
SOURCES
Last updated: June 9, 2026
Related Terms
Canonical URL
An HTML tag that tells search engines which version of a page is the preferred, authoritative URL when multiple URLs serve the same or very similar content.
Duplicate Content
Substantively identical or very similar content that appears on multiple URLs, either within the same site or across different sites, which can confuse search engines about which version to index and rank.
Crawlability
The ability of search engine bots to access, navigate, and read the pages on your website without encountering technical barriers.
HTTPS
HyperText Transfer Protocol Secure — the encrypted version of HTTP that secures data transmission between a user's browser and a web server using TLS/SSL certificates, protecting against data interception and man-in-the-middle attacks.
Put it into practice
Skribra automates your SEO content pipeline — from keyword research to published articles — so you can apply these concepts at scale.
Try Skribra FreeMore in SEO Fundamentals
Categories