Keep Likes after moving URL
After moving URLs on my website, I lost all likes that I had earned.
I tried to put old urls on the href iframe, it works half because it shows number of likes but when I click to "Like", it restarts from 0 (I think it's because it greps the new canonical url).
Is there a way to get back likes on my new url?
Ex : 开发者_如何学C Old URLs : http://www.example.org/categories/manufacturers/products-p-1488.html (with canonical) New URLs : http://www.example.org/products-p-1488.html (with canonical)
精彩评论