Facebook开放图形标记错误(geopoint)

时间:2012-07-31 00:45:58

标签: facebook-graph-api opengraph facebook-opengraph geopoints

以下元标记会在下面生成linter警告。我在一两个博客上看到Facebook不再使用这些标签,但鉴于它们的界面,我很难相信它。有没有人看到任何问题?

  <meta property="og:latitude" content="27.41076"> 
  <meta property="og:longitude" content="-82.65850"> 
  <meta property="og:street-address" content="5441 Gulf of Mexico Drive"> 
  <meta property="og:locality" content="Longboat Key"> 
  <meta property="og:region" content="FL"> 
  <meta property="og:postal-code" content="34228"> 
  <meta property="og:country-name" content="USA"> 
  <meta property="og:locale" content="en_us" />

enter image description here


打开应修复的图表警告

无关属性:此类对象不允许使用名为“og:latitude”的属性。

无关属性:此类对象不允许使用名为“og:longitude”的属性。

无关属性:此类对象不允许使用名为“og:street-address”的属性。

外来属性:此类对象不允许名为“og:locality”的属性。

外来属性:此类对象不允许名为“og:region”的属性。

无关属性:此类对象不允许使用名为'og:postal-code'的属性。

无关属性:此类对象不允许使用名为“og:country-name”的属性。

1 个答案:

答案 0 :(得分:2)

元标记应该从您的名称空间开始,例如

<meta property="place:location:latitude" content="45.50251415561716" /> 
<meta property="place:location:longitude" content="-73.5713430027785" /> 
<meta property="place:location:altitude" content="42" /> 

https://developers.facebook.com/docs/opengraph/complextypes/#geopoint

了解详情

http://philippeharewood.com/facebook/geopoint.html

中查看此操作

警告:调试器目前存在错误:http://developers.facebook.com/bugs/432088663509632