Canonical URL link appearing on every page
We are seeing something to the effect of <link rel="canonical" href="https://mysite.com/somewhere/" /> being sent in out in <head> of every page on our site. This is a problem because we have a client who in certain instances needs to use a canonical link to give credit to creators in certain instances. Is there a way to disable this functionality?
Thanks,
Dan
Dan,
I wrote a blog post a while back that describes exactly how to enable canonical URLs for Sitefinity pages. I also include a video in the post that shows how all of this is done.
Also, you can disable canonical URLs per page. Just follow my simple steps below to disable a canonical url and add your own.
<link rel="canonical" href="your custom url here" />
Hope this helps.
Craig
Thank you, this helped a lot.
Dan