
When you check your site on the Open Graph Debugger (https://developers.facebook.com/tools/debug/) it will now warn you that if you want shares TO your site to have any weight at all you need to implement the open graph meta tags on your website.
Doing this is not terribly hard, but you do need to dig into the HTML header of your website. A correct set of open graph meta tags would look like this:
<meta property="fb:app_id" content="337784872990157" />
<meta property="og:type" content="website" />
<meta property="og:title" content="A page title here"/>
<meta property="og:description" content="A description here"/>
<meta property="og:url" content="http://inventaweb.net/Blog"/>
<meta property="og:image" content="http://inventaweb.net/img/web/globeOG.jpg"/>