How do I do this within cc Shopping cart creator?
Add this extra information to the <head> section of non-canonical URLs:
<link rel="canonical" href="http://www.example.com/dresses/greendress.html">
I have duplicate product pages and Google is not liking it.
So I want the cc shopping cart pages to be non-canonical urls.
Here's the link to the Google page regarding this:
http://www.google.com/support/webmasters/bin/answer.py?answer=139066
Here's the content from the Google page regarding this:
If you want http://www.example.com/dresses/greendress.html to be the canonical URL for your listing, you can indicate this to search engines by adding a <link> element with the attribute rel="canonical" to the <head> section of the non-canonical pages. To do this, create a link as follows:
<link rel="canonical" href="http://www.example.com/dresses/greendress.html">
Add this extra information to the <head> section of non-canonical URLs.
http://example.com/dresses/greendress.html?gclid=ABCD
http://example.com/dresses/index.php?pr … sionid=123
This tells Google that these URLs all refer to the canonical page at http://www.example.com/dresses/greendress.html. Note: We recommend using a link with the attribute rel="canonical" to indicate your preferred URL, but we can't guarantee to follow that preference in all cases. Also, you should use this method only for URLs on the same domain as the canonical version.
Any enlightenment appreciated.
Thanks