Duplicate Content Problem Solved?
Blessings upon us, only last week the major search engines announced that they have agreed upon a way to reduce duplicate content and make things easier for everyone. Like trademarking an invention, or signing a painting, original webpages will have the ability to claim their work. This solution… the new canonical tag!
Now a web masters can rest easier knowing that this tag will drastically reduce flagging for duplicate content.
Duplicate content comes in many different forms, one of the most popular being the use of multiple URLs pointing to the same page. This happens for lots of reasons. An online store may have various pages for multiple products sorted by different sizes, prices and so on. Another example could be a company’s affiliates using the codes at the end of the URL so they can track their own sales.
I always use “/?src=seoqueen” at the end of the URLs I’m linking to in order for the websites I’m linking to know I passed them a link. So now my website that had only 50 pages could now have 10 different URLs pointing to those pages I linked to; causing the search engine spiders to index 500 pages!
This can be a problem for a couple of reasons.
So how do we use the new canonical tag?
You simply add this <link> tag to specify your preferred version of the url:
<link rel=”canonical” href=”http://www.example.com/product.php?item=dog-collars” />
inside the <head> section of the duplicate content URLs:
http://www.example.com/product.php?item=dogcollars-dog&category=designercollars
http://www.example.com/product.php?item=dogcollars&trackingid=1234&sessionid=5678
and Google will understand that the duplicates all refer to the canonical URL: http://www.example.com/product.php?item=dog-collars. Additional URL properties, like PageRank and related signals, are transferred as well.
Good luck and have fun adding the new canonical tag to your pages.












