Multiple Conflicting
What This Means
Pages with multiple canonicals set for a URL that have different URLs specified (via either multiple link elements, HTTP header, or both combined). This can lead to unpredictability, as there should only be a single canonical URL set by a single implementation (link element, or HTTP header) for a page.
What Triggers This Issue
This issue is triggered when pages have multiple canonicals set with different URLs, which can be through multiple link elements, an HTTP header, or a combination of both. For example:
https://www.getasky.com/ Has the canonicals:
<link rel="canonical" href="https://www.getasky.com/">
<link rel="canonical" href="https://www.getasky.com/about/">How To Fix
Specify a single canonical URL using a single approach (link element, or HTTP header) for every page to avoid any potential mix ups.
Last updated on