Loading…
Collapse multi-hop redirects (A→B→C) into a single hop to the final URL.
A redirect chain makes the browser follow several hops before reaching the real page — slowing users, wasting crawl budget, and losing a little link equity at each step. Every redirect should point straight to the final destination.
/page 301→ /page/ 301→ https://site.com/page/ (3 hops)/page 301→ https://site.com/page/ (1 hop to the final URL)Audit your redirection plugin's rules and your host's www/HTTPS redirects so they combine into one hop.
Consolidate rules in redirects() so each source maps directly to the final destination.
Run a free audit and get a prioritized fix list with auto-generated code.
Run a free audit