TECHNICAL · SEO GLOSSARY
301 Redirect
A permanent HTTP redirect that passes ~90–99% of link equity from the old URL to the new one — the correct redirect type for permanent URL changes in SEO.
Definition
A 301 redirect is an HTTP response with status code 301 (Moved Permanently) that tells the browser and crawlers that the requested URL has permanently moved to a new location. The response includes a `Location` header with the destination URL. Google treats 301 redirects as passing "link equity" (PageRank) from the old URL to the new URL — the widely cited figure is ~90–99%, though Google has said the transfer is essentially complete for permanent redirects. The alternative, a 302 (Found / Temporary Redirect), signals a temporary move and historically didn't pass link equity reliably, though Google has stated modern Googlebot handles 302s similarly to 301s for long-lived redirects.
Why it matters for SEO
URL migrations are a major source of ranking losses when redirects are implemented incorrectly. Common mistakes: using 302 instead of 301 for permanent moves, creating redirect chains (old → intermediate → new, each hop losing a fraction of equity), redirect loops (A → B → A), and missing redirects for moved pages (returning 404 instead). Every 404 on a previously-ranking URL represents lost link equity and lost ranking potential. When migrating a site — to a new domain, HTTPS, or new URL structure — a redirect map of every old URL to its new equivalent is essential before go-live.
How DeepSEOAnalysis checks this
The audit follows all internal links and checks for redirect chains (3+ hops), redirect loops, and internal links pointing to redirected URLs (which should be updated to point directly to the final destination). It also checks whether HTTPS → HTTP redirects exist (a common misconfiguration after SSL setup). External backlinks pointing to redirected URLs are noted as candidates for outreach to update.
Useful tools and resources
GLOSSARY
Related terms
technical
Redirect Chain
A series of redirects where URL A → URL B → URL C instead of directly to the final destination — wastes crawl budget and dilutes link equity.
Read definition →technical
Canonical URL
The preferred URL for a page, declared via <link rel="canonical"> to prevent duplicate content from splitting ranking signals.
Read definition →technical
Crawl Budget
The number of pages Googlebot will crawl on a site within a given timeframe — determined by crawl rate limit and crawl demand.
Read definition →technical
Index Coverage
The count and status of pages Google has discovered, crawled, and indexed from a site — tracked in Google Search Console.
Read definition →See how your site scores on 301 Redirect.
The free DeepSEOAnalysis audit checks 301 redirect and 100+ other signals. Full report, no signup.
Run a free audit →