301 Redirect
A 301 redirect is a permanent HTTP redirect that tells browsers and search engines a URL has moved permanently — passing the SEO authority accumulated by the original URL to the new destination.
HTTP redirects send a status code alongside a forwarding URL. A 301 code means permanent — the resource at this address has moved and should not be expected to return. Browsers cache it so repeat visitors go directly to the destination. Search engines treat it as a signal to transfer the link authority accumulated by the original URL to the new one. This is why a 301 is the correct redirect for any URL change that is not temporary.
The most common mistake is using a 302 (temporary redirect) where a 301 is appropriate. A 302 does not reliably pass link equity — it signals that the original URL will eventually return, which tells search engines to hold the authority at the source rather than transfer it. Developers often default to 302 because it's slightly simpler to implement, and the difference is invisible to users. The SEO cost is silent and ongoing.
How much authority a 301 passes has been debated for years. Google's current guidance says it passes "most" link equity — deliberately vague. What's clear is that a direct link always passes more than a redirect, and a single 301 passes more than a chain of redirects. For SEO migrations, the 301 chain from old URLs to new URLs is what transfers years of accumulated authority to the new site structure. Failing to implement it correctly is the most common cause of post-migration ranking drops.
Implement redirects at the server level or via CDN configuration, not through JavaScript. Search engines may not execute JavaScript redirects during crawling. Keep redirect targets topically relevant to the original URL — a 301 from a deleted page about content strategy to an unrelated homepage passes less useful equity than a redirect to a topically similar replacement page.
The 301 is the primary mechanism for preserving link equity through URL changes — without it, every backlink pointing to a changed URL becomes a dead link and the accumulated authority is permanently lost
Site migrations without proper 301 implementations consistently produce ranking drops — the redirect chain from old to new URLs is what transfers years of SEO investment, and gaps in coverage show up immediately in rankings
302 misuse is a common silent error — developers default to 302s, the difference is invisible to users, and the authority transmission cost only becomes apparent during a redirect and link equity audit
Want to put this into practice?
Content Torque builds B2B content programs that apply every one of these principles. Book a free strategy call.
Book a free callExplore More Terms
Full glossaryRedirect Chain
A redirect chain occurs when multiple redirects link sequentially — URL A redirects to URL B, which redirects to URL C — forcing users and search engine crawlers through several HTTP hops to reach the final destination.
SEOLink Juice
Link juice is an informal term for the authority and ranking power passed from one page to another through hyperlinks — the portion of a page's accumulated PageRank that flows to pages it links to.
SEOBroken Link
A broken link is a hyperlink pointing to a URL that returns a 4xx or 5xx error — typically a 404 Not Found — meaning the destination page no longer exists or the link was never correct.
SEOPillar Page
A pillar page is a comprehensive, long-form piece of content that covers a broad topic in depth and serves as the anchor for a topic cluster.
SEOKeyword Intent
Keyword intent (also called search intent) is the underlying goal a searcher has when they type a query — informational, navigational, commercial, or transactional.
SEOGEO (Generative Engine Optimization)
Generative Engine Optimization (GEO) is the practice of structuring content so it gets retrieved and cited by AI tools like ChatGPT, Perplexity, and Google AI Overviews.
