Thomas Köster
Thomas Köster

Reputation: 49

Wrong canonical URL in Facebook cache?

I have a like button on this page: http://magazin.skiinfo.de/kaestle

This morning, I made a mistake and put in a wrong canonical URL.

<link rel="canonical" href="/skiurlaub-12833-de.jhtml"/>

I deleted the canonical URL from the page, but the like button still takes this wrong canonical URL. When I look in the debugger, I get the right information of my page.

Is there a Facebook cache which I can delete or refresh?

Upvotes: 3

Views: 3271

Answers (2)

user3097592
user3097592

Reputation: 20

In my case, as difference between canonical URL and Fetched URL.

If you make both urls debugging with Facebook Open Graph Object Debuggera link , it will work.

Upvotes: -3

Igy
Igy

Reputation: 43816

Using Facebook's Debug Tool clears the cache Facebook has of your page's metadata. Your page should be fine after running it through the debugger.

Upvotes: 5

Related Questions