From: Luigi Pinca Date: Thu, 10 Jan 2013 22:53:08 +0000 (+0100) Subject: added Open Graph meta tags X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=a0f837b594ef61baf8de5ded2ef91a5b39cf8a74;p=binbsis50.git added Open Graph meta tags --- diff --git a/package.json b/package.json index 4c94b7e..a00eebf 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,5 @@ "start": "app.js" }, "subdomain": "binb", - "version": "0.3.5-4" + "version": "0.3.5-5" } diff --git a/views/layout.jade b/views/layout.jade index dcf7731..967d81c 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -5,6 +5,11 @@ html block title meta(name="author", content="Luigi Pinca") meta(name="description", content="Simple, realtime, multiplayer, competitive music listening game. Guess the song and prove your music knowledge!") + meta(property="og:description", content="Simple, realtime, multiplayer, competitive music listening game. Guess the song and prove your music knowledge!") + meta(property="og:image", content="https://dl.dropbox.com/u/58444696/binb-logo-200.png") + meta(property="og:title", content="binb") + meta(property="og:type", content="game") + meta(property="og:url", content="http://binb.nodejitsu.com/") link(href="/static/css/bootstrap.min.css", rel="stylesheet") link(href="/static/css/style.css", rel="stylesheet") script