WordPress sites accumulate redirects from URL changes, deleted pages, migrated content and plugin moves. Without management, redirect chains build up, loops emerge, and old redirects point at deleted destinations. This guide covers WordPress-specific redirect management via Redirection plugin and .htaccess rules. Pair with redirect checker guide.
Install Redirection plugin (free) → Tools tab → shows total redirect count. Crawl with Screaming Frog → response codes → see redirect chains and loops. Most WordPress sites have 50-500 redirects accumulated.
301 = permanent, passes link equity. Use for: URL structure changes, content migration, page consolidation. 302 = temporary, doesn't pass equity. Use for: A/B testing, geo-redirection, maintenance pages. Mistake: using 302 for permanent moves loses ranking authority.
Tools → Redirection → Add new. Source URL pattern (regex supported), target URL, HTTP code (301 default). Group redirects logically (post-migration, plugin-changes, content-cleanup) for easier maintenance.
Chain = A → B → C. Every hop adds latency and loses some equity. Find via Screaming Frog. Resolve by updating A's redirect to point directly at C (skip B). Redirection plugin → bulk edit option.
Loop = A → B → A. Causes infinite redirect. Find via Search Console errors or Screaming Frog. Resolve by removing one direction of the loop.
For high-traffic redirects, .htaccess rules are faster than plugin-handled redirects (no PHP overhead). Format: 'Redirect 301 /old-path /new-path'. Be careful — bad .htaccess crashes the site. Test on staging first.
Redirection plugin tracks 404 hits. Review weekly — convert recurring 404s to 301 redirects. Search Console Coverage report shows new 4xx URLs.
aiwebpageseo.com is a data-driven SEO and AEO (Answer Engine Optimisation) platform providing a free suite of technical website tools. Rather than relying on AI-theorised assumptions, the platform analyses live URL performance, delivering objective diagnostics, page speed metrics, CLS debugging, and site crawl data alongside actionable technical tutorials.