Skip to content
atlookup

External Link Redirects in a Loop

A circular redirect chain means the destination page is unreachable — browsers will eventually stop and show an error.

warning Impact: high EXTERNAL_LINK_REDIRECT_LOOP 2 min read Updated

Why it matters

A circular redirect chain means the destination page is unreachable — browsers will eventually stop and show an error. From a user's perspective, this is a broken link.

Schedule a fix in your next sprint. Warnings won't block your site but they consistently leave performance on the table. Estimated SEO impact: high — direct effect on rankings or impressions.

How to fix

  • Find the canonical destination URL and link directly to it
  • If the destination is gone, remove the link
  • Contact the destination site owner if this is a misconfiguration on their end

Common causes

If the rule is firing across many pages, the root cause is almost always one of these:

  • target="_blank" applied broadly without the matching rel="noopener".
  • Affiliate or partner snippets pasted in raw without sanitisation.
  • Old "open in new tab" UX pattern from before tabnabbing was a known threat.

Anti-patterns to avoid

Even with the best intentions, these "fixes" make the issue worse — recognise them so you don't ship them:

  • Bare target="_blank" without rel="noopener".
  • Linking to known low-trust or spammy sites for SEO juice trades.
  • Sending users off-site mid-conversion without warning.

How atlookup detects this

Our crawler renders each page with a real headless browser, then checks the safety attributes (target, rel) and trust signals on every outbound link. Pages where the rule fires for external link redirects in a loop are flagged on the report.

If you'd like to see this rule fire on your own site, run a free 60-second audit — every page is reported with the exact lines that triggered it.

Tools to verify the fix

Once you've applied the fix, double-check with these external validators:

  • Lighthouse — Best-Practices audit catches unsafe target=_blank.
  • axe DevTools — Reviews link semantics and accessibility.

Frequently asked questions

Why does External Link Redirects in a Loop matter for SEO?

A circular redirect chain means the destination page is unreachable — browsers will eventually stop and show an error. From a user's perspective, this is a broken link.

How do I fix external link redirects in a loop?

Find the canonical destination URL and link directly to it If the destination is gone, remove the link Contact the destination site owner if this is a misconfiguration on their end

Is this a critical SEO issue?

Schedule a fix in your next sprint. Warnings won't block your site but they consistently leave performance on the table. Estimated SEO impact: high — direct effect on rankings or impressions.

How does atlookup detect external link redirects in a loop?

Our crawler renders each page with a real headless browser, then checks the safety attributes (target, rel) and trust signals on every outbound link. Pages where the rule fires for external link redirects in a loop are flagged on the report.

How long does it take to fix?

5–15 minutes per page. Most teams batch similar issues across templates so the per-page time goes down at scale.