サイトの種類をOGPモジュールで指定
HTML言語のmeta要素を使用して、サイトの種類をOGPモジュールのtype要素で出力しました。
<meta property="og:type" content="website">
<meta property="og:type" content="article">
<meta property="og:type" content="profile">
<meta property="og:type" content="book">
<meta property="og:type" content="video.movie">サイトの種類をHTMLのmeta要素で出力しました。propertyをog:typeに指定します。
website以外にもarticleやprofile、book、video.movie等の設定が複数あるようです。