小编Ian*_*our的帖子

我的网站开放图元标签未显示在开发人员 facebook 调试器中

我将 og 元标签添加到我的网站中,当我打开检查器时我可以看到它们,但是当我进入 facebook 调试器时,它告诉我我缺少刚刚添加的所有标签。

该代码使用 MetaTags 包。

<MetaTags>
  <title>Find Their Gifts</title>
  <meta name="description" content="The personality quiz that suggests gifts based on the results" />
  <meta name="keywords" content="find their gifts, gift quiz, gift personality quiz, gift finder" />
  <meta property="fb:app_id" content="349573132258777" />
  <meta property="og:title" content="Find Their Gifts: The Personality Quiz Gift Finder" />
  <meta property="og:image" content="https://www.findtheirgifts.com/metaimage.png" />
  <meta property="og:image_secure" content="https://www.findtheirgifts.com/metaimage.png" />
  <meta property="og:image:width" content="1200" />
  <meta property="og:image:height" content="630" />
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://www.findtheirgifts.com/" />
  <meta property="og:description" content="The …
Run Code Online (Sandbox Code Playgroud)

meta-tags facebook-opengraph reactjs

1
推荐指数
1
解决办法
3151
查看次数

标签 统计

facebook-opengraph ×1

meta-tags ×1

reactjs ×1