Hi,
I have a rather weird scenario.
I'm running a DW 9.3.10.
For testing purposes I've disabled the two checkmarks within Web/HTTP -> Customized URLS regarding canonical links in meta. One in the Ecommerce group and another in the Meta group.
When I render a product group url without any querystring parameters there is no <link rel="canonical" href="url" /> in the <head> tag which is fine.
Though, when I add a querystring parameter to the URL a canonical is appended to the <head> tag
I tried to come about this by utilizing a PageLoadedObserver.
However, the Meta tags within the loaded args always, with and without a query string parameter added to the URL, contains 4 tags: Description, Basehref, Keywords and Generator. No canonical property here to set or manipulate.
I did find the MetaCanonical property on the Pageobject on the pageview, however this is empty which is correct in my current scenario.
Am I going about this the wrong way or am I missing something?
BR
Mikkel