Hello, I am having big problem with Joomla and duplicate content. Google is not indexing a lot of my pages because of this.
I need to add the following line of code to the <HEAD> section of every product page on my site,
<link rel="canonical" href="PRODUCT_URL" />
How can I do this? Which PHP file do I need to change so that this line shows inside the <HEAD> ?
Thank you