Hi,
I have noticed that Cobalt produces multiple canonical urls:
<link href="/ http://mysite/directory " rel="canonical" />
<link href="/directory" rel="canonical" />
I can only guess that the first link is generated by Cobalt, since all non Cobalt pages have a single canonical link similar to the second one.
Another issue is the incorrect http:// protocol, which in my case should be: https://
Best solution:
<link href="/ https://mysite.com/directory " rel="canonical" />
Best regards,
Jeff
Hi,
I have noticed that Cobalt produces multiple canonical urls:
I can only guess that the first link is generated by Cobalt, since all non Cobalt pages have a single canonical link similar to the second one. Another issue is the incorrect http:// protocol, which in my case should be: https://
Best solution:
Best regards, Jeff