読み込み中...
読み込み中...
SEOメタタグ、Open Graph(OGP)、Twitter Cardの設定をGUIで生成。プレビュー確認、HTMLコードのコピー。
最終更新日 ・ by yuzlrin

これはサンプルのメタディスクリプションです。ページの内容を簡潔に説明する160文字以内のテキストを入力してください。
<!-- Primary Meta Tags --> <title>サンプルページ | サイト名</title> <meta name="title" content="サンプルページ | サイト名" /> <meta name="description" content="これはサンプルのメタディスクリプションです。ページの内容を簡潔に説明する160文字以内のテキストを入力してください。" /> <!-- Open Graph / Facebook --> <meta property="og:type" content="website" /> <meta property="og:url" content="https://example.com/page" /> <meta property="og:title" content="サンプルページ | サイト名" /> <meta property="og:description" content="これはサンプルのメタディスクリプションです。ページの内容を簡潔に説明する160文字以内のテキストを入力してください。" /> <meta property="og:image" content="https://example.com/og-image.png" /> <meta property="og:site_name" content="サイト名" /> <!-- Twitter --> <meta property="twitter:card" content="summary_large_image" /> <meta property="twitter:url" content="https://example.com/page" /> <meta property="twitter:title" content="サンプルページ | サイト名" /> <meta property="twitter:description" content="これはサンプルのメタディスクリプションです。ページの内容を簡潔に説明する160文字以内のテキストを入力してください。" /> <meta property="twitter:image" content="https://example.com/og-image.png" /> <meta property="twitter:site" content="@mysite" />