複数のSNS等に対応した規格。Facebook・Twitter・Slackなどが対応している。
haed内に記載する
簡易
<meta property="og:title" content="meta titleと揃える"> <meta property="og:type" content="website"> <meta property="og:url" content="https://~~/"> <meta property="og:image" content="http://~~.png">
詳細
<meta property="og:title" content="meta titleと揃える"> <meta property="og:type" content="website"> <meta property="og:url" content="https://~~/"> <meta property="og:image" content="https://~~.png"> <meta property="og:site_name" content="サイト名"> <meta property="og:description" content="meta descriptionと揃える"> <meta property="og:locale" content="ja_JP">
website
か blog
、トップ以外は article
が推奨らしい。1200x1200px
1200x630px
だった気がする下記のコードをどこかにアップして、更新したい対象のページのURLを入れてもOK
<form action="https://graph.facebook.com/" method="post"> <p><input type="text" name="id" size="30"><input type="hidden" name="scrape" value="true"></p> <p><input type="submit" value="OGPキャッシュをクリア"></p> </form>