Internal Redirection (JavaScript)
What This Means
Internal URLs with a JavaScript redirect to another URL.
What Triggers This Issue
This issue is triggered when an internal URL has a JavaScript redirect to another URL. window.location.href = ‘https://www.getasky.com/ ‘;
How To Fix
Ideally all internal links would be to canonical resolving URLs, and avoid linking to URLs that redirect. This reduces latency of redirect hops for users, and enhanced efficiency for search engines.
Last updated on