ランディングページOGP画像は設定できますか? | Community
Skip to main content
Level 1
October 21, 2020

ランディングページOGP画像は設定できますか?

  • October 21, 2020
  • 1 reply
  • 92 views

ご存知でしたらご教示ください。

 

ランディングページのOGP画像を設定することは可能でしょうか?

 

可能であれば、ランディングページ上には画像は挿入せず、SNSシェア時のみ画像を表示させたいと考えていますので、その方法がありましたらお教えいただけますと幸いです。

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Level 1
October 21, 2020

自己解決できたので、記載しておきます。

 

ランディングページの編集

>アクション

>ページのMetaタグの編集

 

FacebookのOGタグの部分に以下の記述をしたら、OGP画像設定できました。

<meta property="og:title" content="ページのタイトル" /> <meta property="og:type" content="ページの種類" /> <meta property="og:url" content="ページのURL" /> <meta property="og:image" content="画像のURL" /> <meta property="og:site_name" content="サイト名" /> <meta property="og:description" content="ページのディスクリプション" />