Hi,
I have a solution where I want to put canonical on some products because they are actually variants of other products (in eCom they are just regular products and NOT variants), but when I put something in the field in eCom it's not rendered in the frontend. I have @GetString("MetaTags") in my master template (because i have data-settings="disable-parsing:true" on the head tag).
If I write out TemplateTags() on the product, the field is empty so it makes sense that it doesn't appear in the header. But why is it empty? The URL entered in the canonical-field is different from the url of the product, so it's not beacause the canonical is identical to the actual URL of the product.
Any ideas / explanations ?