Hi. I am finding that when I put external canonical URLs into my blog posts, they are being appended to my site domain. This isn’t what I was expecting.
Are cross-domain canonical tags supported? Am I missing something?
I’m quite new to Grav. Thanks
Example.
The frontmatter includes this
routes:
canonical: 'https://example.com/canonical/url'
The generated tag in the <head> looks like this
<link rel="canonical" href="https://mydomain.com/https://example.com/canonical/url" />