I need to add a cross domain canonical link to a solution.
I create my tag with :
canonicalTag = string.Format("<link rel='canonical' href='{0}'>", canonicalLink);
I output it but DW adds stuff to the "href" attribute so I end up with a tag looking like
<link rel='canonical' href='/Files/Templates/Designs/MyDesign/http://mydomain.se/Hem.aspx'>
I tried with the <head data-settings="disableparsing:true"> but no luck.
Version of DW is 8.7.
Any ideas?
Regards / Aki