私は大規模なサイトを持っており、メタ タグについて質問があります。
たとえば、私meta title, description and keywords
は常に知られているように、これらのラベルは SEO に不可欠です。
Facebookの新しい開いたグラフでは、これが頭に浮かびます:
<meta property="og:title" content="Advertising">
<meta property="og:description" content="description advertising">
<meta property="og:type" content="website">
<meta property="og:url" content="url">
<meta property="og:site_name" content="mi_site_name">
.
.
.
and more meta og: if you want add more....
私の質問は次のとおりです。
両方 (Google のメタ タグと facebook のメタ タグ オープン グラフ) を使用できますか? それはseoにどのように影響しますか?og meta tags
?を追加すると、Google から罰せられます。Google の場合はメタ キーワードを使用するか、Facebook の場合はオープン グラフを使用するのが最適ですか?
ありがとうございました