은 내가 여분의 재산권 오류를 많이했기 때문에 https://developers.facebook.com/tools/debug페이스 북 오픈 그래프 및 메타 태그
에서 다음과 같은 출력 내가는 locale
메타 태그를 추가했습니다. 그러나 그것은 그것을 해결하지 못합니다.
Extraneous Property: Objects of this type do not allow properties named og:latitude
Extraneous Property: Objects of this type do not allow properties named og:longitude.
Extraneous Property: Objects of this type do not allow properties named og:region.
Extraneous Property: Objects of this type do not allow properties named og:street-address.
Extraneous Property: Objects of this type do not allow properties named og:locality.
Extraneous Property: Objects of this type do not allow properties named og:postal-code.
Extraneous Property: Objects of this type do not allow properties named og:country-name.
Extraneous Property: Objects of this type do not allow properties named og:email.
Extraneous Property: Objects of this type do not allow properties named og:phone_number.
Extraneous Property: Objects of this type do not allow properties named og:fax_number.
나는 또한 <html>
태그의 네임 스페이스를 가지고 : https://developers.facebook.com/docs/opengraph/이
내 문서 타입은 내가 체크 한 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
입니다 : 내가 여기 제안 xmlns:fb="https://www.facebook.com/2008/fbml"
을 시도
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://ogp.me/ns/fb#">
이 스레드
Facebook Open Graph locale for Australia 및이
Object Debugger gives me Extraneous Property And Inferred Property error on opg
하지만 여전히 여분의 재산권 오류를 가지고
편집 : 오픈 그래프의 네임 스페이스 정의를 탐색 할 때 https://developers.facebook.com/docs/opengraph/#extra-data, 내가 위도와 경도 값 옵션이 표시되지 않는 :이 문서를 사용 , 페이스 북의 문서는 그것을 추천한다. 하지만 Facebook의 디버거는이를 받아들이지 않습니다. 나는 ... 여기 뭔가
Edit2가 누락 오전 : 내가 가진 :
<meta property="og:type" content="company" />
를하지만, 페이스 북은 말한다 : https://graph.facebook.com/10150616664862786
유형 : 웹 사이트 ???
왜 Facebook이 다른 유형을 볼 수 있습니까? 어떻게 해결할 수 있습니까?
사이트에 대한 링크를 제공해 주실 수 있습니까? – Abby