Hi,
I’m having trouble setting the canonical tags for my base urls and translated urls.
We are using the new subdirectory function of Weglot to translate the website.
I tried setting the canonical using these code snippets inside head tag:
< link rel=“canonical” href=“https://www.sherlock.amsterdam“/ >
< link rel=“canonical” href=“https://www.sherlock.amsterdam/en“/ >
< link rel=“canonical” href=“https://www.sherlock.amsterdam/nl“/ >
But then i get the error that ‘‘I use multiple canonicals’’ and the hreflang checker gives me the error: ‘‘Canonical does not match with the alternate URL’’
Does anyone know who to fix this?