Since a couple of weeks we are facing a strange problem with how URLs to our page are scraped by Facebook. It doesn't make any difference whether the like button on the page is used or the URL is taken from the address bar in the browser and pasted into the "What's new" Box on Facebook itself. It uses the root Page instead of the page linked.
I've looked through other questions, answers but all the solutions posted there are already implemented.
What's funny is, that if I try to share the same article from the development system, the sharing works fine.
The URLs are:
- not working: http://www.vorarlbergernachrichten.at/sport/2013/01/24/jetzt-zahlt-nur-noch-ein-sieg.vn
- working: http://dev.vorarlbergernachrichten.at/sport/2013/01/24/jetzt-zahlt-nur-noch-ein-sieg.vn
Sharing the first URL leads to sharing http://www.vorarlbergernachrichten.at, sharing the second one is ok. The article is the same, the header information (except the URL of course) is the same as well.
Not working:
<link rel='canonical' href='http://www.vorarlbergernachrichten.at/sport/2013/01/24/jetzt-zahlt-nur-noch-ein-sieg.vn' />
<meta property="og:title" content="Jetzt zählt nur noch ein Sieg" />
<meta property="og:url" content="http://www.vorarlbergernachrichten.at/sport/2013/01/24/jetzt-zahlt-nur-noch-ein-sieg.vn" />
<meta property="og:type" content="article" />
<meta property="og:description" content="Erstes Heimspiel in der Quali-Runde für Dornbirn – Znojmo hat man noch nie geschlagen." />
<meta property="og:image" content="http://www.vorarlbergernachrichten.at/2013/01/Bis-jetzt-konnten-die-Znojmo-Cracks-Luci.jpg" /><meta name="description" content="Erstes Heimspiel in der Quali-Runde für Dornbirn – Znojmo hat man noch nie geschlagen." />
<meta name="keywords" content="Jetzt,zählt,nur,noch,ein,Sieg" />
Working:
<link rel='canonical' href='http://dev.vorarlbergernachrichten.at/sport/2013/01/24/jetzt-zahlt-nur-noch-ein-sieg.vn' />
<meta property="og:title" content="Jetzt zählt nur noch ein Sieg" />
<meta property="og:url" content="http://dev.vorarlbergernachrichten.at/sport/2013/01/24/jetzt-zahlt-nur-noch-ein-sieg.vn" />
<meta property="og:type" content="article" />
<meta property="og:description" content="Erstes Heimspiel in der Quali-Runde für Dornbirn – Znojmo hat man noch nie geschlagen." />
<meta property="og:image" content="http://dev.vorarlbergernachrichten.at/2013/01/Bis-jetzt-konnten-die-Znojmo-Cracks-Luci.jpg" /><meta name="description" content="Erstes Heimspiel in der Quali-Runde für Dornbirn – Znojmo hat man noch nie geschlagen." />
<meta name="keywords" content="Jetzt,zählt,nur,noch,ein,Sieg" />
As this feature worked flawlessly until a couple of weeks ago and still does on the development system I'm out of ideas what could be the reason for this misbehavior.