Fix

Too Many Redirects

Reduce redirect chains (SEO + speed). Aim for 0–1 redirects for main pages.

InfoCategory: redirects
Related checks
Why it matters
  • Adds latency
  • Can confuse crawlers
  • Can break clients if chain is long/complex
Fix steps
  • Pick a canonical scheme + host (https + either www or apex).
  • Implement a single redirect rule to canonical.
  • Avoid redirecting to URLs that redirect again.
  • Remove legacy path redirects unless needed.
  • Re-test to confirm the chain is short.
Next fixes