OGP / SNSプレビュー // TOOLPOOL.SAMPLES
OGPのみのサンプル
twitter:* を出さず、Open Graph の値だけを設定したページです。
確認用URL
https://toolpool.tools/ja/samples/ogp/og-only
このページは検証用サンプルのため検索インデックス対象外です。カテゴリ一覧から利用できます。
確認できること
X側のOGPフォールバックを確認するためのサンプルです。
- Open Graph の基本項目が検出される
- twitter:* がない状態を確認できる
- XプレビューではOGP値へのフォールバックを想定できる
出力内容
<meta property="og:title" content="Open Graphだけのページ">
<meta property="og:description" content="twitter:* を持たないOGP検証ページです。">
<meta property="og:type" content="website">
<meta property="og:url" content="https://toolpool.tools/ja/samples/ogp/og-only">
<meta property="og:image" content="https://toolpool.tools/ogp.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="TOOLPOOL OGP image">