add open graph tags
it would be nice to add open graph tags to the page, so that sharing a link on pages and programs gives a nice preview of the page.
the basic tags look like this
<meta property="og:title" content="The Rock" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/" />
<meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />