Hi,
how can I set a canonical link to an external URL?
Example:
I want to publish that is already published on another blog. To avoid duplicate content I should set the canonical link to the original article URL.
To manipulate the canonical link I have an option under
Advanced > Route Overrides > Canonical Route
But the result is not what I need.
When I put "https://original-blog.com/original-url" into the field the result is
<link rel="canonical" href="https://new-blog.com/https://original-blog.com/original-url" />
What is the right way to change the canonical link to an external URL?
Thanks!!! 🙂