This means that the URL in question is redirected to another internal URL.
A redirected URL, typically 301 (permanent) or 302 (temporary) means that the location of the page has changed, and the user is sent from the original URL to a new one. Since content gets changed and moved all the time, it is relatively common for redirects to occur, however, they make the experience worse for both users and search engine crawlers.
Redirects add an extra 'hop', which means it takes longer for the content to become available, which is a bad user signal, and means that search engine crawlers have to do extra 'work' to find the content.
For internal URLs in particular, where the website owner can control the experience, redirecting URLs should be avoided if possible.
This Hint will trigger for any internal URL which returns a HTTP status code of 3XX.
The Hint would trigger for any URL if it returned a 301 HTTP header response;
HTTP/... 301 Moved Permanently
...
Or indeed any other 3XX HTTP response.
The issue with redirects is not that they exist in the first place, it is that you have internal links pointing to them, instead of the 'new' destination URL.
The way to handle internal redirects is identify all the links that currently point to the redirecting URL, and change the href target to instead point to the new destination URL.
From the URL List, you can click on the 'URL Details' button for any individual URL. From here you can see the redirect chain, which will show you the final destination URL (with status code 200).
You can also then view the Internal Links, which will need to be updated to the destination URL:
This allows you to handle each redirect individually. But if you want to deal with them in bulk, the best way to do this is to export the data and work from there.
From the URL List, click on the green button Export Hint Data.
Then the export file will give you everything you need to resolve each one, including example URLs that link to the redirect, and clarification if the links are part of the navigation or in-content.
Find, fix and communicate technical issues with easy visuals, in-depth insights, & prioritized recommendations across 300+ SEO issues.
Get all the capability of Sitebulb Desktop, accessible via your web browser. Crawl at scale without project, crawl credit, or machine limits.