The following meta tags produce the linter warning below. I read on a blog or two that facebook no longer uses these tags, but given their interface, I have a hard time believing it. Does anyone see any problems?
<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" />
Open Graph Warnings That Should Be Fixed
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: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:region'.
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'.