I have those open graph tags on demo.outsourceproject.co.uk:
<meta content='Demo Shop' property='og:title'>
<meta content='restaurant' property='og:type'>
<meta content='http://demo.lvh.me:3000/images/screenshots/layouts/005_small.jpg' property='og:image'>
<meta content='http://demo.lvh.me:3000/categories/15-starters' property='og:url'>
<meta content='demo@ordys.co.uk' property='og:email'>
<meta content='02010203040' property='og:phone_number'>
<meta content='78 York Street ' property='og:street-address'>
<meta content='London' property='og:locality'>
<meta content='W1H 1DP' property='og:postal-code'>
<meta content='United Kingdom' property='og:country-name'>
When I validate it with with facebook object debugger it reports warnings like:
Extraneous Property:Objects of this type do not allow properties named og:email.
Do you have any idea why og:email, og:locality etc it is not allowed for og:type=restaurant?
Thanks,
Michal