Hey there guys, though i'd share some info with you. Here is 2 pieces of Microdata you should all be using. The Open Graph Tags ( more info ) <!-- OPEN GRAPH TAGS --> <meta property="og:image" content="http://example.com/path/to/logo.png"/> <meta property="og:title" content="Example title"/> <meta property="og:url" content="http://example.com/"/> <meta property="og:site_name" content="example site name"/> <meta property="og:type" content="website"/> HTML: Twitter Card Tags ( more info ) <!-- TWITTER TAGS --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@twitterusername"> <meta name="twitter:title" content="example title"> <meta name="twitter:description" content="example descrption"> <meta name="twitter:creator" content="@twitterusername"> <meta name="twitter:image:src" content="http://example.com/path/to/logo.png"> <meta name="twitter:domain" content="example.com"> HTML: These tags will improve your website representation on facebook, twitter and various other social networks. Note about the twitter cards: Twitter has to approve your domain before you can take full use out of the twitter cards, You can do that by clicking "validate my domain" when you check your website with the twitter card validator. For a real life example of how these tags are applied you can view the source on my website: HelgeSverre.com (go to website -> right click -> view source)