neiya
neiya

Reputation: 3142

Are og:latitude and og:longitude deprecated

I am using the following meta og:latitude and og:longitude on a website.

<meta property='og:latitude' content='...' />
<meta property='og:longitude' content='...' />

This forum post says og:latitude have been replaced by place:location:latitude Unfortunatly, the link to the Facebook developer documentation is dead.

The Open Graph Protocol official website does not mention either of the syntaxes. I found this article from Facebook developers mentionning it, but it is from 2013, so as the OPG website does not mention it, I am not sure if it is reliable.

My question is, where can I find an recent documentation saying:

Upvotes: 1

Views: 534

Answers (1)

Evgeniy
Evgeniy

Reputation: 2595

While og:latitude mentioned on this page, it is no longer existing on any official FB or OpenGraph documentation page.

There are indeed two questions:

  • whether it is mentioned on any official source about usage of these properties,
  • whether these properties are in fact supported.

An answer to the first question i think is no. The answer to the second question you can get only on empirical way: create a page with markup and validate it through official debugger.

Upvotes: 1

Related Questions