Internal Redirection (3XX)
What This Means
Internal URLs which redirect to another URL. These will include server-side redirects, such as 301 or 302 redirects (and more).
What Triggers This Issue
This issue is triggered when an internal URL returns a 3xx response code, indicating that it redirects to another URL. For example: HTTP/1.1 301 Moved Permanently Location: 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