0

As part of site restructuring (essentially SEO related improvements) one of my site's product urls are all going to change. Using ReWrite rules the products are changing from the current: /[manufacturer]/products/[product_id].php to /[manufacturer]/[range]/[product_name].php

But I notice on the new pages that previous likes for these products are not showing. I have used the graph protocol to generate the like buttons, so I was hoping that if I kept the old URL in the meta tags that they would link up to the old likes - unfortunately this is not happening.

Is there anyway to like my new product urls to their existing likes??

PeeHaa
  • 71,436
  • 58
  • 190
  • 262
  • See also my answer on http://facebook.stackoverflow.com/questions/7197919/how-can-i-301-redirect-a-page-in-the-open-graph-and-retain-facebook-like-informa/10152342#10152342 – Igy May 25 '12 at 19:07

2 Answers2

0

You can add permanent redirect from old product URL to new, and show old likes (src to old url).

Anton Melnikov
  • 650
  • 4
  • 9
0

this question is answered by this now inactive bug:

http://bugs.developers.facebook.net/show_bug.cgi?id=18198

Essentially need to add the old urls in the href tag of the like button on your new page:

<fb:like href="http://[domain_name]/[old_path]" ></fb:like>