This means that the URL in question has a canonical element which uses a relative URL.
Google state that one of the most common issues they see with canonicals come from the use of relative URLs.
The link tag accepts relative URLs, so it is actually valid HTML. However using them in canonicals can lead to other issues, such as the base URL being incorrectly defined, which would completely ruin your canonical set up.
The point of a canonical is to state precisely which URL is the preference, without ambiguity. This is best achieved by using absolute URLs for your canonical URLs.
This Hint will trigger for any internal URL which contains a canonical link element that uses a relative URL as the canonical URL.
Consider the URL: https://example.com/page-a
The Hint would trigger for this URL if it had a canonical using a relative URL;
Canonical link in the <head> to a relative URL
<link rel="canonical" href="/page-b" />
OR HTTP Header canonical link to a relative URL
HTTP/... 200 OK
...
Link: <page-b>; rel="canonical"
It is strongly recommended that all URLs are updated to use absolute URLs in canonicals. Often, this type of issue is controlled by particular rules or page templates, so it might be possible to solve this issue for all or lots of pages at once, with a few changes to the governing rules/templates.
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.