Affiliate urls and duplicate content
-
Hi,
What is the best way to get around having an affiliate program, and the affiliate links on your site showing as duplicate content?
-
May I have your URL pls ?
-
Sure:
-
In your case you have to put canonical tag on "affilaite landing page". For Example :
Landing Page : www.example.com
Landing Page for Affiliate : www.example.com/?aff_id=10
Both the pages has the same content so to come out of this you have to put below tag in affiliate landing page
rel="canonical" href="www.example.com" />
Other Solution: You can block these affiliate pages in robots.txt or by putting noindex,nofollow meta in "landing page for affiliate.
-
Thanks Kaushal!
How do I put the tag in the landing page? Where exactly do I put this? I'm using Joomla

-
There are various plugin available in Joomla for URL Canonicalization. You can try below plugin :
http://extensions.joomla.org/extensions/site-management/seo-a-metadata/url-canonicalization-/16432
-
Thanks so much
