I run a Magento site and as such there are several ways to get to the same product where my like button is.
Now for an example:
www.mysite.co.uk/cat1/product1.html
is the same product as:
www.mysite.co.uk/cat2/product1.html
just in a different category.
But I want someone who likes this product on www.mysite.co.uk/cat1/product1.html to also be applied to www.mysite.co.uk/cat2/product1.html
So if 2 separate people click like on the separate pages it should come up with 2 likes rather than 1 like on each page.
I thought if I forced the url with:
<meta property="og:url" content="http://www.mysite.co.uk/product1.html"/>
this would work but it doesn't; the canonical urls both use:
http://www.mysite.co.uk/product1.html
where the product can be viewed also.
Any ideas?
