Reputation: 847
See this facebook tool to check open graph properties: https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.buysell.com%2Freviews%2Fid%2F2599%2F
I don't see any <meta>
tags in <body>
, so I don't get why facebook is saying so. Need this fixed because it is affecting user experience when they like / share the link.
http://www.buysell.com/reviews/id/2599/
Upvotes: 0
Views: 886
Reputation: 43816
You have a <noscript>
tag in the head section which is invalid - try removing that and see if facebook's parser can parse it correctly
Upvotes: 2